@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
main {
    max-width: 90pc;
    margin: 0 auto;
    font-size: 1.6rem
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.iconAnchor[disabled] .btnContent {
    cursor: not-allowed;
    color: #666;
    border: 1px solid #000;
    opacity: .4
}

.iconAnchor[disabled] .btnContent:focus,
.iconAnchor[disabled] .btnContent:hover {
    background-color: transparent;
    border: 1px solid #000;
    opacity: .4
}

.m-80 {
    margin: 5pc
}

.m-64 {
    margin: 4pc
}

.m-48 {
    margin: 3pc
}

.m-32 {
    margin: 2pc
}

.m-24 {
    margin: 24px
}

.m-16 {
    margin: 1pc
}

.m-12 {
    margin: 9pt
}

.m-8 {
    margin: 8px
}

.m-4 {
    margin: 4px
}

.mt-80 {
    margin-top: 5pc
}

.mt-64 {
    margin-top: 4pc
}

.mt-48 {
    margin-top: 3pc
}

.mt-32 {
    margin-top: 2pc
}

.mt-24 {
    margin-top: 24px
}

.mt-16 {
    margin-top: 1pc
}

.mt-12 {
    margin-top: 9pt
}

.mt-8 {
    margin-top: 8px
}

.mt-4 {
    margin-top: 4px
}

.mb-80 {
    margin-bottom: 5pc
}

.mb-64 {
    margin-bottom: 4pc
}

.mb-48 {
    margin-bottom: 3pc
}

.mb-32 {
    margin-bottom: 2pc
}

.mb-24 {
    margin-bottom: 24px
}

.mb-16 {
    margin-bottom: 1pc
}

.mb-12 {
    margin-bottom: 9pt
}

.mb-8 {
    margin-bottom: 8px
}

.mb-4 {
    margin-bottom: 4px
}

.p-80 {
    padding: 5pc
}

.p-64 {
    padding: 4pc
}

.p-48 {
    padding: 3pc
}

.p-32 {
    padding: 2pc
}

.p-24 {
    padding: 24px
}

.p-16 {
    padding: 1pc
}

.p-12 {
    padding: 9pt
}

.p-8 {
    padding: 8px
}

.p-4 {
    padding: 4px
}

.py-80 {
    padding-top: 5pc;
    padding-bottom: 5pc
}

.py-64 {
    padding-top: 4pc;
    padding-bottom: 4pc
}

.py-48 {
    padding-top: 3pc;
    padding-bottom: 3pc
}

.py-32 {
    padding-top: 2pc;
    padding-bottom: 2pc
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-16 {
    padding-top: 1pc;
    padding-bottom: 1pc
}

.py-12 {
    padding-top: 9pt;
    padding-bottom: 9pt
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-4 {
    padding-top: 4px;
    padding-bottom: 4px
}

.px-80 {
    padding-left: 5pc;
    padding-right: 5pc
}

.px-64 {
    padding-left: 4pc;
    padding-right: 4pc
}

.px-48 {
    padding-left: 3pc;
    padding-right: 3pc
}

.px-32 {
    padding-left: 2pc;
    padding-right: 2pc
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px
}

.px-16 {
    padding-left: 1pc;
    padding-right: 1pc
}

.px-12 {
    padding-left: 9pt;
    padding-right: 9pt
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px
}

.px-4 {
    padding-left: 4px;
    padding-right: 4px
}

.pl-80 {
    padding-left: 5pc
}

.pl-64 {
    padding-left: 4pc
}

.pl-48 {
    padding-left: 3pc
}

.pl-32 {
    padding-left: 2pc
}

.pl-24 {
    padding-left: 24px
}

.pl-16 {
    padding-left: 1pc
}

.pl-12 {
    padding-left: 9pt
}

.pl-8 {
    padding-left: 8px
}

.pl-4 {
    padding-left: 4px
}

.pt-80 {
    padding-top: 5pc
}

.pt-64 {
    padding-top: 4pc
}

.pt-48 {
    padding-top: 3pc
}

.pt-32 {
    padding-top: 2pc
}

.pt-24 {
    padding-top: 24px
}

.pt-16 {
    padding-top: 1pc
}

.pt-12 {
    padding-top: 9pt
}

.pt-8 {
    padding-top: 8px
}

.pt-4 {
    padding-top: 4px
}

.pb-80 {
    padding-bottom: 5pc
}

.pb-64 {
    padding-bottom: 4pc
}

.pb-48 {
    padding-bottom: 3pc
}

.pb-32 {
    padding-bottom: 2pc
}

.pb-24 {
    padding-bottom: 24px
}

.pb-16 {
    padding-bottom: 1pc
}

.pb-12 {
    padding-bottom: 9pt
}

.pb-8 {
    padding-bottom: 8px
}

.pb-4 {
    padding-bottom: 4px
}

.icon.icon-12:after {
    font-size: 9pt
}

.icon.icon-16:after {
    font-size: 1pc
}

.icon.icon-24:after {
    font-size: 24px
}

.icon.icon-32:after {
    font-size: 2pc
}

.icon.icon-48:after {
    font-size: 3pc
}

.icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: attr(data-icon);
    vertical-align: middle
}

.jpmc-image-container {
    display: grid
}

.jpmc-image-container.landscape .jpmc-image {
    max-width: 750pt;
    aspect-ratio: 3/2
}

.jpmc-image-container.panoramic .jpmc-image {
    max-width: 90pc;
    aspect-ratio: 3/1
}

.dark .primary .btnContent {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #adb6f5), color-stop(50%, #fff)) 100%;
    background: linear-gradient(270deg, #adb6f5 50%, #fff 0) 100%;
    background-size: 203% 101%;
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}


.dark .primary .btnContent:hover {
    background-position: 0;
    color: #adb6f5;
    color: #000
}

.dark .primary:focus {
    outline-color: #adb6f5
}

.dark .primary:focus .btnContent {
    background: #fff;
    color: #000
}

.dark .secondary .btnContent {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #101537), color-stop(50%, #adb6f5)) 100%;
    background: linear-gradient(270deg, #101537 50%, #adb6f5 0) 100%;
    background-size: 203% 101%;
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.dark .secondary .btnContent:hover {
    background-position: 0;
    color: #000
}

.dark .secondary:focus {
    outline-color: #adb6f5
}

.dark .secondary:focus .btnContent {
    background: #fff;
    color: #000
}

.dark .secondary .btnContent {
    color: #adb6f5;
    border-color: #fff
}

.primary {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    background-color: unset;
    text-decoration: none;
    border: transparent;
    border-radius: 75pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    justify-self: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.primary:focus {
    outline: 1px dashed #C74A07
}

.primary .btnContent {
    border-radius: 75pt;
    padding: 14px 24px;
    cursor: pointer
}

.primary .btnContent a.btnContent {
    text-decoration: none
}

.primary .btnContent {
    color: #000;
    background-color: #adb6f5
}

@media screen and (max-width:767px) {
    .primary {
        width: 100%
    }
}

.primary.iconPresent .btnContent {
    padding-right: 4.8rem
}

.primary.iconPresent .btnContent .icon:after {
    margin-left: 8px
}

.primary:focus .btnContent {
    background: #000;
    color: #adb6f5
}

.primary .btnContent {
    position: relative;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #adb6f5), color-stop(50%, #000)) 100%;
    background: linear-gradient(270deg, #adb6f5 50%, #000 0) 100%;
    background-size: 203% 101%;
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media screen and (max-width:767px) {
    .primary .btnContent {
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .primary .btnContent {
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    .primary .btnContent {
        text-align: left
    }
}

.primary .btnContent .icon {
    position: absolute
}

.primary .btnContent:hover {
    background-position: 0;
    color: #adb6f5
}

.primary .btnContent:hover .icon:after {
    padding-left: .4rem;
    -webkit-transition: padding-left .25s ease-in;
    transition: padding-left .25s ease-in
}

.secondary {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    background-color: unset;
    text-decoration: none;
    border: transparent;
    border-radius: 75pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    justify-self: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.secondary:focus {
    outline: 1px dashed #C74A07
}

.secondary .btnContent {
    border-radius: 75pt;
    padding: 14px 24px;
    cursor: pointer
}

.secondary .btnContent a.btnContent {
    text-decoration: none
}

.secondary .btnContent {
    border: 1px solid #000;
    color: #C74A07;
    background-color: transparent
}

.secondary .btnContent:focus,
.secondary .btnContent:hover {
    background-color: #adb6f5;
    color: #000
}

.secondary .btnContent:hover {
    border: 1px solid #fff
}

.secondary:focus .btnContent {
    border: 1px solid transparent;
    background-color: #adb6f5
}

@media screen and (max-width:767px) {
    .secondary {
        width: 100%
    }
}

.secondary.iconPresent .btnContent {
    padding-right: 4.8rem
}

@media screen and (max-width:767px) {
    .secondary.iconPresent .btnContent {
        width: 100%
    }
}

.secondary.iconPresent .btnContent .icon:after {
    margin-left: 8px
}

.secondary:focus .btnContent {
    background: #adb6f5;
    color: #000
}

.secondary:focus .btnContent,
.secondary:hover .btnContent {
    border: 1px solid #adb6f5
}

.secondary .btnContent {
    position: relative;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #adb6f5)) 100%;
    background: linear-gradient(270deg, transparent 50%, #adb6f5 0) 100%;
    background-size: 203% 101%;
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media screen and (max-width:767px) {
    .secondary .btnContent {
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .secondary .btnContent {
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    .secondary .btnContent {
        text-align: left
    }
}

.secondary .btnContent .icon {
    position: absolute
}

.secondary .btnContent:hover {
    background-position: 0;
    color: #000
}

.secondary .btnContent:hover .icon:after {
    padding-left: .4rem;
    -webkit-transition: padding-left .25s ease-in;
    transition: padding-left .25s ease-in
}

.link-button {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    background-color: unset;
    text-decoration: none;
    border: transparent;
    border-radius: 75pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    justify-self: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.link-button:focus {
    outline: 1px dashed #C74A07
}

.link-button .btnContent {
    border-radius: 75pt;
    padding: 14px 24px;
    cursor: pointer
}

.link-button .btnContent a.btnContent {
    text-decoration: none
}

.link-button .btnContent {
    border: 1px solid #000;
    color: #C74A07;
    background-color: transparent
}

.link-button .btnContent:focus,
.link-button .btnContent:hover {
    background-color: #adb6f5;
    color: #000
}

.link-button .btnContent:hover {
    border: 1px solid #fff
}

.link-button:focus .btnContent {
    border: 1px solid transparent;
    background-color: #adb6f5
}

@media screen and (max-width:767px) {
    .link-button {
        width: 100%
    }
}

.link-button.iconPresent .btnContent {
    padding-right: 4.8rem
}

@media screen and (max-width:767px) {
    .link-button.iconPresent .btnContent {
        width: 100%
    }
}

.link-button.iconPresent .btnContent .icon:after {
    margin-left: 8px
}

.link-button:focus .btnContent {
    background: #adb6f5;
    color: #000
}

.link-button:focus .btnContent,
.link-button:hover .btnContent {
    border: 1px solid #adb6f5
}

.link-button .btnContent {
    position: relative;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #adb6f5)) 100%;
    background: linear-gradient(270deg, transparent 50%, #adb6f5 0) 100%;
    background-size: 203% 101%;
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media screen and (max-width:767px) {
    .link-button .btnContent {
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .link-button .btnContent {
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    .link-button .btnContent {
        text-align: left
    }
}

.link-button .btnContent .icon {
    position: absolute
}

.link-button .btnContent:hover {
    background-position: 0;
    color: #000
}

.link-button .btnContent:hover .icon:after {
    padding-left: .4rem;
    -webkit-transition: padding-left .25s ease-in;
    transition: padding-left .25s ease-in
}

.hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out
}

@media screen and (max-width:767px) {
    .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.hyper-link:active,
.hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0
}

.hyper-link:active,
.hyper-link:focus,
.hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.hyper-link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.hyper-link.anchor-4,
.hyper-link.anchor-9 {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    line-height: 1.2pc;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    display: block
}

@media screen and (max-width:767px) {

    .hyper-link.anchor-4,
    .hyper-link.anchor-9 {
        margin-left: 1pc;
        white-space: nowrap
    }
}

.hyper-link.anchor-4:focus,
.hyper-link.anchor-9:focus {
    border-radius: 0;
    outline: 1px dashed #C74A07;
    outline-offset: 4px
}

.hyper-link.anchor-4:focus,
.hyper-link.anchor-4:hover,
.hyper-link.anchor-9:focus,
.hyper-link.anchor-9:hover {
    color: #C74A07;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    cursor: pointer;
    font-weight: 600;
    text-decoration-thickness: 2px
}

.hyper-link.anchor-4.active,
.hyper-link.anchor-9.active {
    font-weight: 600;
    color: #000;
    pointer-events: none;
    text-decoration: none
}

.hyper-link.anchor-4.active:focus,
.hyper-link.anchor-9.active:focus {
    border-radius: 0;
    outline: 1px dashed #C74A07;
    outline-offset: 4px
}

.hyper-link.anchor-4.active:focus,
.hyper-link.anchor-4.active:hover,
.hyper-link.anchor-9.active:focus,
.hyper-link.anchor-9.active:hover {
    -webkit-transition: unset;
    transition: unset;
    cursor: default;
    text-shadow: unset
}

.link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px
}

@media screen and (max-width:767px) {
    .link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.link:active,
.link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0
}

.link:active,
.link:focus,
.link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.link .icon:after {
    display: inline-block;
    color: #C74A07
}

.link .icon:after,
.link:hover {
    text-decoration: none
}

.link .link-text {
    position: relative;
    overflow: hidden
}

.link .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.link .link-text:focus:after,
.link .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dark .link-text:after,
.dark .link-text:focus:after,
.dark .link-text:hover:after {
    background-color: #adb6f5
}

.nav-link,
.pm-link {
    border: none;
    background-color: transparent;
    width: 415px;
    margin-top: 30px;
    font-family: Sons,
        -apple-system,
        BlinkMacSystemFont,
        avenir next,
        avenir,
        segoe ui,
        helvetica neue,
        helvetica,
        Cantarell,
        Ubuntu,
        roboto,
        noto,
        arial,
        sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
    display: block;
    color: #000
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .nav-link,
    .pm-link {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .nav-link,
    .pm-link {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.nav-link .container,
.pm-link .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #cecece;
    padding-bottom: 1pc;
    padding-left: 0;
    -webkit-transition: padding-left .3s ease-in;
    transition: padding-left .3s ease-in
}

@media screen and (max-width:767px) {

    .nav-link,
    .pm-link {
        width: 303px
    }
}

.nav-link .icon,
.pm-link .icon {
    display: block;
    position: absolute;
    right: 10px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.nav-link .icon:after,
.pm-link .icon:after {
    font-weight: 400
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover,
.pm-link:active,
.pm-link:focus,
.pm-link:hover {
    color: #C74A07;
    cursor: pointer
}

.nav-link:active .icon,
.nav-link:focus .icon,
.nav-link:hover .icon,
.pm-link:active .icon,
.pm-link:focus .icon,
.pm-link:hover .icon {
    justify-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    opacity: 1;
    right: 0;
    color: #C74A07
}

.nav-link:focus,
.pm-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 8px
}

.nav-link:active .container,
.pm-link:active .container {
    padding-left: 1pc
}

.nav-link__item,
.pm-link {
    text-decoration: none
}

.nav-link__item {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-underline-offset: 4px;
    color: #000;
    width: 306px
}

@media screen and (max-width:767px) {
    .nav-link__item {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.nav-link__item:active,
.nav-link__item:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px
}

.nav-link__item:active,
.nav-link__item:focus,
.nav-link__item:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.nav-link__item .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

@media screen and (max-width:767px) {
    .nav-link__item {
        width: 303px
    }
}

.nav-link__item:active,
.nav-link__item:focus,
.nav-link__item:hover {
    color: #C74A07;
    text-decoration: none
}

.nav-link__item:focus .icon,
.nav-link__item:hover .icon {
    opacity: 1
}

.nav-link__item:active,
.nav-link__item:focus {
    border-radius: 0
}

.nav-link__item:active {
    padding: 0;
    border: none
}

.nav-link__item .icon {
    opacity: 0
}

.nav-link__item.two {
    position: relative;
    padding-left: 0;
    -webkit-transition: padding-left .3s ease-in, color .3s ease-in;
    transition: padding-left .3s ease-in, color .3s ease-in
}

.nav-link__item.two .icon {
    position: absolute;
    left: -10px;
    -webkit-transition: opacity .3s ease-in, left .3s ease-in;
    transition: opacity .3s ease-in, left .3s ease-in
}

.nav-link__item.two:active,
.nav-link__item.two:focus,
.nav-link__item.two:hover {
    padding-left: 24px
}

.nav-link__item.two:active .icon,
.nav-link__item.two:focus .icon,
.nav-link__item.two:hover .icon {
    left: 0
}

.nav-link__item.two:focus .icon {
    left: 2px
}

.nav-link__item.three:active,
.nav-link__item.three:focus,
.nav-link__item.three:hover {
    font-weight: 700
}

.dark .iconAnchor .btnContent {
    border-color: #fff;
    color: #adb6f5
}

.dark .iconAnchor .btnContent:focus,
.dark .iconAnchor .btnContent:hover {
    border: 1px solid #adb6f5;
    color: #000
}

.dark .iconAnchor:focus {
    outline-color: #adb6f5
}

.dark .iconAnchor:focus .btnContent {
    border: 1px solid #000;
    color: #000
}

.dark .iconAnchor:focus-visible .btnContent {
    border: 1px solid #adb6f5
}

.iconAnchor {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    background-color: unset;
    text-decoration: none;
    border: transparent;
    border-radius: 75pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    justify-self: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.iconAnchor:focus {
    outline: 1px dashed #C74A07
}

.iconAnchor .btnContent {
    border-radius: 75pt;
    padding: 14px 24px;
    cursor: pointer
}

.iconAnchor .btnContent a.btnContent {
    text-decoration: none
}

.iconAnchor .btnContent {
    border: 1px solid #000;
    color: #C74A07;
    background-color: transparent
}

.iconAnchor .btnContent:focus,
.iconAnchor .btnContent:hover {
    background-color: #adb6f5;
    color: #000
}

.iconAnchor .btnContent:hover {
    border: 1px solid #fff
}

.iconAnchor:focus .btnContent {
    border: 1px solid transparent;
    background-color: #adb6f5;
    color: #000
}

.iconAnchor .btnContent {
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 50%
}

.iconAnchor .btnContent:hover {
    border: 1px solid #adb6f5
}

.iconAnchor .btnContent .iconParent {
    width: 2rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.iconAnchor.small {
    font-size: 1.2rem
}

.iconAnchor.small .btnContent {
    padding: .87rem 1.12rem
}

.iconAnchor.large {
    font-size: 1.6rem
}

.iconAnchor.large .btnContent {
    padding: 1.27rem 1.52rem
}

.cardText {
    text-transform: inherit
}

.cardText.eyebrow {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase;
    color: #666
}

.cardText.eyebrow,
.cardText.title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal
}

.cardText.title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.15;
    color: #000
}

.cardText.title a,
.cardText.title a a,
.cardText.title a b,
.cardText.title a div,
.cardText.title a h1,
.cardText.title a h2,
.cardText.title a h3,
.cardText.title a h4,
.cardText.title a h5,
.cardText.title a h6,
.cardText.title a i,
.cardText.title a li,
.cardText.title a ol,
.cardText.title a p,
.cardText.title a span,
.cardText.title a u,
.cardText.title a ul,
.cardText.title b,
.cardText.title b a,
.cardText.title b b,
.cardText.title b div,
.cardText.title b h1,
.cardText.title b h2,
.cardText.title b h3,
.cardText.title b h4,
.cardText.title b h5,
.cardText.title b h6,
.cardText.title b i,
.cardText.title b li,
.cardText.title b ol,
.cardText.title b p,
.cardText.title b span,
.cardText.title b u,
.cardText.title b ul,
.cardText.title div,
.cardText.title div a,
.cardText.title div b,
.cardText.title div div,
.cardText.title div h1,
.cardText.title div h2,
.cardText.title div h3,
.cardText.title div h4,
.cardText.title div h5,
.cardText.title div h6,
.cardText.title div i,
.cardText.title div li,
.cardText.title div ol,
.cardText.title div p,
.cardText.title div span,
.cardText.title div u,
.cardText.title div ul,
.cardText.title h1,
.cardText.title h1 a,
.cardText.title h1 b,
.cardText.title h1 div,
.cardText.title h1 h1,
.cardText.title h1 h2,
.cardText.title h1 h3,
.cardText.title h1 h4,
.cardText.title h1 h5,
.cardText.title h1 h6,
.cardText.title h1 i,
.cardText.title h1 li,
.cardText.title h1 ol,
.cardText.title h1 p,
.cardText.title h1 span,
.cardText.title h1 u,
.cardText.title h1 ul,
.cardText.title h2,
.cardText.title h2 a,
.cardText.title h2 b,
.cardText.title h2 div,
.cardText.title h2 h1,
.cardText.title h2 h2,
.cardText.title h2 h3,
.cardText.title h2 h4,
.cardText.title h2 h5,
.cardText.title h2 h6,
.cardText.title h2 i,
.cardText.title h2 li,
.cardText.title h2 ol,
.cardText.title h2 p,
.cardText.title h2 span,
.cardText.title h2 u,
.cardText.title h2 ul,
.cardText.title h3,
.cardText.title h3 a,
.cardText.title h3 b,
.cardText.title h3 div,
.cardText.title h3 h1,
.cardText.title h3 h2,
.cardText.title h3 h3,
.cardText.title h3 h4,
.cardText.title h3 h5,
.cardText.title h3 h6,
.cardText.title h3 i,
.cardText.title h3 li,
.cardText.title h3 ol,
.cardText.title h3 p,
.cardText.title h3 span,
.cardText.title h3 u,
.cardText.title h3 ul,
.cardText.title h4,
.cardText.title h4 a,
.cardText.title h4 b,
.cardText.title h4 div,
.cardText.title h4 h1,
.cardText.title h4 h2,
.cardText.title h4 h3,
.cardText.title h4 h4,
.cardText.title h4 h5,
.cardText.title h4 h6,
.cardText.title h4 i,
.cardText.title h4 li,
.cardText.title h4 ol,
.cardText.title h4 p,
.cardText.title h4 span,
.cardText.title h4 u,
.cardText.title h4 ul,
.cardText.title h5,
.cardText.title h5 a,
.cardText.title h5 b,
.cardText.title h5 div,
.cardText.title h5 h1,
.cardText.title h5 h2,
.cardText.title h5 h3,
.cardText.title h5 h4,
.cardText.title h5 h5,
.cardText.title h5 h6,
.cardText.title h5 i,
.cardText.title h5 li,
.cardText.title h5 ol,
.cardText.title h5 p,
.cardText.title h5 span,
.cardText.title h5 u,
.cardText.title h5 ul,
.cardText.title h6,
.cardText.title h6 a,
.cardText.title h6 b,
.cardText.title h6 div,
.cardText.title h6 h1,
.cardText.title h6 h2,
.cardText.title h6 h3,
.cardText.title h6 h4,
.cardText.title h6 h5,
.cardText.title h6 h6,
.cardText.title h6 i,
.cardText.title h6 li,
.cardText.title h6 ol,
.cardText.title h6 p,
.cardText.title h6 span,
.cardText.title h6 u,
.cardText.title h6 ul,
.cardText.title i,
.cardText.title i a,
.cardText.title i b,
.cardText.title i div,
.cardText.title i h1,
.cardText.title i h2,
.cardText.title i h3,
.cardText.title i h4,
.cardText.title i h5,
.cardText.title i h6,
.cardText.title i i,
.cardText.title i li,
.cardText.title i ol,
.cardText.title i p,
.cardText.title i span,
.cardText.title i u,
.cardText.title i ul,
.cardText.title li,
.cardText.title li a,
.cardText.title li b,
.cardText.title li div,
.cardText.title li h1,
.cardText.title li h2,
.cardText.title li h3,
.cardText.title li h4,
.cardText.title li h5,
.cardText.title li h6,
.cardText.title li i,
.cardText.title li li,
.cardText.title li ol,
.cardText.title li p,
.cardText.title li span,
.cardText.title li u,
.cardText.title li ul,
.cardText.title ol,
.cardText.title ol a,
.cardText.title ol b,
.cardText.title ol div,
.cardText.title ol h1,
.cardText.title ol h2,
.cardText.title ol h3,
.cardText.title ol h4,
.cardText.title ol h5,
.cardText.title ol h6,
.cardText.title ol i,
.cardText.title ol li,
.cardText.title ol ol,
.cardText.title ol p,
.cardText.title ol span,
.cardText.title ol u,
.cardText.title ol ul,
.cardText.title p,
.cardText.title p a,
.cardText.title p b,
.cardText.title p div,
.cardText.title p h1,
.cardText.title p h2,
.cardText.title p h3,
.cardText.title p h4,
.cardText.title p h5,
.cardText.title p h6,
.cardText.title p i,
.cardText.title p li,
.cardText.title p ol,
.cardText.title p p,
.cardText.title p span,
.cardText.title p u,
.cardText.title p ul,
.cardText.title span,
.cardText.title span a,
.cardText.title span b,
.cardText.title span div,
.cardText.title span h1,
.cardText.title span h2,
.cardText.title span h3,
.cardText.title span h4,
.cardText.title span h5,
.cardText.title span h6,
.cardText.title span i,
.cardText.title span li,
.cardText.title span ol,
.cardText.title span p,
.cardText.title span span,
.cardText.title span u,
.cardText.title span ul,
.cardText.title u,
.cardText.title u a,
.cardText.title u b,
.cardText.title u div,
.cardText.title u h1,
.cardText.title u h2,
.cardText.title u h3,
.cardText.title u h4,
.cardText.title u h5,
.cardText.title u h6,
.cardText.title u i,
.cardText.title u li,
.cardText.title u ol,
.cardText.title u p,
.cardText.title u span,
.cardText.title u u,
.cardText.title u ul,
.cardText.title ul,
.cardText.title ul a,
.cardText.title ul b,
.cardText.title ul div,
.cardText.title ul h1,
.cardText.title ul h2,
.cardText.title ul h3,
.cardText.title ul h4,
.cardText.title ul h5,
.cardText.title ul h6,
.cardText.title ul i,
.cardText.title ul li,
.cardText.title ul ol,
.cardText.title ul p,
.cardText.title ul span,
.cardText.title ul u,
.cardText.title ul ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.15;
    color: #000
}

.cardText.subtitle {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #101537
}

.cardText.description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #101537
}

p.cardText.quote:after {
    content: "”";
    color: #C74A07;
    left: -6px;
    position: relative
}

.titleDescriptionLink>a.no-quote a,
.titleDescriptionLink>a.no-quote b,
.titleDescriptionLink>a.no-quote h1,
.titleDescriptionLink>a.no-quote h2,
.titleDescriptionLink>a.no-quote h3,
.titleDescriptionLink>a.no-quote i,
.titleDescriptionLink>a.no-quote li,
.titleDescriptionLink>a.no-quote ol,
.titleDescriptionLink>a.no-quote p,
.titleDescriptionLink>a.no-quote span,
.titleDescriptionLink>a.no-quote u,
.titleDescriptionLink>a.no-quote ul,
.titleDescriptionLink>a.title a,
.titleDescriptionLink>a.title b,
.titleDescriptionLink>a.title h1,
.titleDescriptionLink>a.title h2,
.titleDescriptionLink>a.title h3,
.titleDescriptionLink>a.title i,
.titleDescriptionLink>a.title li,
.titleDescriptionLink>a.title ol,
.titleDescriptionLink>a.title p,
.titleDescriptionLink>a.title span,
.titleDescriptionLink>a.title u,
.titleDescriptionLink>a.title ul,
.titleDescriptionLink>b.no-quote a,
.titleDescriptionLink>b.no-quote b,
.titleDescriptionLink>b.no-quote h1,
.titleDescriptionLink>b.no-quote h2,
.titleDescriptionLink>b.no-quote h3,
.titleDescriptionLink>b.no-quote i,
.titleDescriptionLink>b.no-quote li,
.titleDescriptionLink>b.no-quote ol,
.titleDescriptionLink>b.no-quote p,
.titleDescriptionLink>b.no-quote span,
.titleDescriptionLink>b.no-quote u,
.titleDescriptionLink>b.no-quote ul,
.titleDescriptionLink>b.title a,
.titleDescriptionLink>b.title b,
.titleDescriptionLink>b.title h1,
.titleDescriptionLink>b.title h2,
.titleDescriptionLink>b.title h3,
.titleDescriptionLink>b.title i,
.titleDescriptionLink>b.title li,
.titleDescriptionLink>b.title ol,
.titleDescriptionLink>b.title p,
.titleDescriptionLink>b.title span,
.titleDescriptionLink>b.title u,
.titleDescriptionLink>b.title ul,
.titleDescriptionLink>div.no-quote a,
.titleDescriptionLink>div.no-quote b,
.titleDescriptionLink>div.no-quote h1,
.titleDescriptionLink>div.no-quote h2,
.titleDescriptionLink>div.no-quote h3,
.titleDescriptionLink>div.no-quote i,
.titleDescriptionLink>div.no-quote li,
.titleDescriptionLink>div.no-quote ol,
.titleDescriptionLink>div.no-quote p,
.titleDescriptionLink>div.no-quote span,
.titleDescriptionLink>div.no-quote u,
.titleDescriptionLink>div.no-quote ul,
.titleDescriptionLink>div.title a,
.titleDescriptionLink>div.title b,
.titleDescriptionLink>div.title h1,
.titleDescriptionLink>div.title h2,
.titleDescriptionLink>div.title h3,
.titleDescriptionLink>div.title i,
.titleDescriptionLink>div.title li,
.titleDescriptionLink>div.title ol,
.titleDescriptionLink>div.title p,
.titleDescriptionLink>div.title span,
.titleDescriptionLink>div.title u,
.titleDescriptionLink>div.title ul,
.titleDescriptionLink>h1.no-quote a,
.titleDescriptionLink>h1.no-quote b,
.titleDescriptionLink>h1.no-quote h1,
.titleDescriptionLink>h1.no-quote h2,
.titleDescriptionLink>h1.no-quote h3,
.titleDescriptionLink>h1.no-quote i,
.titleDescriptionLink>h1.no-quote li,
.titleDescriptionLink>h1.no-quote ol,
.titleDescriptionLink>h1.no-quote p,
.titleDescriptionLink>h1.no-quote span,
.titleDescriptionLink>h1.no-quote u,
.titleDescriptionLink>h1.no-quote ul,
.titleDescriptionLink>h1.title a,
.titleDescriptionLink>h1.title b,
.titleDescriptionLink>h1.title h1,
.titleDescriptionLink>h1.title h2,
.titleDescriptionLink>h1.title h3,
.titleDescriptionLink>h1.title i,
.titleDescriptionLink>h1.title li,
.titleDescriptionLink>h1.title ol,
.titleDescriptionLink>h1.title p,
.titleDescriptionLink>h1.title span,
.titleDescriptionLink>h1.title u,
.titleDescriptionLink>h1.title ul,
.titleDescriptionLink>h2.no-quote a,
.titleDescriptionLink>h2.no-quote b,
.titleDescriptionLink>h2.no-quote h1,
.titleDescriptionLink>h2.no-quote h2,
.titleDescriptionLink>h2.no-quote h3,
.titleDescriptionLink>h2.no-quote i,
.titleDescriptionLink>h2.no-quote li,
.titleDescriptionLink>h2.no-quote ol,
.titleDescriptionLink>h2.no-quote p,
.titleDescriptionLink>h2.no-quote span,
.titleDescriptionLink>h2.no-quote u,
.titleDescriptionLink>h2.no-quote ul,
.titleDescriptionLink>h2.title a,
.titleDescriptionLink>h2.title b,
.titleDescriptionLink>h2.title h1,
.titleDescriptionLink>h2.title h2,
.titleDescriptionLink>h2.title h3,
.titleDescriptionLink>h2.title i,
.titleDescriptionLink>h2.title li,
.titleDescriptionLink>h2.title ol,
.titleDescriptionLink>h2.title p,
.titleDescriptionLink>h2.title span,
.titleDescriptionLink>h2.title u,
.titleDescriptionLink>h2.title ul,
.titleDescriptionLink>h3.no-quote a,
.titleDescriptionLink>h3.no-quote b,
.titleDescriptionLink>h3.no-quote h1,
.titleDescriptionLink>h3.no-quote h2,
.titleDescriptionLink>h3.no-quote h3,
.titleDescriptionLink>h3.no-quote i,
.titleDescriptionLink>h3.no-quote li,
.titleDescriptionLink>h3.no-quote ol,
.titleDescriptionLink>h3.no-quote p,
.titleDescriptionLink>h3.no-quote span,
.titleDescriptionLink>h3.no-quote u,
.titleDescriptionLink>h3.no-quote ul,
.titleDescriptionLink>h3.title a,
.titleDescriptionLink>h3.title b,
.titleDescriptionLink>h3.title h1,
.titleDescriptionLink>h3.title h2,
.titleDescriptionLink>h3.title h3,
.titleDescriptionLink>h3.title i,
.titleDescriptionLink>h3.title li,
.titleDescriptionLink>h3.title ol,
.titleDescriptionLink>h3.title p,
.titleDescriptionLink>h3.title span,
.titleDescriptionLink>h3.title u,
.titleDescriptionLink>h3.title ul,
.titleDescriptionLink>h4.no-quote a,
.titleDescriptionLink>h4.no-quote b,
.titleDescriptionLink>h4.no-quote h1,
.titleDescriptionLink>h4.no-quote h2,
.titleDescriptionLink>h4.no-quote h3,
.titleDescriptionLink>h4.no-quote i,
.titleDescriptionLink>h4.no-quote li,
.titleDescriptionLink>h4.no-quote ol,
.titleDescriptionLink>h4.no-quote p,
.titleDescriptionLink>h4.no-quote span,
.titleDescriptionLink>h4.no-quote u,
.titleDescriptionLink>h4.no-quote ul,
.titleDescriptionLink>h4.title a,
.titleDescriptionLink>h4.title b,
.titleDescriptionLink>h4.title h1,
.titleDescriptionLink>h4.title h2,
.titleDescriptionLink>h4.title h3,
.titleDescriptionLink>h4.title i,
.titleDescriptionLink>h4.title li,
.titleDescriptionLink>h4.title ol,
.titleDescriptionLink>h4.title p,
.titleDescriptionLink>h4.title span,
.titleDescriptionLink>h4.title u,
.titleDescriptionLink>h4.title ul,
.titleDescriptionLink>h5.no-quote a,
.titleDescriptionLink>h5.no-quote b,
.titleDescriptionLink>h5.no-quote h1,
.titleDescriptionLink>h5.no-quote h2,
.titleDescriptionLink>h5.no-quote h3,
.titleDescriptionLink>h5.no-quote i,
.titleDescriptionLink>h5.no-quote li,
.titleDescriptionLink>h5.no-quote ol,
.titleDescriptionLink>h5.no-quote p,
.titleDescriptionLink>h5.no-quote span,
.titleDescriptionLink>h5.no-quote u,
.titleDescriptionLink>h5.no-quote ul,
.titleDescriptionLink>h5.title a,
.titleDescriptionLink>h5.title b,
.titleDescriptionLink>h5.title h1,
.titleDescriptionLink>h5.title h2,
.titleDescriptionLink>h5.title h3,
.titleDescriptionLink>h5.title i,
.titleDescriptionLink>h5.title li,
.titleDescriptionLink>h5.title ol,
.titleDescriptionLink>h5.title p,
.titleDescriptionLink>h5.title span,
.titleDescriptionLink>h5.title u,
.titleDescriptionLink>h5.title ul,
.titleDescriptionLink>h6.no-quote a,
.titleDescriptionLink>h6.no-quote b,
.titleDescriptionLink>h6.no-quote h1,
.titleDescriptionLink>h6.no-quote h2,
.titleDescriptionLink>h6.no-quote h3,
.titleDescriptionLink>h6.no-quote i,
.titleDescriptionLink>h6.no-quote li,
.titleDescriptionLink>h6.no-quote ol,
.titleDescriptionLink>h6.no-quote p,
.titleDescriptionLink>h6.no-quote span,
.titleDescriptionLink>h6.no-quote u,
.titleDescriptionLink>h6.no-quote ul,
.titleDescriptionLink>h6.title a,
.titleDescriptionLink>h6.title b,
.titleDescriptionLink>h6.title h1,
.titleDescriptionLink>h6.title h2,
.titleDescriptionLink>h6.title h3,
.titleDescriptionLink>h6.title i,
.titleDescriptionLink>h6.title li,
.titleDescriptionLink>h6.title ol,
.titleDescriptionLink>h6.title p,
.titleDescriptionLink>h6.title span,
.titleDescriptionLink>h6.title u,
.titleDescriptionLink>h6.title ul,
.titleDescriptionLink>i.no-quote a,
.titleDescriptionLink>i.no-quote b,
.titleDescriptionLink>i.no-quote h1,
.titleDescriptionLink>i.no-quote h2,
.titleDescriptionLink>i.no-quote h3,
.titleDescriptionLink>i.no-quote i,
.titleDescriptionLink>i.no-quote li,
.titleDescriptionLink>i.no-quote ol,
.titleDescriptionLink>i.no-quote p,
.titleDescriptionLink>i.no-quote span,
.titleDescriptionLink>i.no-quote u,
.titleDescriptionLink>i.no-quote ul,
.titleDescriptionLink>i.title a,
.titleDescriptionLink>i.title b,
.titleDescriptionLink>i.title h1,
.titleDescriptionLink>i.title h2,
.titleDescriptionLink>i.title h3,
.titleDescriptionLink>i.title i,
.titleDescriptionLink>i.title li,
.titleDescriptionLink>i.title ol,
.titleDescriptionLink>i.title p,
.titleDescriptionLink>i.title span,
.titleDescriptionLink>i.title u,
.titleDescriptionLink>i.title ul,
.titleDescriptionLink>li.no-quote a,
.titleDescriptionLink>li.no-quote b,
.titleDescriptionLink>li.no-quote h1,
.titleDescriptionLink>li.no-quote h2,
.titleDescriptionLink>li.no-quote h3,
.titleDescriptionLink>li.no-quote i,
.titleDescriptionLink>li.no-quote li,
.titleDescriptionLink>li.no-quote ol,
.titleDescriptionLink>li.no-quote p,
.titleDescriptionLink>li.no-quote span,
.titleDescriptionLink>li.no-quote u,
.titleDescriptionLink>li.no-quote ul,
.titleDescriptionLink>li.title a,
.titleDescriptionLink>li.title b,
.titleDescriptionLink>li.title h1,
.titleDescriptionLink>li.title h2,
.titleDescriptionLink>li.title h3,
.titleDescriptionLink>li.title i,
.titleDescriptionLink>li.title li,
.titleDescriptionLink>li.title ol,
.titleDescriptionLink>li.title p,
.titleDescriptionLink>li.title span,
.titleDescriptionLink>li.title u,
.titleDescriptionLink>li.title ul,
.titleDescriptionLink>ol.no-quote a,
.titleDescriptionLink>ol.no-quote b,
.titleDescriptionLink>ol.no-quote h1,
.titleDescriptionLink>ol.no-quote h2,
.titleDescriptionLink>ol.no-quote h3,
.titleDescriptionLink>ol.no-quote i,
.titleDescriptionLink>ol.no-quote li,
.titleDescriptionLink>ol.no-quote ol,
.titleDescriptionLink>ol.no-quote p,
.titleDescriptionLink>ol.no-quote span,
.titleDescriptionLink>ol.no-quote u,
.titleDescriptionLink>ol.no-quote ul,
.titleDescriptionLink>ol.title a,
.titleDescriptionLink>ol.title b,
.titleDescriptionLink>ol.title h1,
.titleDescriptionLink>ol.title h2,
.titleDescriptionLink>ol.title h3,
.titleDescriptionLink>ol.title i,
.titleDescriptionLink>ol.title li,
.titleDescriptionLink>ol.title ol,
.titleDescriptionLink>ol.title p,
.titleDescriptionLink>ol.title span,
.titleDescriptionLink>ol.title u,
.titleDescriptionLink>ol.title ul,
.titleDescriptionLink>p.no-quote a,
.titleDescriptionLink>p.no-quote b,
.titleDescriptionLink>p.no-quote h1,
.titleDescriptionLink>p.no-quote h2,
.titleDescriptionLink>p.no-quote h3,
.titleDescriptionLink>p.no-quote i,
.titleDescriptionLink>p.no-quote li,
.titleDescriptionLink>p.no-quote ol,
.titleDescriptionLink>p.no-quote p,
.titleDescriptionLink>p.no-quote span,
.titleDescriptionLink>p.no-quote u,
.titleDescriptionLink>p.no-quote ul,
.titleDescriptionLink>p.title a,
.titleDescriptionLink>p.title b,
.titleDescriptionLink>p.title h1,
.titleDescriptionLink>p.title h2,
.titleDescriptionLink>p.title h3,
.titleDescriptionLink>p.title i,
.titleDescriptionLink>p.title li,
.titleDescriptionLink>p.title ol,
.titleDescriptionLink>p.title p,
.titleDescriptionLink>p.title span,
.titleDescriptionLink>p.title u,
.titleDescriptionLink>p.title ul,
.titleDescriptionLink>span.no-quote a,
.titleDescriptionLink>span.no-quote b,
.titleDescriptionLink>span.no-quote h1,
.titleDescriptionLink>span.no-quote h2,
.titleDescriptionLink>span.no-quote h3,
.titleDescriptionLink>span.no-quote i,
.titleDescriptionLink>span.no-quote li,
.titleDescriptionLink>span.no-quote ol,
.titleDescriptionLink>span.no-quote p,
.titleDescriptionLink>span.no-quote span,
.titleDescriptionLink>span.no-quote u,
.titleDescriptionLink>span.no-quote ul,
.titleDescriptionLink>span.title a,
.titleDescriptionLink>span.title b,
.titleDescriptionLink>span.title h1,
.titleDescriptionLink>span.title h2,
.titleDescriptionLink>span.title h3,
.titleDescriptionLink>span.title i,
.titleDescriptionLink>span.title li,
.titleDescriptionLink>span.title ol,
.titleDescriptionLink>span.title p,
.titleDescriptionLink>span.title span,
.titleDescriptionLink>span.title u,
.titleDescriptionLink>span.title ul,
.titleDescriptionLink>u.no-quote a,
.titleDescriptionLink>u.no-quote b,
.titleDescriptionLink>u.no-quote h1,
.titleDescriptionLink>u.no-quote h2,
.titleDescriptionLink>u.no-quote h3,
.titleDescriptionLink>u.no-quote i,
.titleDescriptionLink>u.no-quote li,
.titleDescriptionLink>u.no-quote ol,
.titleDescriptionLink>u.no-quote p,
.titleDescriptionLink>u.no-quote span,
.titleDescriptionLink>u.no-quote u,
.titleDescriptionLink>u.no-quote ul,
.titleDescriptionLink>u.title a,
.titleDescriptionLink>u.title b,
.titleDescriptionLink>u.title h1,
.titleDescriptionLink>u.title h2,
.titleDescriptionLink>u.title h3,
.titleDescriptionLink>u.title i,
.titleDescriptionLink>u.title li,
.titleDescriptionLink>u.title ol,
.titleDescriptionLink>u.title p,
.titleDescriptionLink>u.title span,
.titleDescriptionLink>u.title u,
.titleDescriptionLink>u.title ul,
.titleDescriptionLink>ul.no-quote a,
.titleDescriptionLink>ul.no-quote b,
.titleDescriptionLink>ul.no-quote h1,
.titleDescriptionLink>ul.no-quote h2,
.titleDescriptionLink>ul.no-quote h3,
.titleDescriptionLink>ul.no-quote i,
.titleDescriptionLink>ul.no-quote li,
.titleDescriptionLink>ul.no-quote ol,
.titleDescriptionLink>ul.no-quote p,
.titleDescriptionLink>ul.no-quote span,
.titleDescriptionLink>ul.no-quote u,
.titleDescriptionLink>ul.no-quote ul,
.titleDescriptionLink>ul.title a,
.titleDescriptionLink>ul.title b,
.titleDescriptionLink>ul.title h1,
.titleDescriptionLink>ul.title h2,
.titleDescriptionLink>ul.title h3,
.titleDescriptionLink>ul.title i,
.titleDescriptionLink>ul.title li,
.titleDescriptionLink>ul.title ol,
.titleDescriptionLink>ul.title p,
.titleDescriptionLink>ul.title span,
.titleDescriptionLink>ul.title u,
.titleDescriptionLink>ul.title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .titleDescriptionLink>a.no-quote a,
    .titleDescriptionLink>a.no-quote b,
    .titleDescriptionLink>a.no-quote h1,
    .titleDescriptionLink>a.no-quote h2,
    .titleDescriptionLink>a.no-quote h3,
    .titleDescriptionLink>a.no-quote i,
    .titleDescriptionLink>a.no-quote li,
    .titleDescriptionLink>a.no-quote ol,
    .titleDescriptionLink>a.no-quote p,
    .titleDescriptionLink>a.no-quote span,
    .titleDescriptionLink>a.no-quote u,
    .titleDescriptionLink>a.no-quote ul,
    .titleDescriptionLink>a.title a,
    .titleDescriptionLink>a.title b,
    .titleDescriptionLink>a.title h1,
    .titleDescriptionLink>a.title h2,
    .titleDescriptionLink>a.title h3,
    .titleDescriptionLink>a.title i,
    .titleDescriptionLink>a.title li,
    .titleDescriptionLink>a.title ol,
    .titleDescriptionLink>a.title p,
    .titleDescriptionLink>a.title span,
    .titleDescriptionLink>a.title u,
    .titleDescriptionLink>a.title ul,
    .titleDescriptionLink>b.no-quote a,
    .titleDescriptionLink>b.no-quote b,
    .titleDescriptionLink>b.no-quote h1,
    .titleDescriptionLink>b.no-quote h2,
    .titleDescriptionLink>b.no-quote h3,
    .titleDescriptionLink>b.no-quote i,
    .titleDescriptionLink>b.no-quote li,
    .titleDescriptionLink>b.no-quote ol,
    .titleDescriptionLink>b.no-quote p,
    .titleDescriptionLink>b.no-quote span,
    .titleDescriptionLink>b.no-quote u,
    .titleDescriptionLink>b.no-quote ul,
    .titleDescriptionLink>b.title a,
    .titleDescriptionLink>b.title b,
    .titleDescriptionLink>b.title h1,
    .titleDescriptionLink>b.title h2,
    .titleDescriptionLink>b.title h3,
    .titleDescriptionLink>b.title i,
    .titleDescriptionLink>b.title li,
    .titleDescriptionLink>b.title ol,
    .titleDescriptionLink>b.title p,
    .titleDescriptionLink>b.title span,
    .titleDescriptionLink>b.title u,
    .titleDescriptionLink>b.title ul,
    .titleDescriptionLink>div.no-quote a,
    .titleDescriptionLink>div.no-quote b,
    .titleDescriptionLink>div.no-quote h1,
    .titleDescriptionLink>div.no-quote h2,
    .titleDescriptionLink>div.no-quote h3,
    .titleDescriptionLink>div.no-quote i,
    .titleDescriptionLink>div.no-quote li,
    .titleDescriptionLink>div.no-quote ol,
    .titleDescriptionLink>div.no-quote p,
    .titleDescriptionLink>div.no-quote span,
    .titleDescriptionLink>div.no-quote u,
    .titleDescriptionLink>div.no-quote ul,
    .titleDescriptionLink>div.title a,
    .titleDescriptionLink>div.title b,
    .titleDescriptionLink>div.title h1,
    .titleDescriptionLink>div.title h2,
    .titleDescriptionLink>div.title h3,
    .titleDescriptionLink>div.title i,
    .titleDescriptionLink>div.title li,
    .titleDescriptionLink>div.title ol,
    .titleDescriptionLink>div.title p,
    .titleDescriptionLink>div.title span,
    .titleDescriptionLink>div.title u,
    .titleDescriptionLink>div.title ul,
    .titleDescriptionLink>h1.no-quote a,
    .titleDescriptionLink>h1.no-quote b,
    .titleDescriptionLink>h1.no-quote h1,
    .titleDescriptionLink>h1.no-quote h2,
    .titleDescriptionLink>h1.no-quote h3,
    .titleDescriptionLink>h1.no-quote i,
    .titleDescriptionLink>h1.no-quote li,
    .titleDescriptionLink>h1.no-quote ol,
    .titleDescriptionLink>h1.no-quote p,
    .titleDescriptionLink>h1.no-quote span,
    .titleDescriptionLink>h1.no-quote u,
    .titleDescriptionLink>h1.no-quote ul,
    .titleDescriptionLink>h1.title a,
    .titleDescriptionLink>h1.title b,
    .titleDescriptionLink>h1.title h1,
    .titleDescriptionLink>h1.title h2,
    .titleDescriptionLink>h1.title h3,
    .titleDescriptionLink>h1.title i,
    .titleDescriptionLink>h1.title li,
    .titleDescriptionLink>h1.title ol,
    .titleDescriptionLink>h1.title p,
    .titleDescriptionLink>h1.title span,
    .titleDescriptionLink>h1.title u,
    .titleDescriptionLink>h1.title ul,
    .titleDescriptionLink>h2.no-quote a,
    .titleDescriptionLink>h2.no-quote b,
    .titleDescriptionLink>h2.no-quote h1,
    .titleDescriptionLink>h2.no-quote h2,
    .titleDescriptionLink>h2.no-quote h3,
    .titleDescriptionLink>h2.no-quote i,
    .titleDescriptionLink>h2.no-quote li,
    .titleDescriptionLink>h2.no-quote ol,
    .titleDescriptionLink>h2.no-quote p,
    .titleDescriptionLink>h2.no-quote span,
    .titleDescriptionLink>h2.no-quote u,
    .titleDescriptionLink>h2.no-quote ul,
    .titleDescriptionLink>h2.title a,
    .titleDescriptionLink>h2.title b,
    .titleDescriptionLink>h2.title h1,
    .titleDescriptionLink>h2.title h2,
    .titleDescriptionLink>h2.title h3,
    .titleDescriptionLink>h2.title i,
    .titleDescriptionLink>h2.title li,
    .titleDescriptionLink>h2.title ol,
    .titleDescriptionLink>h2.title p,
    .titleDescriptionLink>h2.title span,
    .titleDescriptionLink>h2.title u,
    .titleDescriptionLink>h2.title ul,
    .titleDescriptionLink>h3.no-quote a,
    .titleDescriptionLink>h3.no-quote b,
    .titleDescriptionLink>h3.no-quote h1,
    .titleDescriptionLink>h3.no-quote h2,
    .titleDescriptionLink>h3.no-quote h3,
    .titleDescriptionLink>h3.no-quote i,
    .titleDescriptionLink>h3.no-quote li,
    .titleDescriptionLink>h3.no-quote ol,
    .titleDescriptionLink>h3.no-quote p,
    .titleDescriptionLink>h3.no-quote span,
    .titleDescriptionLink>h3.no-quote u,
    .titleDescriptionLink>h3.no-quote ul,
    .titleDescriptionLink>h3.title a,
    .titleDescriptionLink>h3.title b,
    .titleDescriptionLink>h3.title h1,
    .titleDescriptionLink>h3.title h2,
    .titleDescriptionLink>h3.title h3,
    .titleDescriptionLink>h3.title i,
    .titleDescriptionLink>h3.title li,
    .titleDescriptionLink>h3.title ol,
    .titleDescriptionLink>h3.title p,
    .titleDescriptionLink>h3.title span,
    .titleDescriptionLink>h3.title u,
    .titleDescriptionLink>h3.title ul,
    .titleDescriptionLink>h4.no-quote a,
    .titleDescriptionLink>h4.no-quote b,
    .titleDescriptionLink>h4.no-quote h1,
    .titleDescriptionLink>h4.no-quote h2,
    .titleDescriptionLink>h4.no-quote h3,
    .titleDescriptionLink>h4.no-quote i,
    .titleDescriptionLink>h4.no-quote li,
    .titleDescriptionLink>h4.no-quote ol,
    .titleDescriptionLink>h4.no-quote p,
    .titleDescriptionLink>h4.no-quote span,
    .titleDescriptionLink>h4.no-quote u,
    .titleDescriptionLink>h4.no-quote ul,
    .titleDescriptionLink>h4.title a,
    .titleDescriptionLink>h4.title b,
    .titleDescriptionLink>h4.title h1,
    .titleDescriptionLink>h4.title h2,
    .titleDescriptionLink>h4.title h3,
    .titleDescriptionLink>h4.title i,
    .titleDescriptionLink>h4.title li,
    .titleDescriptionLink>h4.title ol,
    .titleDescriptionLink>h4.title p,
    .titleDescriptionLink>h4.title span,
    .titleDescriptionLink>h4.title u,
    .titleDescriptionLink>h4.title ul,
    .titleDescriptionLink>h5.no-quote a,
    .titleDescriptionLink>h5.no-quote b,
    .titleDescriptionLink>h5.no-quote h1,
    .titleDescriptionLink>h5.no-quote h2,
    .titleDescriptionLink>h5.no-quote h3,
    .titleDescriptionLink>h5.no-quote i,
    .titleDescriptionLink>h5.no-quote li,
    .titleDescriptionLink>h5.no-quote ol,
    .titleDescriptionLink>h5.no-quote p,
    .titleDescriptionLink>h5.no-quote span,
    .titleDescriptionLink>h5.no-quote u,
    .titleDescriptionLink>h5.no-quote ul,
    .titleDescriptionLink>h5.title a,
    .titleDescriptionLink>h5.title b,
    .titleDescriptionLink>h5.title h1,
    .titleDescriptionLink>h5.title h2,
    .titleDescriptionLink>h5.title h3,
    .titleDescriptionLink>h5.title i,
    .titleDescriptionLink>h5.title li,
    .titleDescriptionLink>h5.title ol,
    .titleDescriptionLink>h5.title p,
    .titleDescriptionLink>h5.title span,
    .titleDescriptionLink>h5.title u,
    .titleDescriptionLink>h5.title ul,
    .titleDescriptionLink>h6.no-quote a,
    .titleDescriptionLink>h6.no-quote b,
    .titleDescriptionLink>h6.no-quote h1,
    .titleDescriptionLink>h6.no-quote h2,
    .titleDescriptionLink>h6.no-quote h3,
    .titleDescriptionLink>h6.no-quote i,
    .titleDescriptionLink>h6.no-quote li,
    .titleDescriptionLink>h6.no-quote ol,
    .titleDescriptionLink>h6.no-quote p,
    .titleDescriptionLink>h6.no-quote span,
    .titleDescriptionLink>h6.no-quote u,
    .titleDescriptionLink>h6.no-quote ul,
    .titleDescriptionLink>h6.title a,
    .titleDescriptionLink>h6.title b,
    .titleDescriptionLink>h6.title h1,
    .titleDescriptionLink>h6.title h2,
    .titleDescriptionLink>h6.title h3,
    .titleDescriptionLink>h6.title i,
    .titleDescriptionLink>h6.title li,
    .titleDescriptionLink>h6.title ol,
    .titleDescriptionLink>h6.title p,
    .titleDescriptionLink>h6.title span,
    .titleDescriptionLink>h6.title u,
    .titleDescriptionLink>h6.title ul,
    .titleDescriptionLink>i.no-quote a,
    .titleDescriptionLink>i.no-quote b,
    .titleDescriptionLink>i.no-quote h1,
    .titleDescriptionLink>i.no-quote h2,
    .titleDescriptionLink>i.no-quote h3,
    .titleDescriptionLink>i.no-quote i,
    .titleDescriptionLink>i.no-quote li,
    .titleDescriptionLink>i.no-quote ol,
    .titleDescriptionLink>i.no-quote p,
    .titleDescriptionLink>i.no-quote span,
    .titleDescriptionLink>i.no-quote u,
    .titleDescriptionLink>i.no-quote ul,
    .titleDescriptionLink>i.title a,
    .titleDescriptionLink>i.title b,
    .titleDescriptionLink>i.title h1,
    .titleDescriptionLink>i.title h2,
    .titleDescriptionLink>i.title h3,
    .titleDescriptionLink>i.title i,
    .titleDescriptionLink>i.title li,
    .titleDescriptionLink>i.title ol,
    .titleDescriptionLink>i.title p,
    .titleDescriptionLink>i.title span,
    .titleDescriptionLink>i.title u,
    .titleDescriptionLink>i.title ul,
    .titleDescriptionLink>li.no-quote a,
    .titleDescriptionLink>li.no-quote b,
    .titleDescriptionLink>li.no-quote h1,
    .titleDescriptionLink>li.no-quote h2,
    .titleDescriptionLink>li.no-quote h3,
    .titleDescriptionLink>li.no-quote i,
    .titleDescriptionLink>li.no-quote li,
    .titleDescriptionLink>li.no-quote ol,
    .titleDescriptionLink>li.no-quote p,
    .titleDescriptionLink>li.no-quote span,
    .titleDescriptionLink>li.no-quote u,
    .titleDescriptionLink>li.no-quote ul,
    .titleDescriptionLink>li.title a,
    .titleDescriptionLink>li.title b,
    .titleDescriptionLink>li.title h1,
    .titleDescriptionLink>li.title h2,
    .titleDescriptionLink>li.title h3,
    .titleDescriptionLink>li.title i,
    .titleDescriptionLink>li.title li,
    .titleDescriptionLink>li.title ol,
    .titleDescriptionLink>li.title p,
    .titleDescriptionLink>li.title span,
    .titleDescriptionLink>li.title u,
    .titleDescriptionLink>li.title ul,
    .titleDescriptionLink>ol.no-quote a,
    .titleDescriptionLink>ol.no-quote b,
    .titleDescriptionLink>ol.no-quote h1,
    .titleDescriptionLink>ol.no-quote h2,
    .titleDescriptionLink>ol.no-quote h3,
    .titleDescriptionLink>ol.no-quote i,
    .titleDescriptionLink>ol.no-quote li,
    .titleDescriptionLink>ol.no-quote ol,
    .titleDescriptionLink>ol.no-quote p,
    .titleDescriptionLink>ol.no-quote span,
    .titleDescriptionLink>ol.no-quote u,
    .titleDescriptionLink>ol.no-quote ul,
    .titleDescriptionLink>ol.title a,
    .titleDescriptionLink>ol.title b,
    .titleDescriptionLink>ol.title h1,
    .titleDescriptionLink>ol.title h2,
    .titleDescriptionLink>ol.title h3,
    .titleDescriptionLink>ol.title i,
    .titleDescriptionLink>ol.title li,
    .titleDescriptionLink>ol.title ol,
    .titleDescriptionLink>ol.title p,
    .titleDescriptionLink>ol.title span,
    .titleDescriptionLink>ol.title u,
    .titleDescriptionLink>ol.title ul,
    .titleDescriptionLink>p.no-quote a,
    .titleDescriptionLink>p.no-quote b,
    .titleDescriptionLink>p.no-quote h1,
    .titleDescriptionLink>p.no-quote h2,
    .titleDescriptionLink>p.no-quote h3,
    .titleDescriptionLink>p.no-quote i,
    .titleDescriptionLink>p.no-quote li,
    .titleDescriptionLink>p.no-quote ol,
    .titleDescriptionLink>p.no-quote p,
    .titleDescriptionLink>p.no-quote span,
    .titleDescriptionLink>p.no-quote u,
    .titleDescriptionLink>p.no-quote ul,
    .titleDescriptionLink>p.title a,
    .titleDescriptionLink>p.title b,
    .titleDescriptionLink>p.title h1,
    .titleDescriptionLink>p.title h2,
    .titleDescriptionLink>p.title h3,
    .titleDescriptionLink>p.title i,
    .titleDescriptionLink>p.title li,
    .titleDescriptionLink>p.title ol,
    .titleDescriptionLink>p.title p,
    .titleDescriptionLink>p.title span,
    .titleDescriptionLink>p.title u,
    .titleDescriptionLink>p.title ul,
    .titleDescriptionLink>span.no-quote a,
    .titleDescriptionLink>span.no-quote b,
    .titleDescriptionLink>span.no-quote h1,
    .titleDescriptionLink>span.no-quote h2,
    .titleDescriptionLink>span.no-quote h3,
    .titleDescriptionLink>span.no-quote i,
    .titleDescriptionLink>span.no-quote li,
    .titleDescriptionLink>span.no-quote ol,
    .titleDescriptionLink>span.no-quote p,
    .titleDescriptionLink>span.no-quote span,
    .titleDescriptionLink>span.no-quote u,
    .titleDescriptionLink>span.no-quote ul,
    .titleDescriptionLink>span.title a,
    .titleDescriptionLink>span.title b,
    .titleDescriptionLink>span.title h1,
    .titleDescriptionLink>span.title h2,
    .titleDescriptionLink>span.title h3,
    .titleDescriptionLink>span.title i,
    .titleDescriptionLink>span.title li,
    .titleDescriptionLink>span.title ol,
    .titleDescriptionLink>span.title p,
    .titleDescriptionLink>span.title span,
    .titleDescriptionLink>span.title u,
    .titleDescriptionLink>span.title ul,
    .titleDescriptionLink>u.no-quote a,
    .titleDescriptionLink>u.no-quote b,
    .titleDescriptionLink>u.no-quote h1,
    .titleDescriptionLink>u.no-quote h2,
    .titleDescriptionLink>u.no-quote h3,
    .titleDescriptionLink>u.no-quote i,
    .titleDescriptionLink>u.no-quote li,
    .titleDescriptionLink>u.no-quote ol,
    .titleDescriptionLink>u.no-quote p,
    .titleDescriptionLink>u.no-quote span,
    .titleDescriptionLink>u.no-quote u,
    .titleDescriptionLink>u.no-quote ul,
    .titleDescriptionLink>u.title a,
    .titleDescriptionLink>u.title b,
    .titleDescriptionLink>u.title h1,
    .titleDescriptionLink>u.title h2,
    .titleDescriptionLink>u.title h3,
    .titleDescriptionLink>u.title i,
    .titleDescriptionLink>u.title li,
    .titleDescriptionLink>u.title ol,
    .titleDescriptionLink>u.title p,
    .titleDescriptionLink>u.title span,
    .titleDescriptionLink>u.title u,
    .titleDescriptionLink>u.title ul,
    .titleDescriptionLink>ul.no-quote a,
    .titleDescriptionLink>ul.no-quote b,
    .titleDescriptionLink>ul.no-quote h1,
    .titleDescriptionLink>ul.no-quote h2,
    .titleDescriptionLink>ul.no-quote h3,
    .titleDescriptionLink>ul.no-quote i,
    .titleDescriptionLink>ul.no-quote li,
    .titleDescriptionLink>ul.no-quote ol,
    .titleDescriptionLink>ul.no-quote p,
    .titleDescriptionLink>ul.no-quote span,
    .titleDescriptionLink>ul.no-quote u,
    .titleDescriptionLink>ul.no-quote ul,
    .titleDescriptionLink>ul.title a,
    .titleDescriptionLink>ul.title b,
    .titleDescriptionLink>ul.title h1,
    .titleDescriptionLink>ul.title h2,
    .titleDescriptionLink>ul.title h3,
    .titleDescriptionLink>ul.title i,
    .titleDescriptionLink>ul.title li,
    .titleDescriptionLink>ul.title ol,
    .titleDescriptionLink>ul.title p,
    .titleDescriptionLink>ul.title span,
    .titleDescriptionLink>ul.title u,
    .titleDescriptionLink>ul.title ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .titleDescriptionLink>a.no-quote a,
    .titleDescriptionLink>a.no-quote b,
    .titleDescriptionLink>a.no-quote h1,
    .titleDescriptionLink>a.no-quote h2,
    .titleDescriptionLink>a.no-quote h3,
    .titleDescriptionLink>a.no-quote i,
    .titleDescriptionLink>a.no-quote li,
    .titleDescriptionLink>a.no-quote ol,
    .titleDescriptionLink>a.no-quote p,
    .titleDescriptionLink>a.no-quote span,
    .titleDescriptionLink>a.no-quote u,
    .titleDescriptionLink>a.no-quote ul,
    .titleDescriptionLink>a.title a,
    .titleDescriptionLink>a.title b,
    .titleDescriptionLink>a.title h1,
    .titleDescriptionLink>a.title h2,
    .titleDescriptionLink>a.title h3,
    .titleDescriptionLink>a.title i,
    .titleDescriptionLink>a.title li,
    .titleDescriptionLink>a.title ol,
    .titleDescriptionLink>a.title p,
    .titleDescriptionLink>a.title span,
    .titleDescriptionLink>a.title u,
    .titleDescriptionLink>a.title ul,
    .titleDescriptionLink>b.no-quote a,
    .titleDescriptionLink>b.no-quote b,
    .titleDescriptionLink>b.no-quote h1,
    .titleDescriptionLink>b.no-quote h2,
    .titleDescriptionLink>b.no-quote h3,
    .titleDescriptionLink>b.no-quote i,
    .titleDescriptionLink>b.no-quote li,
    .titleDescriptionLink>b.no-quote ol,
    .titleDescriptionLink>b.no-quote p,
    .titleDescriptionLink>b.no-quote span,
    .titleDescriptionLink>b.no-quote u,
    .titleDescriptionLink>b.no-quote ul,
    .titleDescriptionLink>b.title a,
    .titleDescriptionLink>b.title b,
    .titleDescriptionLink>b.title h1,
    .titleDescriptionLink>b.title h2,
    .titleDescriptionLink>b.title h3,
    .titleDescriptionLink>b.title i,
    .titleDescriptionLink>b.title li,
    .titleDescriptionLink>b.title ol,
    .titleDescriptionLink>b.title p,
    .titleDescriptionLink>b.title span,
    .titleDescriptionLink>b.title u,
    .titleDescriptionLink>b.title ul,
    .titleDescriptionLink>div.no-quote a,
    .titleDescriptionLink>div.no-quote b,
    .titleDescriptionLink>div.no-quote h1,
    .titleDescriptionLink>div.no-quote h2,
    .titleDescriptionLink>div.no-quote h3,
    .titleDescriptionLink>div.no-quote i,
    .titleDescriptionLink>div.no-quote li,
    .titleDescriptionLink>div.no-quote ol,
    .titleDescriptionLink>div.no-quote p,
    .titleDescriptionLink>div.no-quote span,
    .titleDescriptionLink>div.no-quote u,
    .titleDescriptionLink>div.no-quote ul,
    .titleDescriptionLink>div.title a,
    .titleDescriptionLink>div.title b,
    .titleDescriptionLink>div.title h1,
    .titleDescriptionLink>div.title h2,
    .titleDescriptionLink>div.title h3,
    .titleDescriptionLink>div.title i,
    .titleDescriptionLink>div.title li,
    .titleDescriptionLink>div.title ol,
    .titleDescriptionLink>div.title p,
    .titleDescriptionLink>div.title span,
    .titleDescriptionLink>div.title u,
    .titleDescriptionLink>div.title ul,
    .titleDescriptionLink>h1.no-quote a,
    .titleDescriptionLink>h1.no-quote b,
    .titleDescriptionLink>h1.no-quote h1,
    .titleDescriptionLink>h1.no-quote h2,
    .titleDescriptionLink>h1.no-quote h3,
    .titleDescriptionLink>h1.no-quote i,
    .titleDescriptionLink>h1.no-quote li,
    .titleDescriptionLink>h1.no-quote ol,
    .titleDescriptionLink>h1.no-quote p,
    .titleDescriptionLink>h1.no-quote span,
    .titleDescriptionLink>h1.no-quote u,
    .titleDescriptionLink>h1.no-quote ul,
    .titleDescriptionLink>h1.title a,
    .titleDescriptionLink>h1.title b,
    .titleDescriptionLink>h1.title h1,
    .titleDescriptionLink>h1.title h2,
    .titleDescriptionLink>h1.title h3,
    .titleDescriptionLink>h1.title i,
    .titleDescriptionLink>h1.title li,
    .titleDescriptionLink>h1.title ol,
    .titleDescriptionLink>h1.title p,
    .titleDescriptionLink>h1.title span,
    .titleDescriptionLink>h1.title u,
    .titleDescriptionLink>h1.title ul,
    .titleDescriptionLink>h2.no-quote a,
    .titleDescriptionLink>h2.no-quote b,
    .titleDescriptionLink>h2.no-quote h1,
    .titleDescriptionLink>h2.no-quote h2,
    .titleDescriptionLink>h2.no-quote h3,
    .titleDescriptionLink>h2.no-quote i,
    .titleDescriptionLink>h2.no-quote li,
    .titleDescriptionLink>h2.no-quote ol,
    .titleDescriptionLink>h2.no-quote p,
    .titleDescriptionLink>h2.no-quote span,
    .titleDescriptionLink>h2.no-quote u,
    .titleDescriptionLink>h2.no-quote ul,
    .titleDescriptionLink>h2.title a,
    .titleDescriptionLink>h2.title b,
    .titleDescriptionLink>h2.title h1,
    .titleDescriptionLink>h2.title h2,
    .titleDescriptionLink>h2.title h3,
    .titleDescriptionLink>h2.title i,
    .titleDescriptionLink>h2.title li,
    .titleDescriptionLink>h2.title ol,
    .titleDescriptionLink>h2.title p,
    .titleDescriptionLink>h2.title span,
    .titleDescriptionLink>h2.title u,
    .titleDescriptionLink>h2.title ul,
    .titleDescriptionLink>h3.no-quote a,
    .titleDescriptionLink>h3.no-quote b,
    .titleDescriptionLink>h3.no-quote h1,
    .titleDescriptionLink>h3.no-quote h2,
    .titleDescriptionLink>h3.no-quote h3,
    .titleDescriptionLink>h3.no-quote i,
    .titleDescriptionLink>h3.no-quote li,
    .titleDescriptionLink>h3.no-quote ol,
    .titleDescriptionLink>h3.no-quote p,
    .titleDescriptionLink>h3.no-quote span,
    .titleDescriptionLink>h3.no-quote u,
    .titleDescriptionLink>h3.no-quote ul,
    .titleDescriptionLink>h3.title a,
    .titleDescriptionLink>h3.title b,
    .titleDescriptionLink>h3.title h1,
    .titleDescriptionLink>h3.title h2,
    .titleDescriptionLink>h3.title h3,
    .titleDescriptionLink>h3.title i,
    .titleDescriptionLink>h3.title li,
    .titleDescriptionLink>h3.title ol,
    .titleDescriptionLink>h3.title p,
    .titleDescriptionLink>h3.title span,
    .titleDescriptionLink>h3.title u,
    .titleDescriptionLink>h3.title ul,
    .titleDescriptionLink>h4.no-quote a,
    .titleDescriptionLink>h4.no-quote b,
    .titleDescriptionLink>h4.no-quote h1,
    .titleDescriptionLink>h4.no-quote h2,
    .titleDescriptionLink>h4.no-quote h3,
    .titleDescriptionLink>h4.no-quote i,
    .titleDescriptionLink>h4.no-quote li,
    .titleDescriptionLink>h4.no-quote ol,
    .titleDescriptionLink>h4.no-quote p,
    .titleDescriptionLink>h4.no-quote span,
    .titleDescriptionLink>h4.no-quote u,
    .titleDescriptionLink>h4.no-quote ul,
    .titleDescriptionLink>h4.title a,
    .titleDescriptionLink>h4.title b,
    .titleDescriptionLink>h4.title h1,
    .titleDescriptionLink>h4.title h2,
    .titleDescriptionLink>h4.title h3,
    .titleDescriptionLink>h4.title i,
    .titleDescriptionLink>h4.title li,
    .titleDescriptionLink>h4.title ol,
    .titleDescriptionLink>h4.title p,
    .titleDescriptionLink>h4.title span,
    .titleDescriptionLink>h4.title u,
    .titleDescriptionLink>h4.title ul,
    .titleDescriptionLink>h5.no-quote a,
    .titleDescriptionLink>h5.no-quote b,
    .titleDescriptionLink>h5.no-quote h1,
    .titleDescriptionLink>h5.no-quote h2,
    .titleDescriptionLink>h5.no-quote h3,
    .titleDescriptionLink>h5.no-quote i,
    .titleDescriptionLink>h5.no-quote li,
    .titleDescriptionLink>h5.no-quote ol,
    .titleDescriptionLink>h5.no-quote p,
    .titleDescriptionLink>h5.no-quote span,
    .titleDescriptionLink>h5.no-quote u,
    .titleDescriptionLink>h5.no-quote ul,
    .titleDescriptionLink>h5.title a,
    .titleDescriptionLink>h5.title b,
    .titleDescriptionLink>h5.title h1,
    .titleDescriptionLink>h5.title h2,
    .titleDescriptionLink>h5.title h3,
    .titleDescriptionLink>h5.title i,
    .titleDescriptionLink>h5.title li,
    .titleDescriptionLink>h5.title ol,
    .titleDescriptionLink>h5.title p,
    .titleDescriptionLink>h5.title span,
    .titleDescriptionLink>h5.title u,
    .titleDescriptionLink>h5.title ul,
    .titleDescriptionLink>h6.no-quote a,
    .titleDescriptionLink>h6.no-quote b,
    .titleDescriptionLink>h6.no-quote h1,
    .titleDescriptionLink>h6.no-quote h2,
    .titleDescriptionLink>h6.no-quote h3,
    .titleDescriptionLink>h6.no-quote i,
    .titleDescriptionLink>h6.no-quote li,
    .titleDescriptionLink>h6.no-quote ol,
    .titleDescriptionLink>h6.no-quote p,
    .titleDescriptionLink>h6.no-quote span,
    .titleDescriptionLink>h6.no-quote u,
    .titleDescriptionLink>h6.no-quote ul,
    .titleDescriptionLink>h6.title a,
    .titleDescriptionLink>h6.title b,
    .titleDescriptionLink>h6.title h1,
    .titleDescriptionLink>h6.title h2,
    .titleDescriptionLink>h6.title h3,
    .titleDescriptionLink>h6.title i,
    .titleDescriptionLink>h6.title li,
    .titleDescriptionLink>h6.title ol,
    .titleDescriptionLink>h6.title p,
    .titleDescriptionLink>h6.title span,
    .titleDescriptionLink>h6.title u,
    .titleDescriptionLink>h6.title ul,
    .titleDescriptionLink>i.no-quote a,
    .titleDescriptionLink>i.no-quote b,
    .titleDescriptionLink>i.no-quote h1,
    .titleDescriptionLink>i.no-quote h2,
    .titleDescriptionLink>i.no-quote h3,
    .titleDescriptionLink>i.no-quote i,
    .titleDescriptionLink>i.no-quote li,
    .titleDescriptionLink>i.no-quote ol,
    .titleDescriptionLink>i.no-quote p,
    .titleDescriptionLink>i.no-quote span,
    .titleDescriptionLink>i.no-quote u,
    .titleDescriptionLink>i.no-quote ul,
    .titleDescriptionLink>i.title a,
    .titleDescriptionLink>i.title b,
    .titleDescriptionLink>i.title h1,
    .titleDescriptionLink>i.title h2,
    .titleDescriptionLink>i.title h3,
    .titleDescriptionLink>i.title i,
    .titleDescriptionLink>i.title li,
    .titleDescriptionLink>i.title ol,
    .titleDescriptionLink>i.title p,
    .titleDescriptionLink>i.title span,
    .titleDescriptionLink>i.title u,
    .titleDescriptionLink>i.title ul,
    .titleDescriptionLink>li.no-quote a,
    .titleDescriptionLink>li.no-quote b,
    .titleDescriptionLink>li.no-quote h1,
    .titleDescriptionLink>li.no-quote h2,
    .titleDescriptionLink>li.no-quote h3,
    .titleDescriptionLink>li.no-quote i,
    .titleDescriptionLink>li.no-quote li,
    .titleDescriptionLink>li.no-quote ol,
    .titleDescriptionLink>li.no-quote p,
    .titleDescriptionLink>li.no-quote span,
    .titleDescriptionLink>li.no-quote u,
    .titleDescriptionLink>li.no-quote ul,
    .titleDescriptionLink>li.title a,
    .titleDescriptionLink>li.title b,
    .titleDescriptionLink>li.title h1,
    .titleDescriptionLink>li.title h2,
    .titleDescriptionLink>li.title h3,
    .titleDescriptionLink>li.title i,
    .titleDescriptionLink>li.title li,
    .titleDescriptionLink>li.title ol,
    .titleDescriptionLink>li.title p,
    .titleDescriptionLink>li.title span,
    .titleDescriptionLink>li.title u,
    .titleDescriptionLink>li.title ul,
    .titleDescriptionLink>ol.no-quote a,
    .titleDescriptionLink>ol.no-quote b,
    .titleDescriptionLink>ol.no-quote h1,
    .titleDescriptionLink>ol.no-quote h2,
    .titleDescriptionLink>ol.no-quote h3,
    .titleDescriptionLink>ol.no-quote i,
    .titleDescriptionLink>ol.no-quote li,
    .titleDescriptionLink>ol.no-quote ol,
    .titleDescriptionLink>ol.no-quote p,
    .titleDescriptionLink>ol.no-quote span,
    .titleDescriptionLink>ol.no-quote u,
    .titleDescriptionLink>ol.no-quote ul,
    .titleDescriptionLink>ol.title a,
    .titleDescriptionLink>ol.title b,
    .titleDescriptionLink>ol.title h1,
    .titleDescriptionLink>ol.title h2,
    .titleDescriptionLink>ol.title h3,
    .titleDescriptionLink>ol.title i,
    .titleDescriptionLink>ol.title li,
    .titleDescriptionLink>ol.title ol,
    .titleDescriptionLink>ol.title p,
    .titleDescriptionLink>ol.title span,
    .titleDescriptionLink>ol.title u,
    .titleDescriptionLink>ol.title ul,
    .titleDescriptionLink>p.no-quote a,
    .titleDescriptionLink>p.no-quote b,
    .titleDescriptionLink>p.no-quote h1,
    .titleDescriptionLink>p.no-quote h2,
    .titleDescriptionLink>p.no-quote h3,
    .titleDescriptionLink>p.no-quote i,
    .titleDescriptionLink>p.no-quote li,
    .titleDescriptionLink>p.no-quote ol,
    .titleDescriptionLink>p.no-quote p,
    .titleDescriptionLink>p.no-quote span,
    .titleDescriptionLink>p.no-quote u,
    .titleDescriptionLink>p.no-quote ul,
    .titleDescriptionLink>p.title a,
    .titleDescriptionLink>p.title b,
    .titleDescriptionLink>p.title h1,
    .titleDescriptionLink>p.title h2,
    .titleDescriptionLink>p.title h3,
    .titleDescriptionLink>p.title i,
    .titleDescriptionLink>p.title li,
    .titleDescriptionLink>p.title ol,
    .titleDescriptionLink>p.title p,
    .titleDescriptionLink>p.title span,
    .titleDescriptionLink>p.title u,
    .titleDescriptionLink>p.title ul,
    .titleDescriptionLink>span.no-quote a,
    .titleDescriptionLink>span.no-quote b,
    .titleDescriptionLink>span.no-quote h1,
    .titleDescriptionLink>span.no-quote h2,
    .titleDescriptionLink>span.no-quote h3,
    .titleDescriptionLink>span.no-quote i,
    .titleDescriptionLink>span.no-quote li,
    .titleDescriptionLink>span.no-quote ol,
    .titleDescriptionLink>span.no-quote p,
    .titleDescriptionLink>span.no-quote span,
    .titleDescriptionLink>span.no-quote u,
    .titleDescriptionLink>span.no-quote ul,
    .titleDescriptionLink>span.title a,
    .titleDescriptionLink>span.title b,
    .titleDescriptionLink>span.title h1,
    .titleDescriptionLink>span.title h2,
    .titleDescriptionLink>span.title h3,
    .titleDescriptionLink>span.title i,
    .titleDescriptionLink>span.title li,
    .titleDescriptionLink>span.title ol,
    .titleDescriptionLink>span.title p,
    .titleDescriptionLink>span.title span,
    .titleDescriptionLink>span.title u,
    .titleDescriptionLink>span.title ul,
    .titleDescriptionLink>u.no-quote a,
    .titleDescriptionLink>u.no-quote b,
    .titleDescriptionLink>u.no-quote h1,
    .titleDescriptionLink>u.no-quote h2,
    .titleDescriptionLink>u.no-quote h3,
    .titleDescriptionLink>u.no-quote i,
    .titleDescriptionLink>u.no-quote li,
    .titleDescriptionLink>u.no-quote ol,
    .titleDescriptionLink>u.no-quote p,
    .titleDescriptionLink>u.no-quote span,
    .titleDescriptionLink>u.no-quote u,
    .titleDescriptionLink>u.no-quote ul,
    .titleDescriptionLink>u.title a,
    .titleDescriptionLink>u.title b,
    .titleDescriptionLink>u.title h1,
    .titleDescriptionLink>u.title h2,
    .titleDescriptionLink>u.title h3,
    .titleDescriptionLink>u.title i,
    .titleDescriptionLink>u.title li,
    .titleDescriptionLink>u.title ol,
    .titleDescriptionLink>u.title p,
    .titleDescriptionLink>u.title span,
    .titleDescriptionLink>u.title u,
    .titleDescriptionLink>u.title ul,
    .titleDescriptionLink>ul.no-quote a,
    .titleDescriptionLink>ul.no-quote b,
    .titleDescriptionLink>ul.no-quote h1,
    .titleDescriptionLink>ul.no-quote h2,
    .titleDescriptionLink>ul.no-quote h3,
    .titleDescriptionLink>ul.no-quote i,
    .titleDescriptionLink>ul.no-quote li,
    .titleDescriptionLink>ul.no-quote ol,
    .titleDescriptionLink>ul.no-quote p,
    .titleDescriptionLink>ul.no-quote span,
    .titleDescriptionLink>ul.no-quote u,
    .titleDescriptionLink>ul.no-quote ul,
    .titleDescriptionLink>ul.title a,
    .titleDescriptionLink>ul.title b,
    .titleDescriptionLink>ul.title h1,
    .titleDescriptionLink>ul.title h2,
    .titleDescriptionLink>ul.title h3,
    .titleDescriptionLink>ul.title i,
    .titleDescriptionLink>ul.title li,
    .titleDescriptionLink>ul.title ol,
    .titleDescriptionLink>ul.title p,
    .titleDescriptionLink>ul.title span,
    .titleDescriptionLink>ul.title u,
    .titleDescriptionLink>ul.title ul {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

.titleDescriptionLink>a.no-quote a a,
.titleDescriptionLink>a.no-quote a b,
.titleDescriptionLink>a.no-quote a i,
.titleDescriptionLink>a.no-quote a span,
.titleDescriptionLink>a.no-quote a u,
.titleDescriptionLink>a.no-quote b a,
.titleDescriptionLink>a.no-quote b b,
.titleDescriptionLink>a.no-quote b i,
.titleDescriptionLink>a.no-quote b span,
.titleDescriptionLink>a.no-quote b u,
.titleDescriptionLink>a.no-quote h1 a,
.titleDescriptionLink>a.no-quote h1 b,
.titleDescriptionLink>a.no-quote h1 i,
.titleDescriptionLink>a.no-quote h1 span,
.titleDescriptionLink>a.no-quote h1 u,
.titleDescriptionLink>a.no-quote h2 a,
.titleDescriptionLink>a.no-quote h2 b,
.titleDescriptionLink>a.no-quote h2 i,
.titleDescriptionLink>a.no-quote h2 span,
.titleDescriptionLink>a.no-quote h2 u,
.titleDescriptionLink>a.no-quote h3 a,
.titleDescriptionLink>a.no-quote h3 b,
.titleDescriptionLink>a.no-quote h3 i,
.titleDescriptionLink>a.no-quote h3 span,
.titleDescriptionLink>a.no-quote h3 u,
.titleDescriptionLink>a.no-quote i a,
.titleDescriptionLink>a.no-quote i b,
.titleDescriptionLink>a.no-quote i i,
.titleDescriptionLink>a.no-quote i span,
.titleDescriptionLink>a.no-quote i u,
.titleDescriptionLink>a.no-quote li a,
.titleDescriptionLink>a.no-quote li b,
.titleDescriptionLink>a.no-quote li i,
.titleDescriptionLink>a.no-quote li span,
.titleDescriptionLink>a.no-quote li u,
.titleDescriptionLink>a.no-quote ol a,
.titleDescriptionLink>a.no-quote ol b,
.titleDescriptionLink>a.no-quote ol i,
.titleDescriptionLink>a.no-quote ol span,
.titleDescriptionLink>a.no-quote ol u,
.titleDescriptionLink>a.no-quote p a,
.titleDescriptionLink>a.no-quote p b,
.titleDescriptionLink>a.no-quote p i,
.titleDescriptionLink>a.no-quote p span,
.titleDescriptionLink>a.no-quote p u,
.titleDescriptionLink>a.no-quote span a,
.titleDescriptionLink>a.no-quote span b,
.titleDescriptionLink>a.no-quote span i,
.titleDescriptionLink>a.no-quote span span,
.titleDescriptionLink>a.no-quote span u,
.titleDescriptionLink>a.no-quote u a,
.titleDescriptionLink>a.no-quote u b,
.titleDescriptionLink>a.no-quote u i,
.titleDescriptionLink>a.no-quote u span,
.titleDescriptionLink>a.no-quote u u,
.titleDescriptionLink>a.no-quote ul a,
.titleDescriptionLink>a.no-quote ul b,
.titleDescriptionLink>a.no-quote ul i,
.titleDescriptionLink>a.no-quote ul span,
.titleDescriptionLink>a.no-quote ul u,
.titleDescriptionLink>a.title a a,
.titleDescriptionLink>a.title a b,
.titleDescriptionLink>a.title a i,
.titleDescriptionLink>a.title a span,
.titleDescriptionLink>a.title a u,
.titleDescriptionLink>a.title b a,
.titleDescriptionLink>a.title b b,
.titleDescriptionLink>a.title b i,
.titleDescriptionLink>a.title b span,
.titleDescriptionLink>a.title b u,
.titleDescriptionLink>a.title h1 a,
.titleDescriptionLink>a.title h1 b,
.titleDescriptionLink>a.title h1 i,
.titleDescriptionLink>a.title h1 span,
.titleDescriptionLink>a.title h1 u,
.titleDescriptionLink>a.title h2 a,
.titleDescriptionLink>a.title h2 b,
.titleDescriptionLink>a.title h2 i,
.titleDescriptionLink>a.title h2 span,
.titleDescriptionLink>a.title h2 u,
.titleDescriptionLink>a.title h3 a,
.titleDescriptionLink>a.title h3 b,
.titleDescriptionLink>a.title h3 i,
.titleDescriptionLink>a.title h3 span,
.titleDescriptionLink>a.title h3 u,
.titleDescriptionLink>a.title i a,
.titleDescriptionLink>a.title i b,
.titleDescriptionLink>a.title i i,
.titleDescriptionLink>a.title i span,
.titleDescriptionLink>a.title i u,
.titleDescriptionLink>a.title li a,
.titleDescriptionLink>a.title li b,
.titleDescriptionLink>a.title li i,
.titleDescriptionLink>a.title li span,
.titleDescriptionLink>a.title li u,
.titleDescriptionLink>a.title ol a,
.titleDescriptionLink>a.title ol b,
.titleDescriptionLink>a.title ol i,
.titleDescriptionLink>a.title ol span,
.titleDescriptionLink>a.title ol u,
.titleDescriptionLink>a.title p a,
.titleDescriptionLink>a.title p b,
.titleDescriptionLink>a.title p i,
.titleDescriptionLink>a.title p span,
.titleDescriptionLink>a.title p u,
.titleDescriptionLink>a.title span a,
.titleDescriptionLink>a.title span b,
.titleDescriptionLink>a.title span i,
.titleDescriptionLink>a.title span span,
.titleDescriptionLink>a.title span u,
.titleDescriptionLink>a.title u a,
.titleDescriptionLink>a.title u b,
.titleDescriptionLink>a.title u i,
.titleDescriptionLink>a.title u span,
.titleDescriptionLink>a.title u u,
.titleDescriptionLink>a.title ul a,
.titleDescriptionLink>a.title ul b,
.titleDescriptionLink>a.title ul i,
.titleDescriptionLink>a.title ul span,
.titleDescriptionLink>a.title ul u,
.titleDescriptionLink>b.no-quote a a,
.titleDescriptionLink>b.no-quote a b,
.titleDescriptionLink>b.no-quote a i,
.titleDescriptionLink>b.no-quote a span,
.titleDescriptionLink>b.no-quote a u,
.titleDescriptionLink>b.no-quote b a,
.titleDescriptionLink>b.no-quote b b,
.titleDescriptionLink>b.no-quote b i,
.titleDescriptionLink>b.no-quote b span,
.titleDescriptionLink>b.no-quote b u,
.titleDescriptionLink>b.no-quote h1 a,
.titleDescriptionLink>b.no-quote h1 b,
.titleDescriptionLink>b.no-quote h1 i,
.titleDescriptionLink>b.no-quote h1 span,
.titleDescriptionLink>b.no-quote h1 u,
.titleDescriptionLink>b.no-quote h2 a,
.titleDescriptionLink>b.no-quote h2 b,
.titleDescriptionLink>b.no-quote h2 i,
.titleDescriptionLink>b.no-quote h2 span,
.titleDescriptionLink>b.no-quote h2 u,
.titleDescriptionLink>b.no-quote h3 a,
.titleDescriptionLink>b.no-quote h3 b,
.titleDescriptionLink>b.no-quote h3 i,
.titleDescriptionLink>b.no-quote h3 span,
.titleDescriptionLink>b.no-quote h3 u,
.titleDescriptionLink>b.no-quote i a,
.titleDescriptionLink>b.no-quote i b,
.titleDescriptionLink>b.no-quote i i,
.titleDescriptionLink>b.no-quote i span,
.titleDescriptionLink>b.no-quote i u,
.titleDescriptionLink>b.no-quote li a,
.titleDescriptionLink>b.no-quote li b,
.titleDescriptionLink>b.no-quote li i,
.titleDescriptionLink>b.no-quote li span,
.titleDescriptionLink>b.no-quote li u,
.titleDescriptionLink>b.no-quote ol a,
.titleDescriptionLink>b.no-quote ol b,
.titleDescriptionLink>b.no-quote ol i,
.titleDescriptionLink>b.no-quote ol span,
.titleDescriptionLink>b.no-quote ol u,
.titleDescriptionLink>b.no-quote p a,
.titleDescriptionLink>b.no-quote p b,
.titleDescriptionLink>b.no-quote p i,
.titleDescriptionLink>b.no-quote p span,
.titleDescriptionLink>b.no-quote p u,
.titleDescriptionLink>b.no-quote span a,
.titleDescriptionLink>b.no-quote span b,
.titleDescriptionLink>b.no-quote span i,
.titleDescriptionLink>b.no-quote span span,
.titleDescriptionLink>b.no-quote span u,
.titleDescriptionLink>b.no-quote u a,
.titleDescriptionLink>b.no-quote u b,
.titleDescriptionLink>b.no-quote u i,
.titleDescriptionLink>b.no-quote u span,
.titleDescriptionLink>b.no-quote u u,
.titleDescriptionLink>b.no-quote ul a,
.titleDescriptionLink>b.no-quote ul b,
.titleDescriptionLink>b.no-quote ul i,
.titleDescriptionLink>b.no-quote ul span,
.titleDescriptionLink>b.no-quote ul u,
.titleDescriptionLink>b.title a a,
.titleDescriptionLink>b.title a b,
.titleDescriptionLink>b.title a i,
.titleDescriptionLink>b.title a span,
.titleDescriptionLink>b.title a u,
.titleDescriptionLink>b.title b a,
.titleDescriptionLink>b.title b b,
.titleDescriptionLink>b.title b i,
.titleDescriptionLink>b.title b span,
.titleDescriptionLink>b.title b u,
.titleDescriptionLink>b.title h1 a,
.titleDescriptionLink>b.title h1 b,
.titleDescriptionLink>b.title h1 i,
.titleDescriptionLink>b.title h1 span,
.titleDescriptionLink>b.title h1 u,
.titleDescriptionLink>b.title h2 a,
.titleDescriptionLink>b.title h2 b,
.titleDescriptionLink>b.title h2 i,
.titleDescriptionLink>b.title h2 span,
.titleDescriptionLink>b.title h2 u,
.titleDescriptionLink>b.title h3 a,
.titleDescriptionLink>b.title h3 b,
.titleDescriptionLink>b.title h3 i,
.titleDescriptionLink>b.title h3 span,
.titleDescriptionLink>b.title h3 u,
.titleDescriptionLink>b.title i a,
.titleDescriptionLink>b.title i b,
.titleDescriptionLink>b.title i i,
.titleDescriptionLink>b.title i span,
.titleDescriptionLink>b.title i u,
.titleDescriptionLink>b.title li a,
.titleDescriptionLink>b.title li b,
.titleDescriptionLink>b.title li i,
.titleDescriptionLink>b.title li span,
.titleDescriptionLink>b.title li u,
.titleDescriptionLink>b.title ol a,
.titleDescriptionLink>b.title ol b,
.titleDescriptionLink>b.title ol i,
.titleDescriptionLink>b.title ol span,
.titleDescriptionLink>b.title ol u,
.titleDescriptionLink>b.title p a,
.titleDescriptionLink>b.title p b,
.titleDescriptionLink>b.title p i,
.titleDescriptionLink>b.title p span,
.titleDescriptionLink>b.title p u,
.titleDescriptionLink>b.title span a,
.titleDescriptionLink>b.title span b,
.titleDescriptionLink>b.title span i,
.titleDescriptionLink>b.title span span,
.titleDescriptionLink>b.title span u,
.titleDescriptionLink>b.title u a,
.titleDescriptionLink>b.title u b,
.titleDescriptionLink>b.title u i,
.titleDescriptionLink>b.title u span,
.titleDescriptionLink>b.title u u,
.titleDescriptionLink>b.title ul a,
.titleDescriptionLink>b.title ul b,
.titleDescriptionLink>b.title ul i,
.titleDescriptionLink>b.title ul span,
.titleDescriptionLink>b.title ul u,
.titleDescriptionLink>div.no-quote a a,
.titleDescriptionLink>div.no-quote a b,
.titleDescriptionLink>div.no-quote a i,
.titleDescriptionLink>div.no-quote a span,
.titleDescriptionLink>div.no-quote a u,
.titleDescriptionLink>div.no-quote b a,
.titleDescriptionLink>div.no-quote b b,
.titleDescriptionLink>div.no-quote b i,
.titleDescriptionLink>div.no-quote b span,
.titleDescriptionLink>div.no-quote b u,
.titleDescriptionLink>div.no-quote h1 a,
.titleDescriptionLink>div.no-quote h1 b,
.titleDescriptionLink>div.no-quote h1 i,
.titleDescriptionLink>div.no-quote h1 span,
.titleDescriptionLink>div.no-quote h1 u,
.titleDescriptionLink>div.no-quote h2 a,
.titleDescriptionLink>div.no-quote h2 b,
.titleDescriptionLink>div.no-quote h2 i,
.titleDescriptionLink>div.no-quote h2 span,
.titleDescriptionLink>div.no-quote h2 u,
.titleDescriptionLink>div.no-quote h3 a,
.titleDescriptionLink>div.no-quote h3 b,
.titleDescriptionLink>div.no-quote h3 i,
.titleDescriptionLink>div.no-quote h3 span,
.titleDescriptionLink>div.no-quote h3 u,
.titleDescriptionLink>div.no-quote i a,
.titleDescriptionLink>div.no-quote i b,
.titleDescriptionLink>div.no-quote i i,
.titleDescriptionLink>div.no-quote i span,
.titleDescriptionLink>div.no-quote i u,
.titleDescriptionLink>div.no-quote li a,
.titleDescriptionLink>div.no-quote li b,
.titleDescriptionLink>div.no-quote li i,
.titleDescriptionLink>div.no-quote li span,
.titleDescriptionLink>div.no-quote li u,
.titleDescriptionLink>div.no-quote ol a,
.titleDescriptionLink>div.no-quote ol b,
.titleDescriptionLink>div.no-quote ol i,
.titleDescriptionLink>div.no-quote ol span,
.titleDescriptionLink>div.no-quote ol u,
.titleDescriptionLink>div.no-quote p a,
.titleDescriptionLink>div.no-quote p b,
.titleDescriptionLink>div.no-quote p i,
.titleDescriptionLink>div.no-quote p span,
.titleDescriptionLink>div.no-quote p u,
.titleDescriptionLink>div.no-quote span a,
.titleDescriptionLink>div.no-quote span b,
.titleDescriptionLink>div.no-quote span i,
.titleDescriptionLink>div.no-quote span span,
.titleDescriptionLink>div.no-quote span u,
.titleDescriptionLink>div.no-quote u a,
.titleDescriptionLink>div.no-quote u b,
.titleDescriptionLink>div.no-quote u i,
.titleDescriptionLink>div.no-quote u span,
.titleDescriptionLink>div.no-quote u u,
.titleDescriptionLink>div.no-quote ul a,
.titleDescriptionLink>div.no-quote ul b,
.titleDescriptionLink>div.no-quote ul i,
.titleDescriptionLink>div.no-quote ul span,
.titleDescriptionLink>div.no-quote ul u,
.titleDescriptionLink>div.title a a,
.titleDescriptionLink>div.title a b,
.titleDescriptionLink>div.title a i,
.titleDescriptionLink>div.title a span,
.titleDescriptionLink>div.title a u,
.titleDescriptionLink>div.title b a,
.titleDescriptionLink>div.title b b,
.titleDescriptionLink>div.title b i,
.titleDescriptionLink>div.title b span,
.titleDescriptionLink>div.title b u,
.titleDescriptionLink>div.title h1 a,
.titleDescriptionLink>div.title h1 b,
.titleDescriptionLink>div.title h1 i,
.titleDescriptionLink>div.title h1 span,
.titleDescriptionLink>div.title h1 u,
.titleDescriptionLink>div.title h2 a,
.titleDescriptionLink>div.title h2 b,
.titleDescriptionLink>div.title h2 i,
.titleDescriptionLink>div.title h2 span,
.titleDescriptionLink>div.title h2 u,
.titleDescriptionLink>div.title h3 a,
.titleDescriptionLink>div.title h3 b,
.titleDescriptionLink>div.title h3 i,
.titleDescriptionLink>div.title h3 span,
.titleDescriptionLink>div.title h3 u,
.titleDescriptionLink>div.title i a,
.titleDescriptionLink>div.title i b,
.titleDescriptionLink>div.title i i,
.titleDescriptionLink>div.title i span,
.titleDescriptionLink>div.title i u,
.titleDescriptionLink>div.title li a,
.titleDescriptionLink>div.title li b,
.titleDescriptionLink>div.title li i,
.titleDescriptionLink>div.title li span,
.titleDescriptionLink>div.title li u,
.titleDescriptionLink>div.title ol a,
.titleDescriptionLink>div.title ol b,
.titleDescriptionLink>div.title ol i,
.titleDescriptionLink>div.title ol span,
.titleDescriptionLink>div.title ol u,
.titleDescriptionLink>div.title p a,
.titleDescriptionLink>div.title p b,
.titleDescriptionLink>div.title p i,
.titleDescriptionLink>div.title p span,
.titleDescriptionLink>div.title p u,
.titleDescriptionLink>div.title span a,
.titleDescriptionLink>div.title span b,
.titleDescriptionLink>div.title span i,
.titleDescriptionLink>div.title span span,
.titleDescriptionLink>div.title span u,
.titleDescriptionLink>div.title u a,
.titleDescriptionLink>div.title u b,
.titleDescriptionLink>div.title u i,
.titleDescriptionLink>div.title u span,
.titleDescriptionLink>div.title u u,
.titleDescriptionLink>div.title ul a,
.titleDescriptionLink>div.title ul b,
.titleDescriptionLink>div.title ul i,
.titleDescriptionLink>div.title ul span,
.titleDescriptionLink>div.title ul u,
.titleDescriptionLink>h1.no-quote a a,
.titleDescriptionLink>h1.no-quote a b,
.titleDescriptionLink>h1.no-quote a i,
.titleDescriptionLink>h1.no-quote a span,
.titleDescriptionLink>h1.no-quote a u,
.titleDescriptionLink>h1.no-quote b a,
.titleDescriptionLink>h1.no-quote b b,
.titleDescriptionLink>h1.no-quote b i,
.titleDescriptionLink>h1.no-quote b span,
.titleDescriptionLink>h1.no-quote b u,
.titleDescriptionLink>h1.no-quote h1 a,
.titleDescriptionLink>h1.no-quote h1 b,
.titleDescriptionLink>h1.no-quote h1 i,
.titleDescriptionLink>h1.no-quote h1 span,
.titleDescriptionLink>h1.no-quote h1 u,
.titleDescriptionLink>h1.no-quote h2 a,
.titleDescriptionLink>h1.no-quote h2 b,
.titleDescriptionLink>h1.no-quote h2 i,
.titleDescriptionLink>h1.no-quote h2 span,
.titleDescriptionLink>h1.no-quote h2 u,
.titleDescriptionLink>h1.no-quote h3 a,
.titleDescriptionLink>h1.no-quote h3 b,
.titleDescriptionLink>h1.no-quote h3 i,
.titleDescriptionLink>h1.no-quote h3 span,
.titleDescriptionLink>h1.no-quote h3 u,
.titleDescriptionLink>h1.no-quote i a,
.titleDescriptionLink>h1.no-quote i b,
.titleDescriptionLink>h1.no-quote i i,
.titleDescriptionLink>h1.no-quote i span,
.titleDescriptionLink>h1.no-quote i u,
.titleDescriptionLink>h1.no-quote li a,
.titleDescriptionLink>h1.no-quote li b,
.titleDescriptionLink>h1.no-quote li i,
.titleDescriptionLink>h1.no-quote li span,
.titleDescriptionLink>h1.no-quote li u,
.titleDescriptionLink>h1.no-quote ol a,
.titleDescriptionLink>h1.no-quote ol b,
.titleDescriptionLink>h1.no-quote ol i,
.titleDescriptionLink>h1.no-quote ol span,
.titleDescriptionLink>h1.no-quote ol u,
.titleDescriptionLink>h1.no-quote p a,
.titleDescriptionLink>h1.no-quote p b,
.titleDescriptionLink>h1.no-quote p i,
.titleDescriptionLink>h1.no-quote p span,
.titleDescriptionLink>h1.no-quote p u,
.titleDescriptionLink>h1.no-quote span a,
.titleDescriptionLink>h1.no-quote span b,
.titleDescriptionLink>h1.no-quote span i,
.titleDescriptionLink>h1.no-quote span span,
.titleDescriptionLink>h1.no-quote span u,
.titleDescriptionLink>h1.no-quote u a,
.titleDescriptionLink>h1.no-quote u b,
.titleDescriptionLink>h1.no-quote u i,
.titleDescriptionLink>h1.no-quote u span,
.titleDescriptionLink>h1.no-quote u u,
.titleDescriptionLink>h1.no-quote ul a,
.titleDescriptionLink>h1.no-quote ul b,
.titleDescriptionLink>h1.no-quote ul i,
.titleDescriptionLink>h1.no-quote ul span,
.titleDescriptionLink>h1.no-quote ul u,
.titleDescriptionLink>h1.title a a,
.titleDescriptionLink>h1.title a b,
.titleDescriptionLink>h1.title a i,
.titleDescriptionLink>h1.title a span,
.titleDescriptionLink>h1.title a u,
.titleDescriptionLink>h1.title b a,
.titleDescriptionLink>h1.title b b,
.titleDescriptionLink>h1.title b i,
.titleDescriptionLink>h1.title b span,
.titleDescriptionLink>h1.title b u,
.titleDescriptionLink>h1.title h1 a,
.titleDescriptionLink>h1.title h1 b,
.titleDescriptionLink>h1.title h1 i,
.titleDescriptionLink>h1.title h1 span,
.titleDescriptionLink>h1.title h1 u,
.titleDescriptionLink>h1.title h2 a,
.titleDescriptionLink>h1.title h2 b,
.titleDescriptionLink>h1.title h2 i,
.titleDescriptionLink>h1.title h2 span,
.titleDescriptionLink>h1.title h2 u,
.titleDescriptionLink>h1.title h3 a,
.titleDescriptionLink>h1.title h3 b,
.titleDescriptionLink>h1.title h3 i,
.titleDescriptionLink>h1.title h3 span,
.titleDescriptionLink>h1.title h3 u,
.titleDescriptionLink>h1.title i a,
.titleDescriptionLink>h1.title i b,
.titleDescriptionLink>h1.title i i,
.titleDescriptionLink>h1.title i span,
.titleDescriptionLink>h1.title i u,
.titleDescriptionLink>h1.title li a,
.titleDescriptionLink>h1.title li b,
.titleDescriptionLink>h1.title li i,
.titleDescriptionLink>h1.title li span,
.titleDescriptionLink>h1.title li u,
.titleDescriptionLink>h1.title ol a,
.titleDescriptionLink>h1.title ol b,
.titleDescriptionLink>h1.title ol i,
.titleDescriptionLink>h1.title ol span,
.titleDescriptionLink>h1.title ol u,
.titleDescriptionLink>h1.title p a,
.titleDescriptionLink>h1.title p b,
.titleDescriptionLink>h1.title p i,
.titleDescriptionLink>h1.title p span,
.titleDescriptionLink>h1.title p u,
.titleDescriptionLink>h1.title span a,
.titleDescriptionLink>h1.title span b,
.titleDescriptionLink>h1.title span i,
.titleDescriptionLink>h1.title span span,
.titleDescriptionLink>h1.title span u,
.titleDescriptionLink>h1.title u a,
.titleDescriptionLink>h1.title u b,
.titleDescriptionLink>h1.title u i,
.titleDescriptionLink>h1.title u span,
.titleDescriptionLink>h1.title u u,
.titleDescriptionLink>h1.title ul a,
.titleDescriptionLink>h1.title ul b,
.titleDescriptionLink>h1.title ul i,
.titleDescriptionLink>h1.title ul span,
.titleDescriptionLink>h1.title ul u,
.titleDescriptionLink>h2.no-quote a a,
.titleDescriptionLink>h2.no-quote a b,
.titleDescriptionLink>h2.no-quote a i,
.titleDescriptionLink>h2.no-quote a span,
.titleDescriptionLink>h2.no-quote a u,
.titleDescriptionLink>h2.no-quote b a,
.titleDescriptionLink>h2.no-quote b b,
.titleDescriptionLink>h2.no-quote b i,
.titleDescriptionLink>h2.no-quote b span,
.titleDescriptionLink>h2.no-quote b u,
.titleDescriptionLink>h2.no-quote h1 a,
.titleDescriptionLink>h2.no-quote h1 b,
.titleDescriptionLink>h2.no-quote h1 i,
.titleDescriptionLink>h2.no-quote h1 span,
.titleDescriptionLink>h2.no-quote h1 u,
.titleDescriptionLink>h2.no-quote h2 a,
.titleDescriptionLink>h2.no-quote h2 b,
.titleDescriptionLink>h2.no-quote h2 i,
.titleDescriptionLink>h2.no-quote h2 span,
.titleDescriptionLink>h2.no-quote h2 u,
.titleDescriptionLink>h2.no-quote h3 a,
.titleDescriptionLink>h2.no-quote h3 b,
.titleDescriptionLink>h2.no-quote h3 i,
.titleDescriptionLink>h2.no-quote h3 span,
.titleDescriptionLink>h2.no-quote h3 u,
.titleDescriptionLink>h2.no-quote i a,
.titleDescriptionLink>h2.no-quote i b,
.titleDescriptionLink>h2.no-quote i i,
.titleDescriptionLink>h2.no-quote i span,
.titleDescriptionLink>h2.no-quote i u,
.titleDescriptionLink>h2.no-quote li a,
.titleDescriptionLink>h2.no-quote li b,
.titleDescriptionLink>h2.no-quote li i,
.titleDescriptionLink>h2.no-quote li span,
.titleDescriptionLink>h2.no-quote li u,
.titleDescriptionLink>h2.no-quote ol a,
.titleDescriptionLink>h2.no-quote ol b,
.titleDescriptionLink>h2.no-quote ol i,
.titleDescriptionLink>h2.no-quote ol span,
.titleDescriptionLink>h2.no-quote ol u,
.titleDescriptionLink>h2.no-quote p a,
.titleDescriptionLink>h2.no-quote p b,
.titleDescriptionLink>h2.no-quote p i,
.titleDescriptionLink>h2.no-quote p span,
.titleDescriptionLink>h2.no-quote p u,
.titleDescriptionLink>h2.no-quote span a,
.titleDescriptionLink>h2.no-quote span b,
.titleDescriptionLink>h2.no-quote span i,
.titleDescriptionLink>h2.no-quote span span,
.titleDescriptionLink>h2.no-quote span u,
.titleDescriptionLink>h2.no-quote u a,
.titleDescriptionLink>h2.no-quote u b,
.titleDescriptionLink>h2.no-quote u i,
.titleDescriptionLink>h2.no-quote u span,
.titleDescriptionLink>h2.no-quote u u,
.titleDescriptionLink>h2.no-quote ul a,
.titleDescriptionLink>h2.no-quote ul b,
.titleDescriptionLink>h2.no-quote ul i,
.titleDescriptionLink>h2.no-quote ul span,
.titleDescriptionLink>h2.no-quote ul u,
.titleDescriptionLink>h2.title a a,
.titleDescriptionLink>h2.title a b,
.titleDescriptionLink>h2.title a i,
.titleDescriptionLink>h2.title a span,
.titleDescriptionLink>h2.title a u,
.titleDescriptionLink>h2.title b a,
.titleDescriptionLink>h2.title b b,
.titleDescriptionLink>h2.title b i,
.titleDescriptionLink>h2.title b span,
.titleDescriptionLink>h2.title b u,
.titleDescriptionLink>h2.title h1 a,
.titleDescriptionLink>h2.title h1 b,
.titleDescriptionLink>h2.title h1 i,
.titleDescriptionLink>h2.title h1 span,
.titleDescriptionLink>h2.title h1 u,
.titleDescriptionLink>h2.title h2 a,
.titleDescriptionLink>h2.title h2 b,
.titleDescriptionLink>h2.title h2 i,
.titleDescriptionLink>h2.title h2 span,
.titleDescriptionLink>h2.title h2 u,
.titleDescriptionLink>h2.title h3 a,
.titleDescriptionLink>h2.title h3 b,
.titleDescriptionLink>h2.title h3 i,
.titleDescriptionLink>h2.title h3 span,
.titleDescriptionLink>h2.title h3 u,
.titleDescriptionLink>h2.title i a,
.titleDescriptionLink>h2.title i b,
.titleDescriptionLink>h2.title i i,
.titleDescriptionLink>h2.title i span,
.titleDescriptionLink>h2.title i u,
.titleDescriptionLink>h2.title li a,
.titleDescriptionLink>h2.title li b,
.titleDescriptionLink>h2.title li i,
.titleDescriptionLink>h2.title li span,
.titleDescriptionLink>h2.title li u,
.titleDescriptionLink>h2.title ol a,
.titleDescriptionLink>h2.title ol b,
.titleDescriptionLink>h2.title ol i,
.titleDescriptionLink>h2.title ol span,
.titleDescriptionLink>h2.title ol u,
.titleDescriptionLink>h2.title p a,
.titleDescriptionLink>h2.title p b,
.titleDescriptionLink>h2.title p i,
.titleDescriptionLink>h2.title p span,
.titleDescriptionLink>h2.title p u,
.titleDescriptionLink>h2.title span a,
.titleDescriptionLink>h2.title span b,
.titleDescriptionLink>h2.title span i,
.titleDescriptionLink>h2.title span span,
.titleDescriptionLink>h2.title span u,
.titleDescriptionLink>h2.title u a,
.titleDescriptionLink>h2.title u b,
.titleDescriptionLink>h2.title u i,
.titleDescriptionLink>h2.title u span,
.titleDescriptionLink>h2.title u u,
.titleDescriptionLink>h2.title ul a,
.titleDescriptionLink>h2.title ul b,
.titleDescriptionLink>h2.title ul i,
.titleDescriptionLink>h2.title ul span,
.titleDescriptionLink>h2.title ul u,
.titleDescriptionLink>h3.no-quote a a,
.titleDescriptionLink>h3.no-quote a b,
.titleDescriptionLink>h3.no-quote a i,
.titleDescriptionLink>h3.no-quote a span,
.titleDescriptionLink>h3.no-quote a u,
.titleDescriptionLink>h3.no-quote b a,
.titleDescriptionLink>h3.no-quote b b,
.titleDescriptionLink>h3.no-quote b i,
.titleDescriptionLink>h3.no-quote b span,
.titleDescriptionLink>h3.no-quote b u,
.titleDescriptionLink>h3.no-quote h1 a,
.titleDescriptionLink>h3.no-quote h1 b,
.titleDescriptionLink>h3.no-quote h1 i,
.titleDescriptionLink>h3.no-quote h1 span,
.titleDescriptionLink>h3.no-quote h1 u,
.titleDescriptionLink>h3.no-quote h2 a,
.titleDescriptionLink>h3.no-quote h2 b,
.titleDescriptionLink>h3.no-quote h2 i,
.titleDescriptionLink>h3.no-quote h2 span,
.titleDescriptionLink>h3.no-quote h2 u,
.titleDescriptionLink>h3.no-quote h3 a,
.titleDescriptionLink>h3.no-quote h3 b,
.titleDescriptionLink>h3.no-quote h3 i,
.titleDescriptionLink>h3.no-quote h3 span,
.titleDescriptionLink>h3.no-quote h3 u,
.titleDescriptionLink>h3.no-quote i a,
.titleDescriptionLink>h3.no-quote i b,
.titleDescriptionLink>h3.no-quote i i,
.titleDescriptionLink>h3.no-quote i span,
.titleDescriptionLink>h3.no-quote i u,
.titleDescriptionLink>h3.no-quote li a,
.titleDescriptionLink>h3.no-quote li b,
.titleDescriptionLink>h3.no-quote li i,
.titleDescriptionLink>h3.no-quote li span,
.titleDescriptionLink>h3.no-quote li u,
.titleDescriptionLink>h3.no-quote ol a,
.titleDescriptionLink>h3.no-quote ol b,
.titleDescriptionLink>h3.no-quote ol i,
.titleDescriptionLink>h3.no-quote ol span,
.titleDescriptionLink>h3.no-quote ol u,
.titleDescriptionLink>h3.no-quote p a,
.titleDescriptionLink>h3.no-quote p b,
.titleDescriptionLink>h3.no-quote p i,
.titleDescriptionLink>h3.no-quote p span,
.titleDescriptionLink>h3.no-quote p u,
.titleDescriptionLink>h3.no-quote span a,
.titleDescriptionLink>h3.no-quote span b,
.titleDescriptionLink>h3.no-quote span i,
.titleDescriptionLink>h3.no-quote span span,
.titleDescriptionLink>h3.no-quote span u,
.titleDescriptionLink>h3.no-quote u a,
.titleDescriptionLink>h3.no-quote u b,
.titleDescriptionLink>h3.no-quote u i,
.titleDescriptionLink>h3.no-quote u span,
.titleDescriptionLink>h3.no-quote u u,
.titleDescriptionLink>h3.no-quote ul a,
.titleDescriptionLink>h3.no-quote ul b,
.titleDescriptionLink>h3.no-quote ul i,
.titleDescriptionLink>h3.no-quote ul span,
.titleDescriptionLink>h3.no-quote ul u,
.titleDescriptionLink>h3.title a a,
.titleDescriptionLink>h3.title a b,
.titleDescriptionLink>h3.title a i,
.titleDescriptionLink>h3.title a span,
.titleDescriptionLink>h3.title a u,
.titleDescriptionLink>h3.title b a,
.titleDescriptionLink>h3.title b b,
.titleDescriptionLink>h3.title b i,
.titleDescriptionLink>h3.title b span,
.titleDescriptionLink>h3.title b u,
.titleDescriptionLink>h3.title h1 a,
.titleDescriptionLink>h3.title h1 b,
.titleDescriptionLink>h3.title h1 i,
.titleDescriptionLink>h3.title h1 span,
.titleDescriptionLink>h3.title h1 u,
.titleDescriptionLink>h3.title h2 a,
.titleDescriptionLink>h3.title h2 b,
.titleDescriptionLink>h3.title h2 i,
.titleDescriptionLink>h3.title h2 span,
.titleDescriptionLink>h3.title h2 u,
.titleDescriptionLink>h3.title h3 a,
.titleDescriptionLink>h3.title h3 b,
.titleDescriptionLink>h3.title h3 i,
.titleDescriptionLink>h3.title h3 span,
.titleDescriptionLink>h3.title h3 u,
.titleDescriptionLink>h3.title i a,
.titleDescriptionLink>h3.title i b,
.titleDescriptionLink>h3.title i i,
.titleDescriptionLink>h3.title i span,
.titleDescriptionLink>h3.title i u,
.titleDescriptionLink>h3.title li a,
.titleDescriptionLink>h3.title li b,
.titleDescriptionLink>h3.title li i,
.titleDescriptionLink>h3.title li span,
.titleDescriptionLink>h3.title li u,
.titleDescriptionLink>h3.title ol a,
.titleDescriptionLink>h3.title ol b,
.titleDescriptionLink>h3.title ol i,
.titleDescriptionLink>h3.title ol span,
.titleDescriptionLink>h3.title ol u,
.titleDescriptionLink>h3.title p a,
.titleDescriptionLink>h3.title p b,
.titleDescriptionLink>h3.title p i,
.titleDescriptionLink>h3.title p span,
.titleDescriptionLink>h3.title p u,
.titleDescriptionLink>h3.title span a,
.titleDescriptionLink>h3.title span b,
.titleDescriptionLink>h3.title span i,
.titleDescriptionLink>h3.title span span,
.titleDescriptionLink>h3.title span u,
.titleDescriptionLink>h3.title u a,
.titleDescriptionLink>h3.title u b,
.titleDescriptionLink>h3.title u i,
.titleDescriptionLink>h3.title u span,
.titleDescriptionLink>h3.title u u,
.titleDescriptionLink>h3.title ul a,
.titleDescriptionLink>h3.title ul b,
.titleDescriptionLink>h3.title ul i,
.titleDescriptionLink>h3.title ul span,
.titleDescriptionLink>h3.title ul u,
.titleDescriptionLink>h4.no-quote a a,
.titleDescriptionLink>h4.no-quote a b,
.titleDescriptionLink>h4.no-quote a i,
.titleDescriptionLink>h4.no-quote a span,
.titleDescriptionLink>h4.no-quote a u,
.titleDescriptionLink>h4.no-quote b a,
.titleDescriptionLink>h4.no-quote b b,
.titleDescriptionLink>h4.no-quote b i,
.titleDescriptionLink>h4.no-quote b span,
.titleDescriptionLink>h4.no-quote b u,
.titleDescriptionLink>h4.no-quote h1 a,
.titleDescriptionLink>h4.no-quote h1 b,
.titleDescriptionLink>h4.no-quote h1 i,
.titleDescriptionLink>h4.no-quote h1 span,
.titleDescriptionLink>h4.no-quote h1 u,
.titleDescriptionLink>h4.no-quote h2 a,
.titleDescriptionLink>h4.no-quote h2 b,
.titleDescriptionLink>h4.no-quote h2 i,
.titleDescriptionLink>h4.no-quote h2 span,
.titleDescriptionLink>h4.no-quote h2 u,
.titleDescriptionLink>h4.no-quote h3 a,
.titleDescriptionLink>h4.no-quote h3 b,
.titleDescriptionLink>h4.no-quote h3 i,
.titleDescriptionLink>h4.no-quote h3 span,
.titleDescriptionLink>h4.no-quote h3 u,
.titleDescriptionLink>h4.no-quote i a,
.titleDescriptionLink>h4.no-quote i b,
.titleDescriptionLink>h4.no-quote i i,
.titleDescriptionLink>h4.no-quote i span,
.titleDescriptionLink>h4.no-quote i u,
.titleDescriptionLink>h4.no-quote li a,
.titleDescriptionLink>h4.no-quote li b,
.titleDescriptionLink>h4.no-quote li i,
.titleDescriptionLink>h4.no-quote li span,
.titleDescriptionLink>h4.no-quote li u,
.titleDescriptionLink>h4.no-quote ol a,
.titleDescriptionLink>h4.no-quote ol b,
.titleDescriptionLink>h4.no-quote ol i,
.titleDescriptionLink>h4.no-quote ol span,
.titleDescriptionLink>h4.no-quote ol u,
.titleDescriptionLink>h4.no-quote p a,
.titleDescriptionLink>h4.no-quote p b,
.titleDescriptionLink>h4.no-quote p i,
.titleDescriptionLink>h4.no-quote p span,
.titleDescriptionLink>h4.no-quote p u,
.titleDescriptionLink>h4.no-quote span a,
.titleDescriptionLink>h4.no-quote span b,
.titleDescriptionLink>h4.no-quote span i,
.titleDescriptionLink>h4.no-quote span span,
.titleDescriptionLink>h4.no-quote span u,
.titleDescriptionLink>h4.no-quote u a,
.titleDescriptionLink>h4.no-quote u b,
.titleDescriptionLink>h4.no-quote u i,
.titleDescriptionLink>h4.no-quote u span,
.titleDescriptionLink>h4.no-quote u u,
.titleDescriptionLink>h4.no-quote ul a,
.titleDescriptionLink>h4.no-quote ul b,
.titleDescriptionLink>h4.no-quote ul i,
.titleDescriptionLink>h4.no-quote ul span,
.titleDescriptionLink>h4.no-quote ul u,
.titleDescriptionLink>h4.title a a,
.titleDescriptionLink>h4.title a b,
.titleDescriptionLink>h4.title a i,
.titleDescriptionLink>h4.title a span,
.titleDescriptionLink>h4.title a u,
.titleDescriptionLink>h4.title b a,
.titleDescriptionLink>h4.title b b,
.titleDescriptionLink>h4.title b i,
.titleDescriptionLink>h4.title b span,
.titleDescriptionLink>h4.title b u,
.titleDescriptionLink>h4.title h1 a,
.titleDescriptionLink>h4.title h1 b,
.titleDescriptionLink>h4.title h1 i,
.titleDescriptionLink>h4.title h1 span,
.titleDescriptionLink>h4.title h1 u,
.titleDescriptionLink>h4.title h2 a,
.titleDescriptionLink>h4.title h2 b,
.titleDescriptionLink>h4.title h2 i,
.titleDescriptionLink>h4.title h2 span,
.titleDescriptionLink>h4.title h2 u,
.titleDescriptionLink>h4.title h3 a,
.titleDescriptionLink>h4.title h3 b,
.titleDescriptionLink>h4.title h3 i,
.titleDescriptionLink>h4.title h3 span,
.titleDescriptionLink>h4.title h3 u,
.titleDescriptionLink>h4.title i a,
.titleDescriptionLink>h4.title i b,
.titleDescriptionLink>h4.title i i,
.titleDescriptionLink>h4.title i span,
.titleDescriptionLink>h4.title i u,
.titleDescriptionLink>h4.title li a,
.titleDescriptionLink>h4.title li b,
.titleDescriptionLink>h4.title li i,
.titleDescriptionLink>h4.title li span,
.titleDescriptionLink>h4.title li u,
.titleDescriptionLink>h4.title ol a,
.titleDescriptionLink>h4.title ol b,
.titleDescriptionLink>h4.title ol i,
.titleDescriptionLink>h4.title ol span,
.titleDescriptionLink>h4.title ol u,
.titleDescriptionLink>h4.title p a,
.titleDescriptionLink>h4.title p b,
.titleDescriptionLink>h4.title p i,
.titleDescriptionLink>h4.title p span,
.titleDescriptionLink>h4.title p u,
.titleDescriptionLink>h4.title span a,
.titleDescriptionLink>h4.title span b,
.titleDescriptionLink>h4.title span i,
.titleDescriptionLink>h4.title span span,
.titleDescriptionLink>h4.title span u,
.titleDescriptionLink>h4.title u a,
.titleDescriptionLink>h4.title u b,
.titleDescriptionLink>h4.title u i,
.titleDescriptionLink>h4.title u span,
.titleDescriptionLink>h4.title u u,
.titleDescriptionLink>h4.title ul a,
.titleDescriptionLink>h4.title ul b,
.titleDescriptionLink>h4.title ul i,
.titleDescriptionLink>h4.title ul span,
.titleDescriptionLink>h4.title ul u,
.titleDescriptionLink>h5.no-quote a a,
.titleDescriptionLink>h5.no-quote a b,
.titleDescriptionLink>h5.no-quote a i,
.titleDescriptionLink>h5.no-quote a span,
.titleDescriptionLink>h5.no-quote a u,
.titleDescriptionLink>h5.no-quote b a,
.titleDescriptionLink>h5.no-quote b b,
.titleDescriptionLink>h5.no-quote b i,
.titleDescriptionLink>h5.no-quote b span,
.titleDescriptionLink>h5.no-quote b u,
.titleDescriptionLink>h5.no-quote h1 a,
.titleDescriptionLink>h5.no-quote h1 b,
.titleDescriptionLink>h5.no-quote h1 i,
.titleDescriptionLink>h5.no-quote h1 span,
.titleDescriptionLink>h5.no-quote h1 u,
.titleDescriptionLink>h5.no-quote h2 a,
.titleDescriptionLink>h5.no-quote h2 b,
.titleDescriptionLink>h5.no-quote h2 i,
.titleDescriptionLink>h5.no-quote h2 span,
.titleDescriptionLink>h5.no-quote h2 u,
.titleDescriptionLink>h5.no-quote h3 a,
.titleDescriptionLink>h5.no-quote h3 b,
.titleDescriptionLink>h5.no-quote h3 i,
.titleDescriptionLink>h5.no-quote h3 span,
.titleDescriptionLink>h5.no-quote h3 u,
.titleDescriptionLink>h5.no-quote i a,
.titleDescriptionLink>h5.no-quote i b,
.titleDescriptionLink>h5.no-quote i i,
.titleDescriptionLink>h5.no-quote i span,
.titleDescriptionLink>h5.no-quote i u,
.titleDescriptionLink>h5.no-quote li a,
.titleDescriptionLink>h5.no-quote li b,
.titleDescriptionLink>h5.no-quote li i,
.titleDescriptionLink>h5.no-quote li span,
.titleDescriptionLink>h5.no-quote li u,
.titleDescriptionLink>h5.no-quote ol a,
.titleDescriptionLink>h5.no-quote ol b,
.titleDescriptionLink>h5.no-quote ol i,
.titleDescriptionLink>h5.no-quote ol span,
.titleDescriptionLink>h5.no-quote ol u,
.titleDescriptionLink>h5.no-quote p a,
.titleDescriptionLink>h5.no-quote p b,
.titleDescriptionLink>h5.no-quote p i,
.titleDescriptionLink>h5.no-quote p span,
.titleDescriptionLink>h5.no-quote p u,
.titleDescriptionLink>h5.no-quote span a,
.titleDescriptionLink>h5.no-quote span b,
.titleDescriptionLink>h5.no-quote span i,
.titleDescriptionLink>h5.no-quote span span,
.titleDescriptionLink>h5.no-quote span u,
.titleDescriptionLink>h5.no-quote u a,
.titleDescriptionLink>h5.no-quote u b,
.titleDescriptionLink>h5.no-quote u i,
.titleDescriptionLink>h5.no-quote u span,
.titleDescriptionLink>h5.no-quote u u,
.titleDescriptionLink>h5.no-quote ul a,
.titleDescriptionLink>h5.no-quote ul b,
.titleDescriptionLink>h5.no-quote ul i,
.titleDescriptionLink>h5.no-quote ul span,
.titleDescriptionLink>h5.no-quote ul u,
.titleDescriptionLink>h5.title a a,
.titleDescriptionLink>h5.title a b,
.titleDescriptionLink>h5.title a i,
.titleDescriptionLink>h5.title a span,
.titleDescriptionLink>h5.title a u,
.titleDescriptionLink>h5.title b a,
.titleDescriptionLink>h5.title b b,
.titleDescriptionLink>h5.title b i,
.titleDescriptionLink>h5.title b span,
.titleDescriptionLink>h5.title b u,
.titleDescriptionLink>h5.title h1 a,
.titleDescriptionLink>h5.title h1 b,
.titleDescriptionLink>h5.title h1 i,
.titleDescriptionLink>h5.title h1 span,
.titleDescriptionLink>h5.title h1 u,
.titleDescriptionLink>h5.title h2 a,
.titleDescriptionLink>h5.title h2 b,
.titleDescriptionLink>h5.title h2 i,
.titleDescriptionLink>h5.title h2 span,
.titleDescriptionLink>h5.title h2 u,
.titleDescriptionLink>h5.title h3 a,
.titleDescriptionLink>h5.title h3 b,
.titleDescriptionLink>h5.title h3 i,
.titleDescriptionLink>h5.title h3 span,
.titleDescriptionLink>h5.title h3 u,
.titleDescriptionLink>h5.title i a,
.titleDescriptionLink>h5.title i b,
.titleDescriptionLink>h5.title i i,
.titleDescriptionLink>h5.title i span,
.titleDescriptionLink>h5.title i u,
.titleDescriptionLink>h5.title li a,
.titleDescriptionLink>h5.title li b,
.titleDescriptionLink>h5.title li i,
.titleDescriptionLink>h5.title li span,
.titleDescriptionLink>h5.title li u,
.titleDescriptionLink>h5.title ol a,
.titleDescriptionLink>h5.title ol b,
.titleDescriptionLink>h5.title ol i,
.titleDescriptionLink>h5.title ol span,
.titleDescriptionLink>h5.title ol u,
.titleDescriptionLink>h5.title p a,
.titleDescriptionLink>h5.title p b,
.titleDescriptionLink>h5.title p i,
.titleDescriptionLink>h5.title p span,
.titleDescriptionLink>h5.title p u,
.titleDescriptionLink>h5.title span a,
.titleDescriptionLink>h5.title span b,
.titleDescriptionLink>h5.title span i,
.titleDescriptionLink>h5.title span span,
.titleDescriptionLink>h5.title span u,
.titleDescriptionLink>h5.title u a,
.titleDescriptionLink>h5.title u b,
.titleDescriptionLink>h5.title u i,
.titleDescriptionLink>h5.title u span,
.titleDescriptionLink>h5.title u u,
.titleDescriptionLink>h5.title ul a,
.titleDescriptionLink>h5.title ul b,
.titleDescriptionLink>h5.title ul i,
.titleDescriptionLink>h5.title ul span,
.titleDescriptionLink>h5.title ul u,
.titleDescriptionLink>h6.no-quote a a,
.titleDescriptionLink>h6.no-quote a b,
.titleDescriptionLink>h6.no-quote a i,
.titleDescriptionLink>h6.no-quote a span,
.titleDescriptionLink>h6.no-quote a u,
.titleDescriptionLink>h6.no-quote b a,
.titleDescriptionLink>h6.no-quote b b,
.titleDescriptionLink>h6.no-quote b i,
.titleDescriptionLink>h6.no-quote b span,
.titleDescriptionLink>h6.no-quote b u,
.titleDescriptionLink>h6.no-quote h1 a,
.titleDescriptionLink>h6.no-quote h1 b,
.titleDescriptionLink>h6.no-quote h1 i,
.titleDescriptionLink>h6.no-quote h1 span,
.titleDescriptionLink>h6.no-quote h1 u,
.titleDescriptionLink>h6.no-quote h2 a,
.titleDescriptionLink>h6.no-quote h2 b,
.titleDescriptionLink>h6.no-quote h2 i,
.titleDescriptionLink>h6.no-quote h2 span,
.titleDescriptionLink>h6.no-quote h2 u,
.titleDescriptionLink>h6.no-quote h3 a,
.titleDescriptionLink>h6.no-quote h3 b,
.titleDescriptionLink>h6.no-quote h3 i,
.titleDescriptionLink>h6.no-quote h3 span,
.titleDescriptionLink>h6.no-quote h3 u,
.titleDescriptionLink>h6.no-quote i a,
.titleDescriptionLink>h6.no-quote i b,
.titleDescriptionLink>h6.no-quote i i,
.titleDescriptionLink>h6.no-quote i span,
.titleDescriptionLink>h6.no-quote i u,
.titleDescriptionLink>h6.no-quote li a,
.titleDescriptionLink>h6.no-quote li b,
.titleDescriptionLink>h6.no-quote li i,
.titleDescriptionLink>h6.no-quote li span,
.titleDescriptionLink>h6.no-quote li u,
.titleDescriptionLink>h6.no-quote ol a,
.titleDescriptionLink>h6.no-quote ol b,
.titleDescriptionLink>h6.no-quote ol i,
.titleDescriptionLink>h6.no-quote ol span,
.titleDescriptionLink>h6.no-quote ol u,
.titleDescriptionLink>h6.no-quote p a,
.titleDescriptionLink>h6.no-quote p b,
.titleDescriptionLink>h6.no-quote p i,
.titleDescriptionLink>h6.no-quote p span,
.titleDescriptionLink>h6.no-quote p u,
.titleDescriptionLink>h6.no-quote span a,
.titleDescriptionLink>h6.no-quote span b,
.titleDescriptionLink>h6.no-quote span i,
.titleDescriptionLink>h6.no-quote span span,
.titleDescriptionLink>h6.no-quote span u,
.titleDescriptionLink>h6.no-quote u a,
.titleDescriptionLink>h6.no-quote u b,
.titleDescriptionLink>h6.no-quote u i,
.titleDescriptionLink>h6.no-quote u span,
.titleDescriptionLink>h6.no-quote u u,
.titleDescriptionLink>h6.no-quote ul a,
.titleDescriptionLink>h6.no-quote ul b,
.titleDescriptionLink>h6.no-quote ul i,
.titleDescriptionLink>h6.no-quote ul span,
.titleDescriptionLink>h6.no-quote ul u,
.titleDescriptionLink>h6.title a a,
.titleDescriptionLink>h6.title a b,
.titleDescriptionLink>h6.title a i,
.titleDescriptionLink>h6.title a span,
.titleDescriptionLink>h6.title a u,
.titleDescriptionLink>h6.title b a,
.titleDescriptionLink>h6.title b b,
.titleDescriptionLink>h6.title b i,
.titleDescriptionLink>h6.title b span,
.titleDescriptionLink>h6.title b u,
.titleDescriptionLink>h6.title h1 a,
.titleDescriptionLink>h6.title h1 b,
.titleDescriptionLink>h6.title h1 i,
.titleDescriptionLink>h6.title h1 span,
.titleDescriptionLink>h6.title h1 u,
.titleDescriptionLink>h6.title h2 a,
.titleDescriptionLink>h6.title h2 b,
.titleDescriptionLink>h6.title h2 i,
.titleDescriptionLink>h6.title h2 span,
.titleDescriptionLink>h6.title h2 u,
.titleDescriptionLink>h6.title h3 a,
.titleDescriptionLink>h6.title h3 b,
.titleDescriptionLink>h6.title h3 i,
.titleDescriptionLink>h6.title h3 span,
.titleDescriptionLink>h6.title h3 u,
.titleDescriptionLink>h6.title i a,
.titleDescriptionLink>h6.title i b,
.titleDescriptionLink>h6.title i i,
.titleDescriptionLink>h6.title i span,
.titleDescriptionLink>h6.title i u,
.titleDescriptionLink>h6.title li a,
.titleDescriptionLink>h6.title li b,
.titleDescriptionLink>h6.title li i,
.titleDescriptionLink>h6.title li span,
.titleDescriptionLink>h6.title li u,
.titleDescriptionLink>h6.title ol a,
.titleDescriptionLink>h6.title ol b,
.titleDescriptionLink>h6.title ol i,
.titleDescriptionLink>h6.title ol span,
.titleDescriptionLink>h6.title ol u,
.titleDescriptionLink>h6.title p a,
.titleDescriptionLink>h6.title p b,
.titleDescriptionLink>h6.title p i,
.titleDescriptionLink>h6.title p span,
.titleDescriptionLink>h6.title p u,
.titleDescriptionLink>h6.title span a,
.titleDescriptionLink>h6.title span b,
.titleDescriptionLink>h6.title span i,
.titleDescriptionLink>h6.title span span,
.titleDescriptionLink>h6.title span u,
.titleDescriptionLink>h6.title u a,
.titleDescriptionLink>h6.title u b,
.titleDescriptionLink>h6.title u i,
.titleDescriptionLink>h6.title u span,
.titleDescriptionLink>h6.title u u,
.titleDescriptionLink>h6.title ul a,
.titleDescriptionLink>h6.title ul b,
.titleDescriptionLink>h6.title ul i,
.titleDescriptionLink>h6.title ul span,
.titleDescriptionLink>h6.title ul u,
.titleDescriptionLink>i.no-quote a a,
.titleDescriptionLink>i.no-quote a b,
.titleDescriptionLink>i.no-quote a i,
.titleDescriptionLink>i.no-quote a span,
.titleDescriptionLink>i.no-quote a u,
.titleDescriptionLink>i.no-quote b a,
.titleDescriptionLink>i.no-quote b b,
.titleDescriptionLink>i.no-quote b i,
.titleDescriptionLink>i.no-quote b span,
.titleDescriptionLink>i.no-quote b u,
.titleDescriptionLink>i.no-quote h1 a,
.titleDescriptionLink>i.no-quote h1 b,
.titleDescriptionLink>i.no-quote h1 i,
.titleDescriptionLink>i.no-quote h1 span,
.titleDescriptionLink>i.no-quote h1 u,
.titleDescriptionLink>i.no-quote h2 a,
.titleDescriptionLink>i.no-quote h2 b,
.titleDescriptionLink>i.no-quote h2 i,
.titleDescriptionLink>i.no-quote h2 span,
.titleDescriptionLink>i.no-quote h2 u,
.titleDescriptionLink>i.no-quote h3 a,
.titleDescriptionLink>i.no-quote h3 b,
.titleDescriptionLink>i.no-quote h3 i,
.titleDescriptionLink>i.no-quote h3 span,
.titleDescriptionLink>i.no-quote h3 u,
.titleDescriptionLink>i.no-quote i a,
.titleDescriptionLink>i.no-quote i b,
.titleDescriptionLink>i.no-quote i i,
.titleDescriptionLink>i.no-quote i span,
.titleDescriptionLink>i.no-quote i u,
.titleDescriptionLink>i.no-quote li a,
.titleDescriptionLink>i.no-quote li b,
.titleDescriptionLink>i.no-quote li i,
.titleDescriptionLink>i.no-quote li span,
.titleDescriptionLink>i.no-quote li u,
.titleDescriptionLink>i.no-quote ol a,
.titleDescriptionLink>i.no-quote ol b,
.titleDescriptionLink>i.no-quote ol i,
.titleDescriptionLink>i.no-quote ol span,
.titleDescriptionLink>i.no-quote ol u,
.titleDescriptionLink>i.no-quote p a,
.titleDescriptionLink>i.no-quote p b,
.titleDescriptionLink>i.no-quote p i,
.titleDescriptionLink>i.no-quote p span,
.titleDescriptionLink>i.no-quote p u,
.titleDescriptionLink>i.no-quote span a,
.titleDescriptionLink>i.no-quote span b,
.titleDescriptionLink>i.no-quote span i,
.titleDescriptionLink>i.no-quote span span,
.titleDescriptionLink>i.no-quote span u,
.titleDescriptionLink>i.no-quote u a,
.titleDescriptionLink>i.no-quote u b,
.titleDescriptionLink>i.no-quote u i,
.titleDescriptionLink>i.no-quote u span,
.titleDescriptionLink>i.no-quote u u,
.titleDescriptionLink>i.no-quote ul a,
.titleDescriptionLink>i.no-quote ul b,
.titleDescriptionLink>i.no-quote ul i,
.titleDescriptionLink>i.no-quote ul span,
.titleDescriptionLink>i.no-quote ul u,
.titleDescriptionLink>i.title a a,
.titleDescriptionLink>i.title a b,
.titleDescriptionLink>i.title a i,
.titleDescriptionLink>i.title a span,
.titleDescriptionLink>i.title a u,
.titleDescriptionLink>i.title b a,
.titleDescriptionLink>i.title b b,
.titleDescriptionLink>i.title b i,
.titleDescriptionLink>i.title b span,
.titleDescriptionLink>i.title b u,
.titleDescriptionLink>i.title h1 a,
.titleDescriptionLink>i.title h1 b,
.titleDescriptionLink>i.title h1 i,
.titleDescriptionLink>i.title h1 span,
.titleDescriptionLink>i.title h1 u,
.titleDescriptionLink>i.title h2 a,
.titleDescriptionLink>i.title h2 b,
.titleDescriptionLink>i.title h2 i,
.titleDescriptionLink>i.title h2 span,
.titleDescriptionLink>i.title h2 u,
.titleDescriptionLink>i.title h3 a,
.titleDescriptionLink>i.title h3 b,
.titleDescriptionLink>i.title h3 i,
.titleDescriptionLink>i.title h3 span,
.titleDescriptionLink>i.title h3 u,
.titleDescriptionLink>i.title i a,
.titleDescriptionLink>i.title i b,
.titleDescriptionLink>i.title i i,
.titleDescriptionLink>i.title i span,
.titleDescriptionLink>i.title i u,
.titleDescriptionLink>i.title li a,
.titleDescriptionLink>i.title li b,
.titleDescriptionLink>i.title li i,
.titleDescriptionLink>i.title li span,
.titleDescriptionLink>i.title li u,
.titleDescriptionLink>i.title ol a,
.titleDescriptionLink>i.title ol b,
.titleDescriptionLink>i.title ol i,
.titleDescriptionLink>i.title ol span,
.titleDescriptionLink>i.title ol u,
.titleDescriptionLink>i.title p a,
.titleDescriptionLink>i.title p b,
.titleDescriptionLink>i.title p i,
.titleDescriptionLink>i.title p span,
.titleDescriptionLink>i.title p u,
.titleDescriptionLink>i.title span a,
.titleDescriptionLink>i.title span b,
.titleDescriptionLink>i.title span i,
.titleDescriptionLink>i.title span span,
.titleDescriptionLink>i.title span u,
.titleDescriptionLink>i.title u a,
.titleDescriptionLink>i.title u b,
.titleDescriptionLink>i.title u i,
.titleDescriptionLink>i.title u span,
.titleDescriptionLink>i.title u u,
.titleDescriptionLink>i.title ul a,
.titleDescriptionLink>i.title ul b,
.titleDescriptionLink>i.title ul i,
.titleDescriptionLink>i.title ul span,
.titleDescriptionLink>i.title ul u,
.titleDescriptionLink>li.no-quote a a,
.titleDescriptionLink>li.no-quote a b,
.titleDescriptionLink>li.no-quote a i,
.titleDescriptionLink>li.no-quote a span,
.titleDescriptionLink>li.no-quote a u,
.titleDescriptionLink>li.no-quote b a,
.titleDescriptionLink>li.no-quote b b,
.titleDescriptionLink>li.no-quote b i,
.titleDescriptionLink>li.no-quote b span,
.titleDescriptionLink>li.no-quote b u,
.titleDescriptionLink>li.no-quote h1 a,
.titleDescriptionLink>li.no-quote h1 b,
.titleDescriptionLink>li.no-quote h1 i,
.titleDescriptionLink>li.no-quote h1 span,
.titleDescriptionLink>li.no-quote h1 u,
.titleDescriptionLink>li.no-quote h2 a,
.titleDescriptionLink>li.no-quote h2 b,
.titleDescriptionLink>li.no-quote h2 i,
.titleDescriptionLink>li.no-quote h2 span,
.titleDescriptionLink>li.no-quote h2 u,
.titleDescriptionLink>li.no-quote h3 a,
.titleDescriptionLink>li.no-quote h3 b,
.titleDescriptionLink>li.no-quote h3 i,
.titleDescriptionLink>li.no-quote h3 span,
.titleDescriptionLink>li.no-quote h3 u,
.titleDescriptionLink>li.no-quote i a,
.titleDescriptionLink>li.no-quote i b,
.titleDescriptionLink>li.no-quote i i,
.titleDescriptionLink>li.no-quote i span,
.titleDescriptionLink>li.no-quote i u,
.titleDescriptionLink>li.no-quote li a,
.titleDescriptionLink>li.no-quote li b,
.titleDescriptionLink>li.no-quote li i,
.titleDescriptionLink>li.no-quote li span,
.titleDescriptionLink>li.no-quote li u,
.titleDescriptionLink>li.no-quote ol a,
.titleDescriptionLink>li.no-quote ol b,
.titleDescriptionLink>li.no-quote ol i,
.titleDescriptionLink>li.no-quote ol span,
.titleDescriptionLink>li.no-quote ol u,
.titleDescriptionLink>li.no-quote p a,
.titleDescriptionLink>li.no-quote p b,
.titleDescriptionLink>li.no-quote p i,
.titleDescriptionLink>li.no-quote p span,
.titleDescriptionLink>li.no-quote p u,
.titleDescriptionLink>li.no-quote span a,
.titleDescriptionLink>li.no-quote span b,
.titleDescriptionLink>li.no-quote span i,
.titleDescriptionLink>li.no-quote span span,
.titleDescriptionLink>li.no-quote span u,
.titleDescriptionLink>li.no-quote u a,
.titleDescriptionLink>li.no-quote u b,
.titleDescriptionLink>li.no-quote u i,
.titleDescriptionLink>li.no-quote u span,
.titleDescriptionLink>li.no-quote u u,
.titleDescriptionLink>li.no-quote ul a,
.titleDescriptionLink>li.no-quote ul b,
.titleDescriptionLink>li.no-quote ul i,
.titleDescriptionLink>li.no-quote ul span,
.titleDescriptionLink>li.no-quote ul u,
.titleDescriptionLink>li.title a a,
.titleDescriptionLink>li.title a b,
.titleDescriptionLink>li.title a i,
.titleDescriptionLink>li.title a span,
.titleDescriptionLink>li.title a u,
.titleDescriptionLink>li.title b a,
.titleDescriptionLink>li.title b b,
.titleDescriptionLink>li.title b i,
.titleDescriptionLink>li.title b span,
.titleDescriptionLink>li.title b u,
.titleDescriptionLink>li.title h1 a,
.titleDescriptionLink>li.title h1 b,
.titleDescriptionLink>li.title h1 i,
.titleDescriptionLink>li.title h1 span,
.titleDescriptionLink>li.title h1 u,
.titleDescriptionLink>li.title h2 a,
.titleDescriptionLink>li.title h2 b,
.titleDescriptionLink>li.title h2 i,
.titleDescriptionLink>li.title h2 span,
.titleDescriptionLink>li.title h2 u,
.titleDescriptionLink>li.title h3 a,
.titleDescriptionLink>li.title h3 b,
.titleDescriptionLink>li.title h3 i,
.titleDescriptionLink>li.title h3 span,
.titleDescriptionLink>li.title h3 u,
.titleDescriptionLink>li.title i a,
.titleDescriptionLink>li.title i b,
.titleDescriptionLink>li.title i i,
.titleDescriptionLink>li.title i span,
.titleDescriptionLink>li.title i u,
.titleDescriptionLink>li.title li a,
.titleDescriptionLink>li.title li b,
.titleDescriptionLink>li.title li i,
.titleDescriptionLink>li.title li span,
.titleDescriptionLink>li.title li u,
.titleDescriptionLink>li.title ol a,
.titleDescriptionLink>li.title ol b,
.titleDescriptionLink>li.title ol i,
.titleDescriptionLink>li.title ol span,
.titleDescriptionLink>li.title ol u,
.titleDescriptionLink>li.title p a,
.titleDescriptionLink>li.title p b,
.titleDescriptionLink>li.title p i,
.titleDescriptionLink>li.title p span,
.titleDescriptionLink>li.title p u,
.titleDescriptionLink>li.title span a,
.titleDescriptionLink>li.title span b,
.titleDescriptionLink>li.title span i,
.titleDescriptionLink>li.title span span,
.titleDescriptionLink>li.title span u,
.titleDescriptionLink>li.title u a,
.titleDescriptionLink>li.title u b,
.titleDescriptionLink>li.title u i,
.titleDescriptionLink>li.title u span,
.titleDescriptionLink>li.title u u,
.titleDescriptionLink>li.title ul a,
.titleDescriptionLink>li.title ul b,
.titleDescriptionLink>li.title ul i,
.titleDescriptionLink>li.title ul span,
.titleDescriptionLink>li.title ul u,
.titleDescriptionLink>ol.no-quote a a,
.titleDescriptionLink>ol.no-quote a b,
.titleDescriptionLink>ol.no-quote a i,
.titleDescriptionLink>ol.no-quote a span,
.titleDescriptionLink>ol.no-quote a u,
.titleDescriptionLink>ol.no-quote b a,
.titleDescriptionLink>ol.no-quote b b,
.titleDescriptionLink>ol.no-quote b i,
.titleDescriptionLink>ol.no-quote b span,
.titleDescriptionLink>ol.no-quote b u,
.titleDescriptionLink>ol.no-quote h1 a,
.titleDescriptionLink>ol.no-quote h1 b,
.titleDescriptionLink>ol.no-quote h1 i,
.titleDescriptionLink>ol.no-quote h1 span,
.titleDescriptionLink>ol.no-quote h1 u,
.titleDescriptionLink>ol.no-quote h2 a,
.titleDescriptionLink>ol.no-quote h2 b,
.titleDescriptionLink>ol.no-quote h2 i,
.titleDescriptionLink>ol.no-quote h2 span,
.titleDescriptionLink>ol.no-quote h2 u,
.titleDescriptionLink>ol.no-quote h3 a,
.titleDescriptionLink>ol.no-quote h3 b,
.titleDescriptionLink>ol.no-quote h3 i,
.titleDescriptionLink>ol.no-quote h3 span,
.titleDescriptionLink>ol.no-quote h3 u,
.titleDescriptionLink>ol.no-quote i a,
.titleDescriptionLink>ol.no-quote i b,
.titleDescriptionLink>ol.no-quote i i,
.titleDescriptionLink>ol.no-quote i span,
.titleDescriptionLink>ol.no-quote i u,
.titleDescriptionLink>ol.no-quote li a,
.titleDescriptionLink>ol.no-quote li b,
.titleDescriptionLink>ol.no-quote li i,
.titleDescriptionLink>ol.no-quote li span,
.titleDescriptionLink>ol.no-quote li u,
.titleDescriptionLink>ol.no-quote ol a,
.titleDescriptionLink>ol.no-quote ol b,
.titleDescriptionLink>ol.no-quote ol i,
.titleDescriptionLink>ol.no-quote ol span,
.titleDescriptionLink>ol.no-quote ol u,
.titleDescriptionLink>ol.no-quote p a,
.titleDescriptionLink>ol.no-quote p b,
.titleDescriptionLink>ol.no-quote p i,
.titleDescriptionLink>ol.no-quote p span,
.titleDescriptionLink>ol.no-quote p u,
.titleDescriptionLink>ol.no-quote span a,
.titleDescriptionLink>ol.no-quote span b,
.titleDescriptionLink>ol.no-quote span i,
.titleDescriptionLink>ol.no-quote span span,
.titleDescriptionLink>ol.no-quote span u,
.titleDescriptionLink>ol.no-quote u a,
.titleDescriptionLink>ol.no-quote u b,
.titleDescriptionLink>ol.no-quote u i,
.titleDescriptionLink>ol.no-quote u span,
.titleDescriptionLink>ol.no-quote u u,
.titleDescriptionLink>ol.no-quote ul a,
.titleDescriptionLink>ol.no-quote ul b,
.titleDescriptionLink>ol.no-quote ul i,
.titleDescriptionLink>ol.no-quote ul span,
.titleDescriptionLink>ol.no-quote ul u,
.titleDescriptionLink>ol.title a a,
.titleDescriptionLink>ol.title a b,
.titleDescriptionLink>ol.title a i,
.titleDescriptionLink>ol.title a span,
.titleDescriptionLink>ol.title a u,
.titleDescriptionLink>ol.title b a,
.titleDescriptionLink>ol.title b b,
.titleDescriptionLink>ol.title b i,
.titleDescriptionLink>ol.title b span,
.titleDescriptionLink>ol.title b u,
.titleDescriptionLink>ol.title h1 a,
.titleDescriptionLink>ol.title h1 b,
.titleDescriptionLink>ol.title h1 i,
.titleDescriptionLink>ol.title h1 span,
.titleDescriptionLink>ol.title h1 u,
.titleDescriptionLink>ol.title h2 a,
.titleDescriptionLink>ol.title h2 b,
.titleDescriptionLink>ol.title h2 i,
.titleDescriptionLink>ol.title h2 span,
.titleDescriptionLink>ol.title h2 u,
.titleDescriptionLink>ol.title h3 a,
.titleDescriptionLink>ol.title h3 b,
.titleDescriptionLink>ol.title h3 i,
.titleDescriptionLink>ol.title h3 span,
.titleDescriptionLink>ol.title h3 u,
.titleDescriptionLink>ol.title i a,
.titleDescriptionLink>ol.title i b,
.titleDescriptionLink>ol.title i i,
.titleDescriptionLink>ol.title i span,
.titleDescriptionLink>ol.title i u,
.titleDescriptionLink>ol.title li a,
.titleDescriptionLink>ol.title li b,
.titleDescriptionLink>ol.title li i,
.titleDescriptionLink>ol.title li span,
.titleDescriptionLink>ol.title li u,
.titleDescriptionLink>ol.title ol a,
.titleDescriptionLink>ol.title ol b,
.titleDescriptionLink>ol.title ol i,
.titleDescriptionLink>ol.title ol span,
.titleDescriptionLink>ol.title ol u,
.titleDescriptionLink>ol.title p a,
.titleDescriptionLink>ol.title p b,
.titleDescriptionLink>ol.title p i,
.titleDescriptionLink>ol.title p span,
.titleDescriptionLink>ol.title p u,
.titleDescriptionLink>ol.title span a,
.titleDescriptionLink>ol.title span b,
.titleDescriptionLink>ol.title span i,
.titleDescriptionLink>ol.title span span,
.titleDescriptionLink>ol.title span u,
.titleDescriptionLink>ol.title u a,
.titleDescriptionLink>ol.title u b,
.titleDescriptionLink>ol.title u i,
.titleDescriptionLink>ol.title u span,
.titleDescriptionLink>ol.title u u,
.titleDescriptionLink>ol.title ul a,
.titleDescriptionLink>ol.title ul b,
.titleDescriptionLink>ol.title ul i,
.titleDescriptionLink>ol.title ul span,
.titleDescriptionLink>ol.title ul u,
.titleDescriptionLink>p.no-quote a a,
.titleDescriptionLink>p.no-quote a b,
.titleDescriptionLink>p.no-quote a i,
.titleDescriptionLink>p.no-quote a span,
.titleDescriptionLink>p.no-quote a u,
.titleDescriptionLink>p.no-quote b a,
.titleDescriptionLink>p.no-quote b b,
.titleDescriptionLink>p.no-quote b i,
.titleDescriptionLink>p.no-quote b span,
.titleDescriptionLink>p.no-quote b u,
.titleDescriptionLink>p.no-quote h1 a,
.titleDescriptionLink>p.no-quote h1 b,
.titleDescriptionLink>p.no-quote h1 i,
.titleDescriptionLink>p.no-quote h1 span,
.titleDescriptionLink>p.no-quote h1 u,
.titleDescriptionLink>p.no-quote h2 a,
.titleDescriptionLink>p.no-quote h2 b,
.titleDescriptionLink>p.no-quote h2 i,
.titleDescriptionLink>p.no-quote h2 span,
.titleDescriptionLink>p.no-quote h2 u,
.titleDescriptionLink>p.no-quote h3 a,
.titleDescriptionLink>p.no-quote h3 b,
.titleDescriptionLink>p.no-quote h3 i,
.titleDescriptionLink>p.no-quote h3 span,
.titleDescriptionLink>p.no-quote h3 u,
.titleDescriptionLink>p.no-quote i a,
.titleDescriptionLink>p.no-quote i b,
.titleDescriptionLink>p.no-quote i i,
.titleDescriptionLink>p.no-quote i span,
.titleDescriptionLink>p.no-quote i u,
.titleDescriptionLink>p.no-quote li a,
.titleDescriptionLink>p.no-quote li b,
.titleDescriptionLink>p.no-quote li i,
.titleDescriptionLink>p.no-quote li span,
.titleDescriptionLink>p.no-quote li u,
.titleDescriptionLink>p.no-quote ol a,
.titleDescriptionLink>p.no-quote ol b,
.titleDescriptionLink>p.no-quote ol i,
.titleDescriptionLink>p.no-quote ol span,
.titleDescriptionLink>p.no-quote ol u,
.titleDescriptionLink>p.no-quote p a,
.titleDescriptionLink>p.no-quote p b,
.titleDescriptionLink>p.no-quote p i,
.titleDescriptionLink>p.no-quote p span,
.titleDescriptionLink>p.no-quote p u,
.titleDescriptionLink>p.no-quote span a,
.titleDescriptionLink>p.no-quote span b,
.titleDescriptionLink>p.no-quote span i,
.titleDescriptionLink>p.no-quote span span,
.titleDescriptionLink>p.no-quote span u,
.titleDescriptionLink>p.no-quote u a,
.titleDescriptionLink>p.no-quote u b,
.titleDescriptionLink>p.no-quote u i,
.titleDescriptionLink>p.no-quote u span,
.titleDescriptionLink>p.no-quote u u,
.titleDescriptionLink>p.no-quote ul a,
.titleDescriptionLink>p.no-quote ul b,
.titleDescriptionLink>p.no-quote ul i,
.titleDescriptionLink>p.no-quote ul span,
.titleDescriptionLink>p.no-quote ul u,
.titleDescriptionLink>p.title a a,
.titleDescriptionLink>p.title a b,
.titleDescriptionLink>p.title a i,
.titleDescriptionLink>p.title a span,
.titleDescriptionLink>p.title a u,
.titleDescriptionLink>p.title b a,
.titleDescriptionLink>p.title b b,
.titleDescriptionLink>p.title b i,
.titleDescriptionLink>p.title b span,
.titleDescriptionLink>p.title b u,
.titleDescriptionLink>p.title h1 a,
.titleDescriptionLink>p.title h1 b,
.titleDescriptionLink>p.title h1 i,
.titleDescriptionLink>p.title h1 span,
.titleDescriptionLink>p.title h1 u,
.titleDescriptionLink>p.title h2 a,
.titleDescriptionLink>p.title h2 b,
.titleDescriptionLink>p.title h2 i,
.titleDescriptionLink>p.title h2 span,
.titleDescriptionLink>p.title h2 u,
.titleDescriptionLink>p.title h3 a,
.titleDescriptionLink>p.title h3 b,
.titleDescriptionLink>p.title h3 i,
.titleDescriptionLink>p.title h3 span,
.titleDescriptionLink>p.title h3 u,
.titleDescriptionLink>p.title i a,
.titleDescriptionLink>p.title i b,
.titleDescriptionLink>p.title i i,
.titleDescriptionLink>p.title i span,
.titleDescriptionLink>p.title i u,
.titleDescriptionLink>p.title li a,
.titleDescriptionLink>p.title li b,
.titleDescriptionLink>p.title li i,
.titleDescriptionLink>p.title li span,
.titleDescriptionLink>p.title li u,
.titleDescriptionLink>p.title ol a,
.titleDescriptionLink>p.title ol b,
.titleDescriptionLink>p.title ol i,
.titleDescriptionLink>p.title ol span,
.titleDescriptionLink>p.title ol u,
.titleDescriptionLink>p.title p a,
.titleDescriptionLink>p.title p b,
.titleDescriptionLink>p.title p i,
.titleDescriptionLink>p.title p span,
.titleDescriptionLink>p.title p u,
.titleDescriptionLink>p.title span a,
.titleDescriptionLink>p.title span b,
.titleDescriptionLink>p.title span i,
.titleDescriptionLink>p.title span span,
.titleDescriptionLink>p.title span u,
.titleDescriptionLink>p.title u a,
.titleDescriptionLink>p.title u b,
.titleDescriptionLink>p.title u i,
.titleDescriptionLink>p.title u span,
.titleDescriptionLink>p.title u u,
.titleDescriptionLink>p.title ul a,
.titleDescriptionLink>p.title ul b,
.titleDescriptionLink>p.title ul i,
.titleDescriptionLink>p.title ul span,
.titleDescriptionLink>p.title ul u,
.titleDescriptionLink>span.no-quote a a,
.titleDescriptionLink>span.no-quote a b,
.titleDescriptionLink>span.no-quote a i,
.titleDescriptionLink>span.no-quote a span,
.titleDescriptionLink>span.no-quote a u,
.titleDescriptionLink>span.no-quote b a,
.titleDescriptionLink>span.no-quote b b,
.titleDescriptionLink>span.no-quote b i,
.titleDescriptionLink>span.no-quote b span,
.titleDescriptionLink>span.no-quote b u,
.titleDescriptionLink>span.no-quote h1 a,
.titleDescriptionLink>span.no-quote h1 b,
.titleDescriptionLink>span.no-quote h1 i,
.titleDescriptionLink>span.no-quote h1 span,
.titleDescriptionLink>span.no-quote h1 u,
.titleDescriptionLink>span.no-quote h2 a,
.titleDescriptionLink>span.no-quote h2 b,
.titleDescriptionLink>span.no-quote h2 i,
.titleDescriptionLink>span.no-quote h2 span,
.titleDescriptionLink>span.no-quote h2 u,
.titleDescriptionLink>span.no-quote h3 a,
.titleDescriptionLink>span.no-quote h3 b,
.titleDescriptionLink>span.no-quote h3 i,
.titleDescriptionLink>span.no-quote h3 span,
.titleDescriptionLink>span.no-quote h3 u,
.titleDescriptionLink>span.no-quote i a,
.titleDescriptionLink>span.no-quote i b,
.titleDescriptionLink>span.no-quote i i,
.titleDescriptionLink>span.no-quote i span,
.titleDescriptionLink>span.no-quote i u,
.titleDescriptionLink>span.no-quote li a,
.titleDescriptionLink>span.no-quote li b,
.titleDescriptionLink>span.no-quote li i,
.titleDescriptionLink>span.no-quote li span,
.titleDescriptionLink>span.no-quote li u,
.titleDescriptionLink>span.no-quote ol a,
.titleDescriptionLink>span.no-quote ol b,
.titleDescriptionLink>span.no-quote ol i,
.titleDescriptionLink>span.no-quote ol span,
.titleDescriptionLink>span.no-quote ol u,
.titleDescriptionLink>span.no-quote p a,
.titleDescriptionLink>span.no-quote p b,
.titleDescriptionLink>span.no-quote p i,
.titleDescriptionLink>span.no-quote p span,
.titleDescriptionLink>span.no-quote p u,
.titleDescriptionLink>span.no-quote span a,
.titleDescriptionLink>span.no-quote span b,
.titleDescriptionLink>span.no-quote span i,
.titleDescriptionLink>span.no-quote span span,
.titleDescriptionLink>span.no-quote span u,
.titleDescriptionLink>span.no-quote u a,
.titleDescriptionLink>span.no-quote u b,
.titleDescriptionLink>span.no-quote u i,
.titleDescriptionLink>span.no-quote u span,
.titleDescriptionLink>span.no-quote u u,
.titleDescriptionLink>span.no-quote ul a,
.titleDescriptionLink>span.no-quote ul b,
.titleDescriptionLink>span.no-quote ul i,
.titleDescriptionLink>span.no-quote ul span,
.titleDescriptionLink>span.no-quote ul u,
.titleDescriptionLink>span.title a a,
.titleDescriptionLink>span.title a b,
.titleDescriptionLink>span.title a i,
.titleDescriptionLink>span.title a span,
.titleDescriptionLink>span.title a u,
.titleDescriptionLink>span.title b a,
.titleDescriptionLink>span.title b b,
.titleDescriptionLink>span.title b i,
.titleDescriptionLink>span.title b span,
.titleDescriptionLink>span.title b u,
.titleDescriptionLink>span.title h1 a,
.titleDescriptionLink>span.title h1 b,
.titleDescriptionLink>span.title h1 i,
.titleDescriptionLink>span.title h1 span,
.titleDescriptionLink>span.title h1 u,
.titleDescriptionLink>span.title h2 a,
.titleDescriptionLink>span.title h2 b,
.titleDescriptionLink>span.title h2 i,
.titleDescriptionLink>span.title h2 span,
.titleDescriptionLink>span.title h2 u,
.titleDescriptionLink>span.title h3 a,
.titleDescriptionLink>span.title h3 b,
.titleDescriptionLink>span.title h3 i,
.titleDescriptionLink>span.title h3 span,
.titleDescriptionLink>span.title h3 u,
.titleDescriptionLink>span.title i a,
.titleDescriptionLink>span.title i b,
.titleDescriptionLink>span.title i i,
.titleDescriptionLink>span.title i span,
.titleDescriptionLink>span.title i u,
.titleDescriptionLink>span.title li a,
.titleDescriptionLink>span.title li b,
.titleDescriptionLink>span.title li i,
.titleDescriptionLink>span.title li span,
.titleDescriptionLink>span.title li u,
.titleDescriptionLink>span.title ol a,
.titleDescriptionLink>span.title ol b,
.titleDescriptionLink>span.title ol i,
.titleDescriptionLink>span.title ol span,
.titleDescriptionLink>span.title ol u,
.titleDescriptionLink>span.title p a,
.titleDescriptionLink>span.title p b,
.titleDescriptionLink>span.title p i,
.titleDescriptionLink>span.title p span,
.titleDescriptionLink>span.title p u,
.titleDescriptionLink>span.title span a,
.titleDescriptionLink>span.title span b,
.titleDescriptionLink>span.title span i,
.titleDescriptionLink>span.title span span,
.titleDescriptionLink>span.title span u,
.titleDescriptionLink>span.title u a,
.titleDescriptionLink>span.title u b,
.titleDescriptionLink>span.title u i,
.titleDescriptionLink>span.title u span,
.titleDescriptionLink>span.title u u,
.titleDescriptionLink>span.title ul a,
.titleDescriptionLink>span.title ul b,
.titleDescriptionLink>span.title ul i,
.titleDescriptionLink>span.title ul span,
.titleDescriptionLink>span.title ul u,
.titleDescriptionLink>u.no-quote a a,
.titleDescriptionLink>u.no-quote a b,
.titleDescriptionLink>u.no-quote a i,
.titleDescriptionLink>u.no-quote a span,
.titleDescriptionLink>u.no-quote a u,
.titleDescriptionLink>u.no-quote b a,
.titleDescriptionLink>u.no-quote b b,
.titleDescriptionLink>u.no-quote b i,
.titleDescriptionLink>u.no-quote b span,
.titleDescriptionLink>u.no-quote b u,
.titleDescriptionLink>u.no-quote h1 a,
.titleDescriptionLink>u.no-quote h1 b,
.titleDescriptionLink>u.no-quote h1 i,
.titleDescriptionLink>u.no-quote h1 span,
.titleDescriptionLink>u.no-quote h1 u,
.titleDescriptionLink>u.no-quote h2 a,
.titleDescriptionLink>u.no-quote h2 b,
.titleDescriptionLink>u.no-quote h2 i,
.titleDescriptionLink>u.no-quote h2 span,
.titleDescriptionLink>u.no-quote h2 u,
.titleDescriptionLink>u.no-quote h3 a,
.titleDescriptionLink>u.no-quote h3 b,
.titleDescriptionLink>u.no-quote h3 i,
.titleDescriptionLink>u.no-quote h3 span,
.titleDescriptionLink>u.no-quote h3 u,
.titleDescriptionLink>u.no-quote i a,
.titleDescriptionLink>u.no-quote i b,
.titleDescriptionLink>u.no-quote i i,
.titleDescriptionLink>u.no-quote i span,
.titleDescriptionLink>u.no-quote i u,
.titleDescriptionLink>u.no-quote li a,
.titleDescriptionLink>u.no-quote li b,
.titleDescriptionLink>u.no-quote li i,
.titleDescriptionLink>u.no-quote li span,
.titleDescriptionLink>u.no-quote li u,
.titleDescriptionLink>u.no-quote ol a,
.titleDescriptionLink>u.no-quote ol b,
.titleDescriptionLink>u.no-quote ol i,
.titleDescriptionLink>u.no-quote ol span,
.titleDescriptionLink>u.no-quote ol u,
.titleDescriptionLink>u.no-quote p a,
.titleDescriptionLink>u.no-quote p b,
.titleDescriptionLink>u.no-quote p i,
.titleDescriptionLink>u.no-quote p span,
.titleDescriptionLink>u.no-quote p u,
.titleDescriptionLink>u.no-quote span a,
.titleDescriptionLink>u.no-quote span b,
.titleDescriptionLink>u.no-quote span i,
.titleDescriptionLink>u.no-quote span span,
.titleDescriptionLink>u.no-quote span u,
.titleDescriptionLink>u.no-quote u a,
.titleDescriptionLink>u.no-quote u b,
.titleDescriptionLink>u.no-quote u i,
.titleDescriptionLink>u.no-quote u span,
.titleDescriptionLink>u.no-quote u u,
.titleDescriptionLink>u.no-quote ul a,
.titleDescriptionLink>u.no-quote ul b,
.titleDescriptionLink>u.no-quote ul i,
.titleDescriptionLink>u.no-quote ul span,
.titleDescriptionLink>u.no-quote ul u,
.titleDescriptionLink>u.title a a,
.titleDescriptionLink>u.title a b,
.titleDescriptionLink>u.title a i,
.titleDescriptionLink>u.title a span,
.titleDescriptionLink>u.title a u,
.titleDescriptionLink>u.title b a,
.titleDescriptionLink>u.title b b,
.titleDescriptionLink>u.title b i,
.titleDescriptionLink>u.title b span,
.titleDescriptionLink>u.title b u,
.titleDescriptionLink>u.title h1 a,
.titleDescriptionLink>u.title h1 b,
.titleDescriptionLink>u.title h1 i,
.titleDescriptionLink>u.title h1 span,
.titleDescriptionLink>u.title h1 u,
.titleDescriptionLink>u.title h2 a,
.titleDescriptionLink>u.title h2 b,
.titleDescriptionLink>u.title h2 i,
.titleDescriptionLink>u.title h2 span,
.titleDescriptionLink>u.title h2 u,
.titleDescriptionLink>u.title h3 a,
.titleDescriptionLink>u.title h3 b,
.titleDescriptionLink>u.title h3 i,
.titleDescriptionLink>u.title h3 span,
.titleDescriptionLink>u.title h3 u,
.titleDescriptionLink>u.title i a,
.titleDescriptionLink>u.title i b,
.titleDescriptionLink>u.title i i,
.titleDescriptionLink>u.title i span,
.titleDescriptionLink>u.title i u,
.titleDescriptionLink>u.title li a,
.titleDescriptionLink>u.title li b,
.titleDescriptionLink>u.title li i,
.titleDescriptionLink>u.title li span,
.titleDescriptionLink>u.title li u,
.titleDescriptionLink>u.title ol a,
.titleDescriptionLink>u.title ol b,
.titleDescriptionLink>u.title ol i,
.titleDescriptionLink>u.title ol span,
.titleDescriptionLink>u.title ol u,
.titleDescriptionLink>u.title p a,
.titleDescriptionLink>u.title p b,
.titleDescriptionLink>u.title p i,
.titleDescriptionLink>u.title p span,
.titleDescriptionLink>u.title p u,
.titleDescriptionLink>u.title span a,
.titleDescriptionLink>u.title span b,
.titleDescriptionLink>u.title span i,
.titleDescriptionLink>u.title span span,
.titleDescriptionLink>u.title span u,
.titleDescriptionLink>u.title u a,
.titleDescriptionLink>u.title u b,
.titleDescriptionLink>u.title u i,
.titleDescriptionLink>u.title u span,
.titleDescriptionLink>u.title u u,
.titleDescriptionLink>u.title ul a,
.titleDescriptionLink>u.title ul b,
.titleDescriptionLink>u.title ul i,
.titleDescriptionLink>u.title ul span,
.titleDescriptionLink>u.title ul u,
.titleDescriptionLink>ul.no-quote a a,
.titleDescriptionLink>ul.no-quote a b,
.titleDescriptionLink>ul.no-quote a i,
.titleDescriptionLink>ul.no-quote a span,
.titleDescriptionLink>ul.no-quote a u,
.titleDescriptionLink>ul.no-quote b a,
.titleDescriptionLink>ul.no-quote b b,
.titleDescriptionLink>ul.no-quote b i,
.titleDescriptionLink>ul.no-quote b span,
.titleDescriptionLink>ul.no-quote b u,
.titleDescriptionLink>ul.no-quote h1 a,
.titleDescriptionLink>ul.no-quote h1 b,
.titleDescriptionLink>ul.no-quote h1 i,
.titleDescriptionLink>ul.no-quote h1 span,
.titleDescriptionLink>ul.no-quote h1 u,
.titleDescriptionLink>ul.no-quote h2 a,
.titleDescriptionLink>ul.no-quote h2 b,
.titleDescriptionLink>ul.no-quote h2 i,
.titleDescriptionLink>ul.no-quote h2 span,
.titleDescriptionLink>ul.no-quote h2 u,
.titleDescriptionLink>ul.no-quote h3 a,
.titleDescriptionLink>ul.no-quote h3 b,
.titleDescriptionLink>ul.no-quote h3 i,
.titleDescriptionLink>ul.no-quote h3 span,
.titleDescriptionLink>ul.no-quote h3 u,
.titleDescriptionLink>ul.no-quote i a,
.titleDescriptionLink>ul.no-quote i b,
.titleDescriptionLink>ul.no-quote i i,
.titleDescriptionLink>ul.no-quote i span,
.titleDescriptionLink>ul.no-quote i u,
.titleDescriptionLink>ul.no-quote li a,
.titleDescriptionLink>ul.no-quote li b,
.titleDescriptionLink>ul.no-quote li i,
.titleDescriptionLink>ul.no-quote li span,
.titleDescriptionLink>ul.no-quote li u,
.titleDescriptionLink>ul.no-quote ol a,
.titleDescriptionLink>ul.no-quote ol b,
.titleDescriptionLink>ul.no-quote ol i,
.titleDescriptionLink>ul.no-quote ol span,
.titleDescriptionLink>ul.no-quote ol u,
.titleDescriptionLink>ul.no-quote p a,
.titleDescriptionLink>ul.no-quote p b,
.titleDescriptionLink>ul.no-quote p i,
.titleDescriptionLink>ul.no-quote p span,
.titleDescriptionLink>ul.no-quote p u,
.titleDescriptionLink>ul.no-quote span a,
.titleDescriptionLink>ul.no-quote span b,
.titleDescriptionLink>ul.no-quote span i,
.titleDescriptionLink>ul.no-quote span span,
.titleDescriptionLink>ul.no-quote span u,
.titleDescriptionLink>ul.no-quote u a,
.titleDescriptionLink>ul.no-quote u b,
.titleDescriptionLink>ul.no-quote u i,
.titleDescriptionLink>ul.no-quote u span,
.titleDescriptionLink>ul.no-quote u u,
.titleDescriptionLink>ul.no-quote ul a,
.titleDescriptionLink>ul.no-quote ul b,
.titleDescriptionLink>ul.no-quote ul i,
.titleDescriptionLink>ul.no-quote ul span,
.titleDescriptionLink>ul.no-quote ul u,
.titleDescriptionLink>ul.title a a,
.titleDescriptionLink>ul.title a b,
.titleDescriptionLink>ul.title a i,
.titleDescriptionLink>ul.title a span,
.titleDescriptionLink>ul.title a u,
.titleDescriptionLink>ul.title b a,
.titleDescriptionLink>ul.title b b,
.titleDescriptionLink>ul.title b i,
.titleDescriptionLink>ul.title b span,
.titleDescriptionLink>ul.title b u,
.titleDescriptionLink>ul.title h1 a,
.titleDescriptionLink>ul.title h1 b,
.titleDescriptionLink>ul.title h1 i,
.titleDescriptionLink>ul.title h1 span,
.titleDescriptionLink>ul.title h1 u,
.titleDescriptionLink>ul.title h2 a,
.titleDescriptionLink>ul.title h2 b,
.titleDescriptionLink>ul.title h2 i,
.titleDescriptionLink>ul.title h2 span,
.titleDescriptionLink>ul.title h2 u,
.titleDescriptionLink>ul.title h3 a,
.titleDescriptionLink>ul.title h3 b,
.titleDescriptionLink>ul.title h3 i,
.titleDescriptionLink>ul.title h3 span,
.titleDescriptionLink>ul.title h3 u,
.titleDescriptionLink>ul.title i a,
.titleDescriptionLink>ul.title i b,
.titleDescriptionLink>ul.title i i,
.titleDescriptionLink>ul.title i span,
.titleDescriptionLink>ul.title i u,
.titleDescriptionLink>ul.title li a,
.titleDescriptionLink>ul.title li b,
.titleDescriptionLink>ul.title li i,
.titleDescriptionLink>ul.title li span,
.titleDescriptionLink>ul.title li u,
.titleDescriptionLink>ul.title ol a,
.titleDescriptionLink>ul.title ol b,
.titleDescriptionLink>ul.title ol i,
.titleDescriptionLink>ul.title ol span,
.titleDescriptionLink>ul.title ol u,
.titleDescriptionLink>ul.title p a,
.titleDescriptionLink>ul.title p b,
.titleDescriptionLink>ul.title p i,
.titleDescriptionLink>ul.title p span,
.titleDescriptionLink>ul.title p u,
.titleDescriptionLink>ul.title span a,
.titleDescriptionLink>ul.title span b,
.titleDescriptionLink>ul.title span i,
.titleDescriptionLink>ul.title span span,
.titleDescriptionLink>ul.title span u,
.titleDescriptionLink>ul.title u a,
.titleDescriptionLink>ul.title u b,
.titleDescriptionLink>ul.title u i,
.titleDescriptionLink>ul.title u span,
.titleDescriptionLink>ul.title u u,
.titleDescriptionLink>ul.title ul a,
.titleDescriptionLink>ul.title ul b,
.titleDescriptionLink>ul.title ul i,
.titleDescriptionLink>ul.title ul span,
.titleDescriptionLink>ul.title ul u {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .titleDescriptionLink>a.no-quote a a,
    .titleDescriptionLink>a.no-quote a b,
    .titleDescriptionLink>a.no-quote a i,
    .titleDescriptionLink>a.no-quote a span,
    .titleDescriptionLink>a.no-quote a u,
    .titleDescriptionLink>a.no-quote b a,
    .titleDescriptionLink>a.no-quote b b,
    .titleDescriptionLink>a.no-quote b i,
    .titleDescriptionLink>a.no-quote b span,
    .titleDescriptionLink>a.no-quote b u,
    .titleDescriptionLink>a.no-quote h1 a,
    .titleDescriptionLink>a.no-quote h1 b,
    .titleDescriptionLink>a.no-quote h1 i,
    .titleDescriptionLink>a.no-quote h1 span,
    .titleDescriptionLink>a.no-quote h1 u,
    .titleDescriptionLink>a.no-quote h2 a,
    .titleDescriptionLink>a.no-quote h2 b,
    .titleDescriptionLink>a.no-quote h2 i,
    .titleDescriptionLink>a.no-quote h2 span,
    .titleDescriptionLink>a.no-quote h2 u,
    .titleDescriptionLink>a.no-quote h3 a,
    .titleDescriptionLink>a.no-quote h3 b,
    .titleDescriptionLink>a.no-quote h3 i,
    .titleDescriptionLink>a.no-quote h3 span,
    .titleDescriptionLink>a.no-quote h3 u,
    .titleDescriptionLink>a.no-quote i a,
    .titleDescriptionLink>a.no-quote i b,
    .titleDescriptionLink>a.no-quote i i,
    .titleDescriptionLink>a.no-quote i span,
    .titleDescriptionLink>a.no-quote i u,
    .titleDescriptionLink>a.no-quote li a,
    .titleDescriptionLink>a.no-quote li b,
    .titleDescriptionLink>a.no-quote li i,
    .titleDescriptionLink>a.no-quote li span,
    .titleDescriptionLink>a.no-quote li u,
    .titleDescriptionLink>a.no-quote ol a,
    .titleDescriptionLink>a.no-quote ol b,
    .titleDescriptionLink>a.no-quote ol i,
    .titleDescriptionLink>a.no-quote ol span,
    .titleDescriptionLink>a.no-quote ol u,
    .titleDescriptionLink>a.no-quote p a,
    .titleDescriptionLink>a.no-quote p b,
    .titleDescriptionLink>a.no-quote p i,
    .titleDescriptionLink>a.no-quote p span,
    .titleDescriptionLink>a.no-quote p u,
    .titleDescriptionLink>a.no-quote span a,
    .titleDescriptionLink>a.no-quote span b,
    .titleDescriptionLink>a.no-quote span i,
    .titleDescriptionLink>a.no-quote span span,
    .titleDescriptionLink>a.no-quote span u,
    .titleDescriptionLink>a.no-quote u a,
    .titleDescriptionLink>a.no-quote u b,
    .titleDescriptionLink>a.no-quote u i,
    .titleDescriptionLink>a.no-quote u span,
    .titleDescriptionLink>a.no-quote u u,
    .titleDescriptionLink>a.no-quote ul a,
    .titleDescriptionLink>a.no-quote ul b,
    .titleDescriptionLink>a.no-quote ul i,
    .titleDescriptionLink>a.no-quote ul span,
    .titleDescriptionLink>a.no-quote ul u,
    .titleDescriptionLink>a.title a a,
    .titleDescriptionLink>a.title a b,
    .titleDescriptionLink>a.title a i,
    .titleDescriptionLink>a.title a span,
    .titleDescriptionLink>a.title a u,
    .titleDescriptionLink>a.title b a,
    .titleDescriptionLink>a.title b b,
    .titleDescriptionLink>a.title b i,
    .titleDescriptionLink>a.title b span,
    .titleDescriptionLink>a.title b u,
    .titleDescriptionLink>a.title h1 a,
    .titleDescriptionLink>a.title h1 b,
    .titleDescriptionLink>a.title h1 i,
    .titleDescriptionLink>a.title h1 span,
    .titleDescriptionLink>a.title h1 u,
    .titleDescriptionLink>a.title h2 a,
    .titleDescriptionLink>a.title h2 b,
    .titleDescriptionLink>a.title h2 i,
    .titleDescriptionLink>a.title h2 span,
    .titleDescriptionLink>a.title h2 u,
    .titleDescriptionLink>a.title h3 a,
    .titleDescriptionLink>a.title h3 b,
    .titleDescriptionLink>a.title h3 i,
    .titleDescriptionLink>a.title h3 span,
    .titleDescriptionLink>a.title h3 u,
    .titleDescriptionLink>a.title i a,
    .titleDescriptionLink>a.title i b,
    .titleDescriptionLink>a.title i i,
    .titleDescriptionLink>a.title i span,
    .titleDescriptionLink>a.title i u,
    .titleDescriptionLink>a.title li a,
    .titleDescriptionLink>a.title li b,
    .titleDescriptionLink>a.title li i,
    .titleDescriptionLink>a.title li span,
    .titleDescriptionLink>a.title li u,
    .titleDescriptionLink>a.title ol a,
    .titleDescriptionLink>a.title ol b,
    .titleDescriptionLink>a.title ol i,
    .titleDescriptionLink>a.title ol span,
    .titleDescriptionLink>a.title ol u,
    .titleDescriptionLink>a.title p a,
    .titleDescriptionLink>a.title p b,
    .titleDescriptionLink>a.title p i,
    .titleDescriptionLink>a.title p span,
    .titleDescriptionLink>a.title p u,
    .titleDescriptionLink>a.title span a,
    .titleDescriptionLink>a.title span b,
    .titleDescriptionLink>a.title span i,
    .titleDescriptionLink>a.title span span,
    .titleDescriptionLink>a.title span u,
    .titleDescriptionLink>a.title u a,
    .titleDescriptionLink>a.title u b,
    .titleDescriptionLink>a.title u i,
    .titleDescriptionLink>a.title u span,
    .titleDescriptionLink>a.title u u,
    .titleDescriptionLink>a.title ul a,
    .titleDescriptionLink>a.title ul b,
    .titleDescriptionLink>a.title ul i,
    .titleDescriptionLink>a.title ul span,
    .titleDescriptionLink>a.title ul u,
    .titleDescriptionLink>b.no-quote a a,
    .titleDescriptionLink>b.no-quote a b,
    .titleDescriptionLink>b.no-quote a i,
    .titleDescriptionLink>b.no-quote a span,
    .titleDescriptionLink>b.no-quote a u,
    .titleDescriptionLink>b.no-quote b a,
    .titleDescriptionLink>b.no-quote b b,
    .titleDescriptionLink>b.no-quote b i,
    .titleDescriptionLink>b.no-quote b span,
    .titleDescriptionLink>b.no-quote b u,
    .titleDescriptionLink>b.no-quote h1 a,
    .titleDescriptionLink>b.no-quote h1 b,
    .titleDescriptionLink>b.no-quote h1 i,
    .titleDescriptionLink>b.no-quote h1 span,
    .titleDescriptionLink>b.no-quote h1 u,
    .titleDescriptionLink>b.no-quote h2 a,
    .titleDescriptionLink>b.no-quote h2 b,
    .titleDescriptionLink>b.no-quote h2 i,
    .titleDescriptionLink>b.no-quote h2 span,
    .titleDescriptionLink>b.no-quote h2 u,
    .titleDescriptionLink>b.no-quote h3 a,
    .titleDescriptionLink>b.no-quote h3 b,
    .titleDescriptionLink>b.no-quote h3 i,
    .titleDescriptionLink>b.no-quote h3 span,
    .titleDescriptionLink>b.no-quote h3 u,
    .titleDescriptionLink>b.no-quote i a,
    .titleDescriptionLink>b.no-quote i b,
    .titleDescriptionLink>b.no-quote i i,
    .titleDescriptionLink>b.no-quote i span,
    .titleDescriptionLink>b.no-quote i u,
    .titleDescriptionLink>b.no-quote li a,
    .titleDescriptionLink>b.no-quote li b,
    .titleDescriptionLink>b.no-quote li i,
    .titleDescriptionLink>b.no-quote li span,
    .titleDescriptionLink>b.no-quote li u,
    .titleDescriptionLink>b.no-quote ol a,
    .titleDescriptionLink>b.no-quote ol b,
    .titleDescriptionLink>b.no-quote ol i,
    .titleDescriptionLink>b.no-quote ol span,
    .titleDescriptionLink>b.no-quote ol u,
    .titleDescriptionLink>b.no-quote p a,
    .titleDescriptionLink>b.no-quote p b,
    .titleDescriptionLink>b.no-quote p i,
    .titleDescriptionLink>b.no-quote p span,
    .titleDescriptionLink>b.no-quote p u,
    .titleDescriptionLink>b.no-quote span a,
    .titleDescriptionLink>b.no-quote span b,
    .titleDescriptionLink>b.no-quote span i,
    .titleDescriptionLink>b.no-quote span span,
    .titleDescriptionLink>b.no-quote span u,
    .titleDescriptionLink>b.no-quote u a,
    .titleDescriptionLink>b.no-quote u b,
    .titleDescriptionLink>b.no-quote u i,
    .titleDescriptionLink>b.no-quote u span,
    .titleDescriptionLink>b.no-quote u u,
    .titleDescriptionLink>b.no-quote ul a,
    .titleDescriptionLink>b.no-quote ul b,
    .titleDescriptionLink>b.no-quote ul i,
    .titleDescriptionLink>b.no-quote ul span,
    .titleDescriptionLink>b.no-quote ul u,
    .titleDescriptionLink>b.title a a,
    .titleDescriptionLink>b.title a b,
    .titleDescriptionLink>b.title a i,
    .titleDescriptionLink>b.title a span,
    .titleDescriptionLink>b.title a u,
    .titleDescriptionLink>b.title b a,
    .titleDescriptionLink>b.title b b,
    .titleDescriptionLink>b.title b i,
    .titleDescriptionLink>b.title b span,
    .titleDescriptionLink>b.title b u,
    .titleDescriptionLink>b.title h1 a,
    .titleDescriptionLink>b.title h1 b,
    .titleDescriptionLink>b.title h1 i,
    .titleDescriptionLink>b.title h1 span,
    .titleDescriptionLink>b.title h1 u,
    .titleDescriptionLink>b.title h2 a,
    .titleDescriptionLink>b.title h2 b,
    .titleDescriptionLink>b.title h2 i,
    .titleDescriptionLink>b.title h2 span,
    .titleDescriptionLink>b.title h2 u,
    .titleDescriptionLink>b.title h3 a,
    .titleDescriptionLink>b.title h3 b,
    .titleDescriptionLink>b.title h3 i,
    .titleDescriptionLink>b.title h3 span,
    .titleDescriptionLink>b.title h3 u,
    .titleDescriptionLink>b.title i a,
    .titleDescriptionLink>b.title i b,
    .titleDescriptionLink>b.title i i,
    .titleDescriptionLink>b.title i span,
    .titleDescriptionLink>b.title i u,
    .titleDescriptionLink>b.title li a,
    .titleDescriptionLink>b.title li b,
    .titleDescriptionLink>b.title li i,
    .titleDescriptionLink>b.title li span,
    .titleDescriptionLink>b.title li u,
    .titleDescriptionLink>b.title ol a,
    .titleDescriptionLink>b.title ol b,
    .titleDescriptionLink>b.title ol i,
    .titleDescriptionLink>b.title ol span,
    .titleDescriptionLink>b.title ol u,
    .titleDescriptionLink>b.title p a,
    .titleDescriptionLink>b.title p b,
    .titleDescriptionLink>b.title p i,
    .titleDescriptionLink>b.title p span,
    .titleDescriptionLink>b.title p u,
    .titleDescriptionLink>b.title span a,
    .titleDescriptionLink>b.title span b,
    .titleDescriptionLink>b.title span i,
    .titleDescriptionLink>b.title span span,
    .titleDescriptionLink>b.title span u,
    .titleDescriptionLink>b.title u a,
    .titleDescriptionLink>b.title u b,
    .titleDescriptionLink>b.title u i,
    .titleDescriptionLink>b.title u span,
    .titleDescriptionLink>b.title u u,
    .titleDescriptionLink>b.title ul a,
    .titleDescriptionLink>b.title ul b,
    .titleDescriptionLink>b.title ul i,
    .titleDescriptionLink>b.title ul span,
    .titleDescriptionLink>b.title ul u,
    .titleDescriptionLink>div.no-quote a a,
    .titleDescriptionLink>div.no-quote a b,
    .titleDescriptionLink>div.no-quote a i,
    .titleDescriptionLink>div.no-quote a span,
    .titleDescriptionLink>div.no-quote a u,
    .titleDescriptionLink>div.no-quote b a,
    .titleDescriptionLink>div.no-quote b b,
    .titleDescriptionLink>div.no-quote b i,
    .titleDescriptionLink>div.no-quote b span,
    .titleDescriptionLink>div.no-quote b u,
    .titleDescriptionLink>div.no-quote h1 a,
    .titleDescriptionLink>div.no-quote h1 b,
    .titleDescriptionLink>div.no-quote h1 i,
    .titleDescriptionLink>div.no-quote h1 span,
    .titleDescriptionLink>div.no-quote h1 u,
    .titleDescriptionLink>div.no-quote h2 a,
    .titleDescriptionLink>div.no-quote h2 b,
    .titleDescriptionLink>div.no-quote h2 i,
    .titleDescriptionLink>div.no-quote h2 span,
    .titleDescriptionLink>div.no-quote h2 u,
    .titleDescriptionLink>div.no-quote h3 a,
    .titleDescriptionLink>div.no-quote h3 b,
    .titleDescriptionLink>div.no-quote h3 i,
    .titleDescriptionLink>div.no-quote h3 span,
    .titleDescriptionLink>div.no-quote h3 u,
    .titleDescriptionLink>div.no-quote i a,
    .titleDescriptionLink>div.no-quote i b,
    .titleDescriptionLink>div.no-quote i i,
    .titleDescriptionLink>div.no-quote i span,
    .titleDescriptionLink>div.no-quote i u,
    .titleDescriptionLink>div.no-quote li a,
    .titleDescriptionLink>div.no-quote li b,
    .titleDescriptionLink>div.no-quote li i,
    .titleDescriptionLink>div.no-quote li span,
    .titleDescriptionLink>div.no-quote li u,
    .titleDescriptionLink>div.no-quote ol a,
    .titleDescriptionLink>div.no-quote ol b,
    .titleDescriptionLink>div.no-quote ol i,
    .titleDescriptionLink>div.no-quote ol span,
    .titleDescriptionLink>div.no-quote ol u,
    .titleDescriptionLink>div.no-quote p a,
    .titleDescriptionLink>div.no-quote p b,
    .titleDescriptionLink>div.no-quote p i,
    .titleDescriptionLink>div.no-quote p span,
    .titleDescriptionLink>div.no-quote p u,
    .titleDescriptionLink>div.no-quote span a,
    .titleDescriptionLink>div.no-quote span b,
    .titleDescriptionLink>div.no-quote span i,
    .titleDescriptionLink>div.no-quote span span,
    .titleDescriptionLink>div.no-quote span u,
    .titleDescriptionLink>div.no-quote u a,
    .titleDescriptionLink>div.no-quote u b,
    .titleDescriptionLink>div.no-quote u i,
    .titleDescriptionLink>div.no-quote u span,
    .titleDescriptionLink>div.no-quote u u,
    .titleDescriptionLink>div.no-quote ul a,
    .titleDescriptionLink>div.no-quote ul b,
    .titleDescriptionLink>div.no-quote ul i,
    .titleDescriptionLink>div.no-quote ul span,
    .titleDescriptionLink>div.no-quote ul u,
    .titleDescriptionLink>div.title a a,
    .titleDescriptionLink>div.title a b,
    .titleDescriptionLink>div.title a i,
    .titleDescriptionLink>div.title a span,
    .titleDescriptionLink>div.title a u,
    .titleDescriptionLink>div.title b a,
    .titleDescriptionLink>div.title b b,
    .titleDescriptionLink>div.title b i,
    .titleDescriptionLink>div.title b span,
    .titleDescriptionLink>div.title b u,
    .titleDescriptionLink>div.title h1 a,
    .titleDescriptionLink>div.title h1 b,
    .titleDescriptionLink>div.title h1 i,
    .titleDescriptionLink>div.title h1 span,
    .titleDescriptionLink>div.title h1 u,
    .titleDescriptionLink>div.title h2 a,
    .titleDescriptionLink>div.title h2 b,
    .titleDescriptionLink>div.title h2 i,
    .titleDescriptionLink>div.title h2 span,
    .titleDescriptionLink>div.title h2 u,
    .titleDescriptionLink>div.title h3 a,
    .titleDescriptionLink>div.title h3 b,
    .titleDescriptionLink>div.title h3 i,
    .titleDescriptionLink>div.title h3 span,
    .titleDescriptionLink>div.title h3 u,
    .titleDescriptionLink>div.title i a,
    .titleDescriptionLink>div.title i b,
    .titleDescriptionLink>div.title i i,
    .titleDescriptionLink>div.title i span,
    .titleDescriptionLink>div.title i u,
    .titleDescriptionLink>div.title li a,
    .titleDescriptionLink>div.title li b,
    .titleDescriptionLink>div.title li i,
    .titleDescriptionLink>div.title li span,
    .titleDescriptionLink>div.title li u,
    .titleDescriptionLink>div.title ol a,
    .titleDescriptionLink>div.title ol b,
    .titleDescriptionLink>div.title ol i,
    .titleDescriptionLink>div.title ol span,
    .titleDescriptionLink>div.title ol u,
    .titleDescriptionLink>div.title p a,
    .titleDescriptionLink>div.title p b,
    .titleDescriptionLink>div.title p i,
    .titleDescriptionLink>div.title p span,
    .titleDescriptionLink>div.title p u,
    .titleDescriptionLink>div.title span a,
    .titleDescriptionLink>div.title span b,
    .titleDescriptionLink>div.title span i,
    .titleDescriptionLink>div.title span span,
    .titleDescriptionLink>div.title span u,
    .titleDescriptionLink>div.title u a,
    .titleDescriptionLink>div.title u b,
    .titleDescriptionLink>div.title u i,
    .titleDescriptionLink>div.title u span,
    .titleDescriptionLink>div.title u u,
    .titleDescriptionLink>div.title ul a,
    .titleDescriptionLink>div.title ul b,
    .titleDescriptionLink>div.title ul i,
    .titleDescriptionLink>div.title ul span,
    .titleDescriptionLink>div.title ul u,
    .titleDescriptionLink>h1.no-quote a a,
    .titleDescriptionLink>h1.no-quote a b,
    .titleDescriptionLink>h1.no-quote a i,
    .titleDescriptionLink>h1.no-quote a span,
    .titleDescriptionLink>h1.no-quote a u,
    .titleDescriptionLink>h1.no-quote b a,
    .titleDescriptionLink>h1.no-quote b b,
    .titleDescriptionLink>h1.no-quote b i,
    .titleDescriptionLink>h1.no-quote b span,
    .titleDescriptionLink>h1.no-quote b u,
    .titleDescriptionLink>h1.no-quote h1 a,
    .titleDescriptionLink>h1.no-quote h1 b,
    .titleDescriptionLink>h1.no-quote h1 i,
    .titleDescriptionLink>h1.no-quote h1 span,
    .titleDescriptionLink>h1.no-quote h1 u,
    .titleDescriptionLink>h1.no-quote h2 a,
    .titleDescriptionLink>h1.no-quote h2 b,
    .titleDescriptionLink>h1.no-quote h2 i,
    .titleDescriptionLink>h1.no-quote h2 span,
    .titleDescriptionLink>h1.no-quote h2 u,
    .titleDescriptionLink>h1.no-quote h3 a,
    .titleDescriptionLink>h1.no-quote h3 b,
    .titleDescriptionLink>h1.no-quote h3 i,
    .titleDescriptionLink>h1.no-quote h3 span,
    .titleDescriptionLink>h1.no-quote h3 u,
    .titleDescriptionLink>h1.no-quote i a,
    .titleDescriptionLink>h1.no-quote i b,
    .titleDescriptionLink>h1.no-quote i i,
    .titleDescriptionLink>h1.no-quote i span,
    .titleDescriptionLink>h1.no-quote i u,
    .titleDescriptionLink>h1.no-quote li a,
    .titleDescriptionLink>h1.no-quote li b,
    .titleDescriptionLink>h1.no-quote li i,
    .titleDescriptionLink>h1.no-quote li span,
    .titleDescriptionLink>h1.no-quote li u,
    .titleDescriptionLink>h1.no-quote ol a,
    .titleDescriptionLink>h1.no-quote ol b,
    .titleDescriptionLink>h1.no-quote ol i,
    .titleDescriptionLink>h1.no-quote ol span,
    .titleDescriptionLink>h1.no-quote ol u,
    .titleDescriptionLink>h1.no-quote p a,
    .titleDescriptionLink>h1.no-quote p b,
    .titleDescriptionLink>h1.no-quote p i,
    .titleDescriptionLink>h1.no-quote p span,
    .titleDescriptionLink>h1.no-quote p u,
    .titleDescriptionLink>h1.no-quote span a,
    .titleDescriptionLink>h1.no-quote span b,
    .titleDescriptionLink>h1.no-quote span i,
    .titleDescriptionLink>h1.no-quote span span,
    .titleDescriptionLink>h1.no-quote span u,
    .titleDescriptionLink>h1.no-quote u a,
    .titleDescriptionLink>h1.no-quote u b,
    .titleDescriptionLink>h1.no-quote u i,
    .titleDescriptionLink>h1.no-quote u span,
    .titleDescriptionLink>h1.no-quote u u,
    .titleDescriptionLink>h1.no-quote ul a,
    .titleDescriptionLink>h1.no-quote ul b,
    .titleDescriptionLink>h1.no-quote ul i,
    .titleDescriptionLink>h1.no-quote ul span,
    .titleDescriptionLink>h1.no-quote ul u,
    .titleDescriptionLink>h1.title a a,
    .titleDescriptionLink>h1.title a b,
    .titleDescriptionLink>h1.title a i,
    .titleDescriptionLink>h1.title a span,
    .titleDescriptionLink>h1.title a u,
    .titleDescriptionLink>h1.title b a,
    .titleDescriptionLink>h1.title b b,
    .titleDescriptionLink>h1.title b i,
    .titleDescriptionLink>h1.title b span,
    .titleDescriptionLink>h1.title b u,
    .titleDescriptionLink>h1.title h1 a,
    .titleDescriptionLink>h1.title h1 b,
    .titleDescriptionLink>h1.title h1 i,
    .titleDescriptionLink>h1.title h1 span,
    .titleDescriptionLink>h1.title h1 u,
    .titleDescriptionLink>h1.title h2 a,
    .titleDescriptionLink>h1.title h2 b,
    .titleDescriptionLink>h1.title h2 i,
    .titleDescriptionLink>h1.title h2 span,
    .titleDescriptionLink>h1.title h2 u,
    .titleDescriptionLink>h1.title h3 a,
    .titleDescriptionLink>h1.title h3 b,
    .titleDescriptionLink>h1.title h3 i,
    .titleDescriptionLink>h1.title h3 span,
    .titleDescriptionLink>h1.title h3 u,
    .titleDescriptionLink>h1.title i a,
    .titleDescriptionLink>h1.title i b,
    .titleDescriptionLink>h1.title i i,
    .titleDescriptionLink>h1.title i span,
    .titleDescriptionLink>h1.title i u,
    .titleDescriptionLink>h1.title li a,
    .titleDescriptionLink>h1.title li b,
    .titleDescriptionLink>h1.title li i,
    .titleDescriptionLink>h1.title li span,
    .titleDescriptionLink>h1.title li u,
    .titleDescriptionLink>h1.title ol a,
    .titleDescriptionLink>h1.title ol b,
    .titleDescriptionLink>h1.title ol i,
    .titleDescriptionLink>h1.title ol span,
    .titleDescriptionLink>h1.title ol u,
    .titleDescriptionLink>h1.title p a,
    .titleDescriptionLink>h1.title p b,
    .titleDescriptionLink>h1.title p i,
    .titleDescriptionLink>h1.title p span,
    .titleDescriptionLink>h1.title p u,
    .titleDescriptionLink>h1.title span a,
    .titleDescriptionLink>h1.title span b,
    .titleDescriptionLink>h1.title span i,
    .titleDescriptionLink>h1.title span span,
    .titleDescriptionLink>h1.title span u,
    .titleDescriptionLink>h1.title u a,
    .titleDescriptionLink>h1.title u b,
    .titleDescriptionLink>h1.title u i,
    .titleDescriptionLink>h1.title u span,
    .titleDescriptionLink>h1.title u u,
    .titleDescriptionLink>h1.title ul a,
    .titleDescriptionLink>h1.title ul b,
    .titleDescriptionLink>h1.title ul i,
    .titleDescriptionLink>h1.title ul span,
    .titleDescriptionLink>h1.title ul u,
    .titleDescriptionLink>h2.no-quote a a,
    .titleDescriptionLink>h2.no-quote a b,
    .titleDescriptionLink>h2.no-quote a i,
    .titleDescriptionLink>h2.no-quote a span,
    .titleDescriptionLink>h2.no-quote a u,
    .titleDescriptionLink>h2.no-quote b a,
    .titleDescriptionLink>h2.no-quote b b,
    .titleDescriptionLink>h2.no-quote b i,
    .titleDescriptionLink>h2.no-quote b span,
    .titleDescriptionLink>h2.no-quote b u,
    .titleDescriptionLink>h2.no-quote h1 a,
    .titleDescriptionLink>h2.no-quote h1 b,
    .titleDescriptionLink>h2.no-quote h1 i,
    .titleDescriptionLink>h2.no-quote h1 span,
    .titleDescriptionLink>h2.no-quote h1 u,
    .titleDescriptionLink>h2.no-quote h2 a,
    .titleDescriptionLink>h2.no-quote h2 b,
    .titleDescriptionLink>h2.no-quote h2 i,
    .titleDescriptionLink>h2.no-quote h2 span,
    .titleDescriptionLink>h2.no-quote h2 u,
    .titleDescriptionLink>h2.no-quote h3 a,
    .titleDescriptionLink>h2.no-quote h3 b,
    .titleDescriptionLink>h2.no-quote h3 i,
    .titleDescriptionLink>h2.no-quote h3 span,
    .titleDescriptionLink>h2.no-quote h3 u,
    .titleDescriptionLink>h2.no-quote i a,
    .titleDescriptionLink>h2.no-quote i b,
    .titleDescriptionLink>h2.no-quote i i,
    .titleDescriptionLink>h2.no-quote i span,
    .titleDescriptionLink>h2.no-quote i u,
    .titleDescriptionLink>h2.no-quote li a,
    .titleDescriptionLink>h2.no-quote li b,
    .titleDescriptionLink>h2.no-quote li i,
    .titleDescriptionLink>h2.no-quote li span,
    .titleDescriptionLink>h2.no-quote li u,
    .titleDescriptionLink>h2.no-quote ol a,
    .titleDescriptionLink>h2.no-quote ol b,
    .titleDescriptionLink>h2.no-quote ol i,
    .titleDescriptionLink>h2.no-quote ol span,
    .titleDescriptionLink>h2.no-quote ol u,
    .titleDescriptionLink>h2.no-quote p a,
    .titleDescriptionLink>h2.no-quote p b,
    .titleDescriptionLink>h2.no-quote p i,
    .titleDescriptionLink>h2.no-quote p span,
    .titleDescriptionLink>h2.no-quote p u,
    .titleDescriptionLink>h2.no-quote span a,
    .titleDescriptionLink>h2.no-quote span b,
    .titleDescriptionLink>h2.no-quote span i,
    .titleDescriptionLink>h2.no-quote span span,
    .titleDescriptionLink>h2.no-quote span u,
    .titleDescriptionLink>h2.no-quote u a,
    .titleDescriptionLink>h2.no-quote u b,
    .titleDescriptionLink>h2.no-quote u i,
    .titleDescriptionLink>h2.no-quote u span,
    .titleDescriptionLink>h2.no-quote u u,
    .titleDescriptionLink>h2.no-quote ul a,
    .titleDescriptionLink>h2.no-quote ul b,
    .titleDescriptionLink>h2.no-quote ul i,
    .titleDescriptionLink>h2.no-quote ul span,
    .titleDescriptionLink>h2.no-quote ul u,
    .titleDescriptionLink>h2.title a a,
    .titleDescriptionLink>h2.title a b,
    .titleDescriptionLink>h2.title a i,
    .titleDescriptionLink>h2.title a span,
    .titleDescriptionLink>h2.title a u,
    .titleDescriptionLink>h2.title b a,
    .titleDescriptionLink>h2.title b b,
    .titleDescriptionLink>h2.title b i,
    .titleDescriptionLink>h2.title b span,
    .titleDescriptionLink>h2.title b u,
    .titleDescriptionLink>h2.title h1 a,
    .titleDescriptionLink>h2.title h1 b,
    .titleDescriptionLink>h2.title h1 i,
    .titleDescriptionLink>h2.title h1 span,
    .titleDescriptionLink>h2.title h1 u,
    .titleDescriptionLink>h2.title h2 a,
    .titleDescriptionLink>h2.title h2 b,
    .titleDescriptionLink>h2.title h2 i,
    .titleDescriptionLink>h2.title h2 span,
    .titleDescriptionLink>h2.title h2 u,
    .titleDescriptionLink>h2.title h3 a,
    .titleDescriptionLink>h2.title h3 b,
    .titleDescriptionLink>h2.title h3 i,
    .titleDescriptionLink>h2.title h3 span,
    .titleDescriptionLink>h2.title h3 u,
    .titleDescriptionLink>h2.title i a,
    .titleDescriptionLink>h2.title i b,
    .titleDescriptionLink>h2.title i i,
    .titleDescriptionLink>h2.title i span,
    .titleDescriptionLink>h2.title i u,
    .titleDescriptionLink>h2.title li a,
    .titleDescriptionLink>h2.title li b,
    .titleDescriptionLink>h2.title li i,
    .titleDescriptionLink>h2.title li span,
    .titleDescriptionLink>h2.title li u,
    .titleDescriptionLink>h2.title ol a,
    .titleDescriptionLink>h2.title ol b,
    .titleDescriptionLink>h2.title ol i,
    .titleDescriptionLink>h2.title ol span,
    .titleDescriptionLink>h2.title ol u,
    .titleDescriptionLink>h2.title p a,
    .titleDescriptionLink>h2.title p b,
    .titleDescriptionLink>h2.title p i,
    .titleDescriptionLink>h2.title p span,
    .titleDescriptionLink>h2.title p u,
    .titleDescriptionLink>h2.title span a,
    .titleDescriptionLink>h2.title span b,
    .titleDescriptionLink>h2.title span i,
    .titleDescriptionLink>h2.title span span,
    .titleDescriptionLink>h2.title span u,
    .titleDescriptionLink>h2.title u a,
    .titleDescriptionLink>h2.title u b,
    .titleDescriptionLink>h2.title u i,
    .titleDescriptionLink>h2.title u span,
    .titleDescriptionLink>h2.title u u,
    .titleDescriptionLink>h2.title ul a,
    .titleDescriptionLink>h2.title ul b,
    .titleDescriptionLink>h2.title ul i,
    .titleDescriptionLink>h2.title ul span,
    .titleDescriptionLink>h2.title ul u,
    .titleDescriptionLink>h3.no-quote a a,
    .titleDescriptionLink>h3.no-quote a b,
    .titleDescriptionLink>h3.no-quote a i,
    .titleDescriptionLink>h3.no-quote a span,
    .titleDescriptionLink>h3.no-quote a u,
    .titleDescriptionLink>h3.no-quote b a,
    .titleDescriptionLink>h3.no-quote b b,
    .titleDescriptionLink>h3.no-quote b i,
    .titleDescriptionLink>h3.no-quote b span,
    .titleDescriptionLink>h3.no-quote b u,
    .titleDescriptionLink>h3.no-quote h1 a,
    .titleDescriptionLink>h3.no-quote h1 b,
    .titleDescriptionLink>h3.no-quote h1 i,
    .titleDescriptionLink>h3.no-quote h1 span,
    .titleDescriptionLink>h3.no-quote h1 u,
    .titleDescriptionLink>h3.no-quote h2 a,
    .titleDescriptionLink>h3.no-quote h2 b,
    .titleDescriptionLink>h3.no-quote h2 i,
    .titleDescriptionLink>h3.no-quote h2 span,
    .titleDescriptionLink>h3.no-quote h2 u,
    .titleDescriptionLink>h3.no-quote h3 a,
    .titleDescriptionLink>h3.no-quote h3 b,
    .titleDescriptionLink>h3.no-quote h3 i,
    .titleDescriptionLink>h3.no-quote h3 span,
    .titleDescriptionLink>h3.no-quote h3 u,
    .titleDescriptionLink>h3.no-quote i a,
    .titleDescriptionLink>h3.no-quote i b,
    .titleDescriptionLink>h3.no-quote i i,
    .titleDescriptionLink>h3.no-quote i span,
    .titleDescriptionLink>h3.no-quote i u,
    .titleDescriptionLink>h3.no-quote li a,
    .titleDescriptionLink>h3.no-quote li b,
    .titleDescriptionLink>h3.no-quote li i,
    .titleDescriptionLink>h3.no-quote li span,
    .titleDescriptionLink>h3.no-quote li u,
    .titleDescriptionLink>h3.no-quote ol a,
    .titleDescriptionLink>h3.no-quote ol b,
    .titleDescriptionLink>h3.no-quote ol i,
    .titleDescriptionLink>h3.no-quote ol span,
    .titleDescriptionLink>h3.no-quote ol u,
    .titleDescriptionLink>h3.no-quote p a,
    .titleDescriptionLink>h3.no-quote p b,
    .titleDescriptionLink>h3.no-quote p i,
    .titleDescriptionLink>h3.no-quote p span,
    .titleDescriptionLink>h3.no-quote p u,
    .titleDescriptionLink>h3.no-quote span a,
    .titleDescriptionLink>h3.no-quote span b,
    .titleDescriptionLink>h3.no-quote span i,
    .titleDescriptionLink>h3.no-quote span span,
    .titleDescriptionLink>h3.no-quote span u,
    .titleDescriptionLink>h3.no-quote u a,
    .titleDescriptionLink>h3.no-quote u b,
    .titleDescriptionLink>h3.no-quote u i,
    .titleDescriptionLink>h3.no-quote u span,
    .titleDescriptionLink>h3.no-quote u u,
    .titleDescriptionLink>h3.no-quote ul a,
    .titleDescriptionLink>h3.no-quote ul b,
    .titleDescriptionLink>h3.no-quote ul i,
    .titleDescriptionLink>h3.no-quote ul span,
    .titleDescriptionLink>h3.no-quote ul u,
    .titleDescriptionLink>h3.title a a,
    .titleDescriptionLink>h3.title a b,
    .titleDescriptionLink>h3.title a i,
    .titleDescriptionLink>h3.title a span,
    .titleDescriptionLink>h3.title a u,
    .titleDescriptionLink>h3.title b a,
    .titleDescriptionLink>h3.title b b,
    .titleDescriptionLink>h3.title b i,
    .titleDescriptionLink>h3.title b span,
    .titleDescriptionLink>h3.title b u,
    .titleDescriptionLink>h3.title h1 a,
    .titleDescriptionLink>h3.title h1 b,
    .titleDescriptionLink>h3.title h1 i,
    .titleDescriptionLink>h3.title h1 span,
    .titleDescriptionLink>h3.title h1 u,
    .titleDescriptionLink>h3.title h2 a,
    .titleDescriptionLink>h3.title h2 b,
    .titleDescriptionLink>h3.title h2 i,
    .titleDescriptionLink>h3.title h2 span,
    .titleDescriptionLink>h3.title h2 u,
    .titleDescriptionLink>h3.title h3 a,
    .titleDescriptionLink>h3.title h3 b,
    .titleDescriptionLink>h3.title h3 i,
    .titleDescriptionLink>h3.title h3 span,
    .titleDescriptionLink>h3.title h3 u,
    .titleDescriptionLink>h3.title i a,
    .titleDescriptionLink>h3.title i b,
    .titleDescriptionLink>h3.title i i,
    .titleDescriptionLink>h3.title i span,
    .titleDescriptionLink>h3.title i u,
    .titleDescriptionLink>h3.title li a,
    .titleDescriptionLink>h3.title li b,
    .titleDescriptionLink>h3.title li i,
    .titleDescriptionLink>h3.title li span,
    .titleDescriptionLink>h3.title li u,
    .titleDescriptionLink>h3.title ol a,
    .titleDescriptionLink>h3.title ol b,
    .titleDescriptionLink>h3.title ol i,
    .titleDescriptionLink>h3.title ol span,
    .titleDescriptionLink>h3.title ol u,
    .titleDescriptionLink>h3.title p a,
    .titleDescriptionLink>h3.title p b,
    .titleDescriptionLink>h3.title p i,
    .titleDescriptionLink>h3.title p span,
    .titleDescriptionLink>h3.title p u,
    .titleDescriptionLink>h3.title span a,
    .titleDescriptionLink>h3.title span b,
    .titleDescriptionLink>h3.title span i,
    .titleDescriptionLink>h3.title span span,
    .titleDescriptionLink>h3.title span u,
    .titleDescriptionLink>h3.title u a,
    .titleDescriptionLink>h3.title u b,
    .titleDescriptionLink>h3.title u i,
    .titleDescriptionLink>h3.title u span,
    .titleDescriptionLink>h3.title u u,
    .titleDescriptionLink>h3.title ul a,
    .titleDescriptionLink>h3.title ul b,
    .titleDescriptionLink>h3.title ul i,
    .titleDescriptionLink>h3.title ul span,
    .titleDescriptionLink>h3.title ul u,
    .titleDescriptionLink>h4.no-quote a a,
    .titleDescriptionLink>h4.no-quote a b,
    .titleDescriptionLink>h4.no-quote a i,
    .titleDescriptionLink>h4.no-quote a span,
    .titleDescriptionLink>h4.no-quote a u,
    .titleDescriptionLink>h4.no-quote b a,
    .titleDescriptionLink>h4.no-quote b b,
    .titleDescriptionLink>h4.no-quote b i,
    .titleDescriptionLink>h4.no-quote b span,
    .titleDescriptionLink>h4.no-quote b u,
    .titleDescriptionLink>h4.no-quote h1 a,
    .titleDescriptionLink>h4.no-quote h1 b,
    .titleDescriptionLink>h4.no-quote h1 i,
    .titleDescriptionLink>h4.no-quote h1 span,
    .titleDescriptionLink>h4.no-quote h1 u,
    .titleDescriptionLink>h4.no-quote h2 a,
    .titleDescriptionLink>h4.no-quote h2 b,
    .titleDescriptionLink>h4.no-quote h2 i,
    .titleDescriptionLink>h4.no-quote h2 span,
    .titleDescriptionLink>h4.no-quote h2 u,
    .titleDescriptionLink>h4.no-quote h3 a,
    .titleDescriptionLink>h4.no-quote h3 b,
    .titleDescriptionLink>h4.no-quote h3 i,
    .titleDescriptionLink>h4.no-quote h3 span,
    .titleDescriptionLink>h4.no-quote h3 u,
    .titleDescriptionLink>h4.no-quote i a,
    .titleDescriptionLink>h4.no-quote i b,
    .titleDescriptionLink>h4.no-quote i i,
    .titleDescriptionLink>h4.no-quote i span,
    .titleDescriptionLink>h4.no-quote i u,
    .titleDescriptionLink>h4.no-quote li a,
    .titleDescriptionLink>h4.no-quote li b,
    .titleDescriptionLink>h4.no-quote li i,
    .titleDescriptionLink>h4.no-quote li span,
    .titleDescriptionLink>h4.no-quote li u,
    .titleDescriptionLink>h4.no-quote ol a,
    .titleDescriptionLink>h4.no-quote ol b,
    .titleDescriptionLink>h4.no-quote ol i,
    .titleDescriptionLink>h4.no-quote ol span,
    .titleDescriptionLink>h4.no-quote ol u,
    .titleDescriptionLink>h4.no-quote p a,
    .titleDescriptionLink>h4.no-quote p b,
    .titleDescriptionLink>h4.no-quote p i,
    .titleDescriptionLink>h4.no-quote p span,
    .titleDescriptionLink>h4.no-quote p u,
    .titleDescriptionLink>h4.no-quote span a,
    .titleDescriptionLink>h4.no-quote span b,
    .titleDescriptionLink>h4.no-quote span i,
    .titleDescriptionLink>h4.no-quote span span,
    .titleDescriptionLink>h4.no-quote span u,
    .titleDescriptionLink>h4.no-quote u a,
    .titleDescriptionLink>h4.no-quote u b,
    .titleDescriptionLink>h4.no-quote u i,
    .titleDescriptionLink>h4.no-quote u span,
    .titleDescriptionLink>h4.no-quote u u,
    .titleDescriptionLink>h4.no-quote ul a,
    .titleDescriptionLink>h4.no-quote ul b,
    .titleDescriptionLink>h4.no-quote ul i,
    .titleDescriptionLink>h4.no-quote ul span,
    .titleDescriptionLink>h4.no-quote ul u,
    .titleDescriptionLink>h4.title a a,
    .titleDescriptionLink>h4.title a b,
    .titleDescriptionLink>h4.title a i,
    .titleDescriptionLink>h4.title a span,
    .titleDescriptionLink>h4.title a u,
    .titleDescriptionLink>h4.title b a,
    .titleDescriptionLink>h4.title b b,
    .titleDescriptionLink>h4.title b i,
    .titleDescriptionLink>h4.title b span,
    .titleDescriptionLink>h4.title b u,
    .titleDescriptionLink>h4.title h1 a,
    .titleDescriptionLink>h4.title h1 b,
    .titleDescriptionLink>h4.title h1 i,
    .titleDescriptionLink>h4.title h1 span,
    .titleDescriptionLink>h4.title h1 u,
    .titleDescriptionLink>h4.title h2 a,
    .titleDescriptionLink>h4.title h2 b,
    .titleDescriptionLink>h4.title h2 i,
    .titleDescriptionLink>h4.title h2 span,
    .titleDescriptionLink>h4.title h2 u,
    .titleDescriptionLink>h4.title h3 a,
    .titleDescriptionLink>h4.title h3 b,
    .titleDescriptionLink>h4.title h3 i,
    .titleDescriptionLink>h4.title h3 span,
    .titleDescriptionLink>h4.title h3 u,
    .titleDescriptionLink>h4.title i a,
    .titleDescriptionLink>h4.title i b,
    .titleDescriptionLink>h4.title i i,
    .titleDescriptionLink>h4.title i span,
    .titleDescriptionLink>h4.title i u,
    .titleDescriptionLink>h4.title li a,
    .titleDescriptionLink>h4.title li b,
    .titleDescriptionLink>h4.title li i,
    .titleDescriptionLink>h4.title li span,
    .titleDescriptionLink>h4.title li u,
    .titleDescriptionLink>h4.title ol a,
    .titleDescriptionLink>h4.title ol b,
    .titleDescriptionLink>h4.title ol i,
    .titleDescriptionLink>h4.title ol span,
    .titleDescriptionLink>h4.title ol u,
    .titleDescriptionLink>h4.title p a,
    .titleDescriptionLink>h4.title p b,
    .titleDescriptionLink>h4.title p i,
    .titleDescriptionLink>h4.title p span,
    .titleDescriptionLink>h4.title p u,
    .titleDescriptionLink>h4.title span a,
    .titleDescriptionLink>h4.title span b,
    .titleDescriptionLink>h4.title span i,
    .titleDescriptionLink>h4.title span span,
    .titleDescriptionLink>h4.title span u,
    .titleDescriptionLink>h4.title u a,
    .titleDescriptionLink>h4.title u b,
    .titleDescriptionLink>h4.title u i,
    .titleDescriptionLink>h4.title u span,
    .titleDescriptionLink>h4.title u u,
    .titleDescriptionLink>h4.title ul a,
    .titleDescriptionLink>h4.title ul b,
    .titleDescriptionLink>h4.title ul i,
    .titleDescriptionLink>h4.title ul span,
    .titleDescriptionLink>h4.title ul u,
    .titleDescriptionLink>h5.no-quote a a,
    .titleDescriptionLink>h5.no-quote a b,
    .titleDescriptionLink>h5.no-quote a i,
    .titleDescriptionLink>h5.no-quote a span,
    .titleDescriptionLink>h5.no-quote a u,
    .titleDescriptionLink>h5.no-quote b a,
    .titleDescriptionLink>h5.no-quote b b,
    .titleDescriptionLink>h5.no-quote b i,
    .titleDescriptionLink>h5.no-quote b span,
    .titleDescriptionLink>h5.no-quote b u,
    .titleDescriptionLink>h5.no-quote h1 a,
    .titleDescriptionLink>h5.no-quote h1 b,
    .titleDescriptionLink>h5.no-quote h1 i,
    .titleDescriptionLink>h5.no-quote h1 span,
    .titleDescriptionLink>h5.no-quote h1 u,
    .titleDescriptionLink>h5.no-quote h2 a,
    .titleDescriptionLink>h5.no-quote h2 b,
    .titleDescriptionLink>h5.no-quote h2 i,
    .titleDescriptionLink>h5.no-quote h2 span,
    .titleDescriptionLink>h5.no-quote h2 u,
    .titleDescriptionLink>h5.no-quote h3 a,
    .titleDescriptionLink>h5.no-quote h3 b,
    .titleDescriptionLink>h5.no-quote h3 i,
    .titleDescriptionLink>h5.no-quote h3 span,
    .titleDescriptionLink>h5.no-quote h3 u,
    .titleDescriptionLink>h5.no-quote i a,
    .titleDescriptionLink>h5.no-quote i b,
    .titleDescriptionLink>h5.no-quote i i,
    .titleDescriptionLink>h5.no-quote i span,
    .titleDescriptionLink>h5.no-quote i u,
    .titleDescriptionLink>h5.no-quote li a,
    .titleDescriptionLink>h5.no-quote li b,
    .titleDescriptionLink>h5.no-quote li i,
    .titleDescriptionLink>h5.no-quote li span,
    .titleDescriptionLink>h5.no-quote li u,
    .titleDescriptionLink>h5.no-quote ol a,
    .titleDescriptionLink>h5.no-quote ol b,
    .titleDescriptionLink>h5.no-quote ol i,
    .titleDescriptionLink>h5.no-quote ol span,
    .titleDescriptionLink>h5.no-quote ol u,
    .titleDescriptionLink>h5.no-quote p a,
    .titleDescriptionLink>h5.no-quote p b,
    .titleDescriptionLink>h5.no-quote p i,
    .titleDescriptionLink>h5.no-quote p span,
    .titleDescriptionLink>h5.no-quote p u,
    .titleDescriptionLink>h5.no-quote span a,
    .titleDescriptionLink>h5.no-quote span b,
    .titleDescriptionLink>h5.no-quote span i,
    .titleDescriptionLink>h5.no-quote span span,
    .titleDescriptionLink>h5.no-quote span u,
    .titleDescriptionLink>h5.no-quote u a,
    .titleDescriptionLink>h5.no-quote u b,
    .titleDescriptionLink>h5.no-quote u i,
    .titleDescriptionLink>h5.no-quote u span,
    .titleDescriptionLink>h5.no-quote u u,
    .titleDescriptionLink>h5.no-quote ul a,
    .titleDescriptionLink>h5.no-quote ul b,
    .titleDescriptionLink>h5.no-quote ul i,
    .titleDescriptionLink>h5.no-quote ul span,
    .titleDescriptionLink>h5.no-quote ul u,
    .titleDescriptionLink>h5.title a a,
    .titleDescriptionLink>h5.title a b,
    .titleDescriptionLink>h5.title a i,
    .titleDescriptionLink>h5.title a span,
    .titleDescriptionLink>h5.title a u,
    .titleDescriptionLink>h5.title b a,
    .titleDescriptionLink>h5.title b b,
    .titleDescriptionLink>h5.title b i,
    .titleDescriptionLink>h5.title b span,
    .titleDescriptionLink>h5.title b u,
    .titleDescriptionLink>h5.title h1 a,
    .titleDescriptionLink>h5.title h1 b,
    .titleDescriptionLink>h5.title h1 i,
    .titleDescriptionLink>h5.title h1 span,
    .titleDescriptionLink>h5.title h1 u,
    .titleDescriptionLink>h5.title h2 a,
    .titleDescriptionLink>h5.title h2 b,
    .titleDescriptionLink>h5.title h2 i,
    .titleDescriptionLink>h5.title h2 span,
    .titleDescriptionLink>h5.title h2 u,
    .titleDescriptionLink>h5.title h3 a,
    .titleDescriptionLink>h5.title h3 b,
    .titleDescriptionLink>h5.title h3 i,
    .titleDescriptionLink>h5.title h3 span,
    .titleDescriptionLink>h5.title h3 u,
    .titleDescriptionLink>h5.title i a,
    .titleDescriptionLink>h5.title i b,
    .titleDescriptionLink>h5.title i i,
    .titleDescriptionLink>h5.title i span,
    .titleDescriptionLink>h5.title i u,
    .titleDescriptionLink>h5.title li a,
    .titleDescriptionLink>h5.title li b,
    .titleDescriptionLink>h5.title li i,
    .titleDescriptionLink>h5.title li span,
    .titleDescriptionLink>h5.title li u,
    .titleDescriptionLink>h5.title ol a,
    .titleDescriptionLink>h5.title ol b,
    .titleDescriptionLink>h5.title ol i,
    .titleDescriptionLink>h5.title ol span,
    .titleDescriptionLink>h5.title ol u,
    .titleDescriptionLink>h5.title p a,
    .titleDescriptionLink>h5.title p b,
    .titleDescriptionLink>h5.title p i,
    .titleDescriptionLink>h5.title p span,
    .titleDescriptionLink>h5.title p u,
    .titleDescriptionLink>h5.title span a,
    .titleDescriptionLink>h5.title span b,
    .titleDescriptionLink>h5.title span i,
    .titleDescriptionLink>h5.title span span,
    .titleDescriptionLink>h5.title span u,
    .titleDescriptionLink>h5.title u a,
    .titleDescriptionLink>h5.title u b,
    .titleDescriptionLink>h5.title u i,
    .titleDescriptionLink>h5.title u span,
    .titleDescriptionLink>h5.title u u,
    .titleDescriptionLink>h5.title ul a,
    .titleDescriptionLink>h5.title ul b,
    .titleDescriptionLink>h5.title ul i,
    .titleDescriptionLink>h5.title ul span,
    .titleDescriptionLink>h5.title ul u,
    .titleDescriptionLink>h6.no-quote a a,
    .titleDescriptionLink>h6.no-quote a b,
    .titleDescriptionLink>h6.no-quote a i,
    .titleDescriptionLink>h6.no-quote a span,
    .titleDescriptionLink>h6.no-quote a u,
    .titleDescriptionLink>h6.no-quote b a,
    .titleDescriptionLink>h6.no-quote b b,
    .titleDescriptionLink>h6.no-quote b i,
    .titleDescriptionLink>h6.no-quote b span,
    .titleDescriptionLink>h6.no-quote b u,
    .titleDescriptionLink>h6.no-quote h1 a,
    .titleDescriptionLink>h6.no-quote h1 b,
    .titleDescriptionLink>h6.no-quote h1 i,
    .titleDescriptionLink>h6.no-quote h1 span,
    .titleDescriptionLink>h6.no-quote h1 u,
    .titleDescriptionLink>h6.no-quote h2 a,
    .titleDescriptionLink>h6.no-quote h2 b,
    .titleDescriptionLink>h6.no-quote h2 i,
    .titleDescriptionLink>h6.no-quote h2 span,
    .titleDescriptionLink>h6.no-quote h2 u,
    .titleDescriptionLink>h6.no-quote h3 a,
    .titleDescriptionLink>h6.no-quote h3 b,
    .titleDescriptionLink>h6.no-quote h3 i,
    .titleDescriptionLink>h6.no-quote h3 span,
    .titleDescriptionLink>h6.no-quote h3 u,
    .titleDescriptionLink>h6.no-quote i a,
    .titleDescriptionLink>h6.no-quote i b,
    .titleDescriptionLink>h6.no-quote i i,
    .titleDescriptionLink>h6.no-quote i span,
    .titleDescriptionLink>h6.no-quote i u,
    .titleDescriptionLink>h6.no-quote li a,
    .titleDescriptionLink>h6.no-quote li b,
    .titleDescriptionLink>h6.no-quote li i,
    .titleDescriptionLink>h6.no-quote li span,
    .titleDescriptionLink>h6.no-quote li u,
    .titleDescriptionLink>h6.no-quote ol a,
    .titleDescriptionLink>h6.no-quote ol b,
    .titleDescriptionLink>h6.no-quote ol i,
    .titleDescriptionLink>h6.no-quote ol span,
    .titleDescriptionLink>h6.no-quote ol u,
    .titleDescriptionLink>h6.no-quote p a,
    .titleDescriptionLink>h6.no-quote p b,
    .titleDescriptionLink>h6.no-quote p i,
    .titleDescriptionLink>h6.no-quote p span,
    .titleDescriptionLink>h6.no-quote p u,
    .titleDescriptionLink>h6.no-quote span a,
    .titleDescriptionLink>h6.no-quote span b,
    .titleDescriptionLink>h6.no-quote span i,
    .titleDescriptionLink>h6.no-quote span span,
    .titleDescriptionLink>h6.no-quote span u,
    .titleDescriptionLink>h6.no-quote u a,
    .titleDescriptionLink>h6.no-quote u b,
    .titleDescriptionLink>h6.no-quote u i,
    .titleDescriptionLink>h6.no-quote u span,
    .titleDescriptionLink>h6.no-quote u u,
    .titleDescriptionLink>h6.no-quote ul a,
    .titleDescriptionLink>h6.no-quote ul b,
    .titleDescriptionLink>h6.no-quote ul i,
    .titleDescriptionLink>h6.no-quote ul span,
    .titleDescriptionLink>h6.no-quote ul u,
    .titleDescriptionLink>h6.title a a,
    .titleDescriptionLink>h6.title a b,
    .titleDescriptionLink>h6.title a i,
    .titleDescriptionLink>h6.title a span,
    .titleDescriptionLink>h6.title a u,
    .titleDescriptionLink>h6.title b a,
    .titleDescriptionLink>h6.title b b,
    .titleDescriptionLink>h6.title b i,
    .titleDescriptionLink>h6.title b span,
    .titleDescriptionLink>h6.title b u,
    .titleDescriptionLink>h6.title h1 a,
    .titleDescriptionLink>h6.title h1 b,
    .titleDescriptionLink>h6.title h1 i,
    .titleDescriptionLink>h6.title h1 span,
    .titleDescriptionLink>h6.title h1 u,
    .titleDescriptionLink>h6.title h2 a,
    .titleDescriptionLink>h6.title h2 b,
    .titleDescriptionLink>h6.title h2 i,
    .titleDescriptionLink>h6.title h2 span,
    .titleDescriptionLink>h6.title h2 u,
    .titleDescriptionLink>h6.title h3 a,
    .titleDescriptionLink>h6.title h3 b,
    .titleDescriptionLink>h6.title h3 i,
    .titleDescriptionLink>h6.title h3 span,
    .titleDescriptionLink>h6.title h3 u,
    .titleDescriptionLink>h6.title i a,
    .titleDescriptionLink>h6.title i b,
    .titleDescriptionLink>h6.title i i,
    .titleDescriptionLink>h6.title i span,
    .titleDescriptionLink>h6.title i u,
    .titleDescriptionLink>h6.title li a,
    .titleDescriptionLink>h6.title li b,
    .titleDescriptionLink>h6.title li i,
    .titleDescriptionLink>h6.title li span,
    .titleDescriptionLink>h6.title li u,
    .titleDescriptionLink>h6.title ol a,
    .titleDescriptionLink>h6.title ol b,
    .titleDescriptionLink>h6.title ol i,
    .titleDescriptionLink>h6.title ol span,
    .titleDescriptionLink>h6.title ol u,
    .titleDescriptionLink>h6.title p a,
    .titleDescriptionLink>h6.title p b,
    .titleDescriptionLink>h6.title p i,
    .titleDescriptionLink>h6.title p span,
    .titleDescriptionLink>h6.title p u,
    .titleDescriptionLink>h6.title span a,
    .titleDescriptionLink>h6.title span b,
    .titleDescriptionLink>h6.title span i,
    .titleDescriptionLink>h6.title span span,
    .titleDescriptionLink>h6.title span u,
    .titleDescriptionLink>h6.title u a,
    .titleDescriptionLink>h6.title u b,
    .titleDescriptionLink>h6.title u i,
    .titleDescriptionLink>h6.title u span,
    .titleDescriptionLink>h6.title u u,
    .titleDescriptionLink>h6.title ul a,
    .titleDescriptionLink>h6.title ul b,
    .titleDescriptionLink>h6.title ul i,
    .titleDescriptionLink>h6.title ul span,
    .titleDescriptionLink>h6.title ul u,
    .titleDescriptionLink>i.no-quote a a,
    .titleDescriptionLink>i.no-quote a b,
    .titleDescriptionLink>i.no-quote a i,
    .titleDescriptionLink>i.no-quote a span,
    .titleDescriptionLink>i.no-quote a u,
    .titleDescriptionLink>i.no-quote b a,
    .titleDescriptionLink>i.no-quote b b,
    .titleDescriptionLink>i.no-quote b i,
    .titleDescriptionLink>i.no-quote b span,
    .titleDescriptionLink>i.no-quote b u,
    .titleDescriptionLink>i.no-quote h1 a,
    .titleDescriptionLink>i.no-quote h1 b,
    .titleDescriptionLink>i.no-quote h1 i,
    .titleDescriptionLink>i.no-quote h1 span,
    .titleDescriptionLink>i.no-quote h1 u,
    .titleDescriptionLink>i.no-quote h2 a,
    .titleDescriptionLink>i.no-quote h2 b,
    .titleDescriptionLink>i.no-quote h2 i,
    .titleDescriptionLink>i.no-quote h2 span,
    .titleDescriptionLink>i.no-quote h2 u,
    .titleDescriptionLink>i.no-quote h3 a,
    .titleDescriptionLink>i.no-quote h3 b,
    .titleDescriptionLink>i.no-quote h3 i,
    .titleDescriptionLink>i.no-quote h3 span,
    .titleDescriptionLink>i.no-quote h3 u,
    .titleDescriptionLink>i.no-quote i a,
    .titleDescriptionLink>i.no-quote i b,
    .titleDescriptionLink>i.no-quote i i,
    .titleDescriptionLink>i.no-quote i span,
    .titleDescriptionLink>i.no-quote i u,
    .titleDescriptionLink>i.no-quote li a,
    .titleDescriptionLink>i.no-quote li b,
    .titleDescriptionLink>i.no-quote li i,
    .titleDescriptionLink>i.no-quote li span,
    .titleDescriptionLink>i.no-quote li u,
    .titleDescriptionLink>i.no-quote ol a,
    .titleDescriptionLink>i.no-quote ol b,
    .titleDescriptionLink>i.no-quote ol i,
    .titleDescriptionLink>i.no-quote ol span,
    .titleDescriptionLink>i.no-quote ol u,
    .titleDescriptionLink>i.no-quote p a,
    .titleDescriptionLink>i.no-quote p b,
    .titleDescriptionLink>i.no-quote p i,
    .titleDescriptionLink>i.no-quote p span,
    .titleDescriptionLink>i.no-quote p u,
    .titleDescriptionLink>i.no-quote span a,
    .titleDescriptionLink>i.no-quote span b,
    .titleDescriptionLink>i.no-quote span i,
    .titleDescriptionLink>i.no-quote span span,
    .titleDescriptionLink>i.no-quote span u,
    .titleDescriptionLink>i.no-quote u a,
    .titleDescriptionLink>i.no-quote u b,
    .titleDescriptionLink>i.no-quote u i,
    .titleDescriptionLink>i.no-quote u span,
    .titleDescriptionLink>i.no-quote u u,
    .titleDescriptionLink>i.no-quote ul a,
    .titleDescriptionLink>i.no-quote ul b,
    .titleDescriptionLink>i.no-quote ul i,
    .titleDescriptionLink>i.no-quote ul span,
    .titleDescriptionLink>i.no-quote ul u,
    .titleDescriptionLink>i.title a a,
    .titleDescriptionLink>i.title a b,
    .titleDescriptionLink>i.title a i,
    .titleDescriptionLink>i.title a span,
    .titleDescriptionLink>i.title a u,
    .titleDescriptionLink>i.title b a,
    .titleDescriptionLink>i.title b b,
    .titleDescriptionLink>i.title b i,
    .titleDescriptionLink>i.title b span,
    .titleDescriptionLink>i.title b u,
    .titleDescriptionLink>i.title h1 a,
    .titleDescriptionLink>i.title h1 b,
    .titleDescriptionLink>i.title h1 i,
    .titleDescriptionLink>i.title h1 span,
    .titleDescriptionLink>i.title h1 u,
    .titleDescriptionLink>i.title h2 a,
    .titleDescriptionLink>i.title h2 b,
    .titleDescriptionLink>i.title h2 i,
    .titleDescriptionLink>i.title h2 span,
    .titleDescriptionLink>i.title h2 u,
    .titleDescriptionLink>i.title h3 a,
    .titleDescriptionLink>i.title h3 b,
    .titleDescriptionLink>i.title h3 i,
    .titleDescriptionLink>i.title h3 span,
    .titleDescriptionLink>i.title h3 u,
    .titleDescriptionLink>i.title i a,
    .titleDescriptionLink>i.title i b,
    .titleDescriptionLink>i.title i i,
    .titleDescriptionLink>i.title i span,
    .titleDescriptionLink>i.title i u,
    .titleDescriptionLink>i.title li a,
    .titleDescriptionLink>i.title li b,
    .titleDescriptionLink>i.title li i,
    .titleDescriptionLink>i.title li span,
    .titleDescriptionLink>i.title li u,
    .titleDescriptionLink>i.title ol a,
    .titleDescriptionLink>i.title ol b,
    .titleDescriptionLink>i.title ol i,
    .titleDescriptionLink>i.title ol span,
    .titleDescriptionLink>i.title ol u,
    .titleDescriptionLink>i.title p a,
    .titleDescriptionLink>i.title p b,
    .titleDescriptionLink>i.title p i,
    .titleDescriptionLink>i.title p span,
    .titleDescriptionLink>i.title p u,
    .titleDescriptionLink>i.title span a,
    .titleDescriptionLink>i.title span b,
    .titleDescriptionLink>i.title span i,
    .titleDescriptionLink>i.title span span,
    .titleDescriptionLink>i.title span u,
    .titleDescriptionLink>i.title u a,
    .titleDescriptionLink>i.title u b,
    .titleDescriptionLink>i.title u i,
    .titleDescriptionLink>i.title u span,
    .titleDescriptionLink>i.title u u,
    .titleDescriptionLink>i.title ul a,
    .titleDescriptionLink>i.title ul b,
    .titleDescriptionLink>i.title ul i,
    .titleDescriptionLink>i.title ul span,
    .titleDescriptionLink>i.title ul u,
    .titleDescriptionLink>li.no-quote a a,
    .titleDescriptionLink>li.no-quote a b,
    .titleDescriptionLink>li.no-quote a i,
    .titleDescriptionLink>li.no-quote a span,
    .titleDescriptionLink>li.no-quote a u,
    .titleDescriptionLink>li.no-quote b a,
    .titleDescriptionLink>li.no-quote b b,
    .titleDescriptionLink>li.no-quote b i,
    .titleDescriptionLink>li.no-quote b span,
    .titleDescriptionLink>li.no-quote b u,
    .titleDescriptionLink>li.no-quote h1 a,
    .titleDescriptionLink>li.no-quote h1 b,
    .titleDescriptionLink>li.no-quote h1 i,
    .titleDescriptionLink>li.no-quote h1 span,
    .titleDescriptionLink>li.no-quote h1 u,
    .titleDescriptionLink>li.no-quote h2 a,
    .titleDescriptionLink>li.no-quote h2 b,
    .titleDescriptionLink>li.no-quote h2 i,
    .titleDescriptionLink>li.no-quote h2 span,
    .titleDescriptionLink>li.no-quote h2 u,
    .titleDescriptionLink>li.no-quote h3 a,
    .titleDescriptionLink>li.no-quote h3 b,
    .titleDescriptionLink>li.no-quote h3 i,
    .titleDescriptionLink>li.no-quote h3 span,
    .titleDescriptionLink>li.no-quote h3 u,
    .titleDescriptionLink>li.no-quote i a,
    .titleDescriptionLink>li.no-quote i b,
    .titleDescriptionLink>li.no-quote i i,
    .titleDescriptionLink>li.no-quote i span,
    .titleDescriptionLink>li.no-quote i u,
    .titleDescriptionLink>li.no-quote li a,
    .titleDescriptionLink>li.no-quote li b,
    .titleDescriptionLink>li.no-quote li i,
    .titleDescriptionLink>li.no-quote li span,
    .titleDescriptionLink>li.no-quote li u,
    .titleDescriptionLink>li.no-quote ol a,
    .titleDescriptionLink>li.no-quote ol b,
    .titleDescriptionLink>li.no-quote ol i,
    .titleDescriptionLink>li.no-quote ol span,
    .titleDescriptionLink>li.no-quote ol u,
    .titleDescriptionLink>li.no-quote p a,
    .titleDescriptionLink>li.no-quote p b,
    .titleDescriptionLink>li.no-quote p i,
    .titleDescriptionLink>li.no-quote p span,
    .titleDescriptionLink>li.no-quote p u,
    .titleDescriptionLink>li.no-quote span a,
    .titleDescriptionLink>li.no-quote span b,
    .titleDescriptionLink>li.no-quote span i,
    .titleDescriptionLink>li.no-quote span span,
    .titleDescriptionLink>li.no-quote span u,
    .titleDescriptionLink>li.no-quote u a,
    .titleDescriptionLink>li.no-quote u b,
    .titleDescriptionLink>li.no-quote u i,
    .titleDescriptionLink>li.no-quote u span,
    .titleDescriptionLink>li.no-quote u u,
    .titleDescriptionLink>li.no-quote ul a,
    .titleDescriptionLink>li.no-quote ul b,
    .titleDescriptionLink>li.no-quote ul i,
    .titleDescriptionLink>li.no-quote ul span,
    .titleDescriptionLink>li.no-quote ul u,
    .titleDescriptionLink>li.title a a,
    .titleDescriptionLink>li.title a b,
    .titleDescriptionLink>li.title a i,
    .titleDescriptionLink>li.title a span,
    .titleDescriptionLink>li.title a u,
    .titleDescriptionLink>li.title b a,
    .titleDescriptionLink>li.title b b,
    .titleDescriptionLink>li.title b i,
    .titleDescriptionLink>li.title b span,
    .titleDescriptionLink>li.title b u,
    .titleDescriptionLink>li.title h1 a,
    .titleDescriptionLink>li.title h1 b,
    .titleDescriptionLink>li.title h1 i,
    .titleDescriptionLink>li.title h1 span,
    .titleDescriptionLink>li.title h1 u,
    .titleDescriptionLink>li.title h2 a,
    .titleDescriptionLink>li.title h2 b,
    .titleDescriptionLink>li.title h2 i,
    .titleDescriptionLink>li.title h2 span,
    .titleDescriptionLink>li.title h2 u,
    .titleDescriptionLink>li.title h3 a,
    .titleDescriptionLink>li.title h3 b,
    .titleDescriptionLink>li.title h3 i,
    .titleDescriptionLink>li.title h3 span,
    .titleDescriptionLink>li.title h3 u,
    .titleDescriptionLink>li.title i a,
    .titleDescriptionLink>li.title i b,
    .titleDescriptionLink>li.title i i,
    .titleDescriptionLink>li.title i span,
    .titleDescriptionLink>li.title i u,
    .titleDescriptionLink>li.title li a,
    .titleDescriptionLink>li.title li b,
    .titleDescriptionLink>li.title li i,
    .titleDescriptionLink>li.title li span,
    .titleDescriptionLink>li.title li u,
    .titleDescriptionLink>li.title ol a,
    .titleDescriptionLink>li.title ol b,
    .titleDescriptionLink>li.title ol i,
    .titleDescriptionLink>li.title ol span,
    .titleDescriptionLink>li.title ol u,
    .titleDescriptionLink>li.title p a,
    .titleDescriptionLink>li.title p b,
    .titleDescriptionLink>li.title p i,
    .titleDescriptionLink>li.title p span,
    .titleDescriptionLink>li.title p u,
    .titleDescriptionLink>li.title span a,
    .titleDescriptionLink>li.title span b,
    .titleDescriptionLink>li.title span i,
    .titleDescriptionLink>li.title span span,
    .titleDescriptionLink>li.title span u,
    .titleDescriptionLink>li.title u a,
    .titleDescriptionLink>li.title u b,
    .titleDescriptionLink>li.title u i,
    .titleDescriptionLink>li.title u span,
    .titleDescriptionLink>li.title u u,
    .titleDescriptionLink>li.title ul a,
    .titleDescriptionLink>li.title ul b,
    .titleDescriptionLink>li.title ul i,
    .titleDescriptionLink>li.title ul span,
    .titleDescriptionLink>li.title ul u,
    .titleDescriptionLink>ol.no-quote a a,
    .titleDescriptionLink>ol.no-quote a b,
    .titleDescriptionLink>ol.no-quote a i,
    .titleDescriptionLink>ol.no-quote a span,
    .titleDescriptionLink>ol.no-quote a u,
    .titleDescriptionLink>ol.no-quote b a,
    .titleDescriptionLink>ol.no-quote b b,
    .titleDescriptionLink>ol.no-quote b i,
    .titleDescriptionLink>ol.no-quote b span,
    .titleDescriptionLink>ol.no-quote b u,
    .titleDescriptionLink>ol.no-quote h1 a,
    .titleDescriptionLink>ol.no-quote h1 b,
    .titleDescriptionLink>ol.no-quote h1 i,
    .titleDescriptionLink>ol.no-quote h1 span,
    .titleDescriptionLink>ol.no-quote h1 u,
    .titleDescriptionLink>ol.no-quote h2 a,
    .titleDescriptionLink>ol.no-quote h2 b,
    .titleDescriptionLink>ol.no-quote h2 i,
    .titleDescriptionLink>ol.no-quote h2 span,
    .titleDescriptionLink>ol.no-quote h2 u,
    .titleDescriptionLink>ol.no-quote h3 a,
    .titleDescriptionLink>ol.no-quote h3 b,
    .titleDescriptionLink>ol.no-quote h3 i,
    .titleDescriptionLink>ol.no-quote h3 span,
    .titleDescriptionLink>ol.no-quote h3 u,
    .titleDescriptionLink>ol.no-quote i a,
    .titleDescriptionLink>ol.no-quote i b,
    .titleDescriptionLink>ol.no-quote i i,
    .titleDescriptionLink>ol.no-quote i span,
    .titleDescriptionLink>ol.no-quote i u,
    .titleDescriptionLink>ol.no-quote li a,
    .titleDescriptionLink>ol.no-quote li b,
    .titleDescriptionLink>ol.no-quote li i,
    .titleDescriptionLink>ol.no-quote li span,
    .titleDescriptionLink>ol.no-quote li u,
    .titleDescriptionLink>ol.no-quote ol a,
    .titleDescriptionLink>ol.no-quote ol b,
    .titleDescriptionLink>ol.no-quote ol i,
    .titleDescriptionLink>ol.no-quote ol span,
    .titleDescriptionLink>ol.no-quote ol u,
    .titleDescriptionLink>ol.no-quote p a,
    .titleDescriptionLink>ol.no-quote p b,
    .titleDescriptionLink>ol.no-quote p i,
    .titleDescriptionLink>ol.no-quote p span,
    .titleDescriptionLink>ol.no-quote p u,
    .titleDescriptionLink>ol.no-quote span a,
    .titleDescriptionLink>ol.no-quote span b,
    .titleDescriptionLink>ol.no-quote span i,
    .titleDescriptionLink>ol.no-quote span span,
    .titleDescriptionLink>ol.no-quote span u,
    .titleDescriptionLink>ol.no-quote u a,
    .titleDescriptionLink>ol.no-quote u b,
    .titleDescriptionLink>ol.no-quote u i,
    .titleDescriptionLink>ol.no-quote u span,
    .titleDescriptionLink>ol.no-quote u u,
    .titleDescriptionLink>ol.no-quote ul a,
    .titleDescriptionLink>ol.no-quote ul b,
    .titleDescriptionLink>ol.no-quote ul i,
    .titleDescriptionLink>ol.no-quote ul span,
    .titleDescriptionLink>ol.no-quote ul u,
    .titleDescriptionLink>ol.title a a,
    .titleDescriptionLink>ol.title a b,
    .titleDescriptionLink>ol.title a i,
    .titleDescriptionLink>ol.title a span,
    .titleDescriptionLink>ol.title a u,
    .titleDescriptionLink>ol.title b a,
    .titleDescriptionLink>ol.title b b,
    .titleDescriptionLink>ol.title b i,
    .titleDescriptionLink>ol.title b span,
    .titleDescriptionLink>ol.title b u,
    .titleDescriptionLink>ol.title h1 a,
    .titleDescriptionLink>ol.title h1 b,
    .titleDescriptionLink>ol.title h1 i,
    .titleDescriptionLink>ol.title h1 span,
    .titleDescriptionLink>ol.title h1 u,
    .titleDescriptionLink>ol.title h2 a,
    .titleDescriptionLink>ol.title h2 b,
    .titleDescriptionLink>ol.title h2 i,
    .titleDescriptionLink>ol.title h2 span,
    .titleDescriptionLink>ol.title h2 u,
    .titleDescriptionLink>ol.title h3 a,
    .titleDescriptionLink>ol.title h3 b,
    .titleDescriptionLink>ol.title h3 i,
    .titleDescriptionLink>ol.title h3 span,
    .titleDescriptionLink>ol.title h3 u,
    .titleDescriptionLink>ol.title i a,
    .titleDescriptionLink>ol.title i b,
    .titleDescriptionLink>ol.title i i,
    .titleDescriptionLink>ol.title i span,
    .titleDescriptionLink>ol.title i u,
    .titleDescriptionLink>ol.title li a,
    .titleDescriptionLink>ol.title li b,
    .titleDescriptionLink>ol.title li i,
    .titleDescriptionLink>ol.title li span,
    .titleDescriptionLink>ol.title li u,
    .titleDescriptionLink>ol.title ol a,
    .titleDescriptionLink>ol.title ol b,
    .titleDescriptionLink>ol.title ol i,
    .titleDescriptionLink>ol.title ol span,
    .titleDescriptionLink>ol.title ol u,
    .titleDescriptionLink>ol.title p a,
    .titleDescriptionLink>ol.title p b,
    .titleDescriptionLink>ol.title p i,
    .titleDescriptionLink>ol.title p span,
    .titleDescriptionLink>ol.title p u,
    .titleDescriptionLink>ol.title span a,
    .titleDescriptionLink>ol.title span b,
    .titleDescriptionLink>ol.title span i,
    .titleDescriptionLink>ol.title span span,
    .titleDescriptionLink>ol.title span u,
    .titleDescriptionLink>ol.title u a,
    .titleDescriptionLink>ol.title u b,
    .titleDescriptionLink>ol.title u i,
    .titleDescriptionLink>ol.title u span,
    .titleDescriptionLink>ol.title u u,
    .titleDescriptionLink>ol.title ul a,
    .titleDescriptionLink>ol.title ul b,
    .titleDescriptionLink>ol.title ul i,
    .titleDescriptionLink>ol.title ul span,
    .titleDescriptionLink>ol.title ul u,
    .titleDescriptionLink>p.no-quote a a,
    .titleDescriptionLink>p.no-quote a b,
    .titleDescriptionLink>p.no-quote a i,
    .titleDescriptionLink>p.no-quote a span,
    .titleDescriptionLink>p.no-quote a u,
    .titleDescriptionLink>p.no-quote b a,
    .titleDescriptionLink>p.no-quote b b,
    .titleDescriptionLink>p.no-quote b i,
    .titleDescriptionLink>p.no-quote b span,
    .titleDescriptionLink>p.no-quote b u,
    .titleDescriptionLink>p.no-quote h1 a,
    .titleDescriptionLink>p.no-quote h1 b,
    .titleDescriptionLink>p.no-quote h1 i,
    .titleDescriptionLink>p.no-quote h1 span,
    .titleDescriptionLink>p.no-quote h1 u,
    .titleDescriptionLink>p.no-quote h2 a,
    .titleDescriptionLink>p.no-quote h2 b,
    .titleDescriptionLink>p.no-quote h2 i,
    .titleDescriptionLink>p.no-quote h2 span,
    .titleDescriptionLink>p.no-quote h2 u,
    .titleDescriptionLink>p.no-quote h3 a,
    .titleDescriptionLink>p.no-quote h3 b,
    .titleDescriptionLink>p.no-quote h3 i,
    .titleDescriptionLink>p.no-quote h3 span,
    .titleDescriptionLink>p.no-quote h3 u,
    .titleDescriptionLink>p.no-quote i a,
    .titleDescriptionLink>p.no-quote i b,
    .titleDescriptionLink>p.no-quote i i,
    .titleDescriptionLink>p.no-quote i span,
    .titleDescriptionLink>p.no-quote i u,
    .titleDescriptionLink>p.no-quote li a,
    .titleDescriptionLink>p.no-quote li b,
    .titleDescriptionLink>p.no-quote li i,
    .titleDescriptionLink>p.no-quote li span,
    .titleDescriptionLink>p.no-quote li u,
    .titleDescriptionLink>p.no-quote ol a,
    .titleDescriptionLink>p.no-quote ol b,
    .titleDescriptionLink>p.no-quote ol i,
    .titleDescriptionLink>p.no-quote ol span,
    .titleDescriptionLink>p.no-quote ol u,
    .titleDescriptionLink>p.no-quote p a,
    .titleDescriptionLink>p.no-quote p b,
    .titleDescriptionLink>p.no-quote p i,
    .titleDescriptionLink>p.no-quote p span,
    .titleDescriptionLink>p.no-quote p u,
    .titleDescriptionLink>p.no-quote span a,
    .titleDescriptionLink>p.no-quote span b,
    .titleDescriptionLink>p.no-quote span i,
    .titleDescriptionLink>p.no-quote span span,
    .titleDescriptionLink>p.no-quote span u,
    .titleDescriptionLink>p.no-quote u a,
    .titleDescriptionLink>p.no-quote u b,
    .titleDescriptionLink>p.no-quote u i,
    .titleDescriptionLink>p.no-quote u span,
    .titleDescriptionLink>p.no-quote u u,
    .titleDescriptionLink>p.no-quote ul a,
    .titleDescriptionLink>p.no-quote ul b,
    .titleDescriptionLink>p.no-quote ul i,
    .titleDescriptionLink>p.no-quote ul span,
    .titleDescriptionLink>p.no-quote ul u,
    .titleDescriptionLink>p.title a a,
    .titleDescriptionLink>p.title a b,
    .titleDescriptionLink>p.title a i,
    .titleDescriptionLink>p.title a span,
    .titleDescriptionLink>p.title a u,
    .titleDescriptionLink>p.title b a,
    .titleDescriptionLink>p.title b b,
    .titleDescriptionLink>p.title b i,
    .titleDescriptionLink>p.title b span,
    .titleDescriptionLink>p.title b u,
    .titleDescriptionLink>p.title h1 a,
    .titleDescriptionLink>p.title h1 b,
    .titleDescriptionLink>p.title h1 i,
    .titleDescriptionLink>p.title h1 span,
    .titleDescriptionLink>p.title h1 u,
    .titleDescriptionLink>p.title h2 a,
    .titleDescriptionLink>p.title h2 b,
    .titleDescriptionLink>p.title h2 i,
    .titleDescriptionLink>p.title h2 span,
    .titleDescriptionLink>p.title h2 u,
    .titleDescriptionLink>p.title h3 a,
    .titleDescriptionLink>p.title h3 b,
    .titleDescriptionLink>p.title h3 i,
    .titleDescriptionLink>p.title h3 span,
    .titleDescriptionLink>p.title h3 u,
    .titleDescriptionLink>p.title i a,
    .titleDescriptionLink>p.title i b,
    .titleDescriptionLink>p.title i i,
    .titleDescriptionLink>p.title i span,
    .titleDescriptionLink>p.title i u,
    .titleDescriptionLink>p.title li a,
    .titleDescriptionLink>p.title li b,
    .titleDescriptionLink>p.title li i,
    .titleDescriptionLink>p.title li span,
    .titleDescriptionLink>p.title li u,
    .titleDescriptionLink>p.title ol a,
    .titleDescriptionLink>p.title ol b,
    .titleDescriptionLink>p.title ol i,
    .titleDescriptionLink>p.title ol span,
    .titleDescriptionLink>p.title ol u,
    .titleDescriptionLink>p.title p a,
    .titleDescriptionLink>p.title p b,
    .titleDescriptionLink>p.title p i,
    .titleDescriptionLink>p.title p span,
    .titleDescriptionLink>p.title p u,
    .titleDescriptionLink>p.title span a,
    .titleDescriptionLink>p.title span b,
    .titleDescriptionLink>p.title span i,
    .titleDescriptionLink>p.title span span,
    .titleDescriptionLink>p.title span u,
    .titleDescriptionLink>p.title u a,
    .titleDescriptionLink>p.title u b,
    .titleDescriptionLink>p.title u i,
    .titleDescriptionLink>p.title u span,
    .titleDescriptionLink>p.title u u,
    .titleDescriptionLink>p.title ul a,
    .titleDescriptionLink>p.title ul b,
    .titleDescriptionLink>p.title ul i,
    .titleDescriptionLink>p.title ul span,
    .titleDescriptionLink>p.title ul u,
    .titleDescriptionLink>span.no-quote a a,
    .titleDescriptionLink>span.no-quote a b,
    .titleDescriptionLink>span.no-quote a i,
    .titleDescriptionLink>span.no-quote a span,
    .titleDescriptionLink>span.no-quote a u,
    .titleDescriptionLink>span.no-quote b a,
    .titleDescriptionLink>span.no-quote b b,
    .titleDescriptionLink>span.no-quote b i,
    .titleDescriptionLink>span.no-quote b span,
    .titleDescriptionLink>span.no-quote b u,
    .titleDescriptionLink>span.no-quote h1 a,
    .titleDescriptionLink>span.no-quote h1 b,
    .titleDescriptionLink>span.no-quote h1 i,
    .titleDescriptionLink>span.no-quote h1 span,
    .titleDescriptionLink>span.no-quote h1 u,
    .titleDescriptionLink>span.no-quote h2 a,
    .titleDescriptionLink>span.no-quote h2 b,
    .titleDescriptionLink>span.no-quote h2 i,
    .titleDescriptionLink>span.no-quote h2 span,
    .titleDescriptionLink>span.no-quote h2 u,
    .titleDescriptionLink>span.no-quote h3 a,
    .titleDescriptionLink>span.no-quote h3 b,
    .titleDescriptionLink>span.no-quote h3 i,
    .titleDescriptionLink>span.no-quote h3 span,
    .titleDescriptionLink>span.no-quote h3 u,
    .titleDescriptionLink>span.no-quote i a,
    .titleDescriptionLink>span.no-quote i b,
    .titleDescriptionLink>span.no-quote i i,
    .titleDescriptionLink>span.no-quote i span,
    .titleDescriptionLink>span.no-quote i u,
    .titleDescriptionLink>span.no-quote li a,
    .titleDescriptionLink>span.no-quote li b,
    .titleDescriptionLink>span.no-quote li i,
    .titleDescriptionLink>span.no-quote li span,
    .titleDescriptionLink>span.no-quote li u,
    .titleDescriptionLink>span.no-quote ol a,
    .titleDescriptionLink>span.no-quote ol b,
    .titleDescriptionLink>span.no-quote ol i,
    .titleDescriptionLink>span.no-quote ol span,
    .titleDescriptionLink>span.no-quote ol u,
    .titleDescriptionLink>span.no-quote p a,
    .titleDescriptionLink>span.no-quote p b,
    .titleDescriptionLink>span.no-quote p i,
    .titleDescriptionLink>span.no-quote p span,
    .titleDescriptionLink>span.no-quote p u,
    .titleDescriptionLink>span.no-quote span a,
    .titleDescriptionLink>span.no-quote span b,
    .titleDescriptionLink>span.no-quote span i,
    .titleDescriptionLink>span.no-quote span span,
    .titleDescriptionLink>span.no-quote span u,
    .titleDescriptionLink>span.no-quote u a,
    .titleDescriptionLink>span.no-quote u b,
    .titleDescriptionLink>span.no-quote u i,
    .titleDescriptionLink>span.no-quote u span,
    .titleDescriptionLink>span.no-quote u u,
    .titleDescriptionLink>span.no-quote ul a,
    .titleDescriptionLink>span.no-quote ul b,
    .titleDescriptionLink>span.no-quote ul i,
    .titleDescriptionLink>span.no-quote ul span,
    .titleDescriptionLink>span.no-quote ul u,
    .titleDescriptionLink>span.title a a,
    .titleDescriptionLink>span.title a b,
    .titleDescriptionLink>span.title a i,
    .titleDescriptionLink>span.title a span,
    .titleDescriptionLink>span.title a u,
    .titleDescriptionLink>span.title b a,
    .titleDescriptionLink>span.title b b,
    .titleDescriptionLink>span.title b i,
    .titleDescriptionLink>span.title b span,
    .titleDescriptionLink>span.title b u,
    .titleDescriptionLink>span.title h1 a,
    .titleDescriptionLink>span.title h1 b,
    .titleDescriptionLink>span.title h1 i,
    .titleDescriptionLink>span.title h1 span,
    .titleDescriptionLink>span.title h1 u,
    .titleDescriptionLink>span.title h2 a,
    .titleDescriptionLink>span.title h2 b,
    .titleDescriptionLink>span.title h2 i,
    .titleDescriptionLink>span.title h2 span,
    .titleDescriptionLink>span.title h2 u,
    .titleDescriptionLink>span.title h3 a,
    .titleDescriptionLink>span.title h3 b,
    .titleDescriptionLink>span.title h3 i,
    .titleDescriptionLink>span.title h3 span,
    .titleDescriptionLink>span.title h3 u,
    .titleDescriptionLink>span.title i a,
    .titleDescriptionLink>span.title i b,
    .titleDescriptionLink>span.title i i,
    .titleDescriptionLink>span.title i span,
    .titleDescriptionLink>span.title i u,
    .titleDescriptionLink>span.title li a,
    .titleDescriptionLink>span.title li b,
    .titleDescriptionLink>span.title li i,
    .titleDescriptionLink>span.title li span,
    .titleDescriptionLink>span.title li u,
    .titleDescriptionLink>span.title ol a,
    .titleDescriptionLink>span.title ol b,
    .titleDescriptionLink>span.title ol i,
    .titleDescriptionLink>span.title ol span,
    .titleDescriptionLink>span.title ol u,
    .titleDescriptionLink>span.title p a,
    .titleDescriptionLink>span.title p b,
    .titleDescriptionLink>span.title p i,
    .titleDescriptionLink>span.title p span,
    .titleDescriptionLink>span.title p u,
    .titleDescriptionLink>span.title span a,
    .titleDescriptionLink>span.title span b,
    .titleDescriptionLink>span.title span i,
    .titleDescriptionLink>span.title span span,
    .titleDescriptionLink>span.title span u,
    .titleDescriptionLink>span.title u a,
    .titleDescriptionLink>span.title u b,
    .titleDescriptionLink>span.title u i,
    .titleDescriptionLink>span.title u span,
    .titleDescriptionLink>span.title u u,
    .titleDescriptionLink>span.title ul a,
    .titleDescriptionLink>span.title ul b,
    .titleDescriptionLink>span.title ul i,
    .titleDescriptionLink>span.title ul span,
    .titleDescriptionLink>span.title ul u,
    .titleDescriptionLink>u.no-quote a a,
    .titleDescriptionLink>u.no-quote a b,
    .titleDescriptionLink>u.no-quote a i,
    .titleDescriptionLink>u.no-quote a span,
    .titleDescriptionLink>u.no-quote a u,
    .titleDescriptionLink>u.no-quote b a,
    .titleDescriptionLink>u.no-quote b b,
    .titleDescriptionLink>u.no-quote b i,
    .titleDescriptionLink>u.no-quote b span,
    .titleDescriptionLink>u.no-quote b u,
    .titleDescriptionLink>u.no-quote h1 a,
    .titleDescriptionLink>u.no-quote h1 b,
    .titleDescriptionLink>u.no-quote h1 i,
    .titleDescriptionLink>u.no-quote h1 span,
    .titleDescriptionLink>u.no-quote h1 u,
    .titleDescriptionLink>u.no-quote h2 a,
    .titleDescriptionLink>u.no-quote h2 b,
    .titleDescriptionLink>u.no-quote h2 i,
    .titleDescriptionLink>u.no-quote h2 span,
    .titleDescriptionLink>u.no-quote h2 u,
    .titleDescriptionLink>u.no-quote h3 a,
    .titleDescriptionLink>u.no-quote h3 b,
    .titleDescriptionLink>u.no-quote h3 i,
    .titleDescriptionLink>u.no-quote h3 span,
    .titleDescriptionLink>u.no-quote h3 u,
    .titleDescriptionLink>u.no-quote i a,
    .titleDescriptionLink>u.no-quote i b,
    .titleDescriptionLink>u.no-quote i i,
    .titleDescriptionLink>u.no-quote i span,
    .titleDescriptionLink>u.no-quote i u,
    .titleDescriptionLink>u.no-quote li a,
    .titleDescriptionLink>u.no-quote li b,
    .titleDescriptionLink>u.no-quote li i,
    .titleDescriptionLink>u.no-quote li span,
    .titleDescriptionLink>u.no-quote li u,
    .titleDescriptionLink>u.no-quote ol a,
    .titleDescriptionLink>u.no-quote ol b,
    .titleDescriptionLink>u.no-quote ol i,
    .titleDescriptionLink>u.no-quote ol span,
    .titleDescriptionLink>u.no-quote ol u,
    .titleDescriptionLink>u.no-quote p a,
    .titleDescriptionLink>u.no-quote p b,
    .titleDescriptionLink>u.no-quote p i,
    .titleDescriptionLink>u.no-quote p span,
    .titleDescriptionLink>u.no-quote p u,
    .titleDescriptionLink>u.no-quote span a,
    .titleDescriptionLink>u.no-quote span b,
    .titleDescriptionLink>u.no-quote span i,
    .titleDescriptionLink>u.no-quote span span,
    .titleDescriptionLink>u.no-quote span u,
    .titleDescriptionLink>u.no-quote u a,
    .titleDescriptionLink>u.no-quote u b,
    .titleDescriptionLink>u.no-quote u i,
    .titleDescriptionLink>u.no-quote u span,
    .titleDescriptionLink>u.no-quote u u,
    .titleDescriptionLink>u.no-quote ul a,
    .titleDescriptionLink>u.no-quote ul b,
    .titleDescriptionLink>u.no-quote ul i,
    .titleDescriptionLink>u.no-quote ul span,
    .titleDescriptionLink>u.no-quote ul u,
    .titleDescriptionLink>u.title a a,
    .titleDescriptionLink>u.title a b,
    .titleDescriptionLink>u.title a i,
    .titleDescriptionLink>u.title a span,
    .titleDescriptionLink>u.title a u,
    .titleDescriptionLink>u.title b a,
    .titleDescriptionLink>u.title b b,
    .titleDescriptionLink>u.title b i,
    .titleDescriptionLink>u.title b span,
    .titleDescriptionLink>u.title b u,
    .titleDescriptionLink>u.title h1 a,
    .titleDescriptionLink>u.title h1 b,
    .titleDescriptionLink>u.title h1 i,
    .titleDescriptionLink>u.title h1 span,
    .titleDescriptionLink>u.title h1 u,
    .titleDescriptionLink>u.title h2 a,
    .titleDescriptionLink>u.title h2 b,
    .titleDescriptionLink>u.title h2 i,
    .titleDescriptionLink>u.title h2 span,
    .titleDescriptionLink>u.title h2 u,
    .titleDescriptionLink>u.title h3 a,
    .titleDescriptionLink>u.title h3 b,
    .titleDescriptionLink>u.title h3 i,
    .titleDescriptionLink>u.title h3 span,
    .titleDescriptionLink>u.title h3 u,
    .titleDescriptionLink>u.title i a,
    .titleDescriptionLink>u.title i b,
    .titleDescriptionLink>u.title i i,
    .titleDescriptionLink>u.title i span,
    .titleDescriptionLink>u.title i u,
    .titleDescriptionLink>u.title li a,
    .titleDescriptionLink>u.title li b,
    .titleDescriptionLink>u.title li i,
    .titleDescriptionLink>u.title li span,
    .titleDescriptionLink>u.title li u,
    .titleDescriptionLink>u.title ol a,
    .titleDescriptionLink>u.title ol b,
    .titleDescriptionLink>u.title ol i,
    .titleDescriptionLink>u.title ol span,
    .titleDescriptionLink>u.title ol u,
    .titleDescriptionLink>u.title p a,
    .titleDescriptionLink>u.title p b,
    .titleDescriptionLink>u.title p i,
    .titleDescriptionLink>u.title p span,
    .titleDescriptionLink>u.title p u,
    .titleDescriptionLink>u.title span a,
    .titleDescriptionLink>u.title span b,
    .titleDescriptionLink>u.title span i,
    .titleDescriptionLink>u.title span span,
    .titleDescriptionLink>u.title span u,
    .titleDescriptionLink>u.title u a,
    .titleDescriptionLink>u.title u b,
    .titleDescriptionLink>u.title u i,
    .titleDescriptionLink>u.title u span,
    .titleDescriptionLink>u.title u u,
    .titleDescriptionLink>u.title ul a,
    .titleDescriptionLink>u.title ul b,
    .titleDescriptionLink>u.title ul i,
    .titleDescriptionLink>u.title ul span,
    .titleDescriptionLink>u.title ul u,
    .titleDescriptionLink>ul.no-quote a a,
    .titleDescriptionLink>ul.no-quote a b,
    .titleDescriptionLink>ul.no-quote a i,
    .titleDescriptionLink>ul.no-quote a span,
    .titleDescriptionLink>ul.no-quote a u,
    .titleDescriptionLink>ul.no-quote b a,
    .titleDescriptionLink>ul.no-quote b b,
    .titleDescriptionLink>ul.no-quote b i,
    .titleDescriptionLink>ul.no-quote b span,
    .titleDescriptionLink>ul.no-quote b u,
    .titleDescriptionLink>ul.no-quote h1 a,
    .titleDescriptionLink>ul.no-quote h1 b,
    .titleDescriptionLink>ul.no-quote h1 i,
    .titleDescriptionLink>ul.no-quote h1 span,
    .titleDescriptionLink>ul.no-quote h1 u,
    .titleDescriptionLink>ul.no-quote h2 a,
    .titleDescriptionLink>ul.no-quote h2 b,
    .titleDescriptionLink>ul.no-quote h2 i,
    .titleDescriptionLink>ul.no-quote h2 span,
    .titleDescriptionLink>ul.no-quote h2 u,
    .titleDescriptionLink>ul.no-quote h3 a,
    .titleDescriptionLink>ul.no-quote h3 b,
    .titleDescriptionLink>ul.no-quote h3 i,
    .titleDescriptionLink>ul.no-quote h3 span,
    .titleDescriptionLink>ul.no-quote h3 u,
    .titleDescriptionLink>ul.no-quote i a,
    .titleDescriptionLink>ul.no-quote i b,
    .titleDescriptionLink>ul.no-quote i i,
    .titleDescriptionLink>ul.no-quote i span,
    .titleDescriptionLink>ul.no-quote i u,
    .titleDescriptionLink>ul.no-quote li a,
    .titleDescriptionLink>ul.no-quote li b,
    .titleDescriptionLink>ul.no-quote li i,
    .titleDescriptionLink>ul.no-quote li span,
    .titleDescriptionLink>ul.no-quote li u,
    .titleDescriptionLink>ul.no-quote ol a,
    .titleDescriptionLink>ul.no-quote ol b,
    .titleDescriptionLink>ul.no-quote ol i,
    .titleDescriptionLink>ul.no-quote ol span,
    .titleDescriptionLink>ul.no-quote ol u,
    .titleDescriptionLink>ul.no-quote p a,
    .titleDescriptionLink>ul.no-quote p b,
    .titleDescriptionLink>ul.no-quote p i,
    .titleDescriptionLink>ul.no-quote p span,
    .titleDescriptionLink>ul.no-quote p u,
    .titleDescriptionLink>ul.no-quote span a,
    .titleDescriptionLink>ul.no-quote span b,
    .titleDescriptionLink>ul.no-quote span i,
    .titleDescriptionLink>ul.no-quote span span,
    .titleDescriptionLink>ul.no-quote span u,
    .titleDescriptionLink>ul.no-quote u a,
    .titleDescriptionLink>ul.no-quote u b,
    .titleDescriptionLink>ul.no-quote u i,
    .titleDescriptionLink>ul.no-quote u span,
    .titleDescriptionLink>ul.no-quote u u,
    .titleDescriptionLink>ul.no-quote ul a,
    .titleDescriptionLink>ul.no-quote ul b,
    .titleDescriptionLink>ul.no-quote ul i,
    .titleDescriptionLink>ul.no-quote ul span,
    .titleDescriptionLink>ul.no-quote ul u,
    .titleDescriptionLink>ul.title a a,
    .titleDescriptionLink>ul.title a b,
    .titleDescriptionLink>ul.title a i,
    .titleDescriptionLink>ul.title a span,
    .titleDescriptionLink>ul.title a u,
    .titleDescriptionLink>ul.title b a,
    .titleDescriptionLink>ul.title b b,
    .titleDescriptionLink>ul.title b i,
    .titleDescriptionLink>ul.title b span,
    .titleDescriptionLink>ul.title b u,
    .titleDescriptionLink>ul.title h1 a,
    .titleDescriptionLink>ul.title h1 b,
    .titleDescriptionLink>ul.title h1 i,
    .titleDescriptionLink>ul.title h1 span,
    .titleDescriptionLink>ul.title h1 u,
    .titleDescriptionLink>ul.title h2 a,
    .titleDescriptionLink>ul.title h2 b,
    .titleDescriptionLink>ul.title h2 i,
    .titleDescriptionLink>ul.title h2 span,
    .titleDescriptionLink>ul.title h2 u,
    .titleDescriptionLink>ul.title h3 a,
    .titleDescriptionLink>ul.title h3 b,
    .titleDescriptionLink>ul.title h3 i,
    .titleDescriptionLink>ul.title h3 span,
    .titleDescriptionLink>ul.title h3 u,
    .titleDescriptionLink>ul.title i a,
    .titleDescriptionLink>ul.title i b,
    .titleDescriptionLink>ul.title i i,
    .titleDescriptionLink>ul.title i span,
    .titleDescriptionLink>ul.title i u,
    .titleDescriptionLink>ul.title li a,
    .titleDescriptionLink>ul.title li b,
    .titleDescriptionLink>ul.title li i,
    .titleDescriptionLink>ul.title li span,
    .titleDescriptionLink>ul.title li u,
    .titleDescriptionLink>ul.title ol a,
    .titleDescriptionLink>ul.title ol b,
    .titleDescriptionLink>ul.title ol i,
    .titleDescriptionLink>ul.title ol span,
    .titleDescriptionLink>ul.title ol u,
    .titleDescriptionLink>ul.title p a,
    .titleDescriptionLink>ul.title p b,
    .titleDescriptionLink>ul.title p i,
    .titleDescriptionLink>ul.title p span,
    .titleDescriptionLink>ul.title p u,
    .titleDescriptionLink>ul.title span a,
    .titleDescriptionLink>ul.title span b,
    .titleDescriptionLink>ul.title span i,
    .titleDescriptionLink>ul.title span span,
    .titleDescriptionLink>ul.title span u,
    .titleDescriptionLink>ul.title u a,
    .titleDescriptionLink>ul.title u b,
    .titleDescriptionLink>ul.title u i,
    .titleDescriptionLink>ul.title u span,
    .titleDescriptionLink>ul.title u u,
    .titleDescriptionLink>ul.title ul a,
    .titleDescriptionLink>ul.title ul b,
    .titleDescriptionLink>ul.title ul i,
    .titleDescriptionLink>ul.title ul span,
    .titleDescriptionLink>ul.title ul u {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .titleDescriptionLink>a.no-quote a a,
    .titleDescriptionLink>a.no-quote a b,
    .titleDescriptionLink>a.no-quote a i,
    .titleDescriptionLink>a.no-quote a span,
    .titleDescriptionLink>a.no-quote a u,
    .titleDescriptionLink>a.no-quote b a,
    .titleDescriptionLink>a.no-quote b b,
    .titleDescriptionLink>a.no-quote b i,
    .titleDescriptionLink>a.no-quote b span,
    .titleDescriptionLink>a.no-quote b u,
    .titleDescriptionLink>a.no-quote h1 a,
    .titleDescriptionLink>a.no-quote h1 b,
    .titleDescriptionLink>a.no-quote h1 i,
    .titleDescriptionLink>a.no-quote h1 span,
    .titleDescriptionLink>a.no-quote h1 u,
    .titleDescriptionLink>a.no-quote h2 a,
    .titleDescriptionLink>a.no-quote h2 b,
    .titleDescriptionLink>a.no-quote h2 i,
    .titleDescriptionLink>a.no-quote h2 span,
    .titleDescriptionLink>a.no-quote h2 u,
    .titleDescriptionLink>a.no-quote h3 a,
    .titleDescriptionLink>a.no-quote h3 b,
    .titleDescriptionLink>a.no-quote h3 i,
    .titleDescriptionLink>a.no-quote h3 span,
    .titleDescriptionLink>a.no-quote h3 u,
    .titleDescriptionLink>a.no-quote i a,
    .titleDescriptionLink>a.no-quote i b,
    .titleDescriptionLink>a.no-quote i i,
    .titleDescriptionLink>a.no-quote i span,
    .titleDescriptionLink>a.no-quote i u,
    .titleDescriptionLink>a.no-quote li a,
    .titleDescriptionLink>a.no-quote li b,
    .titleDescriptionLink>a.no-quote li i,
    .titleDescriptionLink>a.no-quote li span,
    .titleDescriptionLink>a.no-quote li u,
    .titleDescriptionLink>a.no-quote ol a,
    .titleDescriptionLink>a.no-quote ol b,
    .titleDescriptionLink>a.no-quote ol i,
    .titleDescriptionLink>a.no-quote ol span,
    .titleDescriptionLink>a.no-quote ol u,
    .titleDescriptionLink>a.no-quote p a,
    .titleDescriptionLink>a.no-quote p b,
    .titleDescriptionLink>a.no-quote p i,
    .titleDescriptionLink>a.no-quote p span,
    .titleDescriptionLink>a.no-quote p u,
    .titleDescriptionLink>a.no-quote span a,
    .titleDescriptionLink>a.no-quote span b,
    .titleDescriptionLink>a.no-quote span i,
    .titleDescriptionLink>a.no-quote span span,
    .titleDescriptionLink>a.no-quote span u,
    .titleDescriptionLink>a.no-quote u a,
    .titleDescriptionLink>a.no-quote u b,
    .titleDescriptionLink>a.no-quote u i,
    .titleDescriptionLink>a.no-quote u span,
    .titleDescriptionLink>a.no-quote u u,
    .titleDescriptionLink>a.no-quote ul a,
    .titleDescriptionLink>a.no-quote ul b,
    .titleDescriptionLink>a.no-quote ul i,
    .titleDescriptionLink>a.no-quote ul span,
    .titleDescriptionLink>a.no-quote ul u,
    .titleDescriptionLink>a.title a a,
    .titleDescriptionLink>a.title a b,
    .titleDescriptionLink>a.title a i,
    .titleDescriptionLink>a.title a span,
    .titleDescriptionLink>a.title a u,
    .titleDescriptionLink>a.title b a,
    .titleDescriptionLink>a.title b b,
    .titleDescriptionLink>a.title b i,
    .titleDescriptionLink>a.title b span,
    .titleDescriptionLink>a.title b u,
    .titleDescriptionLink>a.title h1 a,
    .titleDescriptionLink>a.title h1 b,
    .titleDescriptionLink>a.title h1 i,
    .titleDescriptionLink>a.title h1 span,
    .titleDescriptionLink>a.title h1 u,
    .titleDescriptionLink>a.title h2 a,
    .titleDescriptionLink>a.title h2 b,
    .titleDescriptionLink>a.title h2 i,
    .titleDescriptionLink>a.title h2 span,
    .titleDescriptionLink>a.title h2 u,
    .titleDescriptionLink>a.title h3 a,
    .titleDescriptionLink>a.title h3 b,
    .titleDescriptionLink>a.title h3 i,
    .titleDescriptionLink>a.title h3 span,
    .titleDescriptionLink>a.title h3 u,
    .titleDescriptionLink>a.title i a,
    .titleDescriptionLink>a.title i b,
    .titleDescriptionLink>a.title i i,
    .titleDescriptionLink>a.title i span,
    .titleDescriptionLink>a.title i u,
    .titleDescriptionLink>a.title li a,
    .titleDescriptionLink>a.title li b,
    .titleDescriptionLink>a.title li i,
    .titleDescriptionLink>a.title li span,
    .titleDescriptionLink>a.title li u,
    .titleDescriptionLink>a.title ol a,
    .titleDescriptionLink>a.title ol b,
    .titleDescriptionLink>a.title ol i,
    .titleDescriptionLink>a.title ol span,
    .titleDescriptionLink>a.title ol u,
    .titleDescriptionLink>a.title p a,
    .titleDescriptionLink>a.title p b,
    .titleDescriptionLink>a.title p i,
    .titleDescriptionLink>a.title p span,
    .titleDescriptionLink>a.title p u,
    .titleDescriptionLink>a.title span a,
    .titleDescriptionLink>a.title span b,
    .titleDescriptionLink>a.title span i,
    .titleDescriptionLink>a.title span span,
    .titleDescriptionLink>a.title span u,
    .titleDescriptionLink>a.title u a,
    .titleDescriptionLink>a.title u b,
    .titleDescriptionLink>a.title u i,
    .titleDescriptionLink>a.title u span,
    .titleDescriptionLink>a.title u u,
    .titleDescriptionLink>a.title ul a,
    .titleDescriptionLink>a.title ul b,
    .titleDescriptionLink>a.title ul i,
    .titleDescriptionLink>a.title ul span,
    .titleDescriptionLink>a.title ul u,
    .titleDescriptionLink>b.no-quote a a,
    .titleDescriptionLink>b.no-quote a b,
    .titleDescriptionLink>b.no-quote a i,
    .titleDescriptionLink>b.no-quote a span,
    .titleDescriptionLink>b.no-quote a u,
    .titleDescriptionLink>b.no-quote b a,
    .titleDescriptionLink>b.no-quote b b,
    .titleDescriptionLink>b.no-quote b i,
    .titleDescriptionLink>b.no-quote b span,
    .titleDescriptionLink>b.no-quote b u,
    .titleDescriptionLink>b.no-quote h1 a,
    .titleDescriptionLink>b.no-quote h1 b,
    .titleDescriptionLink>b.no-quote h1 i,
    .titleDescriptionLink>b.no-quote h1 span,
    .titleDescriptionLink>b.no-quote h1 u,
    .titleDescriptionLink>b.no-quote h2 a,
    .titleDescriptionLink>b.no-quote h2 b,
    .titleDescriptionLink>b.no-quote h2 i,
    .titleDescriptionLink>b.no-quote h2 span,
    .titleDescriptionLink>b.no-quote h2 u,
    .titleDescriptionLink>b.no-quote h3 a,
    .titleDescriptionLink>b.no-quote h3 b,
    .titleDescriptionLink>b.no-quote h3 i,
    .titleDescriptionLink>b.no-quote h3 span,
    .titleDescriptionLink>b.no-quote h3 u,
    .titleDescriptionLink>b.no-quote i a,
    .titleDescriptionLink>b.no-quote i b,
    .titleDescriptionLink>b.no-quote i i,
    .titleDescriptionLink>b.no-quote i span,
    .titleDescriptionLink>b.no-quote i u,
    .titleDescriptionLink>b.no-quote li a,
    .titleDescriptionLink>b.no-quote li b,
    .titleDescriptionLink>b.no-quote li i,
    .titleDescriptionLink>b.no-quote li span,
    .titleDescriptionLink>b.no-quote li u,
    .titleDescriptionLink>b.no-quote ol a,
    .titleDescriptionLink>b.no-quote ol b,
    .titleDescriptionLink>b.no-quote ol i,
    .titleDescriptionLink>b.no-quote ol span,
    .titleDescriptionLink>b.no-quote ol u,
    .titleDescriptionLink>b.no-quote p a,
    .titleDescriptionLink>b.no-quote p b,
    .titleDescriptionLink>b.no-quote p i,
    .titleDescriptionLink>b.no-quote p span,
    .titleDescriptionLink>b.no-quote p u,
    .titleDescriptionLink>b.no-quote span a,
    .titleDescriptionLink>b.no-quote span b,
    .titleDescriptionLink>b.no-quote span i,
    .titleDescriptionLink>b.no-quote span span,
    .titleDescriptionLink>b.no-quote span u,
    .titleDescriptionLink>b.no-quote u a,
    .titleDescriptionLink>b.no-quote u b,
    .titleDescriptionLink>b.no-quote u i,
    .titleDescriptionLink>b.no-quote u span,
    .titleDescriptionLink>b.no-quote u u,
    .titleDescriptionLink>b.no-quote ul a,
    .titleDescriptionLink>b.no-quote ul b,
    .titleDescriptionLink>b.no-quote ul i,
    .titleDescriptionLink>b.no-quote ul span,
    .titleDescriptionLink>b.no-quote ul u,
    .titleDescriptionLink>b.title a a,
    .titleDescriptionLink>b.title a b,
    .titleDescriptionLink>b.title a i,
    .titleDescriptionLink>b.title a span,
    .titleDescriptionLink>b.title a u,
    .titleDescriptionLink>b.title b a,
    .titleDescriptionLink>b.title b b,
    .titleDescriptionLink>b.title b i,
    .titleDescriptionLink>b.title b span,
    .titleDescriptionLink>b.title b u,
    .titleDescriptionLink>b.title h1 a,
    .titleDescriptionLink>b.title h1 b,
    .titleDescriptionLink>b.title h1 i,
    .titleDescriptionLink>b.title h1 span,
    .titleDescriptionLink>b.title h1 u,
    .titleDescriptionLink>b.title h2 a,
    .titleDescriptionLink>b.title h2 b,
    .titleDescriptionLink>b.title h2 i,
    .titleDescriptionLink>b.title h2 span,
    .titleDescriptionLink>b.title h2 u,
    .titleDescriptionLink>b.title h3 a,
    .titleDescriptionLink>b.title h3 b,
    .titleDescriptionLink>b.title h3 i,
    .titleDescriptionLink>b.title h3 span,
    .titleDescriptionLink>b.title h3 u,
    .titleDescriptionLink>b.title i a,
    .titleDescriptionLink>b.title i b,
    .titleDescriptionLink>b.title i i,
    .titleDescriptionLink>b.title i span,
    .titleDescriptionLink>b.title i u,
    .titleDescriptionLink>b.title li a,
    .titleDescriptionLink>b.title li b,
    .titleDescriptionLink>b.title li i,
    .titleDescriptionLink>b.title li span,
    .titleDescriptionLink>b.title li u,
    .titleDescriptionLink>b.title ol a,
    .titleDescriptionLink>b.title ol b,
    .titleDescriptionLink>b.title ol i,
    .titleDescriptionLink>b.title ol span,
    .titleDescriptionLink>b.title ol u,
    .titleDescriptionLink>b.title p a,
    .titleDescriptionLink>b.title p b,
    .titleDescriptionLink>b.title p i,
    .titleDescriptionLink>b.title p span,
    .titleDescriptionLink>b.title p u,
    .titleDescriptionLink>b.title span a,
    .titleDescriptionLink>b.title span b,
    .titleDescriptionLink>b.title span i,
    .titleDescriptionLink>b.title span span,
    .titleDescriptionLink>b.title span u,
    .titleDescriptionLink>b.title u a,
    .titleDescriptionLink>b.title u b,
    .titleDescriptionLink>b.title u i,
    .titleDescriptionLink>b.title u span,
    .titleDescriptionLink>b.title u u,
    .titleDescriptionLink>b.title ul a,
    .titleDescriptionLink>b.title ul b,
    .titleDescriptionLink>b.title ul i,
    .titleDescriptionLink>b.title ul span,
    .titleDescriptionLink>b.title ul u,
    .titleDescriptionLink>div.no-quote a a,
    .titleDescriptionLink>div.no-quote a b,
    .titleDescriptionLink>div.no-quote a i,
    .titleDescriptionLink>div.no-quote a span,
    .titleDescriptionLink>div.no-quote a u,
    .titleDescriptionLink>div.no-quote b a,
    .titleDescriptionLink>div.no-quote b b,
    .titleDescriptionLink>div.no-quote b i,
    .titleDescriptionLink>div.no-quote b span,
    .titleDescriptionLink>div.no-quote b u,
    .titleDescriptionLink>div.no-quote h1 a,
    .titleDescriptionLink>div.no-quote h1 b,
    .titleDescriptionLink>div.no-quote h1 i,
    .titleDescriptionLink>div.no-quote h1 span,
    .titleDescriptionLink>div.no-quote h1 u,
    .titleDescriptionLink>div.no-quote h2 a,
    .titleDescriptionLink>div.no-quote h2 b,
    .titleDescriptionLink>div.no-quote h2 i,
    .titleDescriptionLink>div.no-quote h2 span,
    .titleDescriptionLink>div.no-quote h2 u,
    .titleDescriptionLink>div.no-quote h3 a,
    .titleDescriptionLink>div.no-quote h3 b,
    .titleDescriptionLink>div.no-quote h3 i,
    .titleDescriptionLink>div.no-quote h3 span,
    .titleDescriptionLink>div.no-quote h3 u,
    .titleDescriptionLink>div.no-quote i a,
    .titleDescriptionLink>div.no-quote i b,
    .titleDescriptionLink>div.no-quote i i,
    .titleDescriptionLink>div.no-quote i span,
    .titleDescriptionLink>div.no-quote i u,
    .titleDescriptionLink>div.no-quote li a,
    .titleDescriptionLink>div.no-quote li b,
    .titleDescriptionLink>div.no-quote li i,
    .titleDescriptionLink>div.no-quote li span,
    .titleDescriptionLink>div.no-quote li u,
    .titleDescriptionLink>div.no-quote ol a,
    .titleDescriptionLink>div.no-quote ol b,
    .titleDescriptionLink>div.no-quote ol i,
    .titleDescriptionLink>div.no-quote ol span,
    .titleDescriptionLink>div.no-quote ol u,
    .titleDescriptionLink>div.no-quote p a,
    .titleDescriptionLink>div.no-quote p b,
    .titleDescriptionLink>div.no-quote p i,
    .titleDescriptionLink>div.no-quote p span,
    .titleDescriptionLink>div.no-quote p u,
    .titleDescriptionLink>div.no-quote span a,
    .titleDescriptionLink>div.no-quote span b,
    .titleDescriptionLink>div.no-quote span i,
    .titleDescriptionLink>div.no-quote span span,
    .titleDescriptionLink>div.no-quote span u,
    .titleDescriptionLink>div.no-quote u a,
    .titleDescriptionLink>div.no-quote u b,
    .titleDescriptionLink>div.no-quote u i,
    .titleDescriptionLink>div.no-quote u span,
    .titleDescriptionLink>div.no-quote u u,
    .titleDescriptionLink>div.no-quote ul a,
    .titleDescriptionLink>div.no-quote ul b,
    .titleDescriptionLink>div.no-quote ul i,
    .titleDescriptionLink>div.no-quote ul span,
    .titleDescriptionLink>div.no-quote ul u,
    .titleDescriptionLink>div.title a a,
    .titleDescriptionLink>div.title a b,
    .titleDescriptionLink>div.title a i,
    .titleDescriptionLink>div.title a span,
    .titleDescriptionLink>div.title a u,
    .titleDescriptionLink>div.title b a,
    .titleDescriptionLink>div.title b b,
    .titleDescriptionLink>div.title b i,
    .titleDescriptionLink>div.title b span,
    .titleDescriptionLink>div.title b u,
    .titleDescriptionLink>div.title h1 a,
    .titleDescriptionLink>div.title h1 b,
    .titleDescriptionLink>div.title h1 i,
    .titleDescriptionLink>div.title h1 span,
    .titleDescriptionLink>div.title h1 u,
    .titleDescriptionLink>div.title h2 a,
    .titleDescriptionLink>div.title h2 b,
    .titleDescriptionLink>div.title h2 i,
    .titleDescriptionLink>div.title h2 span,
    .titleDescriptionLink>div.title h2 u,
    .titleDescriptionLink>div.title h3 a,
    .titleDescriptionLink>div.title h3 b,
    .titleDescriptionLink>div.title h3 i,
    .titleDescriptionLink>div.title h3 span,
    .titleDescriptionLink>div.title h3 u,
    .titleDescriptionLink>div.title i a,
    .titleDescriptionLink>div.title i b,
    .titleDescriptionLink>div.title i i,
    .titleDescriptionLink>div.title i span,
    .titleDescriptionLink>div.title i u,
    .titleDescriptionLink>div.title li a,
    .titleDescriptionLink>div.title li b,
    .titleDescriptionLink>div.title li i,
    .titleDescriptionLink>div.title li span,
    .titleDescriptionLink>div.title li u,
    .titleDescriptionLink>div.title ol a,
    .titleDescriptionLink>div.title ol b,
    .titleDescriptionLink>div.title ol i,
    .titleDescriptionLink>div.title ol span,
    .titleDescriptionLink>div.title ol u,
    .titleDescriptionLink>div.title p a,
    .titleDescriptionLink>div.title p b,
    .titleDescriptionLink>div.title p i,
    .titleDescriptionLink>div.title p span,
    .titleDescriptionLink>div.title p u,
    .titleDescriptionLink>div.title span a,
    .titleDescriptionLink>div.title span b,
    .titleDescriptionLink>div.title span i,
    .titleDescriptionLink>div.title span span,
    .titleDescriptionLink>div.title span u,
    .titleDescriptionLink>div.title u a,
    .titleDescriptionLink>div.title u b,
    .titleDescriptionLink>div.title u i,
    .titleDescriptionLink>div.title u span,
    .titleDescriptionLink>div.title u u,
    .titleDescriptionLink>div.title ul a,
    .titleDescriptionLink>div.title ul b,
    .titleDescriptionLink>div.title ul i,
    .titleDescriptionLink>div.title ul span,
    .titleDescriptionLink>div.title ul u,
    .titleDescriptionLink>h1.no-quote a a,
    .titleDescriptionLink>h1.no-quote a b,
    .titleDescriptionLink>h1.no-quote a i,
    .titleDescriptionLink>h1.no-quote a span,
    .titleDescriptionLink>h1.no-quote a u,
    .titleDescriptionLink>h1.no-quote b a,
    .titleDescriptionLink>h1.no-quote b b,
    .titleDescriptionLink>h1.no-quote b i,
    .titleDescriptionLink>h1.no-quote b span,
    .titleDescriptionLink>h1.no-quote b u,
    .titleDescriptionLink>h1.no-quote h1 a,
    .titleDescriptionLink>h1.no-quote h1 b,
    .titleDescriptionLink>h1.no-quote h1 i,
    .titleDescriptionLink>h1.no-quote h1 span,
    .titleDescriptionLink>h1.no-quote h1 u,
    .titleDescriptionLink>h1.no-quote h2 a,
    .titleDescriptionLink>h1.no-quote h2 b,
    .titleDescriptionLink>h1.no-quote h2 i,
    .titleDescriptionLink>h1.no-quote h2 span,
    .titleDescriptionLink>h1.no-quote h2 u,
    .titleDescriptionLink>h1.no-quote h3 a,
    .titleDescriptionLink>h1.no-quote h3 b,
    .titleDescriptionLink>h1.no-quote h3 i,
    .titleDescriptionLink>h1.no-quote h3 span,
    .titleDescriptionLink>h1.no-quote h3 u,
    .titleDescriptionLink>h1.no-quote i a,
    .titleDescriptionLink>h1.no-quote i b,
    .titleDescriptionLink>h1.no-quote i i,
    .titleDescriptionLink>h1.no-quote i span,
    .titleDescriptionLink>h1.no-quote i u,
    .titleDescriptionLink>h1.no-quote li a,
    .titleDescriptionLink>h1.no-quote li b,
    .titleDescriptionLink>h1.no-quote li i,
    .titleDescriptionLink>h1.no-quote li span,
    .titleDescriptionLink>h1.no-quote li u,
    .titleDescriptionLink>h1.no-quote ol a,
    .titleDescriptionLink>h1.no-quote ol b,
    .titleDescriptionLink>h1.no-quote ol i,
    .titleDescriptionLink>h1.no-quote ol span,
    .titleDescriptionLink>h1.no-quote ol u,
    .titleDescriptionLink>h1.no-quote p a,
    .titleDescriptionLink>h1.no-quote p b,
    .titleDescriptionLink>h1.no-quote p i,
    .titleDescriptionLink>h1.no-quote p span,
    .titleDescriptionLink>h1.no-quote p u,
    .titleDescriptionLink>h1.no-quote span a,
    .titleDescriptionLink>h1.no-quote span b,
    .titleDescriptionLink>h1.no-quote span i,
    .titleDescriptionLink>h1.no-quote span span,
    .titleDescriptionLink>h1.no-quote span u,
    .titleDescriptionLink>h1.no-quote u a,
    .titleDescriptionLink>h1.no-quote u b,
    .titleDescriptionLink>h1.no-quote u i,
    .titleDescriptionLink>h1.no-quote u span,
    .titleDescriptionLink>h1.no-quote u u,
    .titleDescriptionLink>h1.no-quote ul a,
    .titleDescriptionLink>h1.no-quote ul b,
    .titleDescriptionLink>h1.no-quote ul i,
    .titleDescriptionLink>h1.no-quote ul span,
    .titleDescriptionLink>h1.no-quote ul u,
    .titleDescriptionLink>h1.title a a,
    .titleDescriptionLink>h1.title a b,
    .titleDescriptionLink>h1.title a i,
    .titleDescriptionLink>h1.title a span,
    .titleDescriptionLink>h1.title a u,
    .titleDescriptionLink>h1.title b a,
    .titleDescriptionLink>h1.title b b,
    .titleDescriptionLink>h1.title b i,
    .titleDescriptionLink>h1.title b span,
    .titleDescriptionLink>h1.title b u,
    .titleDescriptionLink>h1.title h1 a,
    .titleDescriptionLink>h1.title h1 b,
    .titleDescriptionLink>h1.title h1 i,
    .titleDescriptionLink>h1.title h1 span,
    .titleDescriptionLink>h1.title h1 u,
    .titleDescriptionLink>h1.title h2 a,
    .titleDescriptionLink>h1.title h2 b,
    .titleDescriptionLink>h1.title h2 i,
    .titleDescriptionLink>h1.title h2 span,
    .titleDescriptionLink>h1.title h2 u,
    .titleDescriptionLink>h1.title h3 a,
    .titleDescriptionLink>h1.title h3 b,
    .titleDescriptionLink>h1.title h3 i,
    .titleDescriptionLink>h1.title h3 span,
    .titleDescriptionLink>h1.title h3 u,
    .titleDescriptionLink>h1.title i a,
    .titleDescriptionLink>h1.title i b,
    .titleDescriptionLink>h1.title i i,
    .titleDescriptionLink>h1.title i span,
    .titleDescriptionLink>h1.title i u,
    .titleDescriptionLink>h1.title li a,
    .titleDescriptionLink>h1.title li b,
    .titleDescriptionLink>h1.title li i,
    .titleDescriptionLink>h1.title li span,
    .titleDescriptionLink>h1.title li u,
    .titleDescriptionLink>h1.title ol a,
    .titleDescriptionLink>h1.title ol b,
    .titleDescriptionLink>h1.title ol i,
    .titleDescriptionLink>h1.title ol span,
    .titleDescriptionLink>h1.title ol u,
    .titleDescriptionLink>h1.title p a,
    .titleDescriptionLink>h1.title p b,
    .titleDescriptionLink>h1.title p i,
    .titleDescriptionLink>h1.title p span,
    .titleDescriptionLink>h1.title p u,
    .titleDescriptionLink>h1.title span a,
    .titleDescriptionLink>h1.title span b,
    .titleDescriptionLink>h1.title span i,
    .titleDescriptionLink>h1.title span span,
    .titleDescriptionLink>h1.title span u,
    .titleDescriptionLink>h1.title u a,
    .titleDescriptionLink>h1.title u b,
    .titleDescriptionLink>h1.title u i,
    .titleDescriptionLink>h1.title u span,
    .titleDescriptionLink>h1.title u u,
    .titleDescriptionLink>h1.title ul a,
    .titleDescriptionLink>h1.title ul b,
    .titleDescriptionLink>h1.title ul i,
    .titleDescriptionLink>h1.title ul span,
    .titleDescriptionLink>h1.title ul u,
    .titleDescriptionLink>h2.no-quote a a,
    .titleDescriptionLink>h2.no-quote a b,
    .titleDescriptionLink>h2.no-quote a i,
    .titleDescriptionLink>h2.no-quote a span,
    .titleDescriptionLink>h2.no-quote a u,
    .titleDescriptionLink>h2.no-quote b a,
    .titleDescriptionLink>h2.no-quote b b,
    .titleDescriptionLink>h2.no-quote b i,
    .titleDescriptionLink>h2.no-quote b span,
    .titleDescriptionLink>h2.no-quote b u,
    .titleDescriptionLink>h2.no-quote h1 a,
    .titleDescriptionLink>h2.no-quote h1 b,
    .titleDescriptionLink>h2.no-quote h1 i,
    .titleDescriptionLink>h2.no-quote h1 span,
    .titleDescriptionLink>h2.no-quote h1 u,
    .titleDescriptionLink>h2.no-quote h2 a,
    .titleDescriptionLink>h2.no-quote h2 b,
    .titleDescriptionLink>h2.no-quote h2 i,
    .titleDescriptionLink>h2.no-quote h2 span,
    .titleDescriptionLink>h2.no-quote h2 u,
    .titleDescriptionLink>h2.no-quote h3 a,
    .titleDescriptionLink>h2.no-quote h3 b,
    .titleDescriptionLink>h2.no-quote h3 i,
    .titleDescriptionLink>h2.no-quote h3 span,
    .titleDescriptionLink>h2.no-quote h3 u,
    .titleDescriptionLink>h2.no-quote i a,
    .titleDescriptionLink>h2.no-quote i b,
    .titleDescriptionLink>h2.no-quote i i,
    .titleDescriptionLink>h2.no-quote i span,
    .titleDescriptionLink>h2.no-quote i u,
    .titleDescriptionLink>h2.no-quote li a,
    .titleDescriptionLink>h2.no-quote li b,
    .titleDescriptionLink>h2.no-quote li i,
    .titleDescriptionLink>h2.no-quote li span,
    .titleDescriptionLink>h2.no-quote li u,
    .titleDescriptionLink>h2.no-quote ol a,
    .titleDescriptionLink>h2.no-quote ol b,
    .titleDescriptionLink>h2.no-quote ol i,
    .titleDescriptionLink>h2.no-quote ol span,
    .titleDescriptionLink>h2.no-quote ol u,
    .titleDescriptionLink>h2.no-quote p a,
    .titleDescriptionLink>h2.no-quote p b,
    .titleDescriptionLink>h2.no-quote p i,
    .titleDescriptionLink>h2.no-quote p span,
    .titleDescriptionLink>h2.no-quote p u,
    .titleDescriptionLink>h2.no-quote span a,
    .titleDescriptionLink>h2.no-quote span b,
    .titleDescriptionLink>h2.no-quote span i,
    .titleDescriptionLink>h2.no-quote span span,
    .titleDescriptionLink>h2.no-quote span u,
    .titleDescriptionLink>h2.no-quote u a,
    .titleDescriptionLink>h2.no-quote u b,
    .titleDescriptionLink>h2.no-quote u i,
    .titleDescriptionLink>h2.no-quote u span,
    .titleDescriptionLink>h2.no-quote u u,
    .titleDescriptionLink>h2.no-quote ul a,
    .titleDescriptionLink>h2.no-quote ul b,
    .titleDescriptionLink>h2.no-quote ul i,
    .titleDescriptionLink>h2.no-quote ul span,
    .titleDescriptionLink>h2.no-quote ul u,
    .titleDescriptionLink>h2.title a a,
    .titleDescriptionLink>h2.title a b,
    .titleDescriptionLink>h2.title a i,
    .titleDescriptionLink>h2.title a span,
    .titleDescriptionLink>h2.title a u,
    .titleDescriptionLink>h2.title b a,
    .titleDescriptionLink>h2.title b b,
    .titleDescriptionLink>h2.title b i,
    .titleDescriptionLink>h2.title b span,
    .titleDescriptionLink>h2.title b u,
    .titleDescriptionLink>h2.title h1 a,
    .titleDescriptionLink>h2.title h1 b,
    .titleDescriptionLink>h2.title h1 i,
    .titleDescriptionLink>h2.title h1 span,
    .titleDescriptionLink>h2.title h1 u,
    .titleDescriptionLink>h2.title h2 a,
    .titleDescriptionLink>h2.title h2 b,
    .titleDescriptionLink>h2.title h2 i,
    .titleDescriptionLink>h2.title h2 span,
    .titleDescriptionLink>h2.title h2 u,
    .titleDescriptionLink>h2.title h3 a,
    .titleDescriptionLink>h2.title h3 b,
    .titleDescriptionLink>h2.title h3 i,
    .titleDescriptionLink>h2.title h3 span,
    .titleDescriptionLink>h2.title h3 u,
    .titleDescriptionLink>h2.title i a,
    .titleDescriptionLink>h2.title i b,
    .titleDescriptionLink>h2.title i i,
    .titleDescriptionLink>h2.title i span,
    .titleDescriptionLink>h2.title i u,
    .titleDescriptionLink>h2.title li a,
    .titleDescriptionLink>h2.title li b,
    .titleDescriptionLink>h2.title li i,
    .titleDescriptionLink>h2.title li span,
    .titleDescriptionLink>h2.title li u,
    .titleDescriptionLink>h2.title ol a,
    .titleDescriptionLink>h2.title ol b,
    .titleDescriptionLink>h2.title ol i,
    .titleDescriptionLink>h2.title ol span,
    .titleDescriptionLink>h2.title ol u,
    .titleDescriptionLink>h2.title p a,
    .titleDescriptionLink>h2.title p b,
    .titleDescriptionLink>h2.title p i,
    .titleDescriptionLink>h2.title p span,
    .titleDescriptionLink>h2.title p u,
    .titleDescriptionLink>h2.title span a,
    .titleDescriptionLink>h2.title span b,
    .titleDescriptionLink>h2.title span i,
    .titleDescriptionLink>h2.title span span,
    .titleDescriptionLink>h2.title span u,
    .titleDescriptionLink>h2.title u a,
    .titleDescriptionLink>h2.title u b,
    .titleDescriptionLink>h2.title u i,
    .titleDescriptionLink>h2.title u span,
    .titleDescriptionLink>h2.title u u,
    .titleDescriptionLink>h2.title ul a,
    .titleDescriptionLink>h2.title ul b,
    .titleDescriptionLink>h2.title ul i,
    .titleDescriptionLink>h2.title ul span,
    .titleDescriptionLink>h2.title ul u,
    .titleDescriptionLink>h3.no-quote a a,
    .titleDescriptionLink>h3.no-quote a b,
    .titleDescriptionLink>h3.no-quote a i,
    .titleDescriptionLink>h3.no-quote a span,
    .titleDescriptionLink>h3.no-quote a u,
    .titleDescriptionLink>h3.no-quote b a,
    .titleDescriptionLink>h3.no-quote b b,
    .titleDescriptionLink>h3.no-quote b i,
    .titleDescriptionLink>h3.no-quote b span,
    .titleDescriptionLink>h3.no-quote b u,
    .titleDescriptionLink>h3.no-quote h1 a,
    .titleDescriptionLink>h3.no-quote h1 b,
    .titleDescriptionLink>h3.no-quote h1 i,
    .titleDescriptionLink>h3.no-quote h1 span,
    .titleDescriptionLink>h3.no-quote h1 u,
    .titleDescriptionLink>h3.no-quote h2 a,
    .titleDescriptionLink>h3.no-quote h2 b,
    .titleDescriptionLink>h3.no-quote h2 i,
    .titleDescriptionLink>h3.no-quote h2 span,
    .titleDescriptionLink>h3.no-quote h2 u,
    .titleDescriptionLink>h3.no-quote h3 a,
    .titleDescriptionLink>h3.no-quote h3 b,
    .titleDescriptionLink>h3.no-quote h3 i,
    .titleDescriptionLink>h3.no-quote h3 span,
    .titleDescriptionLink>h3.no-quote h3 u,
    .titleDescriptionLink>h3.no-quote i a,
    .titleDescriptionLink>h3.no-quote i b,
    .titleDescriptionLink>h3.no-quote i i,
    .titleDescriptionLink>h3.no-quote i span,
    .titleDescriptionLink>h3.no-quote i u,
    .titleDescriptionLink>h3.no-quote li a,
    .titleDescriptionLink>h3.no-quote li b,
    .titleDescriptionLink>h3.no-quote li i,
    .titleDescriptionLink>h3.no-quote li span,
    .titleDescriptionLink>h3.no-quote li u,
    .titleDescriptionLink>h3.no-quote ol a,
    .titleDescriptionLink>h3.no-quote ol b,
    .titleDescriptionLink>h3.no-quote ol i,
    .titleDescriptionLink>h3.no-quote ol span,
    .titleDescriptionLink>h3.no-quote ol u,
    .titleDescriptionLink>h3.no-quote p a,
    .titleDescriptionLink>h3.no-quote p b,
    .titleDescriptionLink>h3.no-quote p i,
    .titleDescriptionLink>h3.no-quote p span,
    .titleDescriptionLink>h3.no-quote p u,
    .titleDescriptionLink>h3.no-quote span a,
    .titleDescriptionLink>h3.no-quote span b,
    .titleDescriptionLink>h3.no-quote span i,
    .titleDescriptionLink>h3.no-quote span span,
    .titleDescriptionLink>h3.no-quote span u,
    .titleDescriptionLink>h3.no-quote u a,
    .titleDescriptionLink>h3.no-quote u b,
    .titleDescriptionLink>h3.no-quote u i,
    .titleDescriptionLink>h3.no-quote u span,
    .titleDescriptionLink>h3.no-quote u u,
    .titleDescriptionLink>h3.no-quote ul a,
    .titleDescriptionLink>h3.no-quote ul b,
    .titleDescriptionLink>h3.no-quote ul i,
    .titleDescriptionLink>h3.no-quote ul span,
    .titleDescriptionLink>h3.no-quote ul u,
    .titleDescriptionLink>h3.title a a,
    .titleDescriptionLink>h3.title a b,
    .titleDescriptionLink>h3.title a i,
    .titleDescriptionLink>h3.title a span,
    .titleDescriptionLink>h3.title a u,
    .titleDescriptionLink>h3.title b a,
    .titleDescriptionLink>h3.title b b,
    .titleDescriptionLink>h3.title b i,
    .titleDescriptionLink>h3.title b span,
    .titleDescriptionLink>h3.title b u,
    .titleDescriptionLink>h3.title h1 a,
    .titleDescriptionLink>h3.title h1 b,
    .titleDescriptionLink>h3.title h1 i,
    .titleDescriptionLink>h3.title h1 span,
    .titleDescriptionLink>h3.title h1 u,
    .titleDescriptionLink>h3.title h2 a,
    .titleDescriptionLink>h3.title h2 b,
    .titleDescriptionLink>h3.title h2 i,
    .titleDescriptionLink>h3.title h2 span,
    .titleDescriptionLink>h3.title h2 u,
    .titleDescriptionLink>h3.title h3 a,
    .titleDescriptionLink>h3.title h3 b,
    .titleDescriptionLink>h3.title h3 i,
    .titleDescriptionLink>h3.title h3 span,
    .titleDescriptionLink>h3.title h3 u,
    .titleDescriptionLink>h3.title i a,
    .titleDescriptionLink>h3.title i b,
    .titleDescriptionLink>h3.title i i,
    .titleDescriptionLink>h3.title i span,
    .titleDescriptionLink>h3.title i u,
    .titleDescriptionLink>h3.title li a,
    .titleDescriptionLink>h3.title li b,
    .titleDescriptionLink>h3.title li i,
    .titleDescriptionLink>h3.title li span,
    .titleDescriptionLink>h3.title li u,
    .titleDescriptionLink>h3.title ol a,
    .titleDescriptionLink>h3.title ol b,
    .titleDescriptionLink>h3.title ol i,
    .titleDescriptionLink>h3.title ol span,
    .titleDescriptionLink>h3.title ol u,
    .titleDescriptionLink>h3.title p a,
    .titleDescriptionLink>h3.title p b,
    .titleDescriptionLink>h3.title p i,
    .titleDescriptionLink>h3.title p span,
    .titleDescriptionLink>h3.title p u,
    .titleDescriptionLink>h3.title span a,
    .titleDescriptionLink>h3.title span b,
    .titleDescriptionLink>h3.title span i,
    .titleDescriptionLink>h3.title span span,
    .titleDescriptionLink>h3.title span u,
    .titleDescriptionLink>h3.title u a,
    .titleDescriptionLink>h3.title u b,
    .titleDescriptionLink>h3.title u i,
    .titleDescriptionLink>h3.title u span,
    .titleDescriptionLink>h3.title u u,
    .titleDescriptionLink>h3.title ul a,
    .titleDescriptionLink>h3.title ul b,
    .titleDescriptionLink>h3.title ul i,
    .titleDescriptionLink>h3.title ul span,
    .titleDescriptionLink>h3.title ul u,
    .titleDescriptionLink>h4.no-quote a a,
    .titleDescriptionLink>h4.no-quote a b,
    .titleDescriptionLink>h4.no-quote a i,
    .titleDescriptionLink>h4.no-quote a span,
    .titleDescriptionLink>h4.no-quote a u,
    .titleDescriptionLink>h4.no-quote b a,
    .titleDescriptionLink>h4.no-quote b b,
    .titleDescriptionLink>h4.no-quote b i,
    .titleDescriptionLink>h4.no-quote b span,
    .titleDescriptionLink>h4.no-quote b u,
    .titleDescriptionLink>h4.no-quote h1 a,
    .titleDescriptionLink>h4.no-quote h1 b,
    .titleDescriptionLink>h4.no-quote h1 i,
    .titleDescriptionLink>h4.no-quote h1 span,
    .titleDescriptionLink>h4.no-quote h1 u,
    .titleDescriptionLink>h4.no-quote h2 a,
    .titleDescriptionLink>h4.no-quote h2 b,
    .titleDescriptionLink>h4.no-quote h2 i,
    .titleDescriptionLink>h4.no-quote h2 span,
    .titleDescriptionLink>h4.no-quote h2 u,
    .titleDescriptionLink>h4.no-quote h3 a,
    .titleDescriptionLink>h4.no-quote h3 b,
    .titleDescriptionLink>h4.no-quote h3 i,
    .titleDescriptionLink>h4.no-quote h3 span,
    .titleDescriptionLink>h4.no-quote h3 u,
    .titleDescriptionLink>h4.no-quote i a,
    .titleDescriptionLink>h4.no-quote i b,
    .titleDescriptionLink>h4.no-quote i i,
    .titleDescriptionLink>h4.no-quote i span,
    .titleDescriptionLink>h4.no-quote i u,
    .titleDescriptionLink>h4.no-quote li a,
    .titleDescriptionLink>h4.no-quote li b,
    .titleDescriptionLink>h4.no-quote li i,
    .titleDescriptionLink>h4.no-quote li span,
    .titleDescriptionLink>h4.no-quote li u,
    .titleDescriptionLink>h4.no-quote ol a,
    .titleDescriptionLink>h4.no-quote ol b,
    .titleDescriptionLink>h4.no-quote ol i,
    .titleDescriptionLink>h4.no-quote ol span,
    .titleDescriptionLink>h4.no-quote ol u,
    .titleDescriptionLink>h4.no-quote p a,
    .titleDescriptionLink>h4.no-quote p b,
    .titleDescriptionLink>h4.no-quote p i,
    .titleDescriptionLink>h4.no-quote p span,
    .titleDescriptionLink>h4.no-quote p u,
    .titleDescriptionLink>h4.no-quote span a,
    .titleDescriptionLink>h4.no-quote span b,
    .titleDescriptionLink>h4.no-quote span i,
    .titleDescriptionLink>h4.no-quote span span,
    .titleDescriptionLink>h4.no-quote span u,
    .titleDescriptionLink>h4.no-quote u a,
    .titleDescriptionLink>h4.no-quote u b,
    .titleDescriptionLink>h4.no-quote u i,
    .titleDescriptionLink>h4.no-quote u span,
    .titleDescriptionLink>h4.no-quote u u,
    .titleDescriptionLink>h4.no-quote ul a,
    .titleDescriptionLink>h4.no-quote ul b,
    .titleDescriptionLink>h4.no-quote ul i,
    .titleDescriptionLink>h4.no-quote ul span,
    .titleDescriptionLink>h4.no-quote ul u,
    .titleDescriptionLink>h4.title a a,
    .titleDescriptionLink>h4.title a b,
    .titleDescriptionLink>h4.title a i,
    .titleDescriptionLink>h4.title a span,
    .titleDescriptionLink>h4.title a u,
    .titleDescriptionLink>h4.title b a,
    .titleDescriptionLink>h4.title b b,
    .titleDescriptionLink>h4.title b i,
    .titleDescriptionLink>h4.title b span,
    .titleDescriptionLink>h4.title b u,
    .titleDescriptionLink>h4.title h1 a,
    .titleDescriptionLink>h4.title h1 b,
    .titleDescriptionLink>h4.title h1 i,
    .titleDescriptionLink>h4.title h1 span,
    .titleDescriptionLink>h4.title h1 u,
    .titleDescriptionLink>h4.title h2 a,
    .titleDescriptionLink>h4.title h2 b,
    .titleDescriptionLink>h4.title h2 i,
    .titleDescriptionLink>h4.title h2 span,
    .titleDescriptionLink>h4.title h2 u,
    .titleDescriptionLink>h4.title h3 a,
    .titleDescriptionLink>h4.title h3 b,
    .titleDescriptionLink>h4.title h3 i,
    .titleDescriptionLink>h4.title h3 span,
    .titleDescriptionLink>h4.title h3 u,
    .titleDescriptionLink>h4.title i a,
    .titleDescriptionLink>h4.title i b,
    .titleDescriptionLink>h4.title i i,
    .titleDescriptionLink>h4.title i span,
    .titleDescriptionLink>h4.title i u,
    .titleDescriptionLink>h4.title li a,
    .titleDescriptionLink>h4.title li b,
    .titleDescriptionLink>h4.title li i,
    .titleDescriptionLink>h4.title li span,
    .titleDescriptionLink>h4.title li u,
    .titleDescriptionLink>h4.title ol a,
    .titleDescriptionLink>h4.title ol b,
    .titleDescriptionLink>h4.title ol i,
    .titleDescriptionLink>h4.title ol span,
    .titleDescriptionLink>h4.title ol u,
    .titleDescriptionLink>h4.title p a,
    .titleDescriptionLink>h4.title p b,
    .titleDescriptionLink>h4.title p i,
    .titleDescriptionLink>h4.title p span,
    .titleDescriptionLink>h4.title p u,
    .titleDescriptionLink>h4.title span a,
    .titleDescriptionLink>h4.title span b,
    .titleDescriptionLink>h4.title span i,
    .titleDescriptionLink>h4.title span span,
    .titleDescriptionLink>h4.title span u,
    .titleDescriptionLink>h4.title u a,
    .titleDescriptionLink>h4.title u b,
    .titleDescriptionLink>h4.title u i,
    .titleDescriptionLink>h4.title u span,
    .titleDescriptionLink>h4.title u u,
    .titleDescriptionLink>h4.title ul a,
    .titleDescriptionLink>h4.title ul b,
    .titleDescriptionLink>h4.title ul i,
    .titleDescriptionLink>h4.title ul span,
    .titleDescriptionLink>h4.title ul u,
    .titleDescriptionLink>h5.no-quote a a,
    .titleDescriptionLink>h5.no-quote a b,
    .titleDescriptionLink>h5.no-quote a i,
    .titleDescriptionLink>h5.no-quote a span,
    .titleDescriptionLink>h5.no-quote a u,
    .titleDescriptionLink>h5.no-quote b a,
    .titleDescriptionLink>h5.no-quote b b,
    .titleDescriptionLink>h5.no-quote b i,
    .titleDescriptionLink>h5.no-quote b span,
    .titleDescriptionLink>h5.no-quote b u,
    .titleDescriptionLink>h5.no-quote h1 a,
    .titleDescriptionLink>h5.no-quote h1 b,
    .titleDescriptionLink>h5.no-quote h1 i,
    .titleDescriptionLink>h5.no-quote h1 span,
    .titleDescriptionLink>h5.no-quote h1 u,
    .titleDescriptionLink>h5.no-quote h2 a,
    .titleDescriptionLink>h5.no-quote h2 b,
    .titleDescriptionLink>h5.no-quote h2 i,
    .titleDescriptionLink>h5.no-quote h2 span,
    .titleDescriptionLink>h5.no-quote h2 u,
    .titleDescriptionLink>h5.no-quote h3 a,
    .titleDescriptionLink>h5.no-quote h3 b,
    .titleDescriptionLink>h5.no-quote h3 i,
    .titleDescriptionLink>h5.no-quote h3 span,
    .titleDescriptionLink>h5.no-quote h3 u,
    .titleDescriptionLink>h5.no-quote i a,
    .titleDescriptionLink>h5.no-quote i b,
    .titleDescriptionLink>h5.no-quote i i,
    .titleDescriptionLink>h5.no-quote i span,
    .titleDescriptionLink>h5.no-quote i u,
    .titleDescriptionLink>h5.no-quote li a,
    .titleDescriptionLink>h5.no-quote li b,
    .titleDescriptionLink>h5.no-quote li i,
    .titleDescriptionLink>h5.no-quote li span,
    .titleDescriptionLink>h5.no-quote li u,
    .titleDescriptionLink>h5.no-quote ol a,
    .titleDescriptionLink>h5.no-quote ol b,
    .titleDescriptionLink>h5.no-quote ol i,
    .titleDescriptionLink>h5.no-quote ol span,
    .titleDescriptionLink>h5.no-quote ol u,
    .titleDescriptionLink>h5.no-quote p a,
    .titleDescriptionLink>h5.no-quote p b,
    .titleDescriptionLink>h5.no-quote p i,
    .titleDescriptionLink>h5.no-quote p span,
    .titleDescriptionLink>h5.no-quote p u,
    .titleDescriptionLink>h5.no-quote span a,
    .titleDescriptionLink>h5.no-quote span b,
    .titleDescriptionLink>h5.no-quote span i,
    .titleDescriptionLink>h5.no-quote span span,
    .titleDescriptionLink>h5.no-quote span u,
    .titleDescriptionLink>h5.no-quote u a,
    .titleDescriptionLink>h5.no-quote u b,
    .titleDescriptionLink>h5.no-quote u i,
    .titleDescriptionLink>h5.no-quote u span,
    .titleDescriptionLink>h5.no-quote u u,
    .titleDescriptionLink>h5.no-quote ul a,
    .titleDescriptionLink>h5.no-quote ul b,
    .titleDescriptionLink>h5.no-quote ul i,
    .titleDescriptionLink>h5.no-quote ul span,
    .titleDescriptionLink>h5.no-quote ul u,
    .titleDescriptionLink>h5.title a a,
    .titleDescriptionLink>h5.title a b,
    .titleDescriptionLink>h5.title a i,
    .titleDescriptionLink>h5.title a span,
    .titleDescriptionLink>h5.title a u,
    .titleDescriptionLink>h5.title b a,
    .titleDescriptionLink>h5.title b b,
    .titleDescriptionLink>h5.title b i,
    .titleDescriptionLink>h5.title b span,
    .titleDescriptionLink>h5.title b u,
    .titleDescriptionLink>h5.title h1 a,
    .titleDescriptionLink>h5.title h1 b,
    .titleDescriptionLink>h5.title h1 i,
    .titleDescriptionLink>h5.title h1 span,
    .titleDescriptionLink>h5.title h1 u,
    .titleDescriptionLink>h5.title h2 a,
    .titleDescriptionLink>h5.title h2 b,
    .titleDescriptionLink>h5.title h2 i,
    .titleDescriptionLink>h5.title h2 span,
    .titleDescriptionLink>h5.title h2 u,
    .titleDescriptionLink>h5.title h3 a,
    .titleDescriptionLink>h5.title h3 b,
    .titleDescriptionLink>h5.title h3 i,
    .titleDescriptionLink>h5.title h3 span,
    .titleDescriptionLink>h5.title h3 u,
    .titleDescriptionLink>h5.title i a,
    .titleDescriptionLink>h5.title i b,
    .titleDescriptionLink>h5.title i i,
    .titleDescriptionLink>h5.title i span,
    .titleDescriptionLink>h5.title i u,
    .titleDescriptionLink>h5.title li a,
    .titleDescriptionLink>h5.title li b,
    .titleDescriptionLink>h5.title li i,
    .titleDescriptionLink>h5.title li span,
    .titleDescriptionLink>h5.title li u,
    .titleDescriptionLink>h5.title ol a,
    .titleDescriptionLink>h5.title ol b,
    .titleDescriptionLink>h5.title ol i,
    .titleDescriptionLink>h5.title ol span,
    .titleDescriptionLink>h5.title ol u,
    .titleDescriptionLink>h5.title p a,
    .titleDescriptionLink>h5.title p b,
    .titleDescriptionLink>h5.title p i,
    .titleDescriptionLink>h5.title p span,
    .titleDescriptionLink>h5.title p u,
    .titleDescriptionLink>h5.title span a,
    .titleDescriptionLink>h5.title span b,
    .titleDescriptionLink>h5.title span i,
    .titleDescriptionLink>h5.title span span,
    .titleDescriptionLink>h5.title span u,
    .titleDescriptionLink>h5.title u a,
    .titleDescriptionLink>h5.title u b,
    .titleDescriptionLink>h5.title u i,
    .titleDescriptionLink>h5.title u span,
    .titleDescriptionLink>h5.title u u,
    .titleDescriptionLink>h5.title ul a,
    .titleDescriptionLink>h5.title ul b,
    .titleDescriptionLink>h5.title ul i,
    .titleDescriptionLink>h5.title ul span,
    .titleDescriptionLink>h5.title ul u,
    .titleDescriptionLink>h6.no-quote a a,
    .titleDescriptionLink>h6.no-quote a b,
    .titleDescriptionLink>h6.no-quote a i,
    .titleDescriptionLink>h6.no-quote a span,
    .titleDescriptionLink>h6.no-quote a u,
    .titleDescriptionLink>h6.no-quote b a,
    .titleDescriptionLink>h6.no-quote b b,
    .titleDescriptionLink>h6.no-quote b i,
    .titleDescriptionLink>h6.no-quote b span,
    .titleDescriptionLink>h6.no-quote b u,
    .titleDescriptionLink>h6.no-quote h1 a,
    .titleDescriptionLink>h6.no-quote h1 b,
    .titleDescriptionLink>h6.no-quote h1 i,
    .titleDescriptionLink>h6.no-quote h1 span,
    .titleDescriptionLink>h6.no-quote h1 u,
    .titleDescriptionLink>h6.no-quote h2 a,
    .titleDescriptionLink>h6.no-quote h2 b,
    .titleDescriptionLink>h6.no-quote h2 i,
    .titleDescriptionLink>h6.no-quote h2 span,
    .titleDescriptionLink>h6.no-quote h2 u,
    .titleDescriptionLink>h6.no-quote h3 a,
    .titleDescriptionLink>h6.no-quote h3 b,
    .titleDescriptionLink>h6.no-quote h3 i,
    .titleDescriptionLink>h6.no-quote h3 span,
    .titleDescriptionLink>h6.no-quote h3 u,
    .titleDescriptionLink>h6.no-quote i a,
    .titleDescriptionLink>h6.no-quote i b,
    .titleDescriptionLink>h6.no-quote i i,
    .titleDescriptionLink>h6.no-quote i span,
    .titleDescriptionLink>h6.no-quote i u,
    .titleDescriptionLink>h6.no-quote li a,
    .titleDescriptionLink>h6.no-quote li b,
    .titleDescriptionLink>h6.no-quote li i,
    .titleDescriptionLink>h6.no-quote li span,
    .titleDescriptionLink>h6.no-quote li u,
    .titleDescriptionLink>h6.no-quote ol a,
    .titleDescriptionLink>h6.no-quote ol b,
    .titleDescriptionLink>h6.no-quote ol i,
    .titleDescriptionLink>h6.no-quote ol span,
    .titleDescriptionLink>h6.no-quote ol u,
    .titleDescriptionLink>h6.no-quote p a,
    .titleDescriptionLink>h6.no-quote p b,
    .titleDescriptionLink>h6.no-quote p i,
    .titleDescriptionLink>h6.no-quote p span,
    .titleDescriptionLink>h6.no-quote p u,
    .titleDescriptionLink>h6.no-quote span a,
    .titleDescriptionLink>h6.no-quote span b,
    .titleDescriptionLink>h6.no-quote span i,
    .titleDescriptionLink>h6.no-quote span span,
    .titleDescriptionLink>h6.no-quote span u,
    .titleDescriptionLink>h6.no-quote u a,
    .titleDescriptionLink>h6.no-quote u b,
    .titleDescriptionLink>h6.no-quote u i,
    .titleDescriptionLink>h6.no-quote u span,
    .titleDescriptionLink>h6.no-quote u u,
    .titleDescriptionLink>h6.no-quote ul a,
    .titleDescriptionLink>h6.no-quote ul b,
    .titleDescriptionLink>h6.no-quote ul i,
    .titleDescriptionLink>h6.no-quote ul span,
    .titleDescriptionLink>h6.no-quote ul u,
    .titleDescriptionLink>h6.title a a,
    .titleDescriptionLink>h6.title a b,
    .titleDescriptionLink>h6.title a i,
    .titleDescriptionLink>h6.title a span,
    .titleDescriptionLink>h6.title a u,
    .titleDescriptionLink>h6.title b a,
    .titleDescriptionLink>h6.title b b,
    .titleDescriptionLink>h6.title b i,
    .titleDescriptionLink>h6.title b span,
    .titleDescriptionLink>h6.title b u,
    .titleDescriptionLink>h6.title h1 a,
    .titleDescriptionLink>h6.title h1 b,
    .titleDescriptionLink>h6.title h1 i,
    .titleDescriptionLink>h6.title h1 span,
    .titleDescriptionLink>h6.title h1 u,
    .titleDescriptionLink>h6.title h2 a,
    .titleDescriptionLink>h6.title h2 b,
    .titleDescriptionLink>h6.title h2 i,
    .titleDescriptionLink>h6.title h2 span,
    .titleDescriptionLink>h6.title h2 u,
    .titleDescriptionLink>h6.title h3 a,
    .titleDescriptionLink>h6.title h3 b,
    .titleDescriptionLink>h6.title h3 i,
    .titleDescriptionLink>h6.title h3 span,
    .titleDescriptionLink>h6.title h3 u,
    .titleDescriptionLink>h6.title i a,
    .titleDescriptionLink>h6.title i b,
    .titleDescriptionLink>h6.title i i,
    .titleDescriptionLink>h6.title i span,
    .titleDescriptionLink>h6.title i u,
    .titleDescriptionLink>h6.title li a,
    .titleDescriptionLink>h6.title li b,
    .titleDescriptionLink>h6.title li i,
    .titleDescriptionLink>h6.title li span,
    .titleDescriptionLink>h6.title li u,
    .titleDescriptionLink>h6.title ol a,
    .titleDescriptionLink>h6.title ol b,
    .titleDescriptionLink>h6.title ol i,
    .titleDescriptionLink>h6.title ol span,
    .titleDescriptionLink>h6.title ol u,
    .titleDescriptionLink>h6.title p a,
    .titleDescriptionLink>h6.title p b,
    .titleDescriptionLink>h6.title p i,
    .titleDescriptionLink>h6.title p span,
    .titleDescriptionLink>h6.title p u,
    .titleDescriptionLink>h6.title span a,
    .titleDescriptionLink>h6.title span b,
    .titleDescriptionLink>h6.title span i,
    .titleDescriptionLink>h6.title span span,
    .titleDescriptionLink>h6.title span u,
    .titleDescriptionLink>h6.title u a,
    .titleDescriptionLink>h6.title u b,
    .titleDescriptionLink>h6.title u i,
    .titleDescriptionLink>h6.title u span,
    .titleDescriptionLink>h6.title u u,
    .titleDescriptionLink>h6.title ul a,
    .titleDescriptionLink>h6.title ul b,
    .titleDescriptionLink>h6.title ul i,
    .titleDescriptionLink>h6.title ul span,
    .titleDescriptionLink>h6.title ul u,
    .titleDescriptionLink>i.no-quote a a,
    .titleDescriptionLink>i.no-quote a b,
    .titleDescriptionLink>i.no-quote a i,
    .titleDescriptionLink>i.no-quote a span,
    .titleDescriptionLink>i.no-quote a u,
    .titleDescriptionLink>i.no-quote b a,
    .titleDescriptionLink>i.no-quote b b,
    .titleDescriptionLink>i.no-quote b i,
    .titleDescriptionLink>i.no-quote b span,
    .titleDescriptionLink>i.no-quote b u,
    .titleDescriptionLink>i.no-quote h1 a,
    .titleDescriptionLink>i.no-quote h1 b,
    .titleDescriptionLink>i.no-quote h1 i,
    .titleDescriptionLink>i.no-quote h1 span,
    .titleDescriptionLink>i.no-quote h1 u,
    .titleDescriptionLink>i.no-quote h2 a,
    .titleDescriptionLink>i.no-quote h2 b,
    .titleDescriptionLink>i.no-quote h2 i,
    .titleDescriptionLink>i.no-quote h2 span,
    .titleDescriptionLink>i.no-quote h2 u,
    .titleDescriptionLink>i.no-quote h3 a,
    .titleDescriptionLink>i.no-quote h3 b,
    .titleDescriptionLink>i.no-quote h3 i,
    .titleDescriptionLink>i.no-quote h3 span,
    .titleDescriptionLink>i.no-quote h3 u,
    .titleDescriptionLink>i.no-quote i a,
    .titleDescriptionLink>i.no-quote i b,
    .titleDescriptionLink>i.no-quote i i,
    .titleDescriptionLink>i.no-quote i span,
    .titleDescriptionLink>i.no-quote i u,
    .titleDescriptionLink>i.no-quote li a,
    .titleDescriptionLink>i.no-quote li b,
    .titleDescriptionLink>i.no-quote li i,
    .titleDescriptionLink>i.no-quote li span,
    .titleDescriptionLink>i.no-quote li u,
    .titleDescriptionLink>i.no-quote ol a,
    .titleDescriptionLink>i.no-quote ol b,
    .titleDescriptionLink>i.no-quote ol i,
    .titleDescriptionLink>i.no-quote ol span,
    .titleDescriptionLink>i.no-quote ol u,
    .titleDescriptionLink>i.no-quote p a,
    .titleDescriptionLink>i.no-quote p b,
    .titleDescriptionLink>i.no-quote p i,
    .titleDescriptionLink>i.no-quote p span,
    .titleDescriptionLink>i.no-quote p u,
    .titleDescriptionLink>i.no-quote span a,
    .titleDescriptionLink>i.no-quote span b,
    .titleDescriptionLink>i.no-quote span i,
    .titleDescriptionLink>i.no-quote span span,
    .titleDescriptionLink>i.no-quote span u,
    .titleDescriptionLink>i.no-quote u a,
    .titleDescriptionLink>i.no-quote u b,
    .titleDescriptionLink>i.no-quote u i,
    .titleDescriptionLink>i.no-quote u span,
    .titleDescriptionLink>i.no-quote u u,
    .titleDescriptionLink>i.no-quote ul a,
    .titleDescriptionLink>i.no-quote ul b,
    .titleDescriptionLink>i.no-quote ul i,
    .titleDescriptionLink>i.no-quote ul span,
    .titleDescriptionLink>i.no-quote ul u,
    .titleDescriptionLink>i.title a a,
    .titleDescriptionLink>i.title a b,
    .titleDescriptionLink>i.title a i,
    .titleDescriptionLink>i.title a span,
    .titleDescriptionLink>i.title a u,
    .titleDescriptionLink>i.title b a,
    .titleDescriptionLink>i.title b b,
    .titleDescriptionLink>i.title b i,
    .titleDescriptionLink>i.title b span,
    .titleDescriptionLink>i.title b u,
    .titleDescriptionLink>i.title h1 a,
    .titleDescriptionLink>i.title h1 b,
    .titleDescriptionLink>i.title h1 i,
    .titleDescriptionLink>i.title h1 span,
    .titleDescriptionLink>i.title h1 u,
    .titleDescriptionLink>i.title h2 a,
    .titleDescriptionLink>i.title h2 b,
    .titleDescriptionLink>i.title h2 i,
    .titleDescriptionLink>i.title h2 span,
    .titleDescriptionLink>i.title h2 u,
    .titleDescriptionLink>i.title h3 a,
    .titleDescriptionLink>i.title h3 b,
    .titleDescriptionLink>i.title h3 i,
    .titleDescriptionLink>i.title h3 span,
    .titleDescriptionLink>i.title h3 u,
    .titleDescriptionLink>i.title i a,
    .titleDescriptionLink>i.title i b,
    .titleDescriptionLink>i.title i i,
    .titleDescriptionLink>i.title i span,
    .titleDescriptionLink>i.title i u,
    .titleDescriptionLink>i.title li a,
    .titleDescriptionLink>i.title li b,
    .titleDescriptionLink>i.title li i,
    .titleDescriptionLink>i.title li span,
    .titleDescriptionLink>i.title li u,
    .titleDescriptionLink>i.title ol a,
    .titleDescriptionLink>i.title ol b,
    .titleDescriptionLink>i.title ol i,
    .titleDescriptionLink>i.title ol span,
    .titleDescriptionLink>i.title ol u,
    .titleDescriptionLink>i.title p a,
    .titleDescriptionLink>i.title p b,
    .titleDescriptionLink>i.title p i,
    .titleDescriptionLink>i.title p span,
    .titleDescriptionLink>i.title p u,
    .titleDescriptionLink>i.title span a,
    .titleDescriptionLink>i.title span b,
    .titleDescriptionLink>i.title span i,
    .titleDescriptionLink>i.title span span,
    .titleDescriptionLink>i.title span u,
    .titleDescriptionLink>i.title u a,
    .titleDescriptionLink>i.title u b,
    .titleDescriptionLink>i.title u i,
    .titleDescriptionLink>i.title u span,
    .titleDescriptionLink>i.title u u,
    .titleDescriptionLink>i.title ul a,
    .titleDescriptionLink>i.title ul b,
    .titleDescriptionLink>i.title ul i,
    .titleDescriptionLink>i.title ul span,
    .titleDescriptionLink>i.title ul u,
    .titleDescriptionLink>li.no-quote a a,
    .titleDescriptionLink>li.no-quote a b,
    .titleDescriptionLink>li.no-quote a i,
    .titleDescriptionLink>li.no-quote a span,
    .titleDescriptionLink>li.no-quote a u,
    .titleDescriptionLink>li.no-quote b a,
    .titleDescriptionLink>li.no-quote b b,
    .titleDescriptionLink>li.no-quote b i,
    .titleDescriptionLink>li.no-quote b span,
    .titleDescriptionLink>li.no-quote b u,
    .titleDescriptionLink>li.no-quote h1 a,
    .titleDescriptionLink>li.no-quote h1 b,
    .titleDescriptionLink>li.no-quote h1 i,
    .titleDescriptionLink>li.no-quote h1 span,
    .titleDescriptionLink>li.no-quote h1 u,
    .titleDescriptionLink>li.no-quote h2 a,
    .titleDescriptionLink>li.no-quote h2 b,
    .titleDescriptionLink>li.no-quote h2 i,
    .titleDescriptionLink>li.no-quote h2 span,
    .titleDescriptionLink>li.no-quote h2 u,
    .titleDescriptionLink>li.no-quote h3 a,
    .titleDescriptionLink>li.no-quote h3 b,
    .titleDescriptionLink>li.no-quote h3 i,
    .titleDescriptionLink>li.no-quote h3 span,
    .titleDescriptionLink>li.no-quote h3 u,
    .titleDescriptionLink>li.no-quote i a,
    .titleDescriptionLink>li.no-quote i b,
    .titleDescriptionLink>li.no-quote i i,
    .titleDescriptionLink>li.no-quote i span,
    .titleDescriptionLink>li.no-quote i u,
    .titleDescriptionLink>li.no-quote li a,
    .titleDescriptionLink>li.no-quote li b,
    .titleDescriptionLink>li.no-quote li i,
    .titleDescriptionLink>li.no-quote li span,
    .titleDescriptionLink>li.no-quote li u,
    .titleDescriptionLink>li.no-quote ol a,
    .titleDescriptionLink>li.no-quote ol b,
    .titleDescriptionLink>li.no-quote ol i,
    .titleDescriptionLink>li.no-quote ol span,
    .titleDescriptionLink>li.no-quote ol u,
    .titleDescriptionLink>li.no-quote p a,
    .titleDescriptionLink>li.no-quote p b,
    .titleDescriptionLink>li.no-quote p i,
    .titleDescriptionLink>li.no-quote p span,
    .titleDescriptionLink>li.no-quote p u,
    .titleDescriptionLink>li.no-quote span a,
    .titleDescriptionLink>li.no-quote span b,
    .titleDescriptionLink>li.no-quote span i,
    .titleDescriptionLink>li.no-quote span span,
    .titleDescriptionLink>li.no-quote span u,
    .titleDescriptionLink>li.no-quote u a,
    .titleDescriptionLink>li.no-quote u b,
    .titleDescriptionLink>li.no-quote u i,
    .titleDescriptionLink>li.no-quote u span,
    .titleDescriptionLink>li.no-quote u u,
    .titleDescriptionLink>li.no-quote ul a,
    .titleDescriptionLink>li.no-quote ul b,
    .titleDescriptionLink>li.no-quote ul i,
    .titleDescriptionLink>li.no-quote ul span,
    .titleDescriptionLink>li.no-quote ul u,
    .titleDescriptionLink>li.title a a,
    .titleDescriptionLink>li.title a b,
    .titleDescriptionLink>li.title a i,
    .titleDescriptionLink>li.title a span,
    .titleDescriptionLink>li.title a u,
    .titleDescriptionLink>li.title b a,
    .titleDescriptionLink>li.title b b,
    .titleDescriptionLink>li.title b i,
    .titleDescriptionLink>li.title b span,
    .titleDescriptionLink>li.title b u,
    .titleDescriptionLink>li.title h1 a,
    .titleDescriptionLink>li.title h1 b,
    .titleDescriptionLink>li.title h1 i,
    .titleDescriptionLink>li.title h1 span,
    .titleDescriptionLink>li.title h1 u,
    .titleDescriptionLink>li.title h2 a,
    .titleDescriptionLink>li.title h2 b,
    .titleDescriptionLink>li.title h2 i,
    .titleDescriptionLink>li.title h2 span,
    .titleDescriptionLink>li.title h2 u,
    .titleDescriptionLink>li.title h3 a,
    .titleDescriptionLink>li.title h3 b,
    .titleDescriptionLink>li.title h3 i,
    .titleDescriptionLink>li.title h3 span,
    .titleDescriptionLink>li.title h3 u,
    .titleDescriptionLink>li.title i a,
    .titleDescriptionLink>li.title i b,
    .titleDescriptionLink>li.title i i,
    .titleDescriptionLink>li.title i span,
    .titleDescriptionLink>li.title i u,
    .titleDescriptionLink>li.title li a,
    .titleDescriptionLink>li.title li b,
    .titleDescriptionLink>li.title li i,
    .titleDescriptionLink>li.title li span,
    .titleDescriptionLink>li.title li u,
    .titleDescriptionLink>li.title ol a,
    .titleDescriptionLink>li.title ol b,
    .titleDescriptionLink>li.title ol i,
    .titleDescriptionLink>li.title ol span,
    .titleDescriptionLink>li.title ol u,
    .titleDescriptionLink>li.title p a,
    .titleDescriptionLink>li.title p b,
    .titleDescriptionLink>li.title p i,
    .titleDescriptionLink>li.title p span,
    .titleDescriptionLink>li.title p u,
    .titleDescriptionLink>li.title span a,
    .titleDescriptionLink>li.title span b,
    .titleDescriptionLink>li.title span i,
    .titleDescriptionLink>li.title span span,
    .titleDescriptionLink>li.title span u,
    .titleDescriptionLink>li.title u a,
    .titleDescriptionLink>li.title u b,
    .titleDescriptionLink>li.title u i,
    .titleDescriptionLink>li.title u span,
    .titleDescriptionLink>li.title u u,
    .titleDescriptionLink>li.title ul a,
    .titleDescriptionLink>li.title ul b,
    .titleDescriptionLink>li.title ul i,
    .titleDescriptionLink>li.title ul span,
    .titleDescriptionLink>li.title ul u,
    .titleDescriptionLink>ol.no-quote a a,
    .titleDescriptionLink>ol.no-quote a b,
    .titleDescriptionLink>ol.no-quote a i,
    .titleDescriptionLink>ol.no-quote a span,
    .titleDescriptionLink>ol.no-quote a u,
    .titleDescriptionLink>ol.no-quote b a,
    .titleDescriptionLink>ol.no-quote b b,
    .titleDescriptionLink>ol.no-quote b i,
    .titleDescriptionLink>ol.no-quote b span,
    .titleDescriptionLink>ol.no-quote b u,
    .titleDescriptionLink>ol.no-quote h1 a,
    .titleDescriptionLink>ol.no-quote h1 b,
    .titleDescriptionLink>ol.no-quote h1 i,
    .titleDescriptionLink>ol.no-quote h1 span,
    .titleDescriptionLink>ol.no-quote h1 u,
    .titleDescriptionLink>ol.no-quote h2 a,
    .titleDescriptionLink>ol.no-quote h2 b,
    .titleDescriptionLink>ol.no-quote h2 i,
    .titleDescriptionLink>ol.no-quote h2 span,
    .titleDescriptionLink>ol.no-quote h2 u,
    .titleDescriptionLink>ol.no-quote h3 a,
    .titleDescriptionLink>ol.no-quote h3 b,
    .titleDescriptionLink>ol.no-quote h3 i,
    .titleDescriptionLink>ol.no-quote h3 span,
    .titleDescriptionLink>ol.no-quote h3 u,
    .titleDescriptionLink>ol.no-quote i a,
    .titleDescriptionLink>ol.no-quote i b,
    .titleDescriptionLink>ol.no-quote i i,
    .titleDescriptionLink>ol.no-quote i span,
    .titleDescriptionLink>ol.no-quote i u,
    .titleDescriptionLink>ol.no-quote li a,
    .titleDescriptionLink>ol.no-quote li b,
    .titleDescriptionLink>ol.no-quote li i,
    .titleDescriptionLink>ol.no-quote li span,
    .titleDescriptionLink>ol.no-quote li u,
    .titleDescriptionLink>ol.no-quote ol a,
    .titleDescriptionLink>ol.no-quote ol b,
    .titleDescriptionLink>ol.no-quote ol i,
    .titleDescriptionLink>ol.no-quote ol span,
    .titleDescriptionLink>ol.no-quote ol u,
    .titleDescriptionLink>ol.no-quote p a,
    .titleDescriptionLink>ol.no-quote p b,
    .titleDescriptionLink>ol.no-quote p i,
    .titleDescriptionLink>ol.no-quote p span,
    .titleDescriptionLink>ol.no-quote p u,
    .titleDescriptionLink>ol.no-quote span a,
    .titleDescriptionLink>ol.no-quote span b,
    .titleDescriptionLink>ol.no-quote span i,
    .titleDescriptionLink>ol.no-quote span span,
    .titleDescriptionLink>ol.no-quote span u,
    .titleDescriptionLink>ol.no-quote u a,
    .titleDescriptionLink>ol.no-quote u b,
    .titleDescriptionLink>ol.no-quote u i,
    .titleDescriptionLink>ol.no-quote u span,
    .titleDescriptionLink>ol.no-quote u u,
    .titleDescriptionLink>ol.no-quote ul a,
    .titleDescriptionLink>ol.no-quote ul b,
    .titleDescriptionLink>ol.no-quote ul i,
    .titleDescriptionLink>ol.no-quote ul span,
    .titleDescriptionLink>ol.no-quote ul u,
    .titleDescriptionLink>ol.title a a,
    .titleDescriptionLink>ol.title a b,
    .titleDescriptionLink>ol.title a i,
    .titleDescriptionLink>ol.title a span,
    .titleDescriptionLink>ol.title a u,
    .titleDescriptionLink>ol.title b a,
    .titleDescriptionLink>ol.title b b,
    .titleDescriptionLink>ol.title b i,
    .titleDescriptionLink>ol.title b span,
    .titleDescriptionLink>ol.title b u,
    .titleDescriptionLink>ol.title h1 a,
    .titleDescriptionLink>ol.title h1 b,
    .titleDescriptionLink>ol.title h1 i,
    .titleDescriptionLink>ol.title h1 span,
    .titleDescriptionLink>ol.title h1 u,
    .titleDescriptionLink>ol.title h2 a,
    .titleDescriptionLink>ol.title h2 b,
    .titleDescriptionLink>ol.title h2 i,
    .titleDescriptionLink>ol.title h2 span,
    .titleDescriptionLink>ol.title h2 u,
    .titleDescriptionLink>ol.title h3 a,
    .titleDescriptionLink>ol.title h3 b,
    .titleDescriptionLink>ol.title h3 i,
    .titleDescriptionLink>ol.title h3 span,
    .titleDescriptionLink>ol.title h3 u,
    .titleDescriptionLink>ol.title i a,
    .titleDescriptionLink>ol.title i b,
    .titleDescriptionLink>ol.title i i,
    .titleDescriptionLink>ol.title i span,
    .titleDescriptionLink>ol.title i u,
    .titleDescriptionLink>ol.title li a,
    .titleDescriptionLink>ol.title li b,
    .titleDescriptionLink>ol.title li i,
    .titleDescriptionLink>ol.title li span,
    .titleDescriptionLink>ol.title li u,
    .titleDescriptionLink>ol.title ol a,
    .titleDescriptionLink>ol.title ol b,
    .titleDescriptionLink>ol.title ol i,
    .titleDescriptionLink>ol.title ol span,
    .titleDescriptionLink>ol.title ol u,
    .titleDescriptionLink>ol.title p a,
    .titleDescriptionLink>ol.title p b,
    .titleDescriptionLink>ol.title p i,
    .titleDescriptionLink>ol.title p span,
    .titleDescriptionLink>ol.title p u,
    .titleDescriptionLink>ol.title span a,
    .titleDescriptionLink>ol.title span b,
    .titleDescriptionLink>ol.title span i,
    .titleDescriptionLink>ol.title span span,
    .titleDescriptionLink>ol.title span u,
    .titleDescriptionLink>ol.title u a,
    .titleDescriptionLink>ol.title u b,
    .titleDescriptionLink>ol.title u i,
    .titleDescriptionLink>ol.title u span,
    .titleDescriptionLink>ol.title u u,
    .titleDescriptionLink>ol.title ul a,
    .titleDescriptionLink>ol.title ul b,
    .titleDescriptionLink>ol.title ul i,
    .titleDescriptionLink>ol.title ul span,
    .titleDescriptionLink>ol.title ul u,
    .titleDescriptionLink>p.no-quote a a,
    .titleDescriptionLink>p.no-quote a b,
    .titleDescriptionLink>p.no-quote a i,
    .titleDescriptionLink>p.no-quote a span,
    .titleDescriptionLink>p.no-quote a u,
    .titleDescriptionLink>p.no-quote b a,
    .titleDescriptionLink>p.no-quote b b,
    .titleDescriptionLink>p.no-quote b i,
    .titleDescriptionLink>p.no-quote b span,
    .titleDescriptionLink>p.no-quote b u,
    .titleDescriptionLink>p.no-quote h1 a,
    .titleDescriptionLink>p.no-quote h1 b,
    .titleDescriptionLink>p.no-quote h1 i,
    .titleDescriptionLink>p.no-quote h1 span,
    .titleDescriptionLink>p.no-quote h1 u,
    .titleDescriptionLink>p.no-quote h2 a,
    .titleDescriptionLink>p.no-quote h2 b,
    .titleDescriptionLink>p.no-quote h2 i,
    .titleDescriptionLink>p.no-quote h2 span,
    .titleDescriptionLink>p.no-quote h2 u,
    .titleDescriptionLink>p.no-quote h3 a,
    .titleDescriptionLink>p.no-quote h3 b,
    .titleDescriptionLink>p.no-quote h3 i,
    .titleDescriptionLink>p.no-quote h3 span,
    .titleDescriptionLink>p.no-quote h3 u,
    .titleDescriptionLink>p.no-quote i a,
    .titleDescriptionLink>p.no-quote i b,
    .titleDescriptionLink>p.no-quote i i,
    .titleDescriptionLink>p.no-quote i span,
    .titleDescriptionLink>p.no-quote i u,
    .titleDescriptionLink>p.no-quote li a,
    .titleDescriptionLink>p.no-quote li b,
    .titleDescriptionLink>p.no-quote li i,
    .titleDescriptionLink>p.no-quote li span,
    .titleDescriptionLink>p.no-quote li u,
    .titleDescriptionLink>p.no-quote ol a,
    .titleDescriptionLink>p.no-quote ol b,
    .titleDescriptionLink>p.no-quote ol i,
    .titleDescriptionLink>p.no-quote ol span,
    .titleDescriptionLink>p.no-quote ol u,
    .titleDescriptionLink>p.no-quote p a,
    .titleDescriptionLink>p.no-quote p b,
    .titleDescriptionLink>p.no-quote p i,
    .titleDescriptionLink>p.no-quote p span,
    .titleDescriptionLink>p.no-quote p u,
    .titleDescriptionLink>p.no-quote span a,
    .titleDescriptionLink>p.no-quote span b,
    .titleDescriptionLink>p.no-quote span i,
    .titleDescriptionLink>p.no-quote span span,
    .titleDescriptionLink>p.no-quote span u,
    .titleDescriptionLink>p.no-quote u a,
    .titleDescriptionLink>p.no-quote u b,
    .titleDescriptionLink>p.no-quote u i,
    .titleDescriptionLink>p.no-quote u span,
    .titleDescriptionLink>p.no-quote u u,
    .titleDescriptionLink>p.no-quote ul a,
    .titleDescriptionLink>p.no-quote ul b,
    .titleDescriptionLink>p.no-quote ul i,
    .titleDescriptionLink>p.no-quote ul span,
    .titleDescriptionLink>p.no-quote ul u,
    .titleDescriptionLink>p.title a a,
    .titleDescriptionLink>p.title a b,
    .titleDescriptionLink>p.title a i,
    .titleDescriptionLink>p.title a span,
    .titleDescriptionLink>p.title a u,
    .titleDescriptionLink>p.title b a,
    .titleDescriptionLink>p.title b b,
    .titleDescriptionLink>p.title b i,
    .titleDescriptionLink>p.title b span,
    .titleDescriptionLink>p.title b u,
    .titleDescriptionLink>p.title h1 a,
    .titleDescriptionLink>p.title h1 b,
    .titleDescriptionLink>p.title h1 i,
    .titleDescriptionLink>p.title h1 span,
    .titleDescriptionLink>p.title h1 u,
    .titleDescriptionLink>p.title h2 a,
    .titleDescriptionLink>p.title h2 b,
    .titleDescriptionLink>p.title h2 i,
    .titleDescriptionLink>p.title h2 span,
    .titleDescriptionLink>p.title h2 u,
    .titleDescriptionLink>p.title h3 a,
    .titleDescriptionLink>p.title h3 b,
    .titleDescriptionLink>p.title h3 i,
    .titleDescriptionLink>p.title h3 span,
    .titleDescriptionLink>p.title h3 u,
    .titleDescriptionLink>p.title i a,
    .titleDescriptionLink>p.title i b,
    .titleDescriptionLink>p.title i i,
    .titleDescriptionLink>p.title i span,
    .titleDescriptionLink>p.title i u,
    .titleDescriptionLink>p.title li a,
    .titleDescriptionLink>p.title li b,
    .titleDescriptionLink>p.title li i,
    .titleDescriptionLink>p.title li span,
    .titleDescriptionLink>p.title li u,
    .titleDescriptionLink>p.title ol a,
    .titleDescriptionLink>p.title ol b,
    .titleDescriptionLink>p.title ol i,
    .titleDescriptionLink>p.title ol span,
    .titleDescriptionLink>p.title ol u,
    .titleDescriptionLink>p.title p a,
    .titleDescriptionLink>p.title p b,
    .titleDescriptionLink>p.title p i,
    .titleDescriptionLink>p.title p span,
    .titleDescriptionLink>p.title p u,
    .titleDescriptionLink>p.title span a,
    .titleDescriptionLink>p.title span b,
    .titleDescriptionLink>p.title span i,
    .titleDescriptionLink>p.title span span,
    .titleDescriptionLink>p.title span u,
    .titleDescriptionLink>p.title u a,
    .titleDescriptionLink>p.title u b,
    .titleDescriptionLink>p.title u i,
    .titleDescriptionLink>p.title u span,
    .titleDescriptionLink>p.title u u,
    .titleDescriptionLink>p.title ul a,
    .titleDescriptionLink>p.title ul b,
    .titleDescriptionLink>p.title ul i,
    .titleDescriptionLink>p.title ul span,
    .titleDescriptionLink>p.title ul u,
    .titleDescriptionLink>span.no-quote a a,
    .titleDescriptionLink>span.no-quote a b,
    .titleDescriptionLink>span.no-quote a i,
    .titleDescriptionLink>span.no-quote a span,
    .titleDescriptionLink>span.no-quote a u,
    .titleDescriptionLink>span.no-quote b a,
    .titleDescriptionLink>span.no-quote b b,
    .titleDescriptionLink>span.no-quote b i,
    .titleDescriptionLink>span.no-quote b span,
    .titleDescriptionLink>span.no-quote b u,
    .titleDescriptionLink>span.no-quote h1 a,
    .titleDescriptionLink>span.no-quote h1 b,
    .titleDescriptionLink>span.no-quote h1 i,
    .titleDescriptionLink>span.no-quote h1 span,
    .titleDescriptionLink>span.no-quote h1 u,
    .titleDescriptionLink>span.no-quote h2 a,
    .titleDescriptionLink>span.no-quote h2 b,
    .titleDescriptionLink>span.no-quote h2 i,
    .titleDescriptionLink>span.no-quote h2 span,
    .titleDescriptionLink>span.no-quote h2 u,
    .titleDescriptionLink>span.no-quote h3 a,
    .titleDescriptionLink>span.no-quote h3 b,
    .titleDescriptionLink>span.no-quote h3 i,
    .titleDescriptionLink>span.no-quote h3 span,
    .titleDescriptionLink>span.no-quote h3 u,
    .titleDescriptionLink>span.no-quote i a,
    .titleDescriptionLink>span.no-quote i b,
    .titleDescriptionLink>span.no-quote i i,
    .titleDescriptionLink>span.no-quote i span,
    .titleDescriptionLink>span.no-quote i u,
    .titleDescriptionLink>span.no-quote li a,
    .titleDescriptionLink>span.no-quote li b,
    .titleDescriptionLink>span.no-quote li i,
    .titleDescriptionLink>span.no-quote li span,
    .titleDescriptionLink>span.no-quote li u,
    .titleDescriptionLink>span.no-quote ol a,
    .titleDescriptionLink>span.no-quote ol b,
    .titleDescriptionLink>span.no-quote ol i,
    .titleDescriptionLink>span.no-quote ol span,
    .titleDescriptionLink>span.no-quote ol u,
    .titleDescriptionLink>span.no-quote p a,
    .titleDescriptionLink>span.no-quote p b,
    .titleDescriptionLink>span.no-quote p i,
    .titleDescriptionLink>span.no-quote p span,
    .titleDescriptionLink>span.no-quote p u,
    .titleDescriptionLink>span.no-quote span a,
    .titleDescriptionLink>span.no-quote span b,
    .titleDescriptionLink>span.no-quote span i,
    .titleDescriptionLink>span.no-quote span span,
    .titleDescriptionLink>span.no-quote span u,
    .titleDescriptionLink>span.no-quote u a,
    .titleDescriptionLink>span.no-quote u b,
    .titleDescriptionLink>span.no-quote u i,
    .titleDescriptionLink>span.no-quote u span,
    .titleDescriptionLink>span.no-quote u u,
    .titleDescriptionLink>span.no-quote ul a,
    .titleDescriptionLink>span.no-quote ul b,
    .titleDescriptionLink>span.no-quote ul i,
    .titleDescriptionLink>span.no-quote ul span,
    .titleDescriptionLink>span.no-quote ul u,
    .titleDescriptionLink>span.title a a,
    .titleDescriptionLink>span.title a b,
    .titleDescriptionLink>span.title a i,
    .titleDescriptionLink>span.title a span,
    .titleDescriptionLink>span.title a u,
    .titleDescriptionLink>span.title b a,
    .titleDescriptionLink>span.title b b,
    .titleDescriptionLink>span.title b i,
    .titleDescriptionLink>span.title b span,
    .titleDescriptionLink>span.title b u,
    .titleDescriptionLink>span.title h1 a,
    .titleDescriptionLink>span.title h1 b,
    .titleDescriptionLink>span.title h1 i,
    .titleDescriptionLink>span.title h1 span,
    .titleDescriptionLink>span.title h1 u,
    .titleDescriptionLink>span.title h2 a,
    .titleDescriptionLink>span.title h2 b,
    .titleDescriptionLink>span.title h2 i,
    .titleDescriptionLink>span.title h2 span,
    .titleDescriptionLink>span.title h2 u,
    .titleDescriptionLink>span.title h3 a,
    .titleDescriptionLink>span.title h3 b,
    .titleDescriptionLink>span.title h3 i,
    .titleDescriptionLink>span.title h3 span,
    .titleDescriptionLink>span.title h3 u,
    .titleDescriptionLink>span.title i a,
    .titleDescriptionLink>span.title i b,
    .titleDescriptionLink>span.title i i,
    .titleDescriptionLink>span.title i span,
    .titleDescriptionLink>span.title i u,
    .titleDescriptionLink>span.title li a,
    .titleDescriptionLink>span.title li b,
    .titleDescriptionLink>span.title li i,
    .titleDescriptionLink>span.title li span,
    .titleDescriptionLink>span.title li u,
    .titleDescriptionLink>span.title ol a,
    .titleDescriptionLink>span.title ol b,
    .titleDescriptionLink>span.title ol i,
    .titleDescriptionLink>span.title ol span,
    .titleDescriptionLink>span.title ol u,
    .titleDescriptionLink>span.title p a,
    .titleDescriptionLink>span.title p b,
    .titleDescriptionLink>span.title p i,
    .titleDescriptionLink>span.title p span,
    .titleDescriptionLink>span.title p u,
    .titleDescriptionLink>span.title span a,
    .titleDescriptionLink>span.title span b,
    .titleDescriptionLink>span.title span i,
    .titleDescriptionLink>span.title span span,
    .titleDescriptionLink>span.title span u,
    .titleDescriptionLink>span.title u a,
    .titleDescriptionLink>span.title u b,
    .titleDescriptionLink>span.title u i,
    .titleDescriptionLink>span.title u span,
    .titleDescriptionLink>span.title u u,
    .titleDescriptionLink>span.title ul a,
    .titleDescriptionLink>span.title ul b,
    .titleDescriptionLink>span.title ul i,
    .titleDescriptionLink>span.title ul span,
    .titleDescriptionLink>span.title ul u,
    .titleDescriptionLink>u.no-quote a a,
    .titleDescriptionLink>u.no-quote a b,
    .titleDescriptionLink>u.no-quote a i,
    .titleDescriptionLink>u.no-quote a span,
    .titleDescriptionLink>u.no-quote a u,
    .titleDescriptionLink>u.no-quote b a,
    .titleDescriptionLink>u.no-quote b b,
    .titleDescriptionLink>u.no-quote b i,
    .titleDescriptionLink>u.no-quote b span,
    .titleDescriptionLink>u.no-quote b u,
    .titleDescriptionLink>u.no-quote h1 a,
    .titleDescriptionLink>u.no-quote h1 b,
    .titleDescriptionLink>u.no-quote h1 i,
    .titleDescriptionLink>u.no-quote h1 span,
    .titleDescriptionLink>u.no-quote h1 u,
    .titleDescriptionLink>u.no-quote h2 a,
    .titleDescriptionLink>u.no-quote h2 b,
    .titleDescriptionLink>u.no-quote h2 i,
    .titleDescriptionLink>u.no-quote h2 span,
    .titleDescriptionLink>u.no-quote h2 u,
    .titleDescriptionLink>u.no-quote h3 a,
    .titleDescriptionLink>u.no-quote h3 b,
    .titleDescriptionLink>u.no-quote h3 i,
    .titleDescriptionLink>u.no-quote h3 span,
    .titleDescriptionLink>u.no-quote h3 u,
    .titleDescriptionLink>u.no-quote i a,
    .titleDescriptionLink>u.no-quote i b,
    .titleDescriptionLink>u.no-quote i i,
    .titleDescriptionLink>u.no-quote i span,
    .titleDescriptionLink>u.no-quote i u,
    .titleDescriptionLink>u.no-quote li a,
    .titleDescriptionLink>u.no-quote li b,
    .titleDescriptionLink>u.no-quote li i,
    .titleDescriptionLink>u.no-quote li span,
    .titleDescriptionLink>u.no-quote li u,
    .titleDescriptionLink>u.no-quote ol a,
    .titleDescriptionLink>u.no-quote ol b,
    .titleDescriptionLink>u.no-quote ol i,
    .titleDescriptionLink>u.no-quote ol span,
    .titleDescriptionLink>u.no-quote ol u,
    .titleDescriptionLink>u.no-quote p a,
    .titleDescriptionLink>u.no-quote p b,
    .titleDescriptionLink>u.no-quote p i,
    .titleDescriptionLink>u.no-quote p span,
    .titleDescriptionLink>u.no-quote p u,
    .titleDescriptionLink>u.no-quote span a,
    .titleDescriptionLink>u.no-quote span b,
    .titleDescriptionLink>u.no-quote span i,
    .titleDescriptionLink>u.no-quote span span,
    .titleDescriptionLink>u.no-quote span u,
    .titleDescriptionLink>u.no-quote u a,
    .titleDescriptionLink>u.no-quote u b,
    .titleDescriptionLink>u.no-quote u i,
    .titleDescriptionLink>u.no-quote u span,
    .titleDescriptionLink>u.no-quote u u,
    .titleDescriptionLink>u.no-quote ul a,
    .titleDescriptionLink>u.no-quote ul b,
    .titleDescriptionLink>u.no-quote ul i,
    .titleDescriptionLink>u.no-quote ul span,
    .titleDescriptionLink>u.no-quote ul u,
    .titleDescriptionLink>u.title a a,
    .titleDescriptionLink>u.title a b,
    .titleDescriptionLink>u.title a i,
    .titleDescriptionLink>u.title a span,
    .titleDescriptionLink>u.title a u,
    .titleDescriptionLink>u.title b a,
    .titleDescriptionLink>u.title b b,
    .titleDescriptionLink>u.title b i,
    .titleDescriptionLink>u.title b span,
    .titleDescriptionLink>u.title b u,
    .titleDescriptionLink>u.title h1 a,
    .titleDescriptionLink>u.title h1 b,
    .titleDescriptionLink>u.title h1 i,
    .titleDescriptionLink>u.title h1 span,
    .titleDescriptionLink>u.title h1 u,
    .titleDescriptionLink>u.title h2 a,
    .titleDescriptionLink>u.title h2 b,
    .titleDescriptionLink>u.title h2 i,
    .titleDescriptionLink>u.title h2 span,
    .titleDescriptionLink>u.title h2 u,
    .titleDescriptionLink>u.title h3 a,
    .titleDescriptionLink>u.title h3 b,
    .titleDescriptionLink>u.title h3 i,
    .titleDescriptionLink>u.title h3 span,
    .titleDescriptionLink>u.title h3 u,
    .titleDescriptionLink>u.title i a,
    .titleDescriptionLink>u.title i b,
    .titleDescriptionLink>u.title i i,
    .titleDescriptionLink>u.title i span,
    .titleDescriptionLink>u.title i u,
    .titleDescriptionLink>u.title li a,
    .titleDescriptionLink>u.title li b,
    .titleDescriptionLink>u.title li i,
    .titleDescriptionLink>u.title li span,
    .titleDescriptionLink>u.title li u,
    .titleDescriptionLink>u.title ol a,
    .titleDescriptionLink>u.title ol b,
    .titleDescriptionLink>u.title ol i,
    .titleDescriptionLink>u.title ol span,
    .titleDescriptionLink>u.title ol u,
    .titleDescriptionLink>u.title p a,
    .titleDescriptionLink>u.title p b,
    .titleDescriptionLink>u.title p i,
    .titleDescriptionLink>u.title p span,
    .titleDescriptionLink>u.title p u,
    .titleDescriptionLink>u.title span a,
    .titleDescriptionLink>u.title span b,
    .titleDescriptionLink>u.title span i,
    .titleDescriptionLink>u.title span span,
    .titleDescriptionLink>u.title span u,
    .titleDescriptionLink>u.title u a,
    .titleDescriptionLink>u.title u b,
    .titleDescriptionLink>u.title u i,
    .titleDescriptionLink>u.title u span,
    .titleDescriptionLink>u.title u u,
    .titleDescriptionLink>u.title ul a,
    .titleDescriptionLink>u.title ul b,
    .titleDescriptionLink>u.title ul i,
    .titleDescriptionLink>u.title ul span,
    .titleDescriptionLink>u.title ul u,
    .titleDescriptionLink>ul.no-quote a a,
    .titleDescriptionLink>ul.no-quote a b,
    .titleDescriptionLink>ul.no-quote a i,
    .titleDescriptionLink>ul.no-quote a span,
    .titleDescriptionLink>ul.no-quote a u,
    .titleDescriptionLink>ul.no-quote b a,
    .titleDescriptionLink>ul.no-quote b b,
    .titleDescriptionLink>ul.no-quote b i,
    .titleDescriptionLink>ul.no-quote b span,
    .titleDescriptionLink>ul.no-quote b u,
    .titleDescriptionLink>ul.no-quote h1 a,
    .titleDescriptionLink>ul.no-quote h1 b,
    .titleDescriptionLink>ul.no-quote h1 i,
    .titleDescriptionLink>ul.no-quote h1 span,
    .titleDescriptionLink>ul.no-quote h1 u,
    .titleDescriptionLink>ul.no-quote h2 a,
    .titleDescriptionLink>ul.no-quote h2 b,
    .titleDescriptionLink>ul.no-quote h2 i,
    .titleDescriptionLink>ul.no-quote h2 span,
    .titleDescriptionLink>ul.no-quote h2 u,
    .titleDescriptionLink>ul.no-quote h3 a,
    .titleDescriptionLink>ul.no-quote h3 b,
    .titleDescriptionLink>ul.no-quote h3 i,
    .titleDescriptionLink>ul.no-quote h3 span,
    .titleDescriptionLink>ul.no-quote h3 u,
    .titleDescriptionLink>ul.no-quote i a,
    .titleDescriptionLink>ul.no-quote i b,
    .titleDescriptionLink>ul.no-quote i i,
    .titleDescriptionLink>ul.no-quote i span,
    .titleDescriptionLink>ul.no-quote i u,
    .titleDescriptionLink>ul.no-quote li a,
    .titleDescriptionLink>ul.no-quote li b,
    .titleDescriptionLink>ul.no-quote li i,
    .titleDescriptionLink>ul.no-quote li span,
    .titleDescriptionLink>ul.no-quote li u,
    .titleDescriptionLink>ul.no-quote ol a,
    .titleDescriptionLink>ul.no-quote ol b,
    .titleDescriptionLink>ul.no-quote ol i,
    .titleDescriptionLink>ul.no-quote ol span,
    .titleDescriptionLink>ul.no-quote ol u,
    .titleDescriptionLink>ul.no-quote p a,
    .titleDescriptionLink>ul.no-quote p b,
    .titleDescriptionLink>ul.no-quote p i,
    .titleDescriptionLink>ul.no-quote p span,
    .titleDescriptionLink>ul.no-quote p u,
    .titleDescriptionLink>ul.no-quote span a,
    .titleDescriptionLink>ul.no-quote span b,
    .titleDescriptionLink>ul.no-quote span i,
    .titleDescriptionLink>ul.no-quote span span,
    .titleDescriptionLink>ul.no-quote span u,
    .titleDescriptionLink>ul.no-quote u a,
    .titleDescriptionLink>ul.no-quote u b,
    .titleDescriptionLink>ul.no-quote u i,
    .titleDescriptionLink>ul.no-quote u span,
    .titleDescriptionLink>ul.no-quote u u,
    .titleDescriptionLink>ul.no-quote ul a,
    .titleDescriptionLink>ul.no-quote ul b,
    .titleDescriptionLink>ul.no-quote ul i,
    .titleDescriptionLink>ul.no-quote ul span,
    .titleDescriptionLink>ul.no-quote ul u,
    .titleDescriptionLink>ul.title a a,
    .titleDescriptionLink>ul.title a b,
    .titleDescriptionLink>ul.title a i,
    .titleDescriptionLink>ul.title a span,
    .titleDescriptionLink>ul.title a u,
    .titleDescriptionLink>ul.title b a,
    .titleDescriptionLink>ul.title b b,
    .titleDescriptionLink>ul.title b i,
    .titleDescriptionLink>ul.title b span,
    .titleDescriptionLink>ul.title b u,
    .titleDescriptionLink>ul.title h1 a,
    .titleDescriptionLink>ul.title h1 b,
    .titleDescriptionLink>ul.title h1 i,
    .titleDescriptionLink>ul.title h1 span,
    .titleDescriptionLink>ul.title h1 u,
    .titleDescriptionLink>ul.title h2 a,
    .titleDescriptionLink>ul.title h2 b,
    .titleDescriptionLink>ul.title h2 i,
    .titleDescriptionLink>ul.title h2 span,
    .titleDescriptionLink>ul.title h2 u,
    .titleDescriptionLink>ul.title h3 a,
    .titleDescriptionLink>ul.title h3 b,
    .titleDescriptionLink>ul.title h3 i,
    .titleDescriptionLink>ul.title h3 span,
    .titleDescriptionLink>ul.title h3 u,
    .titleDescriptionLink>ul.title i a,
    .titleDescriptionLink>ul.title i b,
    .titleDescriptionLink>ul.title i i,
    .titleDescriptionLink>ul.title i span,
    .titleDescriptionLink>ul.title i u,
    .titleDescriptionLink>ul.title li a,
    .titleDescriptionLink>ul.title li b,
    .titleDescriptionLink>ul.title li i,
    .titleDescriptionLink>ul.title li span,
    .titleDescriptionLink>ul.title li u,
    .titleDescriptionLink>ul.title ol a,
    .titleDescriptionLink>ul.title ol b,
    .titleDescriptionLink>ul.title ol i,
    .titleDescriptionLink>ul.title ol span,
    .titleDescriptionLink>ul.title ol u,
    .titleDescriptionLink>ul.title p a,
    .titleDescriptionLink>ul.title p b,
    .titleDescriptionLink>ul.title p i,
    .titleDescriptionLink>ul.title p span,
    .titleDescriptionLink>ul.title p u,
    .titleDescriptionLink>ul.title span a,
    .titleDescriptionLink>ul.title span b,
    .titleDescriptionLink>ul.title span i,
    .titleDescriptionLink>ul.title span span,
    .titleDescriptionLink>ul.title span u,
    .titleDescriptionLink>ul.title u a,
    .titleDescriptionLink>ul.title u b,
    .titleDescriptionLink>ul.title u i,
    .titleDescriptionLink>ul.title u span,
    .titleDescriptionLink>ul.title u u,
    .titleDescriptionLink>ul.title ul a,
    .titleDescriptionLink>ul.title ul b,
    .titleDescriptionLink>ul.title ul i,
    .titleDescriptionLink>ul.title ul span,
    .titleDescriptionLink>ul.title ul u {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

.cardContent .cardText {
    margin-bottom: 1pc
}

.cardContent .cardText li:not(:last-of-type),
.cardContent .cardText ol:not(:last-of-type),
.cardContent .cardText p:not(:last-of-type),
.cardContent .cardText ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cardContent .cardText p+ul,
.cardContent .cardText ul+p {
    margin-top: 2rem
}

.headline .eyebrow {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    letter-spacing: .042rem;
    text-transform: uppercase;
    margin-bottom: 1pc
}

@media screen and (max-width:767px) {
    .headline .eyebrow {
        margin-bottom: 1pc
    }
}

.headline .titleDescriptionLink .title {
    margin-bottom: 23px
}

@media screen and (max-width:767px) {
    .headline .titleDescriptionLink .title {
        margin-bottom: 1pc
    }
}

.headline .titleDescriptionLink .descriptionLink .cardText {
    display: block
}

.headline .titleDescriptionLink .descriptionLink .cardText a,
.headline .titleDescriptionLink .descriptionLink .cardText p a,
.headline .titleDescriptionLink .descriptionLink .cardText p a span {
    color: #C74A07
}

.headline .titleDescriptionLink .descriptionLink .cardText a span.hyper-link,
.headline .titleDescriptionLink .descriptionLink .cardText p a span span.hyper-link,
.headline .titleDescriptionLink .descriptionLink .cardText p a span.hyper-link {
    font-size: inherit
}

.headline .titleDescriptionLink .descriptionLink .cardText a:focus,
.headline .titleDescriptionLink .descriptionLink .cardText a:focus-within,
.headline .titleDescriptionLink .descriptionLink .cardText p a:focus,
.headline .titleDescriptionLink .descriptionLink .cardText p a:focus-within {
    outline: 1px dashed #C74A07
}

.headline .titleDescriptionLink .descriptionLink .cardText a:focus span.hyper-link,
.headline .titleDescriptionLink .descriptionLink .cardText a:focus-within span.hyper-link,
.headline .titleDescriptionLink .descriptionLink .cardText p a:focus span.hyper-link,
.headline .titleDescriptionLink .descriptionLink .cardText p a:focus-within span.hyper-link {
    outline: unset
}

.headline .titleDescriptionLink .descriptionLink .cardText a span.hyper-link:focus,
.headline .titleDescriptionLink .descriptionLink .cardText a span.hyper-link:focus-within {
    outline: unset
}

.headline .titleDescriptionLink .descriptionLink .cardText ol li:before,
.headline .titleDescriptionLink .descriptionLink .cardText ul li:before {
    background: #C74A07
}

.headline .titleDescriptionLink .descriptionLink .cardText ol li::marker,
.headline .titleDescriptionLink .descriptionLink .cardText ul li::marker {
    color: #C74A07
}

.headline .titleDescriptionLink .descriptionLink .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    margin-bottom: 23px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .headline .titleDescriptionLink .descriptionLink .description {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem;
        margin-bottom: 2pc
    }
}

@media screen and (max-width:767px) {
    .headline .titleDescriptionLink .descriptionLink .description {
        margin-bottom: 1pc
    }
}

.headline .titleDescriptionLink .descriptionLink .description li:not(:last-of-type),
.headline .titleDescriptionLink .descriptionLink .description ol:not(:last-of-type),
.headline .titleDescriptionLink .descriptionLink .description p:not(:last-of-type),
.headline .titleDescriptionLink .descriptionLink .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.headline .titleDescriptionLink .descriptionLink .description p+ul,
.headline .titleDescriptionLink .descriptionLink .description ul+p {
    margin-top: 2rem
}

.headline .titleDescriptionLink .descriptionLink .description ul {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    margin-left: 3rem
}

.headline .titleDescriptionLink .descriptionLink .date,
.headline .titleDescriptionLink .descriptionLink .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal
}

.headline .titleDescriptionLink .descriptionLink .date {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    font-weight: 400;
    letter-spacing: .042rem;
    text-transform: uppercase
}

.headline .titleDescriptionLink .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.5
}

.headline.small .titleDescriptionLink>.title {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .headline.small .titleDescriptionLink>.title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {
    .headline.small .titleDescriptionLink>.title {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.headline.large .titleDescriptionLink>.title {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .headline.large .titleDescriptionLink>.title {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {
    .headline.large .titleDescriptionLink>.title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.headline.xL .titleDescriptionLink>.eyebrow {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    line-height: 20px;
    letter-spacing: -.4px
}

@media screen and (min-width:1024px) {
    .headline.xL .titleDescriptionLink>.eyebrow {
        margin-bottom: 65px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .headline.xL .titleDescriptionLink>.eyebrow {
        margin-bottom: 60px
    }
}

.headline.xL .titleDescriptionLink>.title {
    font-size: 8.8rem;
    letter-spacing: -.088rem;
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem;
    font-weight: 300;
    text-align: left;
    margin-right: 60px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .headline.xL .titleDescriptionLink>.title {
        font-size: 7.2rem;
        letter-spacing: -.072rem
    }
}

@media screen and (max-width:767px) {
    .headline.xL .titleDescriptionLink>.title {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .headline.xL .titleDescriptionLink>.title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {
    .headline.xL .titleDescriptionLink>.title {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.breaker-text-only .headline .eyebrow {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    letter-spacing: .042rem;
    text-transform: uppercase;
    margin-bottom: 1pc
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline .eyebrow {
        margin-bottom: 1pc
    }
}

.breaker-text-only .headline .titleDescriptionLink .title {
    margin-bottom: 23px
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline .titleDescriptionLink .title {
        margin-bottom: 1pc
    }
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText {
    display: block
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a span {
    color: #C74A07
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a span.hyper-link,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a span span.hyper-link,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a span.hyper-link {
    font-size: inherit
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a:focus,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a:focus-within,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a:focus,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a:focus-within {
    outline: 1px dashed #C74A07
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a:focus span.hyper-link,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a:focus-within span.hyper-link,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a:focus span.hyper-link,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText p a:focus-within span.hyper-link {
    outline: unset
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a span.hyper-link:focus,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText a span.hyper-link:focus-within {
    outline: unset
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText ol li:before,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText ul li:before {
    background: #C74A07
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText ol li::marker,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .cardText ul li::marker {
    color: #C74A07
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    margin-bottom: 23px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline .titleDescriptionLink .descriptionLink .description {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem;
        margin-bottom: 2pc
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline .titleDescriptionLink .descriptionLink .description {
        margin-bottom: 1pc
    }
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description li:not(:last-of-type),
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description ol:not(:last-of-type),
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description p:not(:last-of-type),
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description p+ul,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description ul+p {
    margin-top: 2rem
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description ul {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    margin-left: 3rem
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .date,
.breaker-text-only .headline .titleDescriptionLink .descriptionLink .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal
}

.breaker-text-only .headline .titleDescriptionLink .descriptionLink .date {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    font-weight: 400;
    letter-spacing: .042rem;
    text-transform: uppercase
}

.breaker-text-only .headline .titleDescriptionLink .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.5
}

.breaker-text-only .headline.small .titleDescriptionLink>.title {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline.small .titleDescriptionLink>.title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline.small .titleDescriptionLink>.title {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.breaker-text-only .headline.large .titleDescriptionLink>.title {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline.large .titleDescriptionLink>.title {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline.large .titleDescriptionLink>.title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.breaker-text-only .headline.xL .titleDescriptionLink>.eyebrow {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    line-height: 20px;
    letter-spacing: -.4px
}

@media screen and (min-width:1024px) {
    .breaker-text-only .headline.xL .titleDescriptionLink>.eyebrow {
        margin-bottom: 65px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline.xL .titleDescriptionLink>.eyebrow {
        margin-bottom: 60px
    }
}

.breaker-text-only .headline.xL .titleDescriptionLink>.title {
    font-size: 8.8rem;
    letter-spacing: -.088rem;
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem;
    font-weight: 300;
    text-align: left;
    margin-right: 60px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline.xL .titleDescriptionLink>.title {
        font-size: 7.2rem;
        letter-spacing: -.072rem
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline.xL .titleDescriptionLink>.title {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline.xL .titleDescriptionLink>.title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline.xL .titleDescriptionLink>.title {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.eupat {
    margin-top: 6.4rem
}

@font-face {
    font-family: Tiempos;
    font-style: normal;
    font-weight: 300;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-Light.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-Light.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-fine-light.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: italic;
    font-weight: 300;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-LightItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-LightItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-fine-light-italic.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: normal;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-Regular.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-Regular.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-fine-regular.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: italic;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-RegularItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposFine-RegularItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-fine-regular-italic.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: normal;
    font-weight: 600;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-Semibold.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-Semibold.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-text-semibold.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: italic;
    font-weight: 600;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-SemiboldItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-SemiboldItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-text-semibold-italic.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: normal;
    font-weight: 700;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-Semibold.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-Semibold.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-text-semibold.woff2) format("woff2")
}

@font-face {
    font-family: Tiempos;
    font-style: italic;
    font-weight: 700;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-SemiboldItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/TiemposText-SemiboldItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/tiempos-text-semibold-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 100;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Thin.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Thin.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-thin.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 100;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-ThinItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-ThinItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-thin-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 300;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Light.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Light.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-light.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 300;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-LightItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-LightItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-light-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Regular.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Regular.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-regular.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-RegularItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-RegularItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-regular-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 500;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Medium.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Medium.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-medium.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 500;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-MediumItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-MediumItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-medium-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 600;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Semibold.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Semibold.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-semibold.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 600;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-SemiboldItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-SemiboldItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-semibold-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 700;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Bold.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Bold.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-bold.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 700;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-BoldItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-BoldItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-bold-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 800;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Extrabold.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Extrabold.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-extrabold.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 800;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-ExtraboldItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-ExtraboldItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-extrabold-italic.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: normal;
    font-weight: 900;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Black.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-Black.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-black.woff2) format("woff2")
}

@font-face {
    font-family: Sons;
    font-style: italic;
    font-weight: 900;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-BlackItalic.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/Sons-BlackItalic.otf) format("opentype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/sons-black-italic.woff2) format("woff2")
}

.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-1x {
    font-size: 1rem
}

.fa-2x {
    font-size: 2rem
}

.fa-3x {
    font-size: 3rem
}

.fa-4x {
    font-size: 4rem
}

.fa-5x {
    font-size: 5rem
}

.fa-6x {
    font-size: 6rem
}

.fa-7x {
    font-size: 7rem
}

.fa-8x {
    font-size: 8rem
}

.fa-9x {
    font-size: 9rem
}

.fa-10x {
    font-size: 10rem
}

.fa-fw {
    text-align: center;
    width: 1.25rem
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5rem;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2rem;
    position: absolute;
    text-align: center;
    width: 2rem;
    line-height: inherit
}

.fa-border {
    border: .08rem solid #eee;
    border-radius: .1rem;
    padding: .2rem .25rem .15rem
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-500px:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

@font-face {
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-brands-400.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-brands-400.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 100;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-thin-100.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-thin-100.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-thin-100.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Sharp;
    font-style: normal;
    font-weight: 100;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-thin-100.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-thin-100.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-thin-100.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-light-300.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-light-300.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Sharp;
    font-style: normal; 
    font-weight: 300;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-light-300.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-light-300.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-regular-400.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-regular-400.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-regular-400.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-regular-400.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-solid-900.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-solid-900.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Sharp;
    font-style: normal;
    font-weight: 900;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-solid-900.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-solid-900.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-sharp-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Duotone;
    font-style: normal;
    font-weight: 900;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-duotone-900.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-duotone-900.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-duotone-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 6 Comptibility;
    font-style: normal;
    font-weight: 900;
    src: url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-v4compatibility.woff2) format("woff2"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-v4compatibility.ttf) format("truetype"), url(/etc.clientlibs/cws/clientlibs/clientlib-base/resources/jpmc/fonts/fa-v4compatibility.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900
}

.link-list__card {
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #666;
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media screen and (max-width:767px) {
    .link-list__card {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 327px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .link-list__card {
        width: 20pc
    }
}

@media screen and (min-width:1024px) {
    .link-list__card {
        width: 386px
    }
}

.link-list__card:focus,
.link-list__card:hover {
    color: #C74A07
}

.link-list__card:focus {
    outline: 1px dashed #adb6f5
}

.link-list__card .card-text {
    display: grid;
    row-gap: 6px;
    width: 279px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .link-list__card .card-text {
        width: 17pc
    }
}

@media screen and (min-width:1024px) {
    .link-list__card .card-text {
        width: 338px
    }
}

.textCard {
    border-left: 2px solid #666;
    padding-left: 24px
}

@media screen and (max-width:767px) {
    .textCard {
        border-bottom: 2px solid #666;
        padding-left: 0;
        border-left: none;
        padding-bottom: 24px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .textCard {
        border-bottom: 2px solid #666;
        border-left: none;
        padding-left: 0;
        padding-bottom: 24px
    }
}

.textCard .eyebrow {
    font-weight: 400;
    letter-spacing: .042rem;
    margin-bottom: 9pt;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .textCard .title {
        font-size: 26px
    }
}

.textCard .description,
.textCard .title {
    margin-bottom: 1pc
}

.textCard .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .textCard .description {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .textCard .description,
    .textCard .eyebrow,
    .textCard .title {
        margin-bottom: 1pc
    }
}

@media screen and (max-width:767px) {

    .textCard .description,
    .textCard .eyebrow,
    .textCard .title {
        margin-bottom: 1pc
    }
}

.textCard .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.5
}

.container {
    margin: auto;
    max-width: 80pc
}

.card-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-img-container .jpmc-image-container {
    position: relative;
    font-size: 0
}

.card-img-container .jpmc-image-container img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

@media screen and (min-width:1024px) {
    .card-img-container .jpmc-image-container img {
        aspect-ratio: 3/1
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container .jpmc-image-container img {
        aspect-ratio: 16/9
    }
}

@media screen and (max-width:767px) {
    .card-img-container .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

.card-img-container .jpmc-image-container .card-media {
    background-color: transparent
}

.card-img-container .card-content {
    position: relative;
    z-index: 1;
    top: -3pc;
    background-color: #fff;
    left: 3pc;
    padding: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container .card-content {
        top: -40px;
        left: 24px;
        padding: 24px;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .card-img-container .card-content {
        top: -1pc;
        left: 1pc;
        padding: 1pc
    }
}

@media screen and (min-width:1024px) {
    .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content {
        max-width: 70%
    }
}

.card-img-container.card-img-left .jpmc-image-container .card-media {
    right: auto;
    left: 0
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-left .jpmc-image-container img {
        aspect-ratio: 16/9
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-left .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card-img-container.card-img-left .jpmc-image-container {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.card-img-container.card-img-left .card-content {
    width: 100%
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-left .card-content {
        left: 0;
        top: 40px;
        margin-left: -20px;
        border-top: 1px solid #666;
        border-left: none
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-left .card-content {
        position: static;
        width: 100%;
        margin-top: 40px;
        margin-left: -20px;
        border-top: 1px solid #666;
        border-left: none;
        border-right: none
    }
}

@media screen and (max-width:767px) {
    .card-img-container.card-img-left .card-content {
        top: -1pc;
        left: 1pc;
        padding: 1pc;
        width: calc(100% - 1pc)
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .card-img-container.card-img-right .jpmc-image-container {
        padding-bottom: 40px
    }

    .card-img-container.card-img-right .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .card-img-container.card-img-right .jpmc-image-container img {
        aspect-ratio: 16/9
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-right .card-content {
        left: 0;
        top: 40px;
        margin-right: -20px;
        border-top: 1px solid #666;
        border-left: none
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-right .card-content {
        position: static;
        width: 100%;
        margin-top: 40px;
        margin-right: -20px;
        border-top: 1px solid #666;
        border-left: none
    }
}

@media screen and (max-width:767px) {
    .card-img-container.card-img-right .card-content {
        top: -1pc;
        left: 1pc;
        padding: 1pc;
        width: calc(100% - 1pc)
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-6 {
        max-width: 50%
    }

    .card-img-container.card-img-6 .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-6 .card-content {
        width: calc(100% - 3pc)
    }
}

@media screen and (max-width:767px) {
    .card-img-container.card-img-6 .card-content {
        width: 100%
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-6 {
        max-width: 50%
    }

    .card-img-container.card-img-6 .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (max-width:767px) {
    .card-img-container.card-img-3 .card-content {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-3 .card-content {
        width: calc(100% - 3pc)
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-3 {
        max-width: 33%
    }

    .card-img-container.card-img-3 .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-3 {
        max-width: 50%
    }

    .card-img-container.card-img-3 .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (max-width:767px) {
    .card-img-container.card-img-4 .card-content {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-4 .card-content {
        width: calc(100% - 3pc)
    }
}

@media screen and (min-width:1024px) {
    .card-img-container.card-img-4 {
        max-width: 25%
    }

    .card-img-container.card-img-4 .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card-img-container.card-img-4 {
        max-width: 50%
    }

    .card-img-container.card-img-4 .jpmc-image-container img {
        aspect-ratio: 3/2
    }
}

.card-img-container.card-img-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.card-img-container.card-img-list .jpmc-image-container img {
    aspect-ratio: 3/2;
    max-height: 50%
}

@media screen and (max-width:767px) {
    .card-img-container.card-img-list .jpmc-image-container img {
        aspect-ratio: 1/1
    }
}

.card-img-container.card-img-list .card-media {
    left: auto;
    right: 0
}

.card-img-container.card-img-list .card-content {
    position: static;
    width: 100%;
    margin-top: 40px;
    border-left: none;
    border-top: 1px solid #666
}

.logo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 386px;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-top: 1px solid #666
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .logo-card {
        width: 20pc;
        gap: 1pc
    }
}

@media screen and (max-width:767px) {
    .logo-card {
        width: 327px;
        gap: 1pc
    }
}

.logo-card.card-img-3 {
    width: 275px
}

.tab-bar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .tab-bar-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.4rem
    }
}

.tab-bar-container .tab-bar-controls {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem 1rem 0
}

.tab-bar-container .tab-bar-controls:focus {
    outline: 0
}

.tab-bar-container .tab-bar-controls.hide {
    opacity: 0
}

.tab-bar-container .tab-bar-controls:before {
    content: "";
    width: 189px;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%, #fff);
    right: 0;
    height: 40px;
    position: absolute;
    z-index: -1
}

.tab-bar-container .tab-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: .1rem
}

@media screen and (max-width:767px) {
    .tab-bar-container .tab-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.grid-card {
    list-style: none;
    border-top: unset;
    max-width: unset;
    background-color: #f1f3f6
}

.grid-card .cardContent {
    height: 100%;
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 2.4rem
}

@media screen and (max-width:767px) {
    .grid-card .cardContent {
        padding: 1.6rem
    }
}

.grid-card .cardContent .list-item {
    margin-bottom: 1.6rem
}

.grid-card .cardContent .eyebrow {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase;
    color: #666
}

.grid-card .cardContent .eyebrow,
.grid-card .cardContent .position {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal
}

.grid-card .cardContent .position {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem;
    line-height: 3.22rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .grid-card .cardContent .position {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .grid-card .cardContent .position {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.grid-card .cardContent .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .grid-card .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .grid-card .cardContent .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.grid-card .cardContent .link {
    position: absolute;
    bottom: 2.4rem
}

.grid-card .cardContent .link .link-text {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

.grid-card .cardContent .link .icon:before {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
    font-size: 1.6rem
}

.grid-card.no-image .jpmc-image-container {
    border-bottom: none
}

.grid-card.active-link {
    position: relative
}

.grid-card.active-link a.cardContent {
    width: 100%
}

.grid-card.active-link a.cardContent:focus {
    outline: 1px dashed #C74A07;
    background-color: #adb6f5
}

.grid-card.active-link a.cardContent:focus p.link .link-text:after {
    left: unset
}

.grid-card.active-link a.cardContent:focus p.link {
    outline: unset
}

.grid-card.active-link:hover .cardContent .link-text:after {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.grid-card.active-link:hover a.cardContent {
    cursor: pointer;
    background-color: #adb6f5
}

.cmp-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

@media screen and (min-width:1024px) {
    .cmp-text {
        max-width: 65%
    }
}

.cmp-text h1,
.cmp-text h2,
.cmp-text h3,
.cmp-text h4,
.cmp-text h5,
.cmp-text h6,
.cmp-text li,
.cmp-text ol,
.cmp-text p,
.cmp-text ul {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.cmp-text h1 .body-large,
.cmp-text h2 .body-large,
.cmp-text h3 .body-large,
.cmp-text h4 .body-large,
.cmp-text h5 .body-large,
.cmp-text h6 .body-large,
.cmp-text li .body-large,
.cmp-text ol .body-large,
.cmp-text p .body-large,
.cmp-text ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.cmp-text h1 .body-large-bold,
.cmp-text h2 .body-large-bold,
.cmp-text h3 .body-large-bold,
.cmp-text h4 .body-large-bold,
.cmp-text h5 .body-large-bold,
.cmp-text h6 .body-large-bold,
.cmp-text li .body-large-bold,
.cmp-text ol .body-large-bold,
.cmp-text p .body-large-bold,
.cmp-text ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.cmp-text h1 .body-small,
.cmp-text h2 .body-small,
.cmp-text h3 .body-small,
.cmp-text h4 .body-small,
.cmp-text h5 .body-small,
.cmp-text h6 .body-small,
.cmp-text li .body-small,
.cmp-text ol .body-small,
.cmp-text p .body-small,
.cmp-text ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.cmp-text h1 .body-small-bold,
.cmp-text h2 .body-small-bold,
.cmp-text h3 .body-small-bold,
.cmp-text h4 .body-small-bold,
.cmp-text h5 .body-small-bold,
.cmp-text h6 .body-small-bold,
.cmp-text li .body-small-bold,
.cmp-text ol .body-small-bold,
.cmp-text p .body-small-bold,
.cmp-text ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.cmp-text h1 .eyebrow-tags,
.cmp-text h2 .eyebrow-tags,
.cmp-text h3 .eyebrow-tags,
.cmp-text h4 .eyebrow-tags,
.cmp-text h5 .eyebrow-tags,
.cmp-text h6 .eyebrow-tags,
.cmp-text li .eyebrow-tags,
.cmp-text ol .eyebrow-tags,
.cmp-text p .eyebrow-tags,
.cmp-text ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.cmp-text h1 .headline-large,
.cmp-text h2 .headline-large,
.cmp-text h3 .headline-large,
.cmp-text h4 .headline-large,
.cmp-text h5 .headline-large,
.cmp-text h6 .headline-large,
.cmp-text li .headline-large,
.cmp-text ol .headline-large,
.cmp-text p .headline-large,
.cmp-text ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .headline-large,
    .cmp-text h2 .headline-large,
    .cmp-text h3 .headline-large,
    .cmp-text h4 .headline-large,
    .cmp-text h5 .headline-large,
    .cmp-text h6 .headline-large,
    .cmp-text li .headline-large,
    .cmp-text ol .headline-large,
    .cmp-text p .headline-large,
    .cmp-text ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-text h1 .headline-large,
    .cmp-text h2 .headline-large,
    .cmp-text h3 .headline-large,
    .cmp-text h4 .headline-large,
    .cmp-text h5 .headline-large,
    .cmp-text h6 .headline-large,
    .cmp-text li .headline-large,
    .cmp-text ol .headline-large,
    .cmp-text p .headline-large,
    .cmp-text ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-text h1 .headline-large-bold,
.cmp-text h2 .headline-large-bold,
.cmp-text h3 .headline-large-bold,
.cmp-text h4 .headline-large-bold,
.cmp-text h5 .headline-large-bold,
.cmp-text h6 .headline-large-bold,
.cmp-text li .headline-large-bold,
.cmp-text ol .headline-large-bold,
.cmp-text p .headline-large-bold,
.cmp-text ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .headline-large-bold,
    .cmp-text h2 .headline-large-bold,
    .cmp-text h3 .headline-large-bold,
    .cmp-text h4 .headline-large-bold,
    .cmp-text h5 .headline-large-bold,
    .cmp-text h6 .headline-large-bold,
    .cmp-text li .headline-large-bold,
    .cmp-text ol .headline-large-bold,
    .cmp-text p .headline-large-bold,
    .cmp-text ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-text h1 .headline-large-bold,
    .cmp-text h2 .headline-large-bold,
    .cmp-text h3 .headline-large-bold,
    .cmp-text h4 .headline-large-bold,
    .cmp-text h5 .headline-large-bold,
    .cmp-text h6 .headline-large-bold,
    .cmp-text li .headline-large-bold,
    .cmp-text ol .headline-large-bold,
    .cmp-text p .headline-large-bold,
    .cmp-text ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-text h1 .headline-small,
.cmp-text h2 .headline-small,
.cmp-text h3 .headline-small,
.cmp-text h4 .headline-small,
.cmp-text h5 .headline-small,
.cmp-text h6 .headline-small,
.cmp-text li .headline-small,
.cmp-text ol .headline-small,
.cmp-text p .headline-small,
.cmp-text ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .headline-small,
    .cmp-text h2 .headline-small,
    .cmp-text h3 .headline-small,
    .cmp-text h4 .headline-small,
    .cmp-text h5 .headline-small,
    .cmp-text h6 .headline-small,
    .cmp-text li .headline-small,
    .cmp-text ol .headline-small,
    .cmp-text p .headline-small,
    .cmp-text ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .cmp-text h1 .headline-small,
    .cmp-text h2 .headline-small,
    .cmp-text h3 .headline-small,
    .cmp-text h4 .headline-small,
    .cmp-text h5 .headline-small,
    .cmp-text h6 .headline-small,
    .cmp-text li .headline-small,
    .cmp-text ol .headline-small,
    .cmp-text p .headline-small,
    .cmp-text ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.cmp-text h1 .sub-title,
.cmp-text h2 .sub-title,
.cmp-text h3 .sub-title,
.cmp-text h4 .sub-title,
.cmp-text h5 .sub-title,
.cmp-text h6 .sub-title,
.cmp-text li .sub-title,
.cmp-text ol .sub-title,
.cmp-text p .sub-title,
.cmp-text ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .sub-title,
    .cmp-text h2 .sub-title,
    .cmp-text h3 .sub-title,
    .cmp-text h4 .sub-title,
    .cmp-text h5 .sub-title,
    .cmp-text h6 .sub-title,
    .cmp-text li .sub-title,
    .cmp-text ol .sub-title,
    .cmp-text p .sub-title,
    .cmp-text ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .cmp-text h1 .sub-title,
    .cmp-text h2 .sub-title,
    .cmp-text h3 .sub-title,
    .cmp-text h4 .sub-title,
    .cmp-text h5 .sub-title,
    .cmp-text h6 .sub-title,
    .cmp-text li .sub-title,
    .cmp-text ol .sub-title,
    .cmp-text p .sub-title,
    .cmp-text ul .sub-title {
        font-size: 2.4rem
    }
}

.cmp-text h1 .title-large,
.cmp-text h2 .title-large,
.cmp-text h3 .title-large,
.cmp-text h4 .title-large,
.cmp-text h5 .title-large,
.cmp-text h6 .title-large,
.cmp-text li .title-large,
.cmp-text ol .title-large,
.cmp-text p .title-large,
.cmp-text ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .title-large,
    .cmp-text h2 .title-large,
    .cmp-text h3 .title-large,
    .cmp-text h4 .title-large,
    .cmp-text h5 .title-large,
    .cmp-text h6 .title-large,
    .cmp-text li .title-large,
    .cmp-text ol .title-large,
    .cmp-text p .title-large,
    .cmp-text ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .cmp-text h1 .title-large,
    .cmp-text h2 .title-large,
    .cmp-text h3 .title-large,
    .cmp-text h4 .title-large,
    .cmp-text h5 .title-large,
    .cmp-text h6 .title-large,
    .cmp-text li .title-large,
    .cmp-text ol .title-large,
    .cmp-text p .title-large,
    .cmp-text ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cmp-text h1 .title-small,
.cmp-text h2 .title-small,
.cmp-text h3 .title-small,
.cmp-text h4 .title-small,
.cmp-text h5 .title-small,
.cmp-text h6 .title-small,
.cmp-text li .title-small,
.cmp-text ol .title-small,
.cmp-text p .title-small,
.cmp-text ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .title-small,
    .cmp-text h2 .title-small,
    .cmp-text h3 .title-small,
    .cmp-text h4 .title-small,
    .cmp-text h5 .title-small,
    .cmp-text h6 .title-small,
    .cmp-text li .title-small,
    .cmp-text ol .title-small,
    .cmp-text p .title-small,
    .cmp-text ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .cmp-text h1 .title-small,
    .cmp-text h2 .title-small,
    .cmp-text h3 .title-small,
    .cmp-text h4 .title-small,
    .cmp-text h5 .title-small,
    .cmp-text h6 .title-small,
    .cmp-text li .title-small,
    .cmp-text ol .title-small,
    .cmp-text p .title-small,
    .cmp-text ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.cmp-text h1 .hyper-link,
.cmp-text h2 .hyper-link,
.cmp-text h3 .hyper-link,
.cmp-text h4 .hyper-link,
.cmp-text h5 .hyper-link,
.cmp-text h6 .hyper-link,
.cmp-text li .hyper-link,
.cmp-text ol .hyper-link,
.cmp-text p .hyper-link,
.cmp-text ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .cmp-text h1 .hyper-link,
    .cmp-text h2 .hyper-link,
    .cmp-text h3 .hyper-link,
    .cmp-text h4 .hyper-link,
    .cmp-text h5 .hyper-link,
    .cmp-text h6 .hyper-link,
    .cmp-text li .hyper-link,
    .cmp-text ol .hyper-link,
    .cmp-text p .hyper-link,
    .cmp-text ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-text h1 .hyper-link:active,
.cmp-text h1 .hyper-link:focus,
.cmp-text h2 .hyper-link:active,
.cmp-text h2 .hyper-link:focus,
.cmp-text h3 .hyper-link:active,
.cmp-text h3 .hyper-link:focus,
.cmp-text h4 .hyper-link:active,
.cmp-text h4 .hyper-link:focus,
.cmp-text h5 .hyper-link:active,
.cmp-text h5 .hyper-link:focus,
.cmp-text h6 .hyper-link:active,
.cmp-text h6 .hyper-link:focus,
.cmp-text li .hyper-link:active,
.cmp-text li .hyper-link:focus,
.cmp-text ol .hyper-link:active,
.cmp-text ol .hyper-link:focus,
.cmp-text p .hyper-link:active,
.cmp-text p .hyper-link:focus,
.cmp-text ul .hyper-link:active,
.cmp-text ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-text h1 .hyper-link:hover,
.cmp-text h2 .hyper-link:hover,
.cmp-text h3 .hyper-link:hover,
.cmp-text h4 .hyper-link:hover,
.cmp-text h5 .hyper-link:hover,
.cmp-text h6 .hyper-link:hover,
.cmp-text li .hyper-link:hover,
.cmp-text ol .hyper-link:hover,
.cmp-text p .hyper-link:hover,
.cmp-text ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-text h1 .hyper-link .icon:after,
.cmp-text h2 .hyper-link .icon:after,
.cmp-text h3 .hyper-link .icon:after,
.cmp-text h4 .hyper-link .icon:after,
.cmp-text h5 .hyper-link .icon:after,
.cmp-text h6 .hyper-link .icon:after,
.cmp-text li .hyper-link .icon:after,
.cmp-text ol .hyper-link .icon:after,
.cmp-text p .hyper-link .icon:after,
.cmp-text ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-text h1 .hyper-link:hover,
.cmp-text h2 .hyper-link:hover,
.cmp-text h3 .hyper-link:hover,
.cmp-text h4 .hyper-link:hover,
.cmp-text h5 .hyper-link:hover,
.cmp-text h6 .hyper-link:hover,
.cmp-text li .hyper-link:hover,
.cmp-text ol .hyper-link:hover,
.cmp-text p .hyper-link:hover,
.cmp-text ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.cmp-text h1 .hyper-link:hover a,
.cmp-text h1 .hyper-link:hover a:hover,
.cmp-text h2 .hyper-link:hover a,
.cmp-text h2 .hyper-link:hover a:hover,
.cmp-text h3 .hyper-link:hover a,
.cmp-text h3 .hyper-link:hover a:hover,
.cmp-text h4 .hyper-link:hover a,
.cmp-text h4 .hyper-link:hover a:hover,
.cmp-text h5 .hyper-link:hover a,
.cmp-text h5 .hyper-link:hover a:hover,
.cmp-text h6 .hyper-link:hover a,
.cmp-text h6 .hyper-link:hover a:hover,
.cmp-text li .hyper-link:hover a,
.cmp-text li .hyper-link:hover a:hover,
.cmp-text ol .hyper-link:hover a,
.cmp-text ol .hyper-link:hover a:hover,
.cmp-text p .hyper-link:hover a,
.cmp-text p .hyper-link:hover a:hover,
.cmp-text ul .hyper-link:hover a,
.cmp-text ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-text h1 .hyper-link:active,
.cmp-text h1 .hyper-link:focus,
.cmp-text h2 .hyper-link:active,
.cmp-text h2 .hyper-link:focus,
.cmp-text h3 .hyper-link:active,
.cmp-text h3 .hyper-link:focus,
.cmp-text h4 .hyper-link:active,
.cmp-text h4 .hyper-link:focus,
.cmp-text h5 .hyper-link:active,
.cmp-text h5 .hyper-link:focus,
.cmp-text h6 .hyper-link:active,
.cmp-text h6 .hyper-link:focus,
.cmp-text li .hyper-link:active,
.cmp-text li .hyper-link:focus,
.cmp-text ol .hyper-link:active,
.cmp-text ol .hyper-link:focus,
.cmp-text p .hyper-link:active,
.cmp-text p .hyper-link:focus,
.cmp-text ul .hyper-link:active,
.cmp-text ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.cmp-text h1>a:hover,
.cmp-text h2>a:hover,
.cmp-text h3>a:hover,
.cmp-text h4>a:hover,
.cmp-text h5>a:hover,
.cmp-text h6>a:hover,
.cmp-text li>a:hover,
.cmp-text ol>a:hover,
.cmp-text p>a:hover,
.cmp-text ul>a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-text h1>a .hyper-link-with-icon,
.cmp-text h2>a .hyper-link-with-icon,
.cmp-text h3>a .hyper-link-with-icon,
.cmp-text h4>a .hyper-link-with-icon,
.cmp-text h5>a .hyper-link-with-icon,
.cmp-text h6>a .hyper-link-with-icon,
.cmp-text li>a .hyper-link-with-icon,
.cmp-text ol>a .hyper-link-with-icon,
.cmp-text p>a .hyper-link-with-icon,
.cmp-text ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .cmp-text h1>a .hyper-link-with-icon,
    .cmp-text h2>a .hyper-link-with-icon,
    .cmp-text h3>a .hyper-link-with-icon,
    .cmp-text h4>a .hyper-link-with-icon,
    .cmp-text h5>a .hyper-link-with-icon,
    .cmp-text h6>a .hyper-link-with-icon,
    .cmp-text li>a .hyper-link-with-icon,
    .cmp-text ol>a .hyper-link-with-icon,
    .cmp-text p>a .hyper-link-with-icon,
    .cmp-text ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-text h1>a .hyper-link-with-icon:active,
.cmp-text h1>a .hyper-link-with-icon:focus,
.cmp-text h2>a .hyper-link-with-icon:active,
.cmp-text h2>a .hyper-link-with-icon:focus,
.cmp-text h3>a .hyper-link-with-icon:active,
.cmp-text h3>a .hyper-link-with-icon:focus,
.cmp-text h4>a .hyper-link-with-icon:active,
.cmp-text h4>a .hyper-link-with-icon:focus,
.cmp-text h5>a .hyper-link-with-icon:active,
.cmp-text h5>a .hyper-link-with-icon:focus,
.cmp-text h6>a .hyper-link-with-icon:active,
.cmp-text h6>a .hyper-link-with-icon:focus,
.cmp-text li>a .hyper-link-with-icon:active,
.cmp-text li>a .hyper-link-with-icon:focus,
.cmp-text ol>a .hyper-link-with-icon:active,
.cmp-text ol>a .hyper-link-with-icon:focus,
.cmp-text p>a .hyper-link-with-icon:active,
.cmp-text p>a .hyper-link-with-icon:focus,
.cmp-text ul>a .hyper-link-with-icon:active,
.cmp-text ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-text h1>a .hyper-link-with-icon:hover,
.cmp-text h2>a .hyper-link-with-icon:hover,
.cmp-text h3>a .hyper-link-with-icon:hover,
.cmp-text h4>a .hyper-link-with-icon:hover,
.cmp-text h5>a .hyper-link-with-icon:hover,
.cmp-text h6>a .hyper-link-with-icon:hover,
.cmp-text li>a .hyper-link-with-icon:hover,
.cmp-text ol>a .hyper-link-with-icon:hover,
.cmp-text p>a .hyper-link-with-icon:hover,
.cmp-text ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-text h1>a .hyper-link-with-icon .icon:after,
.cmp-text h2>a .hyper-link-with-icon .icon:after,
.cmp-text h3>a .hyper-link-with-icon .icon:after,
.cmp-text h4>a .hyper-link-with-icon .icon:after,
.cmp-text h5>a .hyper-link-with-icon .icon:after,
.cmp-text h6>a .hyper-link-with-icon .icon:after,
.cmp-text li>a .hyper-link-with-icon .icon:after,
.cmp-text ol>a .hyper-link-with-icon .icon:after,
.cmp-text p>a .hyper-link-with-icon .icon:after,
.cmp-text ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-text h1>a .hyper-link-with-icon:before,
.cmp-text h2>a .hyper-link-with-icon:before,
.cmp-text h3>a .hyper-link-with-icon:before,
.cmp-text h4>a .hyper-link-with-icon:before,
.cmp-text h5>a .hyper-link-with-icon:before,
.cmp-text h6>a .hyper-link-with-icon:before,
.cmp-text li>a .hyper-link-with-icon:before,
.cmp-text ol>a .hyper-link-with-icon:before,
.cmp-text p>a .hyper-link-with-icon:before,
.cmp-text ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-text h1>a .hyper-link-with-icon:before:active,
.cmp-text h1>a .hyper-link-with-icon:before:focus,
.cmp-text h2>a .hyper-link-with-icon:before:active,
.cmp-text h2>a .hyper-link-with-icon:before:focus,
.cmp-text h3>a .hyper-link-with-icon:before:active,
.cmp-text h3>a .hyper-link-with-icon:before:focus,
.cmp-text h4>a .hyper-link-with-icon:before:active,
.cmp-text h4>a .hyper-link-with-icon:before:focus,
.cmp-text h5>a .hyper-link-with-icon:before:active,
.cmp-text h5>a .hyper-link-with-icon:before:focus,
.cmp-text h6>a .hyper-link-with-icon:before:active,
.cmp-text h6>a .hyper-link-with-icon:before:focus,
.cmp-text li>a .hyper-link-with-icon:before:active,
.cmp-text li>a .hyper-link-with-icon:before:focus,
.cmp-text ol>a .hyper-link-with-icon:before:active,
.cmp-text ol>a .hyper-link-with-icon:before:focus,
.cmp-text p>a .hyper-link-with-icon:before:active,
.cmp-text p>a .hyper-link-with-icon:before:focus,
.cmp-text ul>a .hyper-link-with-icon:before:active,
.cmp-text ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.cmp-text h1>a .hyper-link-with-icon:active,
.cmp-text h1>a .hyper-link-with-icon:focus,
.cmp-text h1>a .hyper-link-with-icon:hover,
.cmp-text h2>a .hyper-link-with-icon:active,
.cmp-text h2>a .hyper-link-with-icon:focus,
.cmp-text h2>a .hyper-link-with-icon:hover,
.cmp-text h3>a .hyper-link-with-icon:active,
.cmp-text h3>a .hyper-link-with-icon:focus,
.cmp-text h3>a .hyper-link-with-icon:hover,
.cmp-text h4>a .hyper-link-with-icon:active,
.cmp-text h4>a .hyper-link-with-icon:focus,
.cmp-text h4>a .hyper-link-with-icon:hover,
.cmp-text h5>a .hyper-link-with-icon:active,
.cmp-text h5>a .hyper-link-with-icon:focus,
.cmp-text h5>a .hyper-link-with-icon:hover,
.cmp-text h6>a .hyper-link-with-icon:active,
.cmp-text h6>a .hyper-link-with-icon:focus,
.cmp-text h6>a .hyper-link-with-icon:hover,
.cmp-text li>a .hyper-link-with-icon:active,
.cmp-text li>a .hyper-link-with-icon:focus,
.cmp-text li>a .hyper-link-with-icon:hover,
.cmp-text ol>a .hyper-link-with-icon:active,
.cmp-text ol>a .hyper-link-with-icon:focus,
.cmp-text ol>a .hyper-link-with-icon:hover,
.cmp-text p>a .hyper-link-with-icon:active,
.cmp-text p>a .hyper-link-with-icon:focus,
.cmp-text p>a .hyper-link-with-icon:hover,
.cmp-text ul>a .hyper-link-with-icon:active,
.cmp-text ul>a .hyper-link-with-icon:focus,
.cmp-text ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.cmp-text h1>a .hyper-link-with-icon:active:focus:before,
.cmp-text h1>a .hyper-link-with-icon:active:hover:before,
.cmp-text h1>a .hyper-link-with-icon:focus:focus:before,
.cmp-text h1>a .hyper-link-with-icon:focus:hover:before,
.cmp-text h1>a .hyper-link-with-icon:hover:focus:before,
.cmp-text h1>a .hyper-link-with-icon:hover:hover:before,
.cmp-text h2>a .hyper-link-with-icon:active:focus:before,
.cmp-text h2>a .hyper-link-with-icon:active:hover:before,
.cmp-text h2>a .hyper-link-with-icon:focus:focus:before,
.cmp-text h2>a .hyper-link-with-icon:focus:hover:before,
.cmp-text h2>a .hyper-link-with-icon:hover:focus:before,
.cmp-text h2>a .hyper-link-with-icon:hover:hover:before,
.cmp-text h3>a .hyper-link-with-icon:active:focus:before,
.cmp-text h3>a .hyper-link-with-icon:active:hover:before,
.cmp-text h3>a .hyper-link-with-icon:focus:focus:before,
.cmp-text h3>a .hyper-link-with-icon:focus:hover:before,
.cmp-text h3>a .hyper-link-with-icon:hover:focus:before,
.cmp-text h3>a .hyper-link-with-icon:hover:hover:before,
.cmp-text h4>a .hyper-link-with-icon:active:focus:before,
.cmp-text h4>a .hyper-link-with-icon:active:hover:before,
.cmp-text h4>a .hyper-link-with-icon:focus:focus:before,
.cmp-text h4>a .hyper-link-with-icon:focus:hover:before,
.cmp-text h4>a .hyper-link-with-icon:hover:focus:before,
.cmp-text h4>a .hyper-link-with-icon:hover:hover:before,
.cmp-text h5>a .hyper-link-with-icon:active:focus:before,
.cmp-text h5>a .hyper-link-with-icon:active:hover:before,
.cmp-text h5>a .hyper-link-with-icon:focus:focus:before,
.cmp-text h5>a .hyper-link-with-icon:focus:hover:before,
.cmp-text h5>a .hyper-link-with-icon:hover:focus:before,
.cmp-text h5>a .hyper-link-with-icon:hover:hover:before,
.cmp-text h6>a .hyper-link-with-icon:active:focus:before,
.cmp-text h6>a .hyper-link-with-icon:active:hover:before,
.cmp-text h6>a .hyper-link-with-icon:focus:focus:before,
.cmp-text h6>a .hyper-link-with-icon:focus:hover:before,
.cmp-text h6>a .hyper-link-with-icon:hover:focus:before,
.cmp-text h6>a .hyper-link-with-icon:hover:hover:before,
.cmp-text li>a .hyper-link-with-icon:active:focus:before,
.cmp-text li>a .hyper-link-with-icon:active:hover:before,
.cmp-text li>a .hyper-link-with-icon:focus:focus:before,
.cmp-text li>a .hyper-link-with-icon:focus:hover:before,
.cmp-text li>a .hyper-link-with-icon:hover:focus:before,
.cmp-text li>a .hyper-link-with-icon:hover:hover:before,
.cmp-text ol>a .hyper-link-with-icon:active:focus:before,
.cmp-text ol>a .hyper-link-with-icon:active:hover:before,
.cmp-text ol>a .hyper-link-with-icon:focus:focus:before,
.cmp-text ol>a .hyper-link-with-icon:focus:hover:before,
.cmp-text ol>a .hyper-link-with-icon:hover:focus:before,
.cmp-text ol>a .hyper-link-with-icon:hover:hover:before,
.cmp-text p>a .hyper-link-with-icon:active:focus:before,
.cmp-text p>a .hyper-link-with-icon:active:hover:before,
.cmp-text p>a .hyper-link-with-icon:focus:focus:before,
.cmp-text p>a .hyper-link-with-icon:focus:hover:before,
.cmp-text p>a .hyper-link-with-icon:hover:focus:before,
.cmp-text p>a .hyper-link-with-icon:hover:hover:before,
.cmp-text ul>a .hyper-link-with-icon:active:focus:before,
.cmp-text ul>a .hyper-link-with-icon:active:hover:before,
.cmp-text ul>a .hyper-link-with-icon:focus:focus:before,
.cmp-text ul>a .hyper-link-with-icon:focus:hover:before,
.cmp-text ul>a .hyper-link-with-icon:hover:focus:before,
.cmp-text ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.cmp-text h1>a .hyper-link-with-icon:after,
.cmp-text h2>a .hyper-link-with-icon:after,
.cmp-text h3>a .hyper-link-with-icon:after,
.cmp-text h4>a .hyper-link-with-icon:after,
.cmp-text h5>a .hyper-link-with-icon:after,
.cmp-text h6>a .hyper-link-with-icon:after,
.cmp-text li>a .hyper-link-with-icon:after,
.cmp-text ol>a .hyper-link-with-icon:after,
.cmp-text p>a .hyper-link-with-icon:after,
.cmp-text ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.cmp-text h1>a .hyper-link-with-icon .link-text,
.cmp-text h2>a .hyper-link-with-icon .link-text,
.cmp-text h3>a .hyper-link-with-icon .link-text,
.cmp-text h4>a .hyper-link-with-icon .link-text,
.cmp-text h5>a .hyper-link-with-icon .link-text,
.cmp-text h6>a .hyper-link-with-icon .link-text,
.cmp-text li>a .hyper-link-with-icon .link-text,
.cmp-text ol>a .hyper-link-with-icon .link-text,
.cmp-text p>a .hyper-link-with-icon .link-text,
.cmp-text ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.cmp-text h1>a .hyper-link-with-icon .link-text:after,
.cmp-text h2>a .hyper-link-with-icon .link-text:after,
.cmp-text h3>a .hyper-link-with-icon .link-text:after,
.cmp-text h4>a .hyper-link-with-icon .link-text:after,
.cmp-text h5>a .hyper-link-with-icon .link-text:after,
.cmp-text h6>a .hyper-link-with-icon .link-text:after,
.cmp-text li>a .hyper-link-with-icon .link-text:after,
.cmp-text ol>a .hyper-link-with-icon .link-text:after,
.cmp-text p>a .hyper-link-with-icon .link-text:after,
.cmp-text ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-text h1>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text h1>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text h2>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text h2>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text h3>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text h3>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text h4>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text h4>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text h5>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text h5>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text h6>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text h6>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text li>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text li>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text ol>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text ol>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text p>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text p>a .hyper-link-with-icon .link-text:hover:after,
.cmp-text ul>a .hyper-link-with-icon .link-text:focus:after,
.cmp-text ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cmp-text h1 .statement-style,
.cmp-text h2 .statement-style,
.cmp-text h3 .statement-style,
.cmp-text h4 .statement-style,
.cmp-text h5 .statement-style,
.cmp-text h6 .statement-style,
.cmp-text li .statement-style,
.cmp-text ol .statement-style,
.cmp-text p .statement-style,
.cmp-text ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .statement-style,
    .cmp-text h2 .statement-style,
    .cmp-text h3 .statement-style,
    .cmp-text h4 .statement-style,
    .cmp-text h5 .statement-style,
    .cmp-text h6 .statement-style,
    .cmp-text li .statement-style,
    .cmp-text ol .statement-style,
    .cmp-text p .statement-style,
    .cmp-text ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .cmp-text h1 .statement-style,
    .cmp-text h2 .statement-style,
    .cmp-text h3 .statement-style,
    .cmp-text h4 .statement-style,
    .cmp-text h5 .statement-style,
    .cmp-text h6 .statement-style,
    .cmp-text li .statement-style,
    .cmp-text ol .statement-style,
    .cmp-text p .statement-style,
    .cmp-text ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.cmp-text h1 .statement-style:before,
.cmp-text h2 .statement-style:before,
.cmp-text h3 .statement-style:before,
.cmp-text h4 .statement-style:before,
.cmp-text h5 .statement-style:before,
.cmp-text h6 .statement-style:before,
.cmp-text li .statement-style:before,
.cmp-text ol .statement-style:before,
.cmp-text p .statement-style:before,
.cmp-text ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-text h1 .statement-style:before,
    .cmp-text h2 .statement-style:before,
    .cmp-text h3 .statement-style:before,
    .cmp-text h4 .statement-style:before,
    .cmp-text h5 .statement-style:before,
    .cmp-text h6 .statement-style:before,
    .cmp-text li .statement-style:before,
    .cmp-text ol .statement-style:before,
    .cmp-text p .statement-style:before,
    .cmp-text ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .cmp-text h1 .statement-style:before,
    .cmp-text h2 .statement-style:before,
    .cmp-text h3 .statement-style:before,
    .cmp-text h4 .statement-style:before,
    .cmp-text h5 .statement-style:before,
    .cmp-text h6 .statement-style:before,
    .cmp-text li .statement-style:before,
    .cmp-text ol .statement-style:before,
    .cmp-text p .statement-style:before,
    .cmp-text ul .statement-style:before {
        left: 5pc
    }
}

.cmp-text li:not(:last-of-type),
.cmp-text ol:not(:last-of-type),
.cmp-text p:not(:last-of-type),
.cmp-text ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-text p+ul,
.cmp-text ul+p {
    margin-top: 2rem
}

.cmp-text h1 {
    margin-bottom: 2rem
}

.cmp-text h1:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-text p:last-of-type+h1,
.cmp-text ul:last-of-type+h1 {
    margin-top: 2rem
}

.cmp-text h2 {
    margin-bottom: 2rem
}

.cmp-text h2:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-text p:last-of-type+h2,
.cmp-text ul:last-of-type+h2 {
    margin-top: 2rem
}

.cmp-text h3 {
    margin-bottom: 2rem
}

.cmp-text h3:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-text p:last-of-type+h3,
.cmp-text ul:last-of-type+h3 {
    margin-top: 2rem
}

.cmp-text h4 {
    margin-bottom: 2rem
}

.cmp-text h4:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-text p:last-of-type+h4,
.cmp-text ul:last-of-type+h4 {
    margin-top: 2rem
}

.cmp-text h5 {
    margin-bottom: 2rem
}

.cmp-text h5:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-text p:last-of-type+h5,
.cmp-text ul:last-of-type+h5 {
    margin-top: 2rem
}

.cmp-text h6 {
    margin-bottom: 2rem
}

.cmp-text h6:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-text p:last-of-type+h6,
.cmp-text ul:last-of-type+h6 {
    margin-top: 2rem
}

.cmp-text a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.cmp-text a:focus,
.cmp-text a:hover {
    outline: 1px dashed #474c50
}

.cmp-text>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.cmp-text>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-text>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .cmp-text>ol li {
        padding-left: 8px
    }
}

.cmp-text>ol li::marker {
    color: #936846
}

.cmp-text>ol li ol li,
.cmp-text>ol li ol li ol li {
    margin-left: -1.8rem
}

.cmp-text>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.cmp-text>ul>li {
    position: relative;
    padding-left: 2pc
}

.cmp-text>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.cmp-text>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.cmp-text>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.cmp-text>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .cmp-text>ul li>ul li:before {
        line-height: 2pc
    }
}

.cmp-text>ul li>ul li ul li {
    position: relative
}

.cmp-text>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.cmp-text>ul li>ul li ul li ul li {
    position: relative
}

.cmp-text>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.cmp-text a,
.cmp-text b,
.cmp-text div,
.cmp-text h1,
.cmp-text h2,
.cmp-text h3,
.cmp-text h4,
.cmp-text h5,
.cmp-text h6,
.cmp-text i,
.cmp-text li,
.cmp-text ol,
.cmp-text p,
.cmp-text span,
.cmp-text u,
.cmp-text ul {
    word-break: break-word
}

.cmp-text table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .cmp-text table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-text table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .cmp-text table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.cmp-text table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.cmp-text table td,
.cmp-text table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.cmp-text table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.cmp-text table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.cmp-text table tr {
    border: none
}

.cmp-text table td>p:not(:last-of-type),
.cmp-text table td>ul li:not(:last-of-type),
.cmp-text table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-text table a,
.cmp-text table b,
.cmp-text table div,
.cmp-text table h1,
.cmp-text table h2,
.cmp-text table h3,
.cmp-text table h4,
.cmp-text table h5,
.cmp-text table h6,
.cmp-text table i,
.cmp-text table li,
.cmp-text table ol,
.cmp-text table p,
.cmp-text table span,
.cmp-text table u,
.cmp-text table ul {
    word-break: unset
}

.cmp-text a,
.cmp-text p a,
.cmp-text p a span {
    color: #C74A07
}

.cmp-text a span.hyper-link,
.cmp-text p a span span.hyper-link,
.cmp-text p a span.hyper-link {
    font-size: inherit
}

.cmp-text a:focus,
.cmp-text a:focus-within,
.cmp-text p a:focus,
.cmp-text p a:focus-within {
    outline: 1px dashed #C74A07
}

.cmp-text a:focus span.hyper-link,
.cmp-text a:focus-within span.hyper-link,
.cmp-text p a:focus span.hyper-link,
.cmp-text p a:focus-within span.hyper-link {
    outline: unset
}

.cmp-text a span.hyper-link:focus,
.cmp-text a span.hyper-link:focus-within {
    outline: unset
}

.cmp-text ol li:before,
.cmp-text ul li:before {
    background: #C74A07
}

.cmp-text ol li::marker,
.cmp-text ul li::marker {
    color: #C74A07
}

.text .cmp-text-wrapper {
    overflow: auto
}

.text .cmp-text-wrapper .cmp-text {
    float: none;
    margin: auto
}

@media screen and (min-width:1024px) {
    .text .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .text .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 14.2%
    }
}

@media screen and (max-width:767px) {
    .text .cmp-text-wrapper .cmp-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.text.white ::-webkit-scrollbar {
    background: #fff;
    height: 5px;
    width: 8px
}

.text.white ::-webkit-scrollbar-thumb {
    background: #C74A07;
    border-radius: 75pt
}

.text.white .cmp-text-wrapper {
    background-color: #fff
}

.text.white .cmp-text-wrapper .cmp-text,
.text.white .cmp-text-wrapper .cmp-text td,
.text.white .cmp-text-wrapper .cmp-text td b,
.text.white .cmp-text-wrapper .cmp-text td h1,
.text.white .cmp-text-wrapper .cmp-text td h2,
.text.white .cmp-text-wrapper .cmp-text td h3,
.text.white .cmp-text-wrapper .cmp-text td h4,
.text.white .cmp-text-wrapper .cmp-text td h5,
.text.white .cmp-text-wrapper .cmp-text td h6,
.text.white .cmp-text-wrapper .cmp-text td li,
.text.white .cmp-text-wrapper .cmp-text td ol,
.text.white .cmp-text-wrapper .cmp-text td p,
.text.white .cmp-text-wrapper .cmp-text td ul,
.text.white .cmp-text-wrapper .cmp-text th,
.text.white .cmp-text-wrapper .cmp-text th b,
.text.white .cmp-text-wrapper .cmp-text th h1,
.text.white .cmp-text-wrapper .cmp-text th h2,
.text.white .cmp-text-wrapper .cmp-text th h3,
.text.white .cmp-text-wrapper .cmp-text th h4,
.text.white .cmp-text-wrapper .cmp-text th h5,
.text.white .cmp-text-wrapper .cmp-text th h6,
.text.white .cmp-text-wrapper .cmp-text th li,
.text.white .cmp-text-wrapper .cmp-text th ol,
.text.white .cmp-text-wrapper .cmp-text th p,
.text.white .cmp-text-wrapper .cmp-text th ul {
    color: #101537
}

.text.white .cmp-text-wrapper .cmp-text .statement-style:before,
.text.white .cmp-text-wrapper .cmp-text>ul>li:before {
    background: #C74A07
}

.text.white .cmp-text-wrapper .cmp-text table th {
    background-color: #f1f3f6
}

.text.dark {
    background-color: #101537
}

.text.dark ::-webkit-scrollbar {
    background: #101537;
    height: 5px;
    width: 8px
}

.text.dark ::-webkit-scrollbar-thumb {
    background: #adb6f5;
    border-radius: 75pt
}

.text.dark .cmp-text-wrapper {
    background-color: #101537
}

.text.dark .cmp-text-wrapper .cmp-text h1,
.text.dark .cmp-text-wrapper .cmp-text h2,
.text.dark .cmp-text-wrapper .cmp-text h3,
.text.dark .cmp-text-wrapper .cmp-text h4,
.text.dark .cmp-text-wrapper .cmp-text h5,
.text.dark .cmp-text-wrapper .cmp-text h6,
.text.dark .cmp-text-wrapper .cmp-text li,
.text.dark .cmp-text-wrapper .cmp-text ol,
.text.dark .cmp-text-wrapper .cmp-text p,
.text.dark .cmp-text-wrapper .cmp-text ul {
    color: #fff
}

.text.dark .cmp-text-wrapper .cmp-text>ul>li:before {
    background: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text>ul li>ul li:before {
    border: 1px solid #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text>ul li>ul li ul li:before {
    background-color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text>ul li>ul li ul li ul li {
    position: relative
}

.text.dark .cmp-text-wrapper .cmp-text>ul li>ul li ul li ul li:before {
    border: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #adb6f5;
    border-bottom: 5px solid transparent;
    color: #adb6f5;
    background: 0 0
}

.text.dark .cmp-text-wrapper .cmp-text a,
.text.dark .cmp-text-wrapper .cmp-text p a,
.text.dark .cmp-text-wrapper .cmp-text p a span {
    color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text a span.hyper-link,
.text.dark .cmp-text-wrapper .cmp-text p a span span.hyper-link,
.text.dark .cmp-text-wrapper .cmp-text p a span.hyper-link {
    font-size: inherit
}

.text.dark .cmp-text-wrapper .cmp-text a:focus,
.text.dark .cmp-text-wrapper .cmp-text a:focus-within,
.text.dark .cmp-text-wrapper .cmp-text p a:focus,
.text.dark .cmp-text-wrapper .cmp-text p a:focus-within {
    outline: 1px dashed #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text a:focus span.hyper-link,
.text.dark .cmp-text-wrapper .cmp-text a:focus-within span.hyper-link,
.text.dark .cmp-text-wrapper .cmp-text p a:focus span.hyper-link,
.text.dark .cmp-text-wrapper .cmp-text p a:focus-within span.hyper-link {
    outline: unset
}

.text.dark .cmp-text-wrapper .cmp-text a span.hyper-link:focus,
.text.dark .cmp-text-wrapper .cmp-text a span.hyper-link:focus-within {
    outline: unset
}

.text.dark .cmp-text-wrapper .cmp-text ol li:before,
.text.dark .cmp-text-wrapper .cmp-text ul li:before {
    background: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text ol li::marker,
.text.dark .cmp-text-wrapper .cmp-text ul li::marker {
    color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text .statement-style:before {
    background: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon {
    color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #adb6f5;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #adb6f5;
    outline-offset: 0
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:active,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:focus,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:hover {
    outline-color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:active:focus:before,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:active:hover:before,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:focus:focus:before,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:focus:hover:before,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:hover:focus:before,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link {
    color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text .hyper-link:active,
.text.dark .cmp-text-wrapper .cmp-text .hyper-link:focus {
    text-decoration: none;
    outline-offset: 2px;
    outline-color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text>ol li::marker {
    color: #adb6f5
}

.text.dark .cmp-text-wrapper .cmp-text table b,
.text.dark .cmp-text-wrapper .cmp-text table caption,
.text.dark .cmp-text-wrapper .cmp-text table p {
    color: #fff
}

.text.dark .cmp-text-wrapper .cmp-text table th {
    background-color: #666
}

.text.dark .cmp-text-wrapper .cmp-text table td,
.text.dark .cmp-text-wrapper .cmp-text table th {
    color: #fff
}

.text.travertine {
    background-color: #f1f3f6
}

.text.travertine ::-webkit-scrollbar {
    background: #fff;
    height: 5px;
    width: 8px
}

.text.travertine ::-webkit-scrollbar-thumb {
    background: #C74A07;
    border-radius: 75pt
}

.text.travertine .cmp-text-wrapper {
    background-color: #f1f3f6
}

.text.travertine .cmp-text-wrapper .cmp-text {
    color: #101537
}

.text.travertine .cmp-text-wrapper .cmp-text>ul>li:before {
    background: #C74A07
}

.text.travertine .cmp-text-wrapper .cmp-text td,
.text.travertine .cmp-text-wrapper .cmp-text td b,
.text.travertine .cmp-text-wrapper .cmp-text td h1,
.text.travertine .cmp-text-wrapper .cmp-text td h2,
.text.travertine .cmp-text-wrapper .cmp-text td h3,
.text.travertine .cmp-text-wrapper .cmp-text td h4,
.text.travertine .cmp-text-wrapper .cmp-text td h5,
.text.travertine .cmp-text-wrapper .cmp-text td h6,
.text.travertine .cmp-text-wrapper .cmp-text td li,
.text.travertine .cmp-text-wrapper .cmp-text td ol,
.text.travertine .cmp-text-wrapper .cmp-text td p,
.text.travertine .cmp-text-wrapper .cmp-text td ul,
.text.travertine .cmp-text-wrapper .cmp-text th,
.text.travertine .cmp-text-wrapper .cmp-text th b,
.text.travertine .cmp-text-wrapper .cmp-text th h1,
.text.travertine .cmp-text-wrapper .cmp-text th h2,
.text.travertine .cmp-text-wrapper .cmp-text th h3,
.text.travertine .cmp-text-wrapper .cmp-text th h4,
.text.travertine .cmp-text-wrapper .cmp-text th h5,
.text.travertine .cmp-text-wrapper .cmp-text th h6,
.text.travertine .cmp-text-wrapper .cmp-text th li,
.text.travertine .cmp-text-wrapper .cmp-text th ol,
.text.travertine .cmp-text-wrapper .cmp-text th p,
.text.travertine .cmp-text-wrapper .cmp-text th ul {
    color: #101537
}

.text.travertine .cmp-text-wrapper .cmp-text .statement-style:before {
    background-color: #C74A07
}

.text.travertine .cmp-text-wrapper .cmp-text table th {
    background-color: #fff
}

.text.cmp-text--align-left .cmp-text-wrapper .cmp-text {
    margin: unset
}

@media screen and (min-width:1024px) {
    .text.cmp-text--align-left .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 0 3.2rem 8rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .text.cmp-text--align-left .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 0 3.2rem 4.8rem;
        max-width: 80%
    }
}

.text.cmp-text--align-center .cmp-text-wrapper .cmp-text {
    float: none;
    margin: auto
}

@media screen and (min-width:1024px) {
    .text.cmp-text--align-center .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .text.cmp-text--align-center .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 14.2%
    }
}

@media screen and (max-width:767px) {
    .text.cmp-text--align-center .cmp-text-wrapper .cmp-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.text.cmp-text--align-center .cmp-text-wrapper .cmp-text a:focus {
    outline: 1px dashed #C74A07
}

.text.cmp-text--align-right .cmp-text-wrapper .cmp-text {
    margin: unset;
    margin-left: auto
}

@media screen and (min-width:1024px) {
    .text.cmp-text--align-right .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 8rem 3.2rem 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .text.cmp-text--align-right .cmp-text-wrapper .cmp-text {
        padding: 3.2rem 4.8rem 3.2rem 0;
        max-width: 80%
    }
}

@media screen and (max-width:767px) {
    .text.cmp-text--align-right .cmp-text-wrapper .cmp-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        float: none
    }
}

@media screen and (max-width:767px) {
    .text .cmp-text-wrapper>.cmp-text {
        padding: 1.6rem 3.6rem
    }
}

.jpmc-image__component .description h1,
.jpmc-image__component .description h2,
.jpmc-image__component .description h3,
.jpmc-image__component .description h4,
.jpmc-image__component .description h5,
.jpmc-image__component .description h6,
.jpmc-image__component .description li,
.jpmc-image__component .description ol,
.jpmc-image__component .description p,
.jpmc-image__component .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 400
}

.jpmc-image__component .description h1 .body-large,
.jpmc-image__component .description h2 .body-large,
.jpmc-image__component .description h3 .body-large,
.jpmc-image__component .description h4 .body-large,
.jpmc-image__component .description h5 .body-large,
.jpmc-image__component .description h6 .body-large,
.jpmc-image__component .description li .body-large,
.jpmc-image__component .description ol .body-large,
.jpmc-image__component .description p .body-large,
.jpmc-image__component .description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.jpmc-image__component .description h1 .body-large-bold,
.jpmc-image__component .description h2 .body-large-bold,
.jpmc-image__component .description h3 .body-large-bold,
.jpmc-image__component .description h4 .body-large-bold,
.jpmc-image__component .description h5 .body-large-bold,
.jpmc-image__component .description h6 .body-large-bold,
.jpmc-image__component .description li .body-large-bold,
.jpmc-image__component .description ol .body-large-bold,
.jpmc-image__component .description p .body-large-bold,
.jpmc-image__component .description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.jpmc-image__component .description h1 .body-small,
.jpmc-image__component .description h2 .body-small,
.jpmc-image__component .description h3 .body-small,
.jpmc-image__component .description h4 .body-small,
.jpmc-image__component .description h5 .body-small,
.jpmc-image__component .description h6 .body-small,
.jpmc-image__component .description li .body-small,
.jpmc-image__component .description ol .body-small,
.jpmc-image__component .description p .body-small,
.jpmc-image__component .description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.jpmc-image__component .description h1 .body-small-bold,
.jpmc-image__component .description h2 .body-small-bold,
.jpmc-image__component .description h3 .body-small-bold,
.jpmc-image__component .description h4 .body-small-bold,
.jpmc-image__component .description h5 .body-small-bold,
.jpmc-image__component .description h6 .body-small-bold,
.jpmc-image__component .description li .body-small-bold,
.jpmc-image__component .description ol .body-small-bold,
.jpmc-image__component .description p .body-small-bold,
.jpmc-image__component .description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.jpmc-image__component .description h1 .eyebrow-tags,
.jpmc-image__component .description h2 .eyebrow-tags,
.jpmc-image__component .description h3 .eyebrow-tags,
.jpmc-image__component .description h4 .eyebrow-tags,
.jpmc-image__component .description h5 .eyebrow-tags,
.jpmc-image__component .description h6 .eyebrow-tags,
.jpmc-image__component .description li .eyebrow-tags,
.jpmc-image__component .description ol .eyebrow-tags,
.jpmc-image__component .description p .eyebrow-tags,
.jpmc-image__component .description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.jpmc-image__component .description h1 .headline-large,
.jpmc-image__component .description h2 .headline-large,
.jpmc-image__component .description h3 .headline-large,
.jpmc-image__component .description h4 .headline-large,
.jpmc-image__component .description h5 .headline-large,
.jpmc-image__component .description h6 .headline-large,
.jpmc-image__component .description li .headline-large,
.jpmc-image__component .description ol .headline-large,
.jpmc-image__component .description p .headline-large,
.jpmc-image__component .description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .headline-large,
    .jpmc-image__component .description h2 .headline-large,
    .jpmc-image__component .description h3 .headline-large,
    .jpmc-image__component .description h4 .headline-large,
    .jpmc-image__component .description h5 .headline-large,
    .jpmc-image__component .description h6 .headline-large,
    .jpmc-image__component .description li .headline-large,
    .jpmc-image__component .description ol .headline-large,
    .jpmc-image__component .description p .headline-large,
    .jpmc-image__component .description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .headline-large,
    .jpmc-image__component .description h2 .headline-large,
    .jpmc-image__component .description h3 .headline-large,
    .jpmc-image__component .description h4 .headline-large,
    .jpmc-image__component .description h5 .headline-large,
    .jpmc-image__component .description h6 .headline-large,
    .jpmc-image__component .description li .headline-large,
    .jpmc-image__component .description ol .headline-large,
    .jpmc-image__component .description p .headline-large,
    .jpmc-image__component .description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-image__component .description h1 .headline-large-bold,
.jpmc-image__component .description h2 .headline-large-bold,
.jpmc-image__component .description h3 .headline-large-bold,
.jpmc-image__component .description h4 .headline-large-bold,
.jpmc-image__component .description h5 .headline-large-bold,
.jpmc-image__component .description h6 .headline-large-bold,
.jpmc-image__component .description li .headline-large-bold,
.jpmc-image__component .description ol .headline-large-bold,
.jpmc-image__component .description p .headline-large-bold,
.jpmc-image__component .description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .headline-large-bold,
    .jpmc-image__component .description h2 .headline-large-bold,
    .jpmc-image__component .description h3 .headline-large-bold,
    .jpmc-image__component .description h4 .headline-large-bold,
    .jpmc-image__component .description h5 .headline-large-bold,
    .jpmc-image__component .description h6 .headline-large-bold,
    .jpmc-image__component .description li .headline-large-bold,
    .jpmc-image__component .description ol .headline-large-bold,
    .jpmc-image__component .description p .headline-large-bold,
    .jpmc-image__component .description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .headline-large-bold,
    .jpmc-image__component .description h2 .headline-large-bold,
    .jpmc-image__component .description h3 .headline-large-bold,
    .jpmc-image__component .description h4 .headline-large-bold,
    .jpmc-image__component .description h5 .headline-large-bold,
    .jpmc-image__component .description h6 .headline-large-bold,
    .jpmc-image__component .description li .headline-large-bold,
    .jpmc-image__component .description ol .headline-large-bold,
    .jpmc-image__component .description p .headline-large-bold,
    .jpmc-image__component .description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-image__component .description h1 .headline-small,
.jpmc-image__component .description h2 .headline-small,
.jpmc-image__component .description h3 .headline-small,
.jpmc-image__component .description h4 .headline-small,
.jpmc-image__component .description h5 .headline-small,
.jpmc-image__component .description h6 .headline-small,
.jpmc-image__component .description li .headline-small,
.jpmc-image__component .description ol .headline-small,
.jpmc-image__component .description p .headline-small,
.jpmc-image__component .description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .headline-small,
    .jpmc-image__component .description h2 .headline-small,
    .jpmc-image__component .description h3 .headline-small,
    .jpmc-image__component .description h4 .headline-small,
    .jpmc-image__component .description h5 .headline-small,
    .jpmc-image__component .description h6 .headline-small,
    .jpmc-image__component .description li .headline-small,
    .jpmc-image__component .description ol .headline-small,
    .jpmc-image__component .description p .headline-small,
    .jpmc-image__component .description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .headline-small,
    .jpmc-image__component .description h2 .headline-small,
    .jpmc-image__component .description h3 .headline-small,
    .jpmc-image__component .description h4 .headline-small,
    .jpmc-image__component .description h5 .headline-small,
    .jpmc-image__component .description h6 .headline-small,
    .jpmc-image__component .description li .headline-small,
    .jpmc-image__component .description ol .headline-small,
    .jpmc-image__component .description p .headline-small,
    .jpmc-image__component .description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.jpmc-image__component .description h1 .sub-title,
.jpmc-image__component .description h2 .sub-title,
.jpmc-image__component .description h3 .sub-title,
.jpmc-image__component .description h4 .sub-title,
.jpmc-image__component .description h5 .sub-title,
.jpmc-image__component .description h6 .sub-title,
.jpmc-image__component .description li .sub-title,
.jpmc-image__component .description ol .sub-title,
.jpmc-image__component .description p .sub-title,
.jpmc-image__component .description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .sub-title,
    .jpmc-image__component .description h2 .sub-title,
    .jpmc-image__component .description h3 .sub-title,
    .jpmc-image__component .description h4 .sub-title,
    .jpmc-image__component .description h5 .sub-title,
    .jpmc-image__component .description h6 .sub-title,
    .jpmc-image__component .description li .sub-title,
    .jpmc-image__component .description ol .sub-title,
    .jpmc-image__component .description p .sub-title,
    .jpmc-image__component .description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .sub-title,
    .jpmc-image__component .description h2 .sub-title,
    .jpmc-image__component .description h3 .sub-title,
    .jpmc-image__component .description h4 .sub-title,
    .jpmc-image__component .description h5 .sub-title,
    .jpmc-image__component .description h6 .sub-title,
    .jpmc-image__component .description li .sub-title,
    .jpmc-image__component .description ol .sub-title,
    .jpmc-image__component .description p .sub-title,
    .jpmc-image__component .description ul .sub-title {
        font-size: 2.4rem
    }
}

.jpmc-image__component .description h1 .title-large,
.jpmc-image__component .description h2 .title-large,
.jpmc-image__component .description h3 .title-large,
.jpmc-image__component .description h4 .title-large,
.jpmc-image__component .description h5 .title-large,
.jpmc-image__component .description h6 .title-large,
.jpmc-image__component .description li .title-large,
.jpmc-image__component .description ol .title-large,
.jpmc-image__component .description p .title-large,
.jpmc-image__component .description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .title-large,
    .jpmc-image__component .description h2 .title-large,
    .jpmc-image__component .description h3 .title-large,
    .jpmc-image__component .description h4 .title-large,
    .jpmc-image__component .description h5 .title-large,
    .jpmc-image__component .description h6 .title-large,
    .jpmc-image__component .description li .title-large,
    .jpmc-image__component .description ol .title-large,
    .jpmc-image__component .description p .title-large,
    .jpmc-image__component .description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .title-large,
    .jpmc-image__component .description h2 .title-large,
    .jpmc-image__component .description h3 .title-large,
    .jpmc-image__component .description h4 .title-large,
    .jpmc-image__component .description h5 .title-large,
    .jpmc-image__component .description h6 .title-large,
    .jpmc-image__component .description li .title-large,
    .jpmc-image__component .description ol .title-large,
    .jpmc-image__component .description p .title-large,
    .jpmc-image__component .description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.jpmc-image__component .description h1 .title-small,
.jpmc-image__component .description h2 .title-small,
.jpmc-image__component .description h3 .title-small,
.jpmc-image__component .description h4 .title-small,
.jpmc-image__component .description h5 .title-small,
.jpmc-image__component .description h6 .title-small,
.jpmc-image__component .description li .title-small,
.jpmc-image__component .description ol .title-small,
.jpmc-image__component .description p .title-small,
.jpmc-image__component .description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .title-small,
    .jpmc-image__component .description h2 .title-small,
    .jpmc-image__component .description h3 .title-small,
    .jpmc-image__component .description h4 .title-small,
    .jpmc-image__component .description h5 .title-small,
    .jpmc-image__component .description h6 .title-small,
    .jpmc-image__component .description li .title-small,
    .jpmc-image__component .description ol .title-small,
    .jpmc-image__component .description p .title-small,
    .jpmc-image__component .description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .title-small,
    .jpmc-image__component .description h2 .title-small,
    .jpmc-image__component .description h3 .title-small,
    .jpmc-image__component .description h4 .title-small,
    .jpmc-image__component .description h5 .title-small,
    .jpmc-image__component .description h6 .title-small,
    .jpmc-image__component .description li .title-small,
    .jpmc-image__component .description ol .title-small,
    .jpmc-image__component .description p .title-small,
    .jpmc-image__component .description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.jpmc-image__component .description h1 .hyper-link,
.jpmc-image__component .description h2 .hyper-link,
.jpmc-image__component .description h3 .hyper-link,
.jpmc-image__component .description h4 .hyper-link,
.jpmc-image__component .description h5 .hyper-link,
.jpmc-image__component .description h6 .hyper-link,
.jpmc-image__component .description li .hyper-link,
.jpmc-image__component .description ol .hyper-link,
.jpmc-image__component .description p .hyper-link,
.jpmc-image__component .description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1 .hyper-link,
    .jpmc-image__component .description h2 .hyper-link,
    .jpmc-image__component .description h3 .hyper-link,
    .jpmc-image__component .description h4 .hyper-link,
    .jpmc-image__component .description h5 .hyper-link,
    .jpmc-image__component .description h6 .hyper-link,
    .jpmc-image__component .description li .hyper-link,
    .jpmc-image__component .description ol .hyper-link,
    .jpmc-image__component .description p .hyper-link,
    .jpmc-image__component .description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-image__component .description h1 .hyper-link:active,
.jpmc-image__component .description h1 .hyper-link:focus,
.jpmc-image__component .description h2 .hyper-link:active,
.jpmc-image__component .description h2 .hyper-link:focus,
.jpmc-image__component .description h3 .hyper-link:active,
.jpmc-image__component .description h3 .hyper-link:focus,
.jpmc-image__component .description h4 .hyper-link:active,
.jpmc-image__component .description h4 .hyper-link:focus,
.jpmc-image__component .description h5 .hyper-link:active,
.jpmc-image__component .description h5 .hyper-link:focus,
.jpmc-image__component .description h6 .hyper-link:active,
.jpmc-image__component .description h6 .hyper-link:focus,
.jpmc-image__component .description li .hyper-link:active,
.jpmc-image__component .description li .hyper-link:focus,
.jpmc-image__component .description ol .hyper-link:active,
.jpmc-image__component .description ol .hyper-link:focus,
.jpmc-image__component .description p .hyper-link:active,
.jpmc-image__component .description p .hyper-link:focus,
.jpmc-image__component .description ul .hyper-link:active,
.jpmc-image__component .description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component .description h1 .hyper-link:hover,
.jpmc-image__component .description h2 .hyper-link:hover,
.jpmc-image__component .description h3 .hyper-link:hover,
.jpmc-image__component .description h4 .hyper-link:hover,
.jpmc-image__component .description h5 .hyper-link:hover,
.jpmc-image__component .description h6 .hyper-link:hover,
.jpmc-image__component .description li .hyper-link:hover,
.jpmc-image__component .description ol .hyper-link:hover,
.jpmc-image__component .description p .hyper-link:hover,
.jpmc-image__component .description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component .description h1 .hyper-link .icon:after,
.jpmc-image__component .description h2 .hyper-link .icon:after,
.jpmc-image__component .description h3 .hyper-link .icon:after,
.jpmc-image__component .description h4 .hyper-link .icon:after,
.jpmc-image__component .description h5 .hyper-link .icon:after,
.jpmc-image__component .description h6 .hyper-link .icon:after,
.jpmc-image__component .description li .hyper-link .icon:after,
.jpmc-image__component .description ol .hyper-link .icon:after,
.jpmc-image__component .description p .hyper-link .icon:after,
.jpmc-image__component .description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-image__component .description h1 .hyper-link:hover,
.jpmc-image__component .description h2 .hyper-link:hover,
.jpmc-image__component .description h3 .hyper-link:hover,
.jpmc-image__component .description h4 .hyper-link:hover,
.jpmc-image__component .description h5 .hyper-link:hover,
.jpmc-image__component .description h6 .hyper-link:hover,
.jpmc-image__component .description li .hyper-link:hover,
.jpmc-image__component .description ol .hyper-link:hover,
.jpmc-image__component .description p .hyper-link:hover,
.jpmc-image__component .description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.jpmc-image__component .description h1 .hyper-link:hover a,
.jpmc-image__component .description h1 .hyper-link:hover a:hover,
.jpmc-image__component .description h2 .hyper-link:hover a,
.jpmc-image__component .description h2 .hyper-link:hover a:hover,
.jpmc-image__component .description h3 .hyper-link:hover a,
.jpmc-image__component .description h3 .hyper-link:hover a:hover,
.jpmc-image__component .description h4 .hyper-link:hover a,
.jpmc-image__component .description h4 .hyper-link:hover a:hover,
.jpmc-image__component .description h5 .hyper-link:hover a,
.jpmc-image__component .description h5 .hyper-link:hover a:hover,
.jpmc-image__component .description h6 .hyper-link:hover a,
.jpmc-image__component .description h6 .hyper-link:hover a:hover,
.jpmc-image__component .description li .hyper-link:hover a,
.jpmc-image__component .description li .hyper-link:hover a:hover,
.jpmc-image__component .description ol .hyper-link:hover a,
.jpmc-image__component .description ol .hyper-link:hover a:hover,
.jpmc-image__component .description p .hyper-link:hover a,
.jpmc-image__component .description p .hyper-link:hover a:hover,
.jpmc-image__component .description ul .hyper-link:hover a,
.jpmc-image__component .description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-image__component .description h1 .hyper-link:active,
.jpmc-image__component .description h1 .hyper-link:focus,
.jpmc-image__component .description h2 .hyper-link:active,
.jpmc-image__component .description h2 .hyper-link:focus,
.jpmc-image__component .description h3 .hyper-link:active,
.jpmc-image__component .description h3 .hyper-link:focus,
.jpmc-image__component .description h4 .hyper-link:active,
.jpmc-image__component .description h4 .hyper-link:focus,
.jpmc-image__component .description h5 .hyper-link:active,
.jpmc-image__component .description h5 .hyper-link:focus,
.jpmc-image__component .description h6 .hyper-link:active,
.jpmc-image__component .description h6 .hyper-link:focus,
.jpmc-image__component .description li .hyper-link:active,
.jpmc-image__component .description li .hyper-link:focus,
.jpmc-image__component .description ol .hyper-link:active,
.jpmc-image__component .description ol .hyper-link:focus,
.jpmc-image__component .description p .hyper-link:active,
.jpmc-image__component .description p .hyper-link:focus,
.jpmc-image__component .description ul .hyper-link:active,
.jpmc-image__component .description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.jpmc-image__component .description h1>a:hover,
.jpmc-image__component .description h2>a:hover,
.jpmc-image__component .description h3>a:hover,
.jpmc-image__component .description h4>a:hover,
.jpmc-image__component .description h5>a:hover,
.jpmc-image__component .description h6>a:hover,
.jpmc-image__component .description li>a:hover,
.jpmc-image__component .description ol>a:hover,
.jpmc-image__component .description p>a:hover,
.jpmc-image__component .description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-image__component .description h1>a .hyper-link-with-icon,
.jpmc-image__component .description h2>a .hyper-link-with-icon,
.jpmc-image__component .description h3>a .hyper-link-with-icon,
.jpmc-image__component .description h4>a .hyper-link-with-icon,
.jpmc-image__component .description h5>a .hyper-link-with-icon,
.jpmc-image__component .description h6>a .hyper-link-with-icon,
.jpmc-image__component .description li>a .hyper-link-with-icon,
.jpmc-image__component .description ol>a .hyper-link-with-icon,
.jpmc-image__component .description p>a .hyper-link-with-icon,
.jpmc-image__component .description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .jpmc-image__component .description h1>a .hyper-link-with-icon,
    .jpmc-image__component .description h2>a .hyper-link-with-icon,
    .jpmc-image__component .description h3>a .hyper-link-with-icon,
    .jpmc-image__component .description h4>a .hyper-link-with-icon,
    .jpmc-image__component .description h5>a .hyper-link-with-icon,
    .jpmc-image__component .description h6>a .hyper-link-with-icon,
    .jpmc-image__component .description li>a .hyper-link-with-icon,
    .jpmc-image__component .description ol>a .hyper-link-with-icon,
    .jpmc-image__component .description p>a .hyper-link-with-icon,
    .jpmc-image__component .description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:active,
.jpmc-image__component .description h1>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h2>a .hyper-link-with-icon:active,
.jpmc-image__component .description h2>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h3>a .hyper-link-with-icon:active,
.jpmc-image__component .description h3>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h4>a .hyper-link-with-icon:active,
.jpmc-image__component .description h4>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h5>a .hyper-link-with-icon:active,
.jpmc-image__component .description h5>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h6>a .hyper-link-with-icon:active,
.jpmc-image__component .description h6>a .hyper-link-with-icon:focus,
.jpmc-image__component .description li>a .hyper-link-with-icon:active,
.jpmc-image__component .description li>a .hyper-link-with-icon:focus,
.jpmc-image__component .description ol>a .hyper-link-with-icon:active,
.jpmc-image__component .description ol>a .hyper-link-with-icon:focus,
.jpmc-image__component .description p>a .hyper-link-with-icon:active,
.jpmc-image__component .description p>a .hyper-link-with-icon:focus,
.jpmc-image__component .description ul>a .hyper-link-with-icon:active,
.jpmc-image__component .description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h2>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h3>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h4>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h5>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h6>a .hyper-link-with-icon:hover,
.jpmc-image__component .description li>a .hyper-link-with-icon:hover,
.jpmc-image__component .description ol>a .hyper-link-with-icon:hover,
.jpmc-image__component .description p>a .hyper-link-with-icon:hover,
.jpmc-image__component .description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component .description h1>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description h2>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description h3>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description h4>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description h5>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description h6>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description li>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description ol>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description p>a .hyper-link-with-icon .icon:after,
.jpmc-image__component .description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description h1>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description h2>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description h2>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description h3>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description h3>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description h4>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description h4>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description h5>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description h5>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description h6>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description h6>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description li>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description li>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description ol>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description ol>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description p>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description p>a .hyper-link-with-icon:before:focus,
.jpmc-image__component .description ul>a .hyper-link-with-icon:before:active,
.jpmc-image__component .description ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:active,
.jpmc-image__component .description h1>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h1>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h2>a .hyper-link-with-icon:active,
.jpmc-image__component .description h2>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h2>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h3>a .hyper-link-with-icon:active,
.jpmc-image__component .description h3>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h3>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h4>a .hyper-link-with-icon:active,
.jpmc-image__component .description h4>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h4>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h5>a .hyper-link-with-icon:active,
.jpmc-image__component .description h5>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h5>a .hyper-link-with-icon:hover,
.jpmc-image__component .description h6>a .hyper-link-with-icon:active,
.jpmc-image__component .description h6>a .hyper-link-with-icon:focus,
.jpmc-image__component .description h6>a .hyper-link-with-icon:hover,
.jpmc-image__component .description li>a .hyper-link-with-icon:active,
.jpmc-image__component .description li>a .hyper-link-with-icon:focus,
.jpmc-image__component .description li>a .hyper-link-with-icon:hover,
.jpmc-image__component .description ol>a .hyper-link-with-icon:active,
.jpmc-image__component .description ol>a .hyper-link-with-icon:focus,
.jpmc-image__component .description ol>a .hyper-link-with-icon:hover,
.jpmc-image__component .description p>a .hyper-link-with-icon:active,
.jpmc-image__component .description p>a .hyper-link-with-icon:focus,
.jpmc-image__component .description p>a .hyper-link-with-icon:hover,
.jpmc-image__component .description ul>a .hyper-link-with-icon:active,
.jpmc-image__component .description ul>a .hyper-link-with-icon:focus,
.jpmc-image__component .description ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description h1>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description h1>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description h1>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description h1>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description h1>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description h2>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description h3>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description h4>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description h5>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description h6>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description li>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description ol>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description p>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component .description ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.jpmc-image__component .description h1>a .hyper-link-with-icon:after,
.jpmc-image__component .description h2>a .hyper-link-with-icon:after,
.jpmc-image__component .description h3>a .hyper-link-with-icon:after,
.jpmc-image__component .description h4>a .hyper-link-with-icon:after,
.jpmc-image__component .description h5>a .hyper-link-with-icon:after,
.jpmc-image__component .description h6>a .hyper-link-with-icon:after,
.jpmc-image__component .description li>a .hyper-link-with-icon:after,
.jpmc-image__component .description ol>a .hyper-link-with-icon:after,
.jpmc-image__component .description p>a .hyper-link-with-icon:after,
.jpmc-image__component .description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.jpmc-image__component .description h1>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description h2>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description h3>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description h4>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description h5>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description h6>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description li>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description ol>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description p>a .hyper-link-with-icon .link-text,
.jpmc-image__component .description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.jpmc-image__component .description h1>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description h2>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description h3>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description h4>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description h5>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description h6>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description li>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description ol>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description p>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component .description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-image__component .description h1>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description h1>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description h2>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description h2>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description h3>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description h3>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description h4>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description h4>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description h5>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description h5>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description h6>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description h6>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description li>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description li>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description ol>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description ol>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description p>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description p>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component .description ul>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component .description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jpmc-image__component .description h1 .statement-style,
.jpmc-image__component .description h2 .statement-style,
.jpmc-image__component .description h3 .statement-style,
.jpmc-image__component .description h4 .statement-style,
.jpmc-image__component .description h5 .statement-style,
.jpmc-image__component .description h6 .statement-style,
.jpmc-image__component .description li .statement-style,
.jpmc-image__component .description ol .statement-style,
.jpmc-image__component .description p .statement-style,
.jpmc-image__component .description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .statement-style,
    .jpmc-image__component .description h2 .statement-style,
    .jpmc-image__component .description h3 .statement-style,
    .jpmc-image__component .description h4 .statement-style,
    .jpmc-image__component .description h5 .statement-style,
    .jpmc-image__component .description h6 .statement-style,
    .jpmc-image__component .description li .statement-style,
    .jpmc-image__component .description ol .statement-style,
    .jpmc-image__component .description p .statement-style,
    .jpmc-image__component .description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .jpmc-image__component .description h1 .statement-style,
    .jpmc-image__component .description h2 .statement-style,
    .jpmc-image__component .description h3 .statement-style,
    .jpmc-image__component .description h4 .statement-style,
    .jpmc-image__component .description h5 .statement-style,
    .jpmc-image__component .description h6 .statement-style,
    .jpmc-image__component .description li .statement-style,
    .jpmc-image__component .description ol .statement-style,
    .jpmc-image__component .description p .statement-style,
    .jpmc-image__component .description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.jpmc-image__component .description h1 .statement-style:before,
.jpmc-image__component .description h2 .statement-style:before,
.jpmc-image__component .description h3 .statement-style:before,
.jpmc-image__component .description h4 .statement-style:before,
.jpmc-image__component .description h5 .statement-style:before,
.jpmc-image__component .description h6 .statement-style:before,
.jpmc-image__component .description li .statement-style:before,
.jpmc-image__component .description ol .statement-style:before,
.jpmc-image__component .description p .statement-style:before,
.jpmc-image__component .description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component .description h1 .statement-style:before,
    .jpmc-image__component .description h2 .statement-style:before,
    .jpmc-image__component .description h3 .statement-style:before,
    .jpmc-image__component .description h4 .statement-style:before,
    .jpmc-image__component .description h5 .statement-style:before,
    .jpmc-image__component .description h6 .statement-style:before,
    .jpmc-image__component .description li .statement-style:before,
    .jpmc-image__component .description ol .statement-style:before,
    .jpmc-image__component .description p .statement-style:before,
    .jpmc-image__component .description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .jpmc-image__component .description h1 .statement-style:before,
    .jpmc-image__component .description h2 .statement-style:before,
    .jpmc-image__component .description h3 .statement-style:before,
    .jpmc-image__component .description h4 .statement-style:before,
    .jpmc-image__component .description h5 .statement-style:before,
    .jpmc-image__component .description h6 .statement-style:before,
    .jpmc-image__component .description li .statement-style:before,
    .jpmc-image__component .description ol .statement-style:before,
    .jpmc-image__component .description p .statement-style:before,
    .jpmc-image__component .description ul .statement-style:before {
        left: 5pc
    }
}

.jpmc-image__component .description li:not(:last-of-type),
.jpmc-image__component .description ol:not(:last-of-type),
.jpmc-image__component .description p:not(:last-of-type),
.jpmc-image__component .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-image__component .description p+ul,
.jpmc-image__component .description ul+p {
    margin-top: 2rem
}

.jpmc-image__component .description h1 {
    margin-bottom: 2rem
}

.jpmc-image__component .description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component .description p:last-of-type+h1,
.jpmc-image__component .description ul:last-of-type+h1 {
    margin-top: 2rem
}

.jpmc-image__component .description h2 {
    margin-bottom: 2rem
}

.jpmc-image__component .description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component .description p:last-of-type+h2,
.jpmc-image__component .description ul:last-of-type+h2 {
    margin-top: 2rem
}

.jpmc-image__component .description h3 {
    margin-bottom: 2rem
}

.jpmc-image__component .description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component .description p:last-of-type+h3,
.jpmc-image__component .description ul:last-of-type+h3 {
    margin-top: 2rem
}

.jpmc-image__component .description h4 {
    margin-bottom: 2rem
}

.jpmc-image__component .description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component .description p:last-of-type+h4,
.jpmc-image__component .description ul:last-of-type+h4 {
    margin-top: 2rem
}

.jpmc-image__component .description h5 {
    margin-bottom: 2rem
}

.jpmc-image__component .description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component .description p:last-of-type+h5,
.jpmc-image__component .description ul:last-of-type+h5 {
    margin-top: 2rem
}

.jpmc-image__component .description h6 {
    margin-bottom: 2rem
}

.jpmc-image__component .description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component .description p:last-of-type+h6,
.jpmc-image__component .description ul:last-of-type+h6 {
    margin-top: 2rem
}

.jpmc-image__component .description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.jpmc-image__component .description a:focus,
.jpmc-image__component .description a:hover {
    outline: 1px dashed #474c50
}

.jpmc-image__component .description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.jpmc-image__component .description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-image__component .description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .jpmc-image__component .description>ol li {
        padding-left: 8px
    }
}

.jpmc-image__component .description>ol li::marker {
    color: #936846
}

.jpmc-image__component .description>ol li ol li,
.jpmc-image__component .description>ol li ol li ol li {
    margin-left: -1.8rem
}

.jpmc-image__component .description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.jpmc-image__component .description>ul>li {
    position: relative;
    padding-left: 2pc
}

.jpmc-image__component .description>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.jpmc-image__component .description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.jpmc-image__component .description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.jpmc-image__component .description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .jpmc-image__component .description>ul li>ul li:before {
        line-height: 2pc
    }
}

.jpmc-image__component .description>ul li>ul li ul li {
    position: relative
}

.jpmc-image__component .description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.jpmc-image__component .description>ul li>ul li ul li ul li {
    position: relative
}

.jpmc-image__component .description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.jpmc-image__component .description a,
.jpmc-image__component .description b,
.jpmc-image__component .description div,
.jpmc-image__component .description h1,
.jpmc-image__component .description h2,
.jpmc-image__component .description h3,
.jpmc-image__component .description h4,
.jpmc-image__component .description h5,
.jpmc-image__component .description h6,
.jpmc-image__component .description i,
.jpmc-image__component .description li,
.jpmc-image__component .description ol,
.jpmc-image__component .description p,
.jpmc-image__component .description span,
.jpmc-image__component .description u,
.jpmc-image__component .description ul {
    word-break: break-word
}

.jpmc-image__component .description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .jpmc-image__component .description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-image__component .description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .jpmc-image__component .description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.jpmc-image__component .description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.jpmc-image__component .description table td,
.jpmc-image__component .description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.jpmc-image__component .description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.jpmc-image__component .description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.jpmc-image__component .description table tr {
    border: none
}

.jpmc-image__component .description table td>p:not(:last-of-type),
.jpmc-image__component .description table td>ul li:not(:last-of-type),
.jpmc-image__component .description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-image__component .description table a,
.jpmc-image__component .description table b,
.jpmc-image__component .description table div,
.jpmc-image__component .description table h1,
.jpmc-image__component .description table h2,
.jpmc-image__component .description table h3,
.jpmc-image__component .description table h4,
.jpmc-image__component .description table h5,
.jpmc-image__component .description table h6,
.jpmc-image__component .description table i,
.jpmc-image__component .description table li,
.jpmc-image__component .description table ol,
.jpmc-image__component .description table p,
.jpmc-image__component .description table span,
.jpmc-image__component .description table u,
.jpmc-image__component .description table ul {
    word-break: unset
}

.jpmc-image__component.small-img {
    padding: 3.2rem 2.4rem
}

@media screen and (min-width:1024px) {
    .jpmc-image__component.small-img {
        padding: 6.4rem 30.3rem
    }
}

.jpmc-image__component.small-img .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1pc
}

.jpmc-image__component.small-img .content .title h1,
.jpmc-image__component.small-img .content .title h2,
.jpmc-image__component.small-img .content .title h3,
.jpmc-image__component.small-img .content .title h4,
.jpmc-image__component.small-img .content .title h5,
.jpmc-image__component.small-img .content .title h6,
.jpmc-image__component.small-img .content .title li,
.jpmc-image__component.small-img .content .title ol,
.jpmc-image__component.small-img .content .title p,
.jpmc-image__component.small-img .content .title ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1,
    .jpmc-image__component.small-img .content .title h2,
    .jpmc-image__component.small-img .content .title h3,
    .jpmc-image__component.small-img .content .title h4,
    .jpmc-image__component.small-img .content .title h5,
    .jpmc-image__component.small-img .content .title h6,
    .jpmc-image__component.small-img .content .title li,
    .jpmc-image__component.small-img .content .title ol,
    .jpmc-image__component.small-img .content .title p,
    .jpmc-image__component.small-img .content .title ul {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1,
    .jpmc-image__component.small-img .content .title h2,
    .jpmc-image__component.small-img .content .title h3,
    .jpmc-image__component.small-img .content .title h4,
    .jpmc-image__component.small-img .content .title h5,
    .jpmc-image__component.small-img .content .title h6,
    .jpmc-image__component.small-img .content .title li,
    .jpmc-image__component.small-img .content .title ol,
    .jpmc-image__component.small-img .content .title p,
    .jpmc-image__component.small-img .content .title ul {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.jpmc-image__component.small-img .content .title h1 .body-large,
.jpmc-image__component.small-img .content .title h2 .body-large,
.jpmc-image__component.small-img .content .title h3 .body-large,
.jpmc-image__component.small-img .content .title h4 .body-large,
.jpmc-image__component.small-img .content .title h5 .body-large,
.jpmc-image__component.small-img .content .title h6 .body-large,
.jpmc-image__component.small-img .content .title li .body-large,
.jpmc-image__component.small-img .content .title ol .body-large,
.jpmc-image__component.small-img .content .title p .body-large,
.jpmc-image__component.small-img .content .title ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.jpmc-image__component.small-img .content .title h1 .body-large-bold,
.jpmc-image__component.small-img .content .title h2 .body-large-bold,
.jpmc-image__component.small-img .content .title h3 .body-large-bold,
.jpmc-image__component.small-img .content .title h4 .body-large-bold,
.jpmc-image__component.small-img .content .title h5 .body-large-bold,
.jpmc-image__component.small-img .content .title h6 .body-large-bold,
.jpmc-image__component.small-img .content .title li .body-large-bold,
.jpmc-image__component.small-img .content .title ol .body-large-bold,
.jpmc-image__component.small-img .content .title p .body-large-bold,
.jpmc-image__component.small-img .content .title ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.jpmc-image__component.small-img .content .title h1 .body-small,
.jpmc-image__component.small-img .content .title h2 .body-small,
.jpmc-image__component.small-img .content .title h3 .body-small,
.jpmc-image__component.small-img .content .title h4 .body-small,
.jpmc-image__component.small-img .content .title h5 .body-small,
.jpmc-image__component.small-img .content .title h6 .body-small,
.jpmc-image__component.small-img .content .title li .body-small,
.jpmc-image__component.small-img .content .title ol .body-small,
.jpmc-image__component.small-img .content .title p .body-small,
.jpmc-image__component.small-img .content .title ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.jpmc-image__component.small-img .content .title h1 .body-small-bold,
.jpmc-image__component.small-img .content .title h2 .body-small-bold,
.jpmc-image__component.small-img .content .title h3 .body-small-bold,
.jpmc-image__component.small-img .content .title h4 .body-small-bold,
.jpmc-image__component.small-img .content .title h5 .body-small-bold,
.jpmc-image__component.small-img .content .title h6 .body-small-bold,
.jpmc-image__component.small-img .content .title li .body-small-bold,
.jpmc-image__component.small-img .content .title ol .body-small-bold,
.jpmc-image__component.small-img .content .title p .body-small-bold,
.jpmc-image__component.small-img .content .title ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.jpmc-image__component.small-img .content .title h1 .eyebrow-tags,
.jpmc-image__component.small-img .content .title h2 .eyebrow-tags,
.jpmc-image__component.small-img .content .title h3 .eyebrow-tags,
.jpmc-image__component.small-img .content .title h4 .eyebrow-tags,
.jpmc-image__component.small-img .content .title h5 .eyebrow-tags,
.jpmc-image__component.small-img .content .title h6 .eyebrow-tags,
.jpmc-image__component.small-img .content .title li .eyebrow-tags,
.jpmc-image__component.small-img .content .title ol .eyebrow-tags,
.jpmc-image__component.small-img .content .title p .eyebrow-tags,
.jpmc-image__component.small-img .content .title ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.jpmc-image__component.small-img .content .title h1 .headline-large,
.jpmc-image__component.small-img .content .title h2 .headline-large,
.jpmc-image__component.small-img .content .title h3 .headline-large,
.jpmc-image__component.small-img .content .title h4 .headline-large,
.jpmc-image__component.small-img .content .title h5 .headline-large,
.jpmc-image__component.small-img .content .title h6 .headline-large,
.jpmc-image__component.small-img .content .title li .headline-large,
.jpmc-image__component.small-img .content .title ol .headline-large,
.jpmc-image__component.small-img .content .title p .headline-large,
.jpmc-image__component.small-img .content .title ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .headline-large,
    .jpmc-image__component.small-img .content .title h2 .headline-large,
    .jpmc-image__component.small-img .content .title h3 .headline-large,
    .jpmc-image__component.small-img .content .title h4 .headline-large,
    .jpmc-image__component.small-img .content .title h5 .headline-large,
    .jpmc-image__component.small-img .content .title h6 .headline-large,
    .jpmc-image__component.small-img .content .title li .headline-large,
    .jpmc-image__component.small-img .content .title ol .headline-large,
    .jpmc-image__component.small-img .content .title p .headline-large,
    .jpmc-image__component.small-img .content .title ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .headline-large,
    .jpmc-image__component.small-img .content .title h2 .headline-large,
    .jpmc-image__component.small-img .content .title h3 .headline-large,
    .jpmc-image__component.small-img .content .title h4 .headline-large,
    .jpmc-image__component.small-img .content .title h5 .headline-large,
    .jpmc-image__component.small-img .content .title h6 .headline-large,
    .jpmc-image__component.small-img .content .title li .headline-large,
    .jpmc-image__component.small-img .content .title ol .headline-large,
    .jpmc-image__component.small-img .content .title p .headline-large,
    .jpmc-image__component.small-img .content .title ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-image__component.small-img .content .title h1 .headline-large-bold,
.jpmc-image__component.small-img .content .title h2 .headline-large-bold,
.jpmc-image__component.small-img .content .title h3 .headline-large-bold,
.jpmc-image__component.small-img .content .title h4 .headline-large-bold,
.jpmc-image__component.small-img .content .title h5 .headline-large-bold,
.jpmc-image__component.small-img .content .title h6 .headline-large-bold,
.jpmc-image__component.small-img .content .title li .headline-large-bold,
.jpmc-image__component.small-img .content .title ol .headline-large-bold,
.jpmc-image__component.small-img .content .title p .headline-large-bold,
.jpmc-image__component.small-img .content .title ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h2 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h3 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h4 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h5 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h6 .headline-large-bold,
    .jpmc-image__component.small-img .content .title li .headline-large-bold,
    .jpmc-image__component.small-img .content .title ol .headline-large-bold,
    .jpmc-image__component.small-img .content .title p .headline-large-bold,
    .jpmc-image__component.small-img .content .title ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h2 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h3 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h4 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h5 .headline-large-bold,
    .jpmc-image__component.small-img .content .title h6 .headline-large-bold,
    .jpmc-image__component.small-img .content .title li .headline-large-bold,
    .jpmc-image__component.small-img .content .title ol .headline-large-bold,
    .jpmc-image__component.small-img .content .title p .headline-large-bold,
    .jpmc-image__component.small-img .content .title ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-image__component.small-img .content .title h1 .headline-small,
.jpmc-image__component.small-img .content .title h2 .headline-small,
.jpmc-image__component.small-img .content .title h3 .headline-small,
.jpmc-image__component.small-img .content .title h4 .headline-small,
.jpmc-image__component.small-img .content .title h5 .headline-small,
.jpmc-image__component.small-img .content .title h6 .headline-small,
.jpmc-image__component.small-img .content .title li .headline-small,
.jpmc-image__component.small-img .content .title ol .headline-small,
.jpmc-image__component.small-img .content .title p .headline-small,
.jpmc-image__component.small-img .content .title ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .headline-small,
    .jpmc-image__component.small-img .content .title h2 .headline-small,
    .jpmc-image__component.small-img .content .title h3 .headline-small,
    .jpmc-image__component.small-img .content .title h4 .headline-small,
    .jpmc-image__component.small-img .content .title h5 .headline-small,
    .jpmc-image__component.small-img .content .title h6 .headline-small,
    .jpmc-image__component.small-img .content .title li .headline-small,
    .jpmc-image__component.small-img .content .title ol .headline-small,
    .jpmc-image__component.small-img .content .title p .headline-small,
    .jpmc-image__component.small-img .content .title ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .headline-small,
    .jpmc-image__component.small-img .content .title h2 .headline-small,
    .jpmc-image__component.small-img .content .title h3 .headline-small,
    .jpmc-image__component.small-img .content .title h4 .headline-small,
    .jpmc-image__component.small-img .content .title h5 .headline-small,
    .jpmc-image__component.small-img .content .title h6 .headline-small,
    .jpmc-image__component.small-img .content .title li .headline-small,
    .jpmc-image__component.small-img .content .title ol .headline-small,
    .jpmc-image__component.small-img .content .title p .headline-small,
    .jpmc-image__component.small-img .content .title ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.jpmc-image__component.small-img .content .title h1 .sub-title,
.jpmc-image__component.small-img .content .title h2 .sub-title,
.jpmc-image__component.small-img .content .title h3 .sub-title,
.jpmc-image__component.small-img .content .title h4 .sub-title,
.jpmc-image__component.small-img .content .title h5 .sub-title,
.jpmc-image__component.small-img .content .title h6 .sub-title,
.jpmc-image__component.small-img .content .title li .sub-title,
.jpmc-image__component.small-img .content .title ol .sub-title,
.jpmc-image__component.small-img .content .title p .sub-title,
.jpmc-image__component.small-img .content .title ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .sub-title,
    .jpmc-image__component.small-img .content .title h2 .sub-title,
    .jpmc-image__component.small-img .content .title h3 .sub-title,
    .jpmc-image__component.small-img .content .title h4 .sub-title,
    .jpmc-image__component.small-img .content .title h5 .sub-title,
    .jpmc-image__component.small-img .content .title h6 .sub-title,
    .jpmc-image__component.small-img .content .title li .sub-title,
    .jpmc-image__component.small-img .content .title ol .sub-title,
    .jpmc-image__component.small-img .content .title p .sub-title,
    .jpmc-image__component.small-img .content .title ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .sub-title,
    .jpmc-image__component.small-img .content .title h2 .sub-title,
    .jpmc-image__component.small-img .content .title h3 .sub-title,
    .jpmc-image__component.small-img .content .title h4 .sub-title,
    .jpmc-image__component.small-img .content .title h5 .sub-title,
    .jpmc-image__component.small-img .content .title h6 .sub-title,
    .jpmc-image__component.small-img .content .title li .sub-title,
    .jpmc-image__component.small-img .content .title ol .sub-title,
    .jpmc-image__component.small-img .content .title p .sub-title,
    .jpmc-image__component.small-img .content .title ul .sub-title {
        font-size: 2.4rem
    }
}

.jpmc-image__component.small-img .content .title h1 .title-large,
.jpmc-image__component.small-img .content .title h2 .title-large,
.jpmc-image__component.small-img .content .title h3 .title-large,
.jpmc-image__component.small-img .content .title h4 .title-large,
.jpmc-image__component.small-img .content .title h5 .title-large,
.jpmc-image__component.small-img .content .title h6 .title-large,
.jpmc-image__component.small-img .content .title li .title-large,
.jpmc-image__component.small-img .content .title ol .title-large,
.jpmc-image__component.small-img .content .title p .title-large,
.jpmc-image__component.small-img .content .title ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .title-large,
    .jpmc-image__component.small-img .content .title h2 .title-large,
    .jpmc-image__component.small-img .content .title h3 .title-large,
    .jpmc-image__component.small-img .content .title h4 .title-large,
    .jpmc-image__component.small-img .content .title h5 .title-large,
    .jpmc-image__component.small-img .content .title h6 .title-large,
    .jpmc-image__component.small-img .content .title li .title-large,
    .jpmc-image__component.small-img .content .title ol .title-large,
    .jpmc-image__component.small-img .content .title p .title-large,
    .jpmc-image__component.small-img .content .title ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .title-large,
    .jpmc-image__component.small-img .content .title h2 .title-large,
    .jpmc-image__component.small-img .content .title h3 .title-large,
    .jpmc-image__component.small-img .content .title h4 .title-large,
    .jpmc-image__component.small-img .content .title h5 .title-large,
    .jpmc-image__component.small-img .content .title h6 .title-large,
    .jpmc-image__component.small-img .content .title li .title-large,
    .jpmc-image__component.small-img .content .title ol .title-large,
    .jpmc-image__component.small-img .content .title p .title-large,
    .jpmc-image__component.small-img .content .title ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.jpmc-image__component.small-img .content .title h1 .title-small,
.jpmc-image__component.small-img .content .title h2 .title-small,
.jpmc-image__component.small-img .content .title h3 .title-small,
.jpmc-image__component.small-img .content .title h4 .title-small,
.jpmc-image__component.small-img .content .title h5 .title-small,
.jpmc-image__component.small-img .content .title h6 .title-small,
.jpmc-image__component.small-img .content .title li .title-small,
.jpmc-image__component.small-img .content .title ol .title-small,
.jpmc-image__component.small-img .content .title p .title-small,
.jpmc-image__component.small-img .content .title ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .title-small,
    .jpmc-image__component.small-img .content .title h2 .title-small,
    .jpmc-image__component.small-img .content .title h3 .title-small,
    .jpmc-image__component.small-img .content .title h4 .title-small,
    .jpmc-image__component.small-img .content .title h5 .title-small,
    .jpmc-image__component.small-img .content .title h6 .title-small,
    .jpmc-image__component.small-img .content .title li .title-small,
    .jpmc-image__component.small-img .content .title ol .title-small,
    .jpmc-image__component.small-img .content .title p .title-small,
    .jpmc-image__component.small-img .content .title ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .title-small,
    .jpmc-image__component.small-img .content .title h2 .title-small,
    .jpmc-image__component.small-img .content .title h3 .title-small,
    .jpmc-image__component.small-img .content .title h4 .title-small,
    .jpmc-image__component.small-img .content .title h5 .title-small,
    .jpmc-image__component.small-img .content .title h6 .title-small,
    .jpmc-image__component.small-img .content .title li .title-small,
    .jpmc-image__component.small-img .content .title ol .title-small,
    .jpmc-image__component.small-img .content .title p .title-small,
    .jpmc-image__component.small-img .content .title ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.jpmc-image__component.small-img .content .title h1 .hyper-link,
.jpmc-image__component.small-img .content .title h2 .hyper-link,
.jpmc-image__component.small-img .content .title h3 .hyper-link,
.jpmc-image__component.small-img .content .title h4 .hyper-link,
.jpmc-image__component.small-img .content .title h5 .hyper-link,
.jpmc-image__component.small-img .content .title h6 .hyper-link,
.jpmc-image__component.small-img .content .title li .hyper-link,
.jpmc-image__component.small-img .content .title ol .hyper-link,
.jpmc-image__component.small-img .content .title p .hyper-link,
.jpmc-image__component.small-img .content .title ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1 .hyper-link,
    .jpmc-image__component.small-img .content .title h2 .hyper-link,
    .jpmc-image__component.small-img .content .title h3 .hyper-link,
    .jpmc-image__component.small-img .content .title h4 .hyper-link,
    .jpmc-image__component.small-img .content .title h5 .hyper-link,
    .jpmc-image__component.small-img .content .title h6 .hyper-link,
    .jpmc-image__component.small-img .content .title li .hyper-link,
    .jpmc-image__component.small-img .content .title ol .hyper-link,
    .jpmc-image__component.small-img .content .title p .hyper-link,
    .jpmc-image__component.small-img .content .title ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-image__component.small-img .content .title h1 .hyper-link:active,
.jpmc-image__component.small-img .content .title h1 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h2 .hyper-link:active,
.jpmc-image__component.small-img .content .title h2 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h3 .hyper-link:active,
.jpmc-image__component.small-img .content .title h3 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h4 .hyper-link:active,
.jpmc-image__component.small-img .content .title h4 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h5 .hyper-link:active,
.jpmc-image__component.small-img .content .title h5 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h6 .hyper-link:active,
.jpmc-image__component.small-img .content .title h6 .hyper-link:focus,
.jpmc-image__component.small-img .content .title li .hyper-link:active,
.jpmc-image__component.small-img .content .title li .hyper-link:focus,
.jpmc-image__component.small-img .content .title ol .hyper-link:active,
.jpmc-image__component.small-img .content .title ol .hyper-link:focus,
.jpmc-image__component.small-img .content .title p .hyper-link:active,
.jpmc-image__component.small-img .content .title p .hyper-link:focus,
.jpmc-image__component.small-img .content .title ul .hyper-link:active,
.jpmc-image__component.small-img .content .title ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component.small-img .content .title h1 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h2 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h3 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h4 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h5 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h6 .hyper-link:hover,
.jpmc-image__component.small-img .content .title li .hyper-link:hover,
.jpmc-image__component.small-img .content .title ol .hyper-link:hover,
.jpmc-image__component.small-img .content .title p .hyper-link:hover,
.jpmc-image__component.small-img .content .title ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component.small-img .content .title h1 .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title h2 .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title h3 .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title h4 .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title h5 .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title h6 .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title li .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title ol .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title p .hyper-link .icon:after,
.jpmc-image__component.small-img .content .title ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-image__component.small-img .content .title h1 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h2 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h3 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h4 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h5 .hyper-link:hover,
.jpmc-image__component.small-img .content .title h6 .hyper-link:hover,
.jpmc-image__component.small-img .content .title li .hyper-link:hover,
.jpmc-image__component.small-img .content .title ol .hyper-link:hover,
.jpmc-image__component.small-img .content .title p .hyper-link:hover,
.jpmc-image__component.small-img .content .title ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.jpmc-image__component.small-img .content .title h1 .hyper-link:hover a,
.jpmc-image__component.small-img .content .title h1 .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title h2 .hyper-link:hover a,
.jpmc-image__component.small-img .content .title h2 .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title h3 .hyper-link:hover a,
.jpmc-image__component.small-img .content .title h3 .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title h4 .hyper-link:hover a,
.jpmc-image__component.small-img .content .title h4 .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title h5 .hyper-link:hover a,
.jpmc-image__component.small-img .content .title h5 .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title h6 .hyper-link:hover a,
.jpmc-image__component.small-img .content .title h6 .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title li .hyper-link:hover a,
.jpmc-image__component.small-img .content .title li .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title ol .hyper-link:hover a,
.jpmc-image__component.small-img .content .title ol .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title p .hyper-link:hover a,
.jpmc-image__component.small-img .content .title p .hyper-link:hover a:hover,
.jpmc-image__component.small-img .content .title ul .hyper-link:hover a,
.jpmc-image__component.small-img .content .title ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-image__component.small-img .content .title h1 .hyper-link:active,
.jpmc-image__component.small-img .content .title h1 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h2 .hyper-link:active,
.jpmc-image__component.small-img .content .title h2 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h3 .hyper-link:active,
.jpmc-image__component.small-img .content .title h3 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h4 .hyper-link:active,
.jpmc-image__component.small-img .content .title h4 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h5 .hyper-link:active,
.jpmc-image__component.small-img .content .title h5 .hyper-link:focus,
.jpmc-image__component.small-img .content .title h6 .hyper-link:active,
.jpmc-image__component.small-img .content .title h6 .hyper-link:focus,
.jpmc-image__component.small-img .content .title li .hyper-link:active,
.jpmc-image__component.small-img .content .title li .hyper-link:focus,
.jpmc-image__component.small-img .content .title ol .hyper-link:active,
.jpmc-image__component.small-img .content .title ol .hyper-link:focus,
.jpmc-image__component.small-img .content .title p .hyper-link:active,
.jpmc-image__component.small-img .content .title p .hyper-link:focus,
.jpmc-image__component.small-img .content .title ul .hyper-link:active,
.jpmc-image__component.small-img .content .title ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.jpmc-image__component.small-img .content .title h1>a:hover,
.jpmc-image__component.small-img .content .title h2>a:hover,
.jpmc-image__component.small-img .content .title h3>a:hover,
.jpmc-image__component.small-img .content .title h4>a:hover,
.jpmc-image__component.small-img .content .title h5>a:hover,
.jpmc-image__component.small-img .content .title h6>a:hover,
.jpmc-image__component.small-img .content .title li>a:hover,
.jpmc-image__component.small-img .content .title ol>a:hover,
.jpmc-image__component.small-img .content .title p>a:hover,
.jpmc-image__component.small-img .content .title ul>a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon,
    .jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon .icon:after,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:before:focus,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:before:active,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:hover,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:active,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:focus,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:hover:hover:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:active:focus:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:active:hover:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:focus:focus:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:focus:hover:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:hover:focus:before,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon:after,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon .link-text,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon .link-text:after,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title h1>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title h2>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title h3>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title h4>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title h5>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title h6>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title li>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title ol>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title p>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-image__component.small-img .content .title ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jpmc-image__component.small-img .content .title h1 .statement-style,
.jpmc-image__component.small-img .content .title h2 .statement-style,
.jpmc-image__component.small-img .content .title h3 .statement-style,
.jpmc-image__component.small-img .content .title h4 .statement-style,
.jpmc-image__component.small-img .content .title h5 .statement-style,
.jpmc-image__component.small-img .content .title h6 .statement-style,
.jpmc-image__component.small-img .content .title li .statement-style,
.jpmc-image__component.small-img .content .title ol .statement-style,
.jpmc-image__component.small-img .content .title p .statement-style,
.jpmc-image__component.small-img .content .title ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .statement-style,
    .jpmc-image__component.small-img .content .title h2 .statement-style,
    .jpmc-image__component.small-img .content .title h3 .statement-style,
    .jpmc-image__component.small-img .content .title h4 .statement-style,
    .jpmc-image__component.small-img .content .title h5 .statement-style,
    .jpmc-image__component.small-img .content .title h6 .statement-style,
    .jpmc-image__component.small-img .content .title li .statement-style,
    .jpmc-image__component.small-img .content .title ol .statement-style,
    .jpmc-image__component.small-img .content .title p .statement-style,
    .jpmc-image__component.small-img .content .title ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .jpmc-image__component.small-img .content .title h1 .statement-style,
    .jpmc-image__component.small-img .content .title h2 .statement-style,
    .jpmc-image__component.small-img .content .title h3 .statement-style,
    .jpmc-image__component.small-img .content .title h4 .statement-style,
    .jpmc-image__component.small-img .content .title h5 .statement-style,
    .jpmc-image__component.small-img .content .title h6 .statement-style,
    .jpmc-image__component.small-img .content .title li .statement-style,
    .jpmc-image__component.small-img .content .title ol .statement-style,
    .jpmc-image__component.small-img .content .title p .statement-style,
    .jpmc-image__component.small-img .content .title ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.jpmc-image__component.small-img .content .title h1 .statement-style:before,
.jpmc-image__component.small-img .content .title h2 .statement-style:before,
.jpmc-image__component.small-img .content .title h3 .statement-style:before,
.jpmc-image__component.small-img .content .title h4 .statement-style:before,
.jpmc-image__component.small-img .content .title h5 .statement-style:before,
.jpmc-image__component.small-img .content .title h6 .statement-style:before,
.jpmc-image__component.small-img .content .title li .statement-style:before,
.jpmc-image__component.small-img .content .title ol .statement-style:before,
.jpmc-image__component.small-img .content .title p .statement-style:before,
.jpmc-image__component.small-img .content .title ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-image__component.small-img .content .title h1 .statement-style:before,
    .jpmc-image__component.small-img .content .title h2 .statement-style:before,
    .jpmc-image__component.small-img .content .title h3 .statement-style:before,
    .jpmc-image__component.small-img .content .title h4 .statement-style:before,
    .jpmc-image__component.small-img .content .title h5 .statement-style:before,
    .jpmc-image__component.small-img .content .title h6 .statement-style:before,
    .jpmc-image__component.small-img .content .title li .statement-style:before,
    .jpmc-image__component.small-img .content .title ol .statement-style:before,
    .jpmc-image__component.small-img .content .title p .statement-style:before,
    .jpmc-image__component.small-img .content .title ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .jpmc-image__component.small-img .content .title h1 .statement-style:before,
    .jpmc-image__component.small-img .content .title h2 .statement-style:before,
    .jpmc-image__component.small-img .content .title h3 .statement-style:before,
    .jpmc-image__component.small-img .content .title h4 .statement-style:before,
    .jpmc-image__component.small-img .content .title h5 .statement-style:before,
    .jpmc-image__component.small-img .content .title h6 .statement-style:before,
    .jpmc-image__component.small-img .content .title li .statement-style:before,
    .jpmc-image__component.small-img .content .title ol .statement-style:before,
    .jpmc-image__component.small-img .content .title p .statement-style:before,
    .jpmc-image__component.small-img .content .title ul .statement-style:before {
        left: 5pc
    }
}

.jpmc-image__component.small-img .content .title li:not(:last-of-type),
.jpmc-image__component.small-img .content .title ol:not(:last-of-type),
.jpmc-image__component.small-img .content .title p:not(:last-of-type),
.jpmc-image__component.small-img .content .title ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title p+ul,
.jpmc-image__component.small-img .content .title ul+p {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title h1 {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title h1:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component.small-img .content .title p:last-of-type+h1,
.jpmc-image__component.small-img .content .title ul:last-of-type+h1 {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title h2 {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title h2:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component.small-img .content .title p:last-of-type+h2,
.jpmc-image__component.small-img .content .title ul:last-of-type+h2 {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title h3 {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title h3:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component.small-img .content .title p:last-of-type+h3,
.jpmc-image__component.small-img .content .title ul:last-of-type+h3 {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title h4 {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title h4:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component.small-img .content .title p:last-of-type+h4,
.jpmc-image__component.small-img .content .title ul:last-of-type+h4 {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title h5 {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title h5:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component.small-img .content .title p:last-of-type+h5,
.jpmc-image__component.small-img .content .title ul:last-of-type+h5 {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title h6 {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title h6:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-image__component.small-img .content .title p:last-of-type+h6,
.jpmc-image__component.small-img .content .title ul:last-of-type+h6 {
    margin-top: 2rem
}

.jpmc-image__component.small-img .content .title a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.jpmc-image__component.small-img .content .title a:focus,
.jpmc-image__component.small-img .content .title a:hover {
    outline: 1px dashed #474c50
}

.jpmc-image__component.small-img .content .title>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.jpmc-image__component.small-img .content .title>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-image__component.small-img .content .title>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .jpmc-image__component.small-img .content .title>ol li {
        padding-left: 8px
    }
}

.jpmc-image__component.small-img .content .title>ol li::marker {
    color: #936846
}

.jpmc-image__component.small-img .content .title>ol li ol li,
.jpmc-image__component.small-img .content .title>ol li ol li ol li {
    margin-left: -1.8rem
}

.jpmc-image__component.small-img .content .title>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.jpmc-image__component.small-img .content .title>ul>li {
    position: relative;
    padding-left: 2pc
}

.jpmc-image__component.small-img .content .title>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.jpmc-image__component.small-img .content .title>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.jpmc-image__component.small-img .content .title>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.jpmc-image__component.small-img .content .title>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .jpmc-image__component.small-img .content .title>ul li>ul li:before {
        line-height: 2pc
    }
}

.jpmc-image__component.small-img .content .title>ul li>ul li ul li {
    position: relative
}

.jpmc-image__component.small-img .content .title>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.jpmc-image__component.small-img .content .title>ul li>ul li ul li ul li {
    position: relative
}

.jpmc-image__component.small-img .content .title>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.jpmc-image__component.small-img .content .title a,
.jpmc-image__component.small-img .content .title b,
.jpmc-image__component.small-img .content .title div,
.jpmc-image__component.small-img .content .title h1,
.jpmc-image__component.small-img .content .title h2,
.jpmc-image__component.small-img .content .title h3,
.jpmc-image__component.small-img .content .title h4,
.jpmc-image__component.small-img .content .title h5,
.jpmc-image__component.small-img .content .title h6,
.jpmc-image__component.small-img .content .title i,
.jpmc-image__component.small-img .content .title li,
.jpmc-image__component.small-img .content .title ol,
.jpmc-image__component.small-img .content .title p,
.jpmc-image__component.small-img .content .title span,
.jpmc-image__component.small-img .content .title u,
.jpmc-image__component.small-img .content .title ul {
    word-break: break-word
}

.jpmc-image__component.small-img .content .title table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .jpmc-image__component.small-img .content .title table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-image__component.small-img .content .title table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .jpmc-image__component.small-img .content .title table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.jpmc-image__component.small-img .content .title table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.jpmc-image__component.small-img .content .title table td,
.jpmc-image__component.small-img .content .title table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.jpmc-image__component.small-img .content .title table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.jpmc-image__component.small-img .content .title table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.jpmc-image__component.small-img .content .title table tr {
    border: none
}

.jpmc-image__component.small-img .content .title table td>p:not(:last-of-type),
.jpmc-image__component.small-img .content .title table td>ul li:not(:last-of-type),
.jpmc-image__component.small-img .content .title table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-image__component.small-img .content .title table a,
.jpmc-image__component.small-img .content .title table b,
.jpmc-image__component.small-img .content .title table div,
.jpmc-image__component.small-img .content .title table h1,
.jpmc-image__component.small-img .content .title table h2,
.jpmc-image__component.small-img .content .title table h3,
.jpmc-image__component.small-img .content .title table h4,
.jpmc-image__component.small-img .content .title table h5,
.jpmc-image__component.small-img .content .title table h6,
.jpmc-image__component.small-img .content .title table i,
.jpmc-image__component.small-img .content .title table li,
.jpmc-image__component.small-img .content .title table ol,
.jpmc-image__component.small-img .content .title table p,
.jpmc-image__component.small-img .content .title table span,
.jpmc-image__component.small-img .content .title table u,
.jpmc-image__component.small-img .content .title table ul {
    word-break: unset
}

.jpmc-image__component.small-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .jpmc-image__component.small-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-image__component.small-img .jpmc-image {
        width: 22pc
    }
}

@media screen and (min-width:1024px) {
    .jpmc-image__component.small-img .jpmc-image {
        width: 499px
    }
}

.jpmc-image__component.small-img .content {
    border-top: 1px solid #666;
    margin: auto 0;
    padding-left: 2.4rem;
    padding-top: 2.4rem
}

@media screen and (max-width:767px) {
    .jpmc-image__component.small-img .content {
        border-left: 1px solid #666;
        border-top: none
    }
}

.image.dark .jpmc-image__component {
    background-color: #101537;
    color: #fff
}

.image.dark .jpmc-image__component .content {
    border-left-color: #a8a8a8;
    border-top-color: #a8a8a8
}

.image.dark .jpmc-image__component .content .description a,
.image.dark .jpmc-image__component .content .title a {
    color: #adb6f5
}

.image.travertine .jpmc-image__component {
    background-color: #f1f3f6
}

.primary-footer .cmp-primary-footer .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #101537;
    padding: 2.4rem
}

.cmp-primary-footer .top-container {
    position: relative
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        row-gap: 24px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .primary-footer .cmp-primary-footer .top-container {
        padding-inline: 4.8rem
    }
}

@media screen and (min-width:1024px) {
    .primary-footer .cmp-primary-footer .top-container {
        padding-inline: 8rem
    }
}

.primary-footer .cmp-primary-footer .top-container .jpmc-image-container .jpmc-image {
    width: 245px;
    height: 35px
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .top-container .jpmc-image-container .jpmc-image {
        width: 14pc;
        height: 2pc
    }
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor:focus {
    outline: 1px dashed #adb6f5
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor:focus .iconParent .icon:after {
    color: #000
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent {
    border: 1px solid #fff;
    padding: 1.25rem 1.5rem
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent:focus,
.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent:hover {
    border-color: #adb6f5
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent:focus .iconParent .icon:after,
.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent:hover .iconParent .icon:after {
    color: #000
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent .icon:after {
    color: #fff
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor .btnContent .icon:after:hover {
    color: #000
}

.primary-footer .cmp-primary-footer .top-container .cmp-primary-footer__socials .iconAnchor:focus .btnContent {
    border: 1px solid transparent;
    background-color: #adb6f5;
    color: #000
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content {
    padding: 2.4rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content {
        padding-block: 0;
        padding-inline: 4.8rem
    }
}

@media screen and (min-width:1024px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content {
        padding: 0 8rem 4rem
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container {
    display: grid
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container {
        grid-template-columns: 1fr;
        padding-bottom: 3.2rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container {
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 2pc;
        -moz-column-gap: 2pc;
        column-gap: 2pc;
        row-gap: 3pc;
        padding-block: 40px
    }
}

@media screen and (min-width:1024px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        padding-block: 4pc;
        grid-template-columns: repeat(auto-fit, minmax(249px, 1fr))
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns {
    border-left: 1px solid #cecece
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns {
        padding-bottom: 3.2rem
    }

    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns:last-of-type {
        padding-bottom: 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns {
        min-width: 296px
    }
}

@media screen and (min-width:1024px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns {
   
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3pc;
    padding-left: 2.4rem
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid {
        row-gap: 2pc
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid:after,
.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid:before {
    display: none
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set a {
    color: #000;
    text-decoration: none
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set a:hover {
    text-decoration: underline;
    text-underline-offset: 5px
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set a:focus {
    border: none;
    border-radius: 50px;
    outline: 1px dashed #C74A07;
    outline-offset: 8px
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1pc;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header {
    padding-bottom: 8px
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header a,
.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header p {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header a,
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header p {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header a,
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .link-group-header p {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__bottom-container .cmp-primary-footer__links-container .cmp-primary-footer__columns>.aem-Grid .link-set .primary-link-group .primary-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    color: #101537
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1pc;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-block: 3.2rem 0;
    border-top: 1px solid #cecece
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content {
        padding-top: 2.4rem
    }
}

@media screen and (min-width:1024px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1pc;
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link a {
    color: #000;
    text-decoration: none
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link a:hover {
    text-decoration: underline;
    text-underline-offset: 5px
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link a:focus {
    border: none;
    border-radius: 50px;
    outline: 1px dashed #C74A07;
    outline-offset: 8px
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link a {
    color: #101537
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link .bar {
    font-family: Font Awesome\ 6 Pro, sans-serif
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link .bar:after {
    content: attr(data-icon);
    padding-left: 1.6rem;
    color: #101537
}

@media screen and (max-width:767px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link .bar:after {
        padding-left: .8rem
    }
}

@media screen and (max-width:404px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link:nth-of-type(3) .bar:after {
        display: none
    }
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__global-links .cmp-primary-footer__global-link:last-of-type .bar:after {
    display: none
}

.primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__copyright {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    color: #101537;
    width: 100%
}

@media screen and (min-width:1024px) {
    .primary-footer .cmp-primary-footer .cmp-primary-footer__content .cmp-primary-footer__global-content .cmp-primary-footer__copyright {
        max-width: 498px
    }
}

.jpmc-quick-links {
    display: grid;
    grid-auto-flow: row;
    row-gap: 4pc;
    padding: 3.2rem 2.4rem
}

@media screen and (max-width:767px) {
    .jpmc-quick-links {
        row-gap: 3pc
    }
}

@media screen and (min-width:768px)and (max-width:1155px) {
    .jpmc-quick-links {
        padding: 4.8rem
    }
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links {
        padding: 6.4rem 8rem
    }
}

.jpmc-quick-links .quick-links__header-container .content {
    display: grid;
    grid-auto-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links .quick-links__header-container .content {
        grid-auto-flow: column;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

.jpmc-quick-links .quick-links__header-container .content .headline a,
.jpmc-quick-links .quick-links__header-container .content .headline b,
.jpmc-quick-links .quick-links__header-container .content .headline div,
.jpmc-quick-links .quick-links__header-container .content .headline h1,
.jpmc-quick-links .quick-links__header-container .content .headline h2,
.jpmc-quick-links .quick-links__header-container .content .headline h3,
.jpmc-quick-links .quick-links__header-container .content .headline h4,
.jpmc-quick-links .quick-links__header-container .content .headline h5,
.jpmc-quick-links .quick-links__header-container .content .headline h6,
.jpmc-quick-links .quick-links__header-container .content .headline i,
.jpmc-quick-links .quick-links__header-container .content .headline li,
.jpmc-quick-links .quick-links__header-container .content .headline ol,
.jpmc-quick-links .quick-links__header-container .content .headline p,
.jpmc-quick-links .quick-links__header-container .content .headline span,
.jpmc-quick-links .quick-links__header-container .content .headline u,
.jpmc-quick-links .quick-links__header-container .content .headline ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__header-container .content .headline a,
    .jpmc-quick-links .quick-links__header-container .content .headline b,
    .jpmc-quick-links .quick-links__header-container .content .headline div,
    .jpmc-quick-links .quick-links__header-container .content .headline h1,
    .jpmc-quick-links .quick-links__header-container .content .headline h2,
    .jpmc-quick-links .quick-links__header-container .content .headline h3,
    .jpmc-quick-links .quick-links__header-container .content .headline h4,
    .jpmc-quick-links .quick-links__header-container .content .headline h5,
    .jpmc-quick-links .quick-links__header-container .content .headline h6,
    .jpmc-quick-links .quick-links__header-container .content .headline i,
    .jpmc-quick-links .quick-links__header-container .content .headline li,
    .jpmc-quick-links .quick-links__header-container .content .headline ol,
    .jpmc-quick-links .quick-links__header-container .content .headline p,
    .jpmc-quick-links .quick-links__header-container .content .headline span,
    .jpmc-quick-links .quick-links__header-container .content .headline u,
    .jpmc-quick-links .quick-links__header-container .content .headline ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__header-container .content .headline a,
    .jpmc-quick-links .quick-links__header-container .content .headline b,
    .jpmc-quick-links .quick-links__header-container .content .headline div,
    .jpmc-quick-links .quick-links__header-container .content .headline h1,
    .jpmc-quick-links .quick-links__header-container .content .headline h2,
    .jpmc-quick-links .quick-links__header-container .content .headline h3,
    .jpmc-quick-links .quick-links__header-container .content .headline h4,
    .jpmc-quick-links .quick-links__header-container .content .headline h5,
    .jpmc-quick-links .quick-links__header-container .content .headline h6,
    .jpmc-quick-links .quick-links__header-container .content .headline i,
    .jpmc-quick-links .quick-links__header-container .content .headline li,
    .jpmc-quick-links .quick-links__header-container .content .headline ol,
    .jpmc-quick-links .quick-links__header-container .content .headline p,
    .jpmc-quick-links .quick-links__header-container .content .headline span,
    .jpmc-quick-links .quick-links__header-container .content .headline u,
    .jpmc-quick-links .quick-links__header-container .content .headline ul {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

.jpmc-quick-links .quick-links__header-container .content .headline h1 a:focus {
    outline: 1px dashed #C74A07
}

.jpmc-quick-links .quick-links__header-container .content .inner-content {
    display: grid;
    row-gap: 1pc
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links .quick-links__header-container .content .inner-content {
        row-gap: 24px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) {
    padding-top: 1.6rem
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) {
        padding-top: 0
    }
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) b,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) div,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h1,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h2,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h3,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h4,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h5,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h6,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) i,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) li,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ol,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) span,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) u,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) b,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) div,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h1,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h2,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h3,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h4,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h5,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h6,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) i,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) li,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ol,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) span,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) u,
    .jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a span {
    color: #C74A07
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a span.hyper-link,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a span span.hyper-link,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a span.hyper-link {
    font-size: inherit
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a:focus,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a:focus-within,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a:focus,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a:focus-within {
    outline: 1px dashed #C74A07
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a:focus span.hyper-link,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a:focus-within span.hyper-link,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a:focus span.hyper-link,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p a:focus-within span.hyper-link {
    outline: unset
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a span.hyper-link:focus,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) a span.hyper-link:focus-within {
    outline: unset
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ol li:before,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul li:before {
    background: #C74A07
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ol li::marker,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul li::marker {
    color: #C74A07
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) li:not(:last-of-type),
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ol:not(:last-of-type),
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:not(:last-of-type),
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p+ul,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul+p {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h1 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h1:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:last-of-type+h1,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:last-of-type+h1 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h2 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h2:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:last-of-type+h2,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:last-of-type+h2 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h3 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h3:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:last-of-type+h3,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:last-of-type+h3 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h4 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h4:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:last-of-type+h4,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:last-of-type+h4 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h5 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h5:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:last-of-type+h5,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:last-of-type+h5 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h6 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) h6:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) p:last-of-type+h6,
.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul:last-of-type+h6 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__header-container .content .inner-content:has(.description) ul {
    margin-left: 3rem
}

@media screen and (max-width:767px) {
    .jpmc-quick-links .quick-links__header-container .content .inner-content:not(:has(.description)) {
        padding-top: 1.6rem
    }
}

@media screen and (min-width:768px)and (max-width:1155px) {
    .jpmc-quick-links .quick-links__header-container .content .inner-content:not(:has(.description)) {
        padding-top: 2.4rem
    }
}

.jpmc-quick-links .quick-links__header-container .content .inner-content .secondary .btnLabel {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.jpmc-quick-links .quick-links__card-container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px
}

@media screen and (min-width:768px)and (max-width:1155px) {
    .jpmc-quick-links .quick-links__card-container {
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 2pc;
        -moz-column-gap: 2pc;
        column-gap: 2pc
    }
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links .quick-links__card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 60px
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card {
    display: grid;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left: 1px solid #666;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    padding-left: 2.4rem
}

@media screen and (max-width:767px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card {
        padding-left: 1.6rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title {
    padding-bottom: 1.6rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

@media screen and (min-width:1156px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 1.15;
        letter-spacing: -.028rem
    }
}

@media screen and (min-width:1156px)and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (min-width:1156px)and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .sub-title {
        font-size: 2.4rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul .statement-style:before {
        left: 5pc
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p+ul,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul+p {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:last-of-type+h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:last-of-type+h1 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:last-of-type+h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:last-of-type+h2 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:last-of-type+h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:last-of-type+h3 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:last-of-type+h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:last-of-type+h4 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:last-of-type+h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:last-of-type+h5 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p:last-of-type+h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul:last-of-type+h6 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title a:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title a:hover {
    outline: 1px dashed #474c50
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol li {
        padding-left: 8px
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol li::marker {
    color: #936846
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol li ol li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ol li ol li ol li {
    margin-left: -1.8rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul>li {
    position: relative;
    padding-left: 2pc
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li:before {
        line-height: 2pc
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li ul li {
    position: relative
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li ul li ul li {
    position: relative
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title b,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title div,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title i,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ol,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title p,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title span,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title u,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title ul {
    word-break: break-word
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table td,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table tr {
    border: none
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table td>p:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table td>ul li:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table b,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table div,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table i,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table ol,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table p,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table span,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table u,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .title table ul {
    word-break: unset
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description {
    padding-bottom: 1.6rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .body-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .body-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .body-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .body-small-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .eyebrow-tags,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-large-bold,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-large-bold,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .headline-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .sub-title,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .sub-title,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .sub-title {
        font-size: 2.4rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .title-large,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .title-large,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .title-small,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .title-small,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:hover a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:hover a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .hyper-link:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon .icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:before:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:before:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:hover,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:active,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:hover:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:active:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:active:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:focus:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:focus:hover:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:hover:focus:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon .link-text,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon .link-text:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p>a .hyper-link-with-icon .link-text:hover:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon .link-text:focus:after,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .statement-style,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .statement-style,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .statement-style:before,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p .statement-style:before,
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul .statement-style:before {
        left: 5pc
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description a:focus,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description a:hover {
    outline: 1px dashed #474c50
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol li {
        padding-left: 8px
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol li::marker {
    color: #936846
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol li ol li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ol li ol li ol li {
    margin-left: -1.8rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul>li {
    position: relative;
    padding-left: 2pc
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li:before {
        line-height: 2pc
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li ul li {
    position: relative
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li ul li ul li {
    position: relative
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description b,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description div,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description i,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description span,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description u,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul {
    word-break: break-word
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table td,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table tr {
    border: none
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table td>p:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table td>ul li:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table a,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table b,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table div,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table i,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table li,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table ol,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table p,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table span,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table u,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description table ul {
    word-break: unset
}

@media screen and (min-width:768px) {
    .jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description {
        padding-bottom: 1.6rem
    }
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p a:focus {
    outline: 1px dashed #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul li::marker {
    color: #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul li:before {
    background-color: #C74A07
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description li:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ol:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:not(:last-of-type),
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p+ul,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul+p {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:last-of-type+h1,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:last-of-type+h1 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:last-of-type+h2,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:last-of-type+h2 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:last-of-type+h3,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:last-of-type+h3 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:last-of-type+h4,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:last-of-type+h4 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:last-of-type+h5,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:last-of-type+h5 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6 {
    margin-bottom: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description p:last-of-type+h6,
.jpmc-quick-links .quick-links__card-container .quick-links-card .quick-links-card-details .description ul:last-of-type+h6 {
    margin-top: 2rem
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    justify-self: baseline
}

.jpmc-quick-links .quick-links__card-container .quick-links-card .link .icon:after {
    font-weight: 400
}

@media screen and (min-width:768px)and (max-width:1155px) {
    .jpmc-quick-links.variant-four {
        row-gap: 5pc
    }
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links.variant-four {
        row-gap: 6pc
    }
}

@media screen and (min-width:1156px) {
    .jpmc-quick-links:not(.prime) .quick-links__header-container .content {
        grid-template-columns: 56.4% 1fr
    }
}

.quick-links.white .jpmc-quick-links {
    background-color: #fff
}

.quick-links.white a {
    color: #C74A07
}

.quick-links.travertine .jpmc-quick-links {
    background-color: #f1f3f6
}

.quick-links.travertine a {
    color: #C74A07
}

.quick-links.dark .jpmc-quick-links {
    background-color: #101537;
    color: #fff
}

.quick-links.dark a {
    color: #adb6f5 !important
}

.quick-links.dark a.secondary {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    background-color: unset;
    text-decoration: none;
    border: transparent;
    border-radius: 15pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    justify-self: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.quick-links.dark a.secondary:focus {
    outline: 1px dashed #C74A07
}

.quick-links.dark a.secondary .btnContent {
    border-radius: 75pt;
    padding: 14px 24px;
    cursor: pointer
}

.quick-links.dark a.secondary .btnContent a.btnContent {
    text-decoration: none
}

.quick-links.dark a.secondary .btnContent {
    border: 1px solid #000;
    color: #C74A07;
    background-color: transparent
}

.quick-links.dark a.secondary .btnContent:focus,
.quick-links.dark a.secondary .btnContent:hover {
    background-color: #adb6f5;
    color: #000
}

.quick-links.dark a.secondary .btnContent:hover {
    border: 1px solid #fff
}

.quick-links.dark a.secondary:focus .btnContent {
    border: 1px solid transparent;
    background-color: #adb6f5
}

@media screen and (max-width:767px) {
    .quick-links.dark a.secondary {
        width: 100%
    }
}

.quick-links.dark a.secondary.iconPresent .btnContent {
    padding-right: 4.8rem
}

@media screen and (max-width:767px) {
    .quick-links.dark a.secondary.iconPresent .btnContent {
        width: 100%
    }
}

.quick-links.dark a.secondary.iconPresent .btnContent .icon:after {
    margin-left: 8px
}

.quick-links.dark a.secondary:focus .btnContent {
    background: #adb6f5;
    color: #000
}

.quick-links.dark a.secondary:focus .btnContent,
.quick-links.dark a.secondary:hover .btnContent {
    border: 1px solid #adb6f5
}

.quick-links.dark a.secondary .btnContent {
    position: relative
}

@media screen and (max-width:767px) {
    .quick-links.dark a.secondary .btnContent {
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .quick-links.dark a.secondary .btnContent {
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    .quick-links.dark a.secondary .btnContent {
        text-align: left
    }
}

.quick-links.dark a.secondary .btnContent .icon {
    position: absolute
}

.quick-links.dark a.secondary .btnContent:hover .icon:after {
    padding-left: .4rem;
    -webkit-transition: padding-left .25s ease-in;
    transition: padding-left .25s ease-in
}

.quick-links.dark a.secondary:focus {
    outline: 1px dashed #adb6f5
}

.quick-links.dark a.secondary .btnContent {
    border: 1px solid #fff;
    color: #adb6f5;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #adb6f5)) 100%;
    background: linear-gradient(270deg, transparent 50%, #adb6f5 0) 100%;
    background-size: 203% 101%;
    -webkit-transition: cubic-bezier(.39, .57, .56, 1);
    transition: cubic-bezier(.39, .57, .56, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.quick-links.dark a.secondary .btnContent:hover {
    background-position: 0;
    color: #000
}

.quick-links.dark a.link {
    color: #adb6f5
}

.quick-links.dark a.link:focus {
    outline: 1px dashed #adb6f5
}

.quick-links.dark a.link .link-text:after {
    background-color: #adb6f5
}

.quick-links.dark a.link .icon:after {
    color: #adb6f5
}

.quick-links.dark .quick-links__header-container .content .headline h1 a:focus,
.quick-links.dark .quick-links__header-container .content .headline h2 a:focus,
.quick-links.dark .quick-links__header-container .content .headline h3 a:focus,
.quick-links.dark .quick-links__header-container .content .headline h4 a:focus,
.quick-links.dark .quick-links__header-container .content .headline h5 a:focus,
.quick-links.dark .quick-links__header-container .content .headline h6 a:focus,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a:focus {
    outline: 1px dashed #adb6f5
}

.quick-links.dark .quick-links__header-container .content .inner-content .description a,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a span {
    color: #adb6f5
}

.quick-links.dark .quick-links__header-container .content .inner-content .description a span.hyper-link,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a span span.hyper-link,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a span.hyper-link {
    font-size: inherit
}

.quick-links.dark .quick-links__header-container .content .inner-content .description a:focus,
.quick-links.dark .quick-links__header-container .content .inner-content .description a:focus-within,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a:focus,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a:focus-within {
    outline: 1px dashed #adb6f5
}

.quick-links.dark .quick-links__header-container .content .inner-content .description a:focus span.hyper-link,
.quick-links.dark .quick-links__header-container .content .inner-content .description a:focus-within span.hyper-link,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a:focus span.hyper-link,
.quick-links.dark .quick-links__header-container .content .inner-content .description p a:focus-within span.hyper-link {
    outline: unset
}

.quick-links.dark .quick-links__header-container .content .inner-content .description a span.hyper-link:focus,
.quick-links.dark .quick-links__header-container .content .inner-content .description a span.hyper-link:focus-within {
    outline: unset
}

.quick-links.dark .quick-links__header-container .content .inner-content .description ol li:before,
.quick-links.dark .quick-links__header-container .content .inner-content .description ul li:before {
    background: #adb6f5
}

.quick-links.dark .quick-links__header-container .content .inner-content .description ol li::marker,
.quick-links.dark .quick-links__header-container .content .inner-content .description ul li::marker {
    color: #adb6f5
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a:focus {
    outline: 1px dashed #adb6f5
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a span {
    color: #adb6f5
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a span.hyper-link,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a span span.hyper-link,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a span.hyper-link {
    font-size: inherit
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a:focus,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a:focus-within,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a:focus,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a:focus-within {
    outline: 1px dashed #adb6f5
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a:focus span.hyper-link,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a:focus-within span.hyper-link,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a:focus span.hyper-link,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description p a:focus-within span.hyper-link {
    outline: unset
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a span.hyper-link:focus,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description a span.hyper-link:focus-within {
    outline: unset
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description ol li:before,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description ul li:before {
    background: #adb6f5
}

.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description ol li::marker,
.quick-links.dark .quick-links__card-container .quick-links-card .quick-links-card-details .description ul li::marker {
    color: #adb6f5
}

.home-page-header .cws-home-page-header {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .home-page-header .cws-home-page-header {
        padding-bottom: 4rem
    }
}

.home-page-header .cws-home-page-header .carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.home-page-header .cws-home-page-header .carousel .cards .home-page-header__container {
    position: relative;
    display: flex;
    grid-auto-flow: column;
    padding-right: 2.4rem
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .home-page-header .cws-home-page-header .carousel .cards .home-page-header__container {
        padding: 0 4.8rem 0 0
    }
}

@media screen and (min-width:1139px) {
    .home-page-header .cws-home-page-header .carousel .cards .home-page-header__container {
        padding-right: 0
    }
}

.home-page-header__content {
    grid-auto-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    max-width: 966px;
    padding: 2.4rem 0 0 2.4rem;
    margin-top: -1.6rem
}

@media screen and (max-width:767px) {
    .home-page-header__content {
        grid-auto-flow: row;
        row-gap: 1pc;
        min-height: 410.19px
    }
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .home-page-header__content {
        padding: 4rem 4rem 0 4.8rem;
        margin-top: -4.8rem;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        min-height: 415.56px
    }
}

@media screen and (min-width:1139px) {
    .home-page-header__content {
        padding: 5rem 7rem 0 8rem;
        margin-top: -12rem;
        -webkit-column-gap: 4pc;
        -moz-column-gap: 4pc;
        column-gap: 4pc;
        min-height: 345.38px;
        min-width: 700px
    }
}

.home-page-header__content .number {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    color: #C74A07
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .home-page-header__content .number {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {
    .home-page-header__content .number {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .home-page-header__content .number {
        min-width: 73.61px
    }
}

.home-page-header__content .text-container {
    display: grid;
    row-gap: 1pc
}

@media screen and (min-width:1139px) {
    .home-page-header__content .text-container {
        row-gap: 24px
    }
}

.title {
    font-family: Sons, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .title {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {
    .title {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.title h2 {
    font-weight: 500 !important
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
.title li,
.title ol,
.title p,
.title ul {
    font-family: "Sons",  Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1,
    .title h2,
    .title h3,
    .title h4,
    .title h5,
    .title h6,
    .title li,
    .title ol,
    .title p,
    .title ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .title h1,
    .title h2,
    .title h3,
    .title h4,
    .title h5,
    .title h6,
    .title li,
    .title ol,
    .title p,
    .title ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.title h1 .body-large,
.title h2 .body-large,
.title h3 .body-large,
.title h4 .body-large,
.title h5 .body-large,
.title h6 .body-large,
.title li .body-large,
.title ol .body-large,
.title p .body-large,
.title ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.title h1 .body-large-bold,
.title h2 .body-large-bold,
.title h3 .body-large-bold,
.title h4 .body-large-bold,
.title h5 .body-large-bold,
.title h6 .body-large-bold,
.title li .body-large-bold,
.title ol .body-large-bold,
.title p .body-large-bold,
.title ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.title h1 .body-small,
.title h2 .body-small,
.title h3 .body-small,
.title h4 .body-small,
.title h5 .body-small,
.title h6 .body-small,
.title li .body-small,
.title ol .body-small,
.title p .body-small,
.title ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.title h1 .body-small-bold,
.title h2 .body-small-bold,
.title h3 .body-small-bold,
.title h4 .body-small-bold,
.title h5 .body-small-bold,
.title h6 .body-small-bold,
.title li .body-small-bold,
.title ol .body-small-bold,
.title p .body-small-bold,
.title ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.title h1 .eyebrow-tags,
.title h2 .eyebrow-tags,
.title h3 .eyebrow-tags,
.title h4 .eyebrow-tags,
.title h5 .eyebrow-tags,
.title h6 .eyebrow-tags,
.title li .eyebrow-tags,
.title ol .eyebrow-tags,
.title p .eyebrow-tags,
.title ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.title h1 .headline-large,
.title h2 .headline-large,
.title h3 .headline-large,
.title h4 .headline-large,
.title h5 .headline-large,
.title h6 .headline-large,
.title li .headline-large,
.title ol .headline-large,
.title p .headline-large,
.title ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .headline-large,
    .title h2 .headline-large,
    .title h3 .headline-large,
    .title h4 .headline-large,
    .title h5 .headline-large,
    .title h6 .headline-large,
    .title li .headline-large,
    .title ol .headline-large,
    .title p .headline-large,
    .title ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .title h1 .headline-large,
    .title h2 .headline-large,
    .title h3 .headline-large,
    .title h4 .headline-large,
    .title h5 .headline-large,
    .title h6 .headline-large,
    .title li .headline-large,
    .title ol .headline-large,
    .title p .headline-large,
    .title ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.title h1 .headline-large-bold,
.title h2 .headline-large-bold,
.title h3 .headline-large-bold,
.title h4 .headline-large-bold,
.title h5 .headline-large-bold,
.title h6 .headline-large-bold,
.title li .headline-large-bold,
.title ol .headline-large-bold,
.title p .headline-large-bold,
.title ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .headline-large-bold,
    .title h2 .headline-large-bold,
    .title h3 .headline-large-bold,
    .title h4 .headline-large-bold,
    .title h5 .headline-large-bold,
    .title h6 .headline-large-bold,
    .title li .headline-large-bold,
    .title ol .headline-large-bold,
    .title p .headline-large-bold,
    .title ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .title h1 .headline-large-bold,
    .title h2 .headline-large-bold,
    .title h3 .headline-large-bold,
    .title h4 .headline-large-bold,
    .title h5 .headline-large-bold,
    .title h6 .headline-large-bold,
    .title li .headline-large-bold,
    .title ol .headline-large-bold,
    .title p .headline-large-bold,
    .title ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.title h1 .headline-small,
.title h2 .headline-small,
.title h3 .headline-small,
.title h4 .headline-small,
.title h5 .headline-small,
.title h6 .headline-small,
.title li .headline-small,
.title ol .headline-small,
.title p .headline-small,
.title ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .headline-small,
    .title h2 .headline-small,
    .title h3 .headline-small,
    .title h4 .headline-small,
    .title h5 .headline-small,
    .title h6 .headline-small,
    .title li .headline-small,
    .title ol .headline-small,
    .title p .headline-small,
    .title ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .title h1 .headline-small,
    .title h2 .headline-small,
    .title h3 .headline-small,
    .title h4 .headline-small,
    .title h5 .headline-small,
    .title h6 .headline-small,
    .title li .headline-small,
    .title ol .headline-small,
    .title p .headline-small,
    .title ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.title h1 .sub-title,
.title h2 .sub-title,
.title h3 .sub-title,
.title h4 .sub-title,
.title h5 .sub-title,
.title h6 .sub-title,
.title li .sub-title,
.title ol .sub-title,
.title p .sub-title,
.title ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .sub-title,
    .title h2 .sub-title,
    .title h3 .sub-title,
    .title h4 .sub-title,
    .title h5 .sub-title,
    .title h6 .sub-title,
    .title li .sub-title,
    .title ol .sub-title,
    .title p .sub-title,
    .title ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .title h1 .sub-title,
    .title h2 .sub-title,
    .title h3 .sub-title,
    .title h4 .sub-title,
    .title h5 .sub-title,
    .title h6 .sub-title,
    .title li .sub-title,
    .title ol .sub-title,
    .title p .sub-title,
    .title ul .sub-title {
        font-size: 2.4rem
    }
}

.title h1 .title-large,
.title h2 .title-large,
.title h3 .title-large,
.title h4 .title-large,
.title h5 .title-large,
.title h6 .title-large,
.title li .title-large,
.title ol .title-large,
.title p .title-large,
.title ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .title-large,
    .title h2 .title-large,
    .title h3 .title-large,
    .title h4 .title-large,
    .title h5 .title-large,
    .title h6 .title-large,
    .title li .title-large,
    .title ol .title-large,
    .title p .title-large,
    .title ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .title h1 .title-large,
    .title h2 .title-large,
    .title h3 .title-large,
    .title h4 .title-large,
    .title h5 .title-large,
    .title h6 .title-large,
    .title li .title-large,
    .title ol .title-large,
    .title p .title-large,
    .title ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.title h1 .title-small,
.title h2 .title-small,
.title h3 .title-small,
.title h4 .title-small,
.title h5 .title-small,
.title h6 .title-small,
.title li .title-small,
.title ol .title-small,
.title p .title-small,
.title ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .title-small,
    .title h2 .title-small,
    .title h3 .title-small,
    .title h4 .title-small,
    .title h5 .title-small,
    .title h6 .title-small,
    .title li .title-small,
    .title ol .title-small,
    .title p .title-small,
    .title ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .title h1 .title-small,
    .title h2 .title-small,
    .title h3 .title-small,
    .title h4 .title-small,
    .title h5 .title-small,
    .title h6 .title-small,
    .title li .title-small,
    .title ol .title-small,
    .title p .title-small,
    .title ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.title h1 .hyper-link,
.title h2 .hyper-link,
.title h3 .hyper-link,
.title h4 .hyper-link,
.title h5 .hyper-link,
.title h6 .hyper-link,
.title li .hyper-link,
.title ol .hyper-link,
.title p .hyper-link,
.title ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .title h1 .hyper-link,
    .title h2 .hyper-link,
    .title h3 .hyper-link,
    .title h4 .hyper-link,
    .title h5 .hyper-link,
    .title h6 .hyper-link,
    .title li .hyper-link,
    .title ol .hyper-link,
    .title p .hyper-link,
    .title ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.title h1 .hyper-link:active,
.title h1 .hyper-link:focus,
.title h2 .hyper-link:active,
.title h2 .hyper-link:focus,
.title h3 .hyper-link:active,
.title h3 .hyper-link:focus,
.title h4 .hyper-link:active,
.title h4 .hyper-link:focus,
.title h5 .hyper-link:active,
.title h5 .hyper-link:focus,
.title h6 .hyper-link:active,
.title h6 .hyper-link:focus,
.title li .hyper-link:active,
.title li .hyper-link:focus,
.title ol .hyper-link:active,
.title ol .hyper-link:focus,
.title p .hyper-link:active,
.title p .hyper-link:focus,
.title ul .hyper-link:active,
.title ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.title h1 .hyper-link:hover,
.title h2 .hyper-link:hover,
.title h3 .hyper-link:hover,
.title h4 .hyper-link:hover,
.title h5 .hyper-link:hover,
.title h6 .hyper-link:hover,
.title li .hyper-link:hover,
.title ol .hyper-link:hover,
.title p .hyper-link:hover,
.title ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.title h1 .hyper-link .icon:after,
.title h2 .hyper-link .icon:after,
.title h3 .hyper-link .icon:after,
.title h4 .hyper-link .icon:after,
.title h5 .hyper-link .icon:after,
.title h6 .hyper-link .icon:after,
.title li .hyper-link .icon:after,
.title ol .hyper-link .icon:after,
.title p .hyper-link .icon:after,
.title ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.title h1 .hyper-link:hover,
.title h2 .hyper-link:hover,
.title h3 .hyper-link:hover,
.title h4 .hyper-link:hover,
.title h5 .hyper-link:hover,
.title h6 .hyper-link:hover,
.title li .hyper-link:hover,
.title ol .hyper-link:hover,
.title p .hyper-link:hover,
.title ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.title h1 .hyper-link:hover a,
.title h1 .hyper-link:hover a:hover,
.title h2 .hyper-link:hover a,
.title h2 .hyper-link:hover a:hover,
.title h3 .hyper-link:hover a,
.title h3 .hyper-link:hover a:hover,
.title h4 .hyper-link:hover a,
.title h4 .hyper-link:hover a:hover,
.title h5 .hyper-link:hover a,
.title h5 .hyper-link:hover a:hover,
.title h6 .hyper-link:hover a,
.title h6 .hyper-link:hover a:hover,
.title li .hyper-link:hover a,
.title li .hyper-link:hover a:hover,
.title ol .hyper-link:hover a,
.title ol .hyper-link:hover a:hover,
.title p .hyper-link:hover a,
.title p .hyper-link:hover a:hover,
.title ul .hyper-link:hover a,
.title ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.title h1 .hyper-link:active,
.title h1 .hyper-link:focus,
.title h2 .hyper-link:active,
.title h2 .hyper-link:focus,
.title h3 .hyper-link:active,
.title h3 .hyper-link:focus,
.title h4 .hyper-link:active,
.title h4 .hyper-link:focus,
.title h5 .hyper-link:active,
.title h5 .hyper-link:focus,
.title h6 .hyper-link:active,
.title h6 .hyper-link:focus,
.title li .hyper-link:active,
.title li .hyper-link:focus,
.title ol .hyper-link:active,
.title ol .hyper-link:focus,
.title p .hyper-link:active,
.title p .hyper-link:focus,
.title ul .hyper-link:active,
.title ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.title h1>a:hover,
.title h2>a:hover,
.title h3>a:hover,
.title h4>a:hover,
.title h5>a:hover,
.title h6>a:hover,
.title li>a:hover,
.title ol>a:hover,
.title p>a:hover,
.title ul>a:hover {
    text-decoration: none;
    outline: 0
}

.title h1>a .hyper-link-with-icon,
.title h2>a .hyper-link-with-icon,
.title h3>a .hyper-link-with-icon,
.title h4>a .hyper-link-with-icon,
.title h5>a .hyper-link-with-icon,
.title h6>a .hyper-link-with-icon,
.title li>a .hyper-link-with-icon,
.title ol>a .hyper-link-with-icon,
.title p>a .hyper-link-with-icon,
.title ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .title h1>a .hyper-link-with-icon,
    .title h2>a .hyper-link-with-icon,
    .title h3>a .hyper-link-with-icon,
    .title h4>a .hyper-link-with-icon,
    .title h5>a .hyper-link-with-icon,
    .title h6>a .hyper-link-with-icon,
    .title li>a .hyper-link-with-icon,
    .title ol>a .hyper-link-with-icon,
    .title p>a .hyper-link-with-icon,
    .title ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.title h1>a .hyper-link-with-icon:active,
.title h1>a .hyper-link-with-icon:focus,
.title h2>a .hyper-link-with-icon:active,
.title h2>a .hyper-link-with-icon:focus,
.title h3>a .hyper-link-with-icon:active,
.title h3>a .hyper-link-with-icon:focus,
.title h4>a .hyper-link-with-icon:active,
.title h4>a .hyper-link-with-icon:focus,
.title h5>a .hyper-link-with-icon:active,
.title h5>a .hyper-link-with-icon:focus,
.title h6>a .hyper-link-with-icon:active,
.title h6>a .hyper-link-with-icon:focus,
.title li>a .hyper-link-with-icon:active,
.title li>a .hyper-link-with-icon:focus,
.title ol>a .hyper-link-with-icon:active,
.title ol>a .hyper-link-with-icon:focus,
.title p>a .hyper-link-with-icon:active,
.title p>a .hyper-link-with-icon:focus,
.title ul>a .hyper-link-with-icon:active,
.title ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.title h1>a .hyper-link-with-icon:hover,
.title h2>a .hyper-link-with-icon:hover,
.title h3>a .hyper-link-with-icon:hover,
.title h4>a .hyper-link-with-icon:hover,
.title h5>a .hyper-link-with-icon:hover,
.title h6>a .hyper-link-with-icon:hover,
.title li>a .hyper-link-with-icon:hover,
.title ol>a .hyper-link-with-icon:hover,
.title p>a .hyper-link-with-icon:hover,
.title ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.title h1>a .hyper-link-with-icon .icon:after,
.title h2>a .hyper-link-with-icon .icon:after,
.title h3>a .hyper-link-with-icon .icon:after,
.title h4>a .hyper-link-with-icon .icon:after,
.title h5>a .hyper-link-with-icon .icon:after,
.title h6>a .hyper-link-with-icon .icon:after,
.title li>a .hyper-link-with-icon .icon:after,
.title ol>a .hyper-link-with-icon .icon:after,
.title p>a .hyper-link-with-icon .icon:after,
.title ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.title h1>a .hyper-link-with-icon:before,
.title h2>a .hyper-link-with-icon:before,
.title h3>a .hyper-link-with-icon:before,
.title h4>a .hyper-link-with-icon:before,
.title h5>a .hyper-link-with-icon:before,
.title h6>a .hyper-link-with-icon:before,
.title li>a .hyper-link-with-icon:before,
.title ol>a .hyper-link-with-icon:before,
.title p>a .hyper-link-with-icon:before,
.title ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.title h1>a .hyper-link-with-icon:before:active,
.title h1>a .hyper-link-with-icon:before:focus,
.title h2>a .hyper-link-with-icon:before:active,
.title h2>a .hyper-link-with-icon:before:focus,
.title h3>a .hyper-link-with-icon:before:active,
.title h3>a .hyper-link-with-icon:before:focus,
.title h4>a .hyper-link-with-icon:before:active,
.title h4>a .hyper-link-with-icon:before:focus,
.title h5>a .hyper-link-with-icon:before:active,
.title h5>a .hyper-link-with-icon:before:focus,
.title h6>a .hyper-link-with-icon:before:active,
.title h6>a .hyper-link-with-icon:before:focus,
.title li>a .hyper-link-with-icon:before:active,
.title li>a .hyper-link-with-icon:before:focus,
.title ol>a .hyper-link-with-icon:before:active,
.title ol>a .hyper-link-with-icon:before:focus,
.title p>a .hyper-link-with-icon:before:active,
.title p>a .hyper-link-with-icon:before:focus,
.title ul>a .hyper-link-with-icon:before:active,
.title ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.title h1>a .hyper-link-with-icon:active,
.title h1>a .hyper-link-with-icon:focus,
.title h1>a .hyper-link-with-icon:hover,
.title h2>a .hyper-link-with-icon:active,
.title h2>a .hyper-link-with-icon:focus,
.title h2>a .hyper-link-with-icon:hover,
.title h3>a .hyper-link-with-icon:active,
.title h3>a .hyper-link-with-icon:focus,
.title h3>a .hyper-link-with-icon:hover,
.title h4>a .hyper-link-with-icon:active,
.title h4>a .hyper-link-with-icon:focus,
.title h4>a .hyper-link-with-icon:hover,
.title h5>a .hyper-link-with-icon:active,
.title h5>a .hyper-link-with-icon:focus,
.title h5>a .hyper-link-with-icon:hover,
.title h6>a .hyper-link-with-icon:active,
.title h6>a .hyper-link-with-icon:focus,
.title h6>a .hyper-link-with-icon:hover,
.title li>a .hyper-link-with-icon:active,
.title li>a .hyper-link-with-icon:focus,
.title li>a .hyper-link-with-icon:hover,
.title ol>a .hyper-link-with-icon:active,
.title ol>a .hyper-link-with-icon:focus,
.title ol>a .hyper-link-with-icon:hover,
.title p>a .hyper-link-with-icon:active,
.title p>a .hyper-link-with-icon:focus,
.title p>a .hyper-link-with-icon:hover,
.title ul>a .hyper-link-with-icon:active,
.title ul>a .hyper-link-with-icon:focus,
.title ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.title h1>a .hyper-link-with-icon:active:focus:before,
.title h1>a .hyper-link-with-icon:active:hover:before,
.title h1>a .hyper-link-with-icon:focus:focus:before,
.title h1>a .hyper-link-with-icon:focus:hover:before,
.title h1>a .hyper-link-with-icon:hover:focus:before,
.title h1>a .hyper-link-with-icon:hover:hover:before,
.title h2>a .hyper-link-with-icon:active:focus:before,
.title h2>a .hyper-link-with-icon:active:hover:before,
.title h2>a .hyper-link-with-icon:focus:focus:before,
.title h2>a .hyper-link-with-icon:focus:hover:before,
.title h2>a .hyper-link-with-icon:hover:focus:before,
.title h2>a .hyper-link-with-icon:hover:hover:before,
.title h3>a .hyper-link-with-icon:active:focus:before,
.title h3>a .hyper-link-with-icon:active:hover:before,
.title h3>a .hyper-link-with-icon:focus:focus:before,
.title h3>a .hyper-link-with-icon:focus:hover:before,
.title h3>a .hyper-link-with-icon:hover:focus:before,
.title h3>a .hyper-link-with-icon:hover:hover:before,
.title h4>a .hyper-link-with-icon:active:focus:before,
.title h4>a .hyper-link-with-icon:active:hover:before,
.title h4>a .hyper-link-with-icon:focus:focus:before,
.title h4>a .hyper-link-with-icon:focus:hover:before,
.title h4>a .hyper-link-with-icon:hover:focus:before,
.title h4>a .hyper-link-with-icon:hover:hover:before,
.title h5>a .hyper-link-with-icon:active:focus:before,
.title h5>a .hyper-link-with-icon:active:hover:before,
.title h5>a .hyper-link-with-icon:focus:focus:before,
.title h5>a .hyper-link-with-icon:focus:hover:before,
.title h5>a .hyper-link-with-icon:hover:focus:before,
.title h5>a .hyper-link-with-icon:hover:hover:before,
.title h6>a .hyper-link-with-icon:active:focus:before,
.title h6>a .hyper-link-with-icon:active:hover:before,
.title h6>a .hyper-link-with-icon:focus:focus:before,
.title h6>a .hyper-link-with-icon:focus:hover:before,
.title h6>a .hyper-link-with-icon:hover:focus:before,
.title h6>a .hyper-link-with-icon:hover:hover:before,
.title li>a .hyper-link-with-icon:active:focus:before,
.title li>a .hyper-link-with-icon:active:hover:before,
.title li>a .hyper-link-with-icon:focus:focus:before,
.title li>a .hyper-link-with-icon:focus:hover:before,
.title li>a .hyper-link-with-icon:hover:focus:before,
.title li>a .hyper-link-with-icon:hover:hover:before,
.title ol>a .hyper-link-with-icon:active:focus:before,
.title ol>a .hyper-link-with-icon:active:hover:before,
.title ol>a .hyper-link-with-icon:focus:focus:before,
.title ol>a .hyper-link-with-icon:focus:hover:before,
.title ol>a .hyper-link-with-icon:hover:focus:before,
.title ol>a .hyper-link-with-icon:hover:hover:before,
.title p>a .hyper-link-with-icon:active:focus:before,
.title p>a .hyper-link-with-icon:active:hover:before,
.title p>a .hyper-link-with-icon:focus:focus:before,
.title p>a .hyper-link-with-icon:focus:hover:before,
.title p>a .hyper-link-with-icon:hover:focus:before,
.title p>a .hyper-link-with-icon:hover:hover:before,
.title ul>a .hyper-link-with-icon:active:focus:before,
.title ul>a .hyper-link-with-icon:active:hover:before,
.title ul>a .hyper-link-with-icon:focus:focus:before,
.title ul>a .hyper-link-with-icon:focus:hover:before,
.title ul>a .hyper-link-with-icon:hover:focus:before,
.title ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.title h1>a .hyper-link-with-icon:after,
.title h2>a .hyper-link-with-icon:after,
.title h3>a .hyper-link-with-icon:after,
.title h4>a .hyper-link-with-icon:after,
.title h5>a .hyper-link-with-icon:after,
.title h6>a .hyper-link-with-icon:after,
.title li>a .hyper-link-with-icon:after,
.title ol>a .hyper-link-with-icon:after,
.title p>a .hyper-link-with-icon:after,
.title ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.title h1>a .hyper-link-with-icon .link-text,
.title h2>a .hyper-link-with-icon .link-text,
.title h3>a .hyper-link-with-icon .link-text,
.title h4>a .hyper-link-with-icon .link-text,
.title h5>a .hyper-link-with-icon .link-text,
.title h6>a .hyper-link-with-icon .link-text,
.title li>a .hyper-link-with-icon .link-text,
.title ol>a .hyper-link-with-icon .link-text,
.title p>a .hyper-link-with-icon .link-text,
.title ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.title h1>a .hyper-link-with-icon .link-text:after,
.title h2>a .hyper-link-with-icon .link-text:after,
.title h3>a .hyper-link-with-icon .link-text:after,
.title h4>a .hyper-link-with-icon .link-text:after,
.title h5>a .hyper-link-with-icon .link-text:after,
.title h6>a .hyper-link-with-icon .link-text:after,
.title li>a .hyper-link-with-icon .link-text:after,
.title ol>a .hyper-link-with-icon .link-text:after,
.title p>a .hyper-link-with-icon .link-text:after,
.title ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.title h1>a .hyper-link-with-icon .link-text:focus:after,
.title h1>a .hyper-link-with-icon .link-text:hover:after,
.title h2>a .hyper-link-with-icon .link-text:focus:after,
.title h2>a .hyper-link-with-icon .link-text:hover:after,
.title h3>a .hyper-link-with-icon .link-text:focus:after,
.title h3>a .hyper-link-with-icon .link-text:hover:after,
.title h4>a .hyper-link-with-icon .link-text:focus:after,
.title h4>a .hyper-link-with-icon .link-text:hover:after,
.title h5>a .hyper-link-with-icon .link-text:focus:after,
.title h5>a .hyper-link-with-icon .link-text:hover:after,
.title h6>a .hyper-link-with-icon .link-text:focus:after,
.title h6>a .hyper-link-with-icon .link-text:hover:after,
.title li>a .hyper-link-with-icon .link-text:focus:after,
.title li>a .hyper-link-with-icon .link-text:hover:after,
.title ol>a .hyper-link-with-icon .link-text:focus:after,
.title ol>a .hyper-link-with-icon .link-text:hover:after,
.title p>a .hyper-link-with-icon .link-text:focus:after,
.title p>a .hyper-link-with-icon .link-text:hover:after,
.title ul>a .hyper-link-with-icon .link-text:focus:after,
.title ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.title h1 .statement-style,
.title h2 .statement-style,
.title h3 .statement-style,
.title h4 .statement-style,
.title h5 .statement-style,
.title h6 .statement-style,
.title li .statement-style,
.title ol .statement-style,
.title p .statement-style,
.title ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .statement-style,
    .title h2 .statement-style,
    .title h3 .statement-style,
    .title h4 .statement-style,
    .title h5 .statement-style,
    .title h6 .statement-style,
    .title li .statement-style,
    .title ol .statement-style,
    .title p .statement-style,
    .title ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .title h1 .statement-style,
    .title h2 .statement-style,
    .title h3 .statement-style,
    .title h4 .statement-style,
    .title h5 .statement-style,
    .title h6 .statement-style,
    .title li .statement-style,
    .title ol .statement-style,
    .title p .statement-style,
    .title ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.title h1 .statement-style:before,
.title h2 .statement-style:before,
.title h3 .statement-style:before,
.title h4 .statement-style:before,
.title h5 .statement-style:before,
.title h6 .statement-style:before,
.title li .statement-style:before,
.title ol .statement-style:before,
.title p .statement-style:before,
.title ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .title h1 .statement-style:before,
    .title h2 .statement-style:before,
    .title h3 .statement-style:before,
    .title h4 .statement-style:before,
    .title h5 .statement-style:before,
    .title h6 .statement-style:before,
    .title li .statement-style:before,
    .title ol .statement-style:before,
    .title p .statement-style:before,
    .title ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .title h1 .statement-style:before,
    .title h2 .statement-style:before,
    .title h3 .statement-style:before,
    .title h4 .statement-style:before,
    .title h5 .statement-style:before,
    .title h6 .statement-style:before,
    .title li .statement-style:before,
    .title ol .statement-style:before,
    .title p .statement-style:before,
    .title ul .statement-style:before {
        left: 5pc
    }
}

.title li:not(:last-of-type),
.title ol:not(:last-of-type),
.title p:not(:last-of-type),
.title ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.title p+ul,
.title ul+p {
    margin-top: 2rem
}

.title h1 {
    margin-bottom: 2rem
}

.title h1:not(:first-child):last-child {
    margin-bottom: 0
}

.title p:last-of-type+h1,
.title ul:last-of-type+h1 {
    margin-top: 2rem
}

.title h2 {
    margin-bottom: 2rem
}

.title h2:not(:first-child):last-child {
    margin-bottom: 0
}

.title p:last-of-type+h2,
.title ul:last-of-type+h2 {
    margin-top: 2rem
}

.title h3 {
    margin-bottom: 2rem
}

.title h3:not(:first-child):last-child {
    margin-bottom: 0
}

.title p:last-of-type+h3,
.title ul:last-of-type+h3 {
    margin-top: 2rem
}

.title h4 {
    margin-bottom: 2rem
}

.title h4:not(:first-child):last-child {
    margin-bottom: 0
}

.title p:last-of-type+h4,
.title ul:last-of-type+h4 {
    margin-top: 2rem
}

.title h5 {
    margin-bottom: 2rem
}

.title h5:not(:first-child):last-child {
    margin-bottom: 0
}

.title p:last-of-type+h5,
.title ul:last-of-type+h5 {
    margin-top: 2rem
}

.title h6 {
    margin-bottom: 2rem
}

.title h6:not(:first-child):last-child {
    margin-bottom: 0
}

.title p:last-of-type+h6,
.title ul:last-of-type+h6 {
    margin-top: 2rem
}

.title a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.title a:focus,
.title a:hover {
    outline: 1px dashed #474c50
}

.title>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.title>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .title>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .title>ol li {
        padding-left: 8px
    }
}

.title>ol li::marker {
    color: #936846
}

.title>ol li ol li,
.title>ol li ol li ol li {
    margin-left: -1.8rem
}

.title>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.title>ul>li {
    position: relative;
    padding-left: 2pc
}

.title>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.title>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.title>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.title>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .title>ul li>ul li:before {
        line-height: 2pc
    }
}

.title>ul li>ul li ul li {
    position: relative
}

.title>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.title>ul li>ul li ul li ul li {
    position: relative
}

.title>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.title a,
.title b,
.title div,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
.title i,
.title li,
.title ol,
.title p,
.title span,
.title u,
.title ul {
    word-break: break-word
}

.title table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .title table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .title table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .title table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.title table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.title table td,
.title table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.title table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.title table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.title table tr {
    border: none
}

.title table td>p:not(:last-of-type),
.title table td>ul li:not(:last-of-type),
.title table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.title table a,
.title table b,
.title table div,
.title table h1,
.title table h2,
.title table h3,
.title table h4,
.title table h5,
.title table h6,
.title table i,
.title table li,
.title table ol,
.title table p,
.title table span,
.title table u,
.title table ul {
    word-break: unset
}

.description,
.description h1,
.description h1 .body-large,
.description h2,
.description h2 .body-large,
.description h3,
.description h3 .body-large,
.description h4,
.description h4 .body-large,
.description h5,
.description h5 .body-large,
.description h6,
.description h6 .body-large,
.description li,
.description li .body-large,
.description ol,
.description ol .body-large,
.description p,
.description p .body-large,
.description ul,
.description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.description h1 .body-large-bold,
.description h2 .body-large-bold,
.description h3 .body-large-bold,
.description h4 .body-large-bold,
.description h5 .body-large-bold,
.description h6 .body-large-bold,
.description li .body-large-bold,
.description ol .body-large-bold,
.description p .body-large-bold,
.description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.description h1 .body-small,
.description h2 .body-small,
.description h3 .body-small,
.description h4 .body-small,
.description h5 .body-small,
.description h6 .body-small,
.description li .body-small,
.description ol .body-small,
.description p .body-small,
.description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.description h1 .body-small-bold,
.description h2 .body-small-bold,
.description h3 .body-small-bold,
.description h4 .body-small-bold,
.description h5 .body-small-bold,
.description h6 .body-small-bold,
.description li .body-small-bold,
.description ol .body-small-bold,
.description p .body-small-bold,
.description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.description h1 .eyebrow-tags,
.description h2 .eyebrow-tags,
.description h3 .eyebrow-tags,
.description h4 .eyebrow-tags,
.description h5 .eyebrow-tags,
.description h6 .eyebrow-tags,
.description li .eyebrow-tags,
.description ol .eyebrow-tags,
.description p .eyebrow-tags,
.description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.description h1 .headline-large,
.description h2 .headline-large,
.description h3 .headline-large,
.description h4 .headline-large,
.description h5 .headline-large,
.description h6 .headline-large,
.description li .headline-large,
.description ol .headline-large,
.description p .headline-large,
.description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .headline-large,
    .description h2 .headline-large,
    .description h3 .headline-large,
    .description h4 .headline-large,
    .description h5 .headline-large,
    .description h6 .headline-large,
    .description li .headline-large,
    .description ol .headline-large,
    .description p .headline-large,
    .description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .description h1 .headline-large,
    .description h2 .headline-large,
    .description h3 .headline-large,
    .description h4 .headline-large,
    .description h5 .headline-large,
    .description h6 .headline-large,
    .description li .headline-large,
    .description ol .headline-large,
    .description p .headline-large,
    .description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.description h1 .headline-large-bold,
.description h2 .headline-large-bold,
.description h3 .headline-large-bold,
.description h4 .headline-large-bold,
.description h5 .headline-large-bold,
.description h6 .headline-large-bold,
.description li .headline-large-bold,
.description ol .headline-large-bold,
.description p .headline-large-bold,
.description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .headline-large-bold,
    .description h2 .headline-large-bold,
    .description h3 .headline-large-bold,
    .description h4 .headline-large-bold,
    .description h5 .headline-large-bold,
    .description h6 .headline-large-bold,
    .description li .headline-large-bold,
    .description ol .headline-large-bold,
    .description p .headline-large-bold,
    .description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .description h1 .headline-large-bold,
    .description h2 .headline-large-bold,
    .description h3 .headline-large-bold,
    .description h4 .headline-large-bold,
    .description h5 .headline-large-bold,
    .description h6 .headline-large-bold,
    .description li .headline-large-bold,
    .description ol .headline-large-bold,
    .description p .headline-large-bold,
    .description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.description h1 .headline-small,
.description h2 .headline-small,
.description h3 .headline-small,
.description h4 .headline-small,
.description h5 .headline-small,
.description h6 .headline-small,
.description li .headline-small,
.description ol .headline-small,
.description p .headline-small,
.description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .headline-small,
    .description h2 .headline-small,
    .description h3 .headline-small,
    .description h4 .headline-small,
    .description h5 .headline-small,
    .description h6 .headline-small,
    .description li .headline-small,
    .description ol .headline-small,
    .description p .headline-small,
    .description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .description h1 .headline-small,
    .description h2 .headline-small,
    .description h3 .headline-small,
    .description h4 .headline-small,
    .description h5 .headline-small,
    .description h6 .headline-small,
    .description li .headline-small,
    .description ol .headline-small,
    .description p .headline-small,
    .description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.description h1 .sub-title,
.description h2 .sub-title,
.description h3 .sub-title,
.description h4 .sub-title,
.description h5 .sub-title,
.description h6 .sub-title,
.description li .sub-title,
.description ol .sub-title,
.description p .sub-title,
.description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .sub-title,
    .description h2 .sub-title,
    .description h3 .sub-title,
    .description h4 .sub-title,
    .description h5 .sub-title,
    .description h6 .sub-title,
    .description li .sub-title,
    .description ol .sub-title,
    .description p .sub-title,
    .description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .description h1 .sub-title,
    .description h2 .sub-title,
    .description h3 .sub-title,
    .description h4 .sub-title,
    .description h5 .sub-title,
    .description h6 .sub-title,
    .description li .sub-title,
    .description ol .sub-title,
    .description p .sub-title,
    .description ul .sub-title {
        font-size: 2.4rem
    }
}

.description h1 .title-large,
.description h2 .title-large,
.description h3 .title-large,
.description h4 .title-large,
.description h5 .title-large,
.description h6 .title-large,
.description li .title-large,
.description ol .title-large,
.description p .title-large,
.description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .title-large,
    .description h2 .title-large,
    .description h3 .title-large,
    .description h4 .title-large,
    .description h5 .title-large,
    .description h6 .title-large,
    .description li .title-large,
    .description ol .title-large,
    .description p .title-large,
    .description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .description h1 .title-large,
    .description h2 .title-large,
    .description h3 .title-large,
    .description h4 .title-large,
    .description h5 .title-large,
    .description h6 .title-large,
    .description li .title-large,
    .description ol .title-large,
    .description p .title-large,
    .description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.description h1 .title-small,
.description h2 .title-small,
.description h3 .title-small,
.description h4 .title-small,
.description h5 .title-small,
.description h6 .title-small,
.description li .title-small,
.description ol .title-small,
.description p .title-small,
.description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .title-small,
    .description h2 .title-small,
    .description h3 .title-small,
    .description h4 .title-small,
    .description h5 .title-small,
    .description h6 .title-small,
    .description li .title-small,
    .description ol .title-small,
    .description p .title-small,
    .description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .description h1 .title-small,
    .description h2 .title-small,
    .description h3 .title-small,
    .description h4 .title-small,
    .description h5 .title-small,
    .description h6 .title-small,
    .description li .title-small,
    .description ol .title-small,
    .description p .title-small,
    .description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.description h1 .hyper-link,
.description h2 .hyper-link,
.description h3 .hyper-link,
.description h4 .hyper-link,
.description h5 .hyper-link,
.description h6 .hyper-link,
.description li .hyper-link,
.description ol .hyper-link,
.description p .hyper-link,
.description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .description h1 .hyper-link,
    .description h2 .hyper-link,
    .description h3 .hyper-link,
    .description h4 .hyper-link,
    .description h5 .hyper-link,
    .description h6 .hyper-link,
    .description li .hyper-link,
    .description ol .hyper-link,
    .description p .hyper-link,
    .description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.description h1 .hyper-link:active,
.description h1 .hyper-link:focus,
.description h2 .hyper-link:active,
.description h2 .hyper-link:focus,
.description h3 .hyper-link:active,
.description h3 .hyper-link:focus,
.description h4 .hyper-link:active,
.description h4 .hyper-link:focus,
.description h5 .hyper-link:active,
.description h5 .hyper-link:focus,
.description h6 .hyper-link:active,
.description h6 .hyper-link:focus,
.description li .hyper-link:active,
.description li .hyper-link:focus,
.description ol .hyper-link:active,
.description ol .hyper-link:focus,
.description p .hyper-link:active,
.description p .hyper-link:focus,
.description ul .hyper-link:active,
.description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.description h1 .hyper-link:hover,
.description h2 .hyper-link:hover,
.description h3 .hyper-link:hover,
.description h4 .hyper-link:hover,
.description h5 .hyper-link:hover,
.description h6 .hyper-link:hover,
.description li .hyper-link:hover,
.description ol .hyper-link:hover,
.description p .hyper-link:hover,
.description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.description h1 .hyper-link .icon:after,
.description h2 .hyper-link .icon:after,
.description h3 .hyper-link .icon:after,
.description h4 .hyper-link .icon:after,
.description h5 .hyper-link .icon:after,
.description h6 .hyper-link .icon:after,
.description li .hyper-link .icon:after,
.description ol .hyper-link .icon:after,
.description p .hyper-link .icon:after,
.description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.description h1 .hyper-link:hover,
.description h2 .hyper-link:hover,
.description h3 .hyper-link:hover,
.description h4 .hyper-link:hover,
.description h5 .hyper-link:hover,
.description h6 .hyper-link:hover,
.description li .hyper-link:hover,
.description ol .hyper-link:hover,
.description p .hyper-link:hover,
.description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.description h1 .hyper-link:hover a,
.description h1 .hyper-link:hover a:hover,
.description h2 .hyper-link:hover a,
.description h2 .hyper-link:hover a:hover,
.description h3 .hyper-link:hover a,
.description h3 .hyper-link:hover a:hover,
.description h4 .hyper-link:hover a,
.description h4 .hyper-link:hover a:hover,
.description h5 .hyper-link:hover a,
.description h5 .hyper-link:hover a:hover,
.description h6 .hyper-link:hover a,
.description h6 .hyper-link:hover a:hover,
.description li .hyper-link:hover a,
.description li .hyper-link:hover a:hover,
.description ol .hyper-link:hover a,
.description ol .hyper-link:hover a:hover,
.description p .hyper-link:hover a,
.description p .hyper-link:hover a:hover,
.description ul .hyper-link:hover a,
.description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.description h1 .hyper-link:active,
.description h1 .hyper-link:focus,
.description h2 .hyper-link:active,
.description h2 .hyper-link:focus,
.description h3 .hyper-link:active,
.description h3 .hyper-link:focus,
.description h4 .hyper-link:active,
.description h4 .hyper-link:focus,
.description h5 .hyper-link:active,
.description h5 .hyper-link:focus,
.description h6 .hyper-link:active,
.description h6 .hyper-link:focus,
.description li .hyper-link:active,
.description li .hyper-link:focus,
.description ol .hyper-link:active,
.description ol .hyper-link:focus,
.description p .hyper-link:active,
.description p .hyper-link:focus,
.description ul .hyper-link:active,
.description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.description h1>a:hover,
.description h2>a:hover,
.description h3>a:hover,
.description h4>a:hover,
.description h5>a:hover,
.description h6>a:hover,
.description li>a:hover,
.description ol>a:hover,
.description p>a:hover,
.description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.description h1>a .hyper-link-with-icon,
.description h2>a .hyper-link-with-icon,
.description h3>a .hyper-link-with-icon,
.description h4>a .hyper-link-with-icon,
.description h5>a .hyper-link-with-icon,
.description h6>a .hyper-link-with-icon,
.description li>a .hyper-link-with-icon,
.description ol>a .hyper-link-with-icon,
.description p>a .hyper-link-with-icon,
.description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .description h1>a .hyper-link-with-icon,
    .description h2>a .hyper-link-with-icon,
    .description h3>a .hyper-link-with-icon,
    .description h4>a .hyper-link-with-icon,
    .description h5>a .hyper-link-with-icon,
    .description h6>a .hyper-link-with-icon,
    .description li>a .hyper-link-with-icon,
    .description ol>a .hyper-link-with-icon,
    .description p>a .hyper-link-with-icon,
    .description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.description h1>a .hyper-link-with-icon:active,
.description h1>a .hyper-link-with-icon:focus,
.description h2>a .hyper-link-with-icon:active,
.description h2>a .hyper-link-with-icon:focus,
.description h3>a .hyper-link-with-icon:active,
.description h3>a .hyper-link-with-icon:focus,
.description h4>a .hyper-link-with-icon:active,
.description h4>a .hyper-link-with-icon:focus,
.description h5>a .hyper-link-with-icon:active,
.description h5>a .hyper-link-with-icon:focus,
.description h6>a .hyper-link-with-icon:active,
.description h6>a .hyper-link-with-icon:focus,
.description li>a .hyper-link-with-icon:active,
.description li>a .hyper-link-with-icon:focus,
.description ol>a .hyper-link-with-icon:active,
.description ol>a .hyper-link-with-icon:focus,
.description p>a .hyper-link-with-icon:active,
.description p>a .hyper-link-with-icon:focus,
.description ul>a .hyper-link-with-icon:active,
.description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.description h1>a .hyper-link-with-icon:hover,
.description h2>a .hyper-link-with-icon:hover,
.description h3>a .hyper-link-with-icon:hover,
.description h4>a .hyper-link-with-icon:hover,
.description h5>a .hyper-link-with-icon:hover,
.description h6>a .hyper-link-with-icon:hover,
.description li>a .hyper-link-with-icon:hover,
.description ol>a .hyper-link-with-icon:hover,
.description p>a .hyper-link-with-icon:hover,
.description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.description h1>a .hyper-link-with-icon .icon:after,
.description h2>a .hyper-link-with-icon .icon:after,
.description h3>a .hyper-link-with-icon .icon:after,
.description h4>a .hyper-link-with-icon .icon:after,
.description h5>a .hyper-link-with-icon .icon:after,
.description h6>a .hyper-link-with-icon .icon:after,
.description li>a .hyper-link-with-icon .icon:after,
.description ol>a .hyper-link-with-icon .icon:after,
.description p>a .hyper-link-with-icon .icon:after,
.description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.description h1>a .hyper-link-with-icon:before,
.description h2>a .hyper-link-with-icon:before,
.description h3>a .hyper-link-with-icon:before,
.description h4>a .hyper-link-with-icon:before,
.description h5>a .hyper-link-with-icon:before,
.description h6>a .hyper-link-with-icon:before,
.description li>a .hyper-link-with-icon:before,
.description ol>a .hyper-link-with-icon:before,
.description p>a .hyper-link-with-icon:before,
.description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.description h1>a .hyper-link-with-icon:before:active,
.description h1>a .hyper-link-with-icon:before:focus,
.description h2>a .hyper-link-with-icon:before:active,
.description h2>a .hyper-link-with-icon:before:focus,
.description h3>a .hyper-link-with-icon:before:active,
.description h3>a .hyper-link-with-icon:before:focus,
.description h4>a .hyper-link-with-icon:before:active,
.description h4>a .hyper-link-with-icon:before:focus,
.description h5>a .hyper-link-with-icon:before:active,
.description h5>a .hyper-link-with-icon:before:focus,
.description h6>a .hyper-link-with-icon:before:active,
.description h6>a .hyper-link-with-icon:before:focus,
.description li>a .hyper-link-with-icon:before:active,
.description li>a .hyper-link-with-icon:before:focus,
.description ol>a .hyper-link-with-icon:before:active,
.description ol>a .hyper-link-with-icon:before:focus,
.description p>a .hyper-link-with-icon:before:active,
.description p>a .hyper-link-with-icon:before:focus,
.description ul>a .hyper-link-with-icon:before:active,
.description ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.description h1>a .hyper-link-with-icon:active,
.description h1>a .hyper-link-with-icon:focus,
.description h1>a .hyper-link-with-icon:hover,
.description h2>a .hyper-link-with-icon:active,
.description h2>a .hyper-link-with-icon:focus,
.description h2>a .hyper-link-with-icon:hover,
.description h3>a .hyper-link-with-icon:active,
.description h3>a .hyper-link-with-icon:focus,
.description h3>a .hyper-link-with-icon:hover,
.description h4>a .hyper-link-with-icon:active,
.description h4>a .hyper-link-with-icon:focus,
.description h4>a .hyper-link-with-icon:hover,
.description h5>a .hyper-link-with-icon:active,
.description h5>a .hyper-link-with-icon:focus,
.description h5>a .hyper-link-with-icon:hover,
.description h6>a .hyper-link-with-icon:active,
.description h6>a .hyper-link-with-icon:focus,
.description h6>a .hyper-link-with-icon:hover,
.description li>a .hyper-link-with-icon:active,
.description li>a .hyper-link-with-icon:focus,
.description li>a .hyper-link-with-icon:hover,
.description ol>a .hyper-link-with-icon:active,
.description ol>a .hyper-link-with-icon:focus,
.description ol>a .hyper-link-with-icon:hover,
.description p>a .hyper-link-with-icon:active,
.description p>a .hyper-link-with-icon:focus,
.description p>a .hyper-link-with-icon:hover,
.description ul>a .hyper-link-with-icon:active,
.description ul>a .hyper-link-with-icon:focus,
.description ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.description h1>a .hyper-link-with-icon:active:focus:before,
.description h1>a .hyper-link-with-icon:active:hover:before,
.description h1>a .hyper-link-with-icon:focus:focus:before,
.description h1>a .hyper-link-with-icon:focus:hover:before,
.description h1>a .hyper-link-with-icon:hover:focus:before,
.description h1>a .hyper-link-with-icon:hover:hover:before,
.description h2>a .hyper-link-with-icon:active:focus:before,
.description h2>a .hyper-link-with-icon:active:hover:before,
.description h2>a .hyper-link-with-icon:focus:focus:before,
.description h2>a .hyper-link-with-icon:focus:hover:before,
.description h2>a .hyper-link-with-icon:hover:focus:before,
.description h2>a .hyper-link-with-icon:hover:hover:before,
.description h3>a .hyper-link-with-icon:active:focus:before,
.description h3>a .hyper-link-with-icon:active:hover:before,
.description h3>a .hyper-link-with-icon:focus:focus:before,
.description h3>a .hyper-link-with-icon:focus:hover:before,
.description h3>a .hyper-link-with-icon:hover:focus:before,
.description h3>a .hyper-link-with-icon:hover:hover:before,
.description h4>a .hyper-link-with-icon:active:focus:before,
.description h4>a .hyper-link-with-icon:active:hover:before,
.description h4>a .hyper-link-with-icon:focus:focus:before,
.description h4>a .hyper-link-with-icon:focus:hover:before,
.description h4>a .hyper-link-with-icon:hover:focus:before,
.description h4>a .hyper-link-with-icon:hover:hover:before,
.description h5>a .hyper-link-with-icon:active:focus:before,
.description h5>a .hyper-link-with-icon:active:hover:before,
.description h5>a .hyper-link-with-icon:focus:focus:before,
.description h5>a .hyper-link-with-icon:focus:hover:before,
.description h5>a .hyper-link-with-icon:hover:focus:before,
.description h5>a .hyper-link-with-icon:hover:hover:before,
.description h6>a .hyper-link-with-icon:active:focus:before,
.description h6>a .hyper-link-with-icon:active:hover:before,
.description h6>a .hyper-link-with-icon:focus:focus:before,
.description h6>a .hyper-link-with-icon:focus:hover:before,
.description h6>a .hyper-link-with-icon:hover:focus:before,
.description h6>a .hyper-link-with-icon:hover:hover:before,
.description li>a .hyper-link-with-icon:active:focus:before,
.description li>a .hyper-link-with-icon:active:hover:before,
.description li>a .hyper-link-with-icon:focus:focus:before,
.description li>a .hyper-link-with-icon:focus:hover:before,
.description li>a .hyper-link-with-icon:hover:focus:before,
.description li>a .hyper-link-with-icon:hover:hover:before,
.description ol>a .hyper-link-with-icon:active:focus:before,
.description ol>a .hyper-link-with-icon:active:hover:before,
.description ol>a .hyper-link-with-icon:focus:focus:before,
.description ol>a .hyper-link-with-icon:focus:hover:before,
.description ol>a .hyper-link-with-icon:hover:focus:before,
.description ol>a .hyper-link-with-icon:hover:hover:before,
.description p>a .hyper-link-with-icon:active:focus:before,
.description p>a .hyper-link-with-icon:active:hover:before,
.description p>a .hyper-link-with-icon:focus:focus:before,
.description p>a .hyper-link-with-icon:focus:hover:before,
.description p>a .hyper-link-with-icon:hover:focus:before,
.description p>a .hyper-link-with-icon:hover:hover:before,
.description ul>a .hyper-link-with-icon:active:focus:before,
.description ul>a .hyper-link-with-icon:active:hover:before,
.description ul>a .hyper-link-with-icon:focus:focus:before,
.description ul>a .hyper-link-with-icon:focus:hover:before,
.description ul>a .hyper-link-with-icon:hover:focus:before,
.description ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.description h1>a .hyper-link-with-icon:after,
.description h2>a .hyper-link-with-icon:after,
.description h3>a .hyper-link-with-icon:after,
.description h4>a .hyper-link-with-icon:after,
.description h5>a .hyper-link-with-icon:after,
.description h6>a .hyper-link-with-icon:after,
.description li>a .hyper-link-with-icon:after,
.description ol>a .hyper-link-with-icon:after,
.description p>a .hyper-link-with-icon:after,
.description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.description h1>a .hyper-link-with-icon .link-text,
.description h2>a .hyper-link-with-icon .link-text,
.description h3>a .hyper-link-with-icon .link-text,
.description h4>a .hyper-link-with-icon .link-text,
.description h5>a .hyper-link-with-icon .link-text,
.description h6>a .hyper-link-with-icon .link-text,
.description li>a .hyper-link-with-icon .link-text,
.description ol>a .hyper-link-with-icon .link-text,
.description p>a .hyper-link-with-icon .link-text,
.description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.description h1>a .hyper-link-with-icon .link-text:after,
.description h2>a .hyper-link-with-icon .link-text:after,
.description h3>a .hyper-link-with-icon .link-text:after,
.description h4>a .hyper-link-with-icon .link-text:after,
.description h5>a .hyper-link-with-icon .link-text:after,
.description h6>a .hyper-link-with-icon .link-text:after,
.description li>a .hyper-link-with-icon .link-text:after,
.description ol>a .hyper-link-with-icon .link-text:after,
.description p>a .hyper-link-with-icon .link-text:after,
.description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.description h1>a .hyper-link-with-icon .link-text:focus:after,
.description h1>a .hyper-link-with-icon .link-text:hover:after,
.description h2>a .hyper-link-with-icon .link-text:focus:after,
.description h2>a .hyper-link-with-icon .link-text:hover:after,
.description h3>a .hyper-link-with-icon .link-text:focus:after,
.description h3>a .hyper-link-with-icon .link-text:hover:after,
.description h4>a .hyper-link-with-icon .link-text:focus:after,
.description h4>a .hyper-link-with-icon .link-text:hover:after,
.description h5>a .hyper-link-with-icon .link-text:focus:after,
.description h5>a .hyper-link-with-icon .link-text:hover:after,
.description h6>a .hyper-link-with-icon .link-text:focus:after,
.description h6>a .hyper-link-with-icon .link-text:hover:after,
.description li>a .hyper-link-with-icon .link-text:focus:after,
.description li>a .hyper-link-with-icon .link-text:hover:after,
.description ol>a .hyper-link-with-icon .link-text:focus:after,
.description ol>a .hyper-link-with-icon .link-text:hover:after,
.description p>a .hyper-link-with-icon .link-text:focus:after,
.description p>a .hyper-link-with-icon .link-text:hover:after,
.description ul>a .hyper-link-with-icon .link-text:focus:after,
.description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.description h1 .statement-style,
.description h2 .statement-style,
.description h3 .statement-style,
.description h4 .statement-style,
.description h5 .statement-style,
.description h6 .statement-style,
.description li .statement-style,
.description ol .statement-style,
.description p .statement-style,
.description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .statement-style,
    .description h2 .statement-style,
    .description h3 .statement-style,
    .description h4 .statement-style,
    .description h5 .statement-style,
    .description h6 .statement-style,
    .description li .statement-style,
    .description ol .statement-style,
    .description p .statement-style,
    .description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .description h1 .statement-style,
    .description h2 .statement-style,
    .description h3 .statement-style,
    .description h4 .statement-style,
    .description h5 .statement-style,
    .description h6 .statement-style,
    .description li .statement-style,
    .description ol .statement-style,
    .description p .statement-style,
    .description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.description h1 .statement-style:before,
.description h2 .statement-style:before,
.description h3 .statement-style:before,
.description h4 .statement-style:before,
.description h5 .statement-style:before,
.description h6 .statement-style:before,
.description li .statement-style:before,
.description ol .statement-style:before,
.description p .statement-style:before,
.description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .description h1 .statement-style:before,
    .description h2 .statement-style:before,
    .description h3 .statement-style:before,
    .description h4 .statement-style:before,
    .description h5 .statement-style:before,
    .description h6 .statement-style:before,
    .description li .statement-style:before,
    .description ol .statement-style:before,
    .description p .statement-style:before,
    .description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .description h1 .statement-style:before,
    .description h2 .statement-style:before,
    .description h3 .statement-style:before,
    .description h4 .statement-style:before,
    .description h5 .statement-style:before,
    .description h6 .statement-style:before,
    .description li .statement-style:before,
    .description ol .statement-style:before,
    .description p .statement-style:before,
    .description ul .statement-style:before {
        left: 5pc
    }
}

.description li:not(:last-of-type),
.description ol:not(:last-of-type),
.description p:not(:last-of-type),
.description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.description p+ul,
.description ul+p {
    margin-top: 2rem
}

.description h1 {
    margin-bottom: 2rem
}

.description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.description p:last-of-type+h1,
.description ul:last-of-type+h1 {
    margin-top: 2rem
}

.description h2 {
    margin-bottom: 2rem
}

.description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.description p:last-of-type+h2,
.description ul:last-of-type+h2 {
    margin-top: 2rem
}

.description h3 {
    margin-bottom: 2rem
}

.description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.description p:last-of-type+h3,
.description ul:last-of-type+h3 {
    margin-top: 2rem
}

.description h4 {
    margin-bottom: 2rem
}

.description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.description p:last-of-type+h4,
.description ul:last-of-type+h4 {
    margin-top: 2rem
}

.description h5 {
    margin-bottom: 2rem
}

.description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.description p:last-of-type+h5,
.description ul:last-of-type+h5 {
    margin-top: 2rem
}

.description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.description p:last-of-type+h6,
.description ul:last-of-type+h6 {
    margin-top: 2rem
}

.description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.description a:focus,
.description a:hover {
    outline: 1px dashed #474c50
}

.description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .description>ol li {
        padding-left: 8px
    }
}

.description>ol li::marker {
    color: #936846
}

.description>ol li ol li,
.description>ol li ol li ol li {
    margin-left: -1.8rem
}

.description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.description>ul>li {
    position: relative;
    padding-left: 2pc
}

.description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.icon-check {
    height: 24px;
    width: 24px;
    margin-right: 14px
}

.description li {
    display: flex
}

.description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .description>ul li>ul li:before {
        line-height: 2pc
    }
}

.description>ul li>ul li ul li {
    position: relative
}

.description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.description>ul li>ul li ul li ul li {
    position: relative
}

.description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.description a,
.description b,
.description div,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.description i,
.description li,
.description ol,
.description p,
.description span,
.description u,
.description ul {
    word-break: break-word
}

.description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.description table td,
.description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.description table tr {
    border: none
}

.description table td>p:not(:last-of-type),
.description table td>ul li:not(:last-of-type),
.description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.description table a,
.description table b,
.description table div,
.description table h1,
.description table h2,
.description table h3,
.description table h4,
.description table h5,
.description table h6,
.description table i,
.description table li,
.description table ol,
.description table p,
.description table span,
.description table u,
.description table ul {
    word-break: unset
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .description {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem
    }
}

.primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    font-weight: 600 
}

@media screen and (max-width:767px) {
    .primary {
        margin-bottom: 9.2rem
    }
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .primary {
        margin-bottom: 8.4rem
    }
}

@media screen and (min-width:1139px) {
    .primary {
        margin-bottom: 4rem
    }
}

.home-page-header .cws-home-page-header .hold-controls {
    position: absolute;
    z-index: 1;
    width: -webkit-fill-available;
    bottom: 21px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1138px) {
    .home-page-header .cws-home-page-header .hold-controls {
        bottom: 3pc;
        left: 147px
    }
}

@media screen and (min-width:1139px) {
    .home-page-header .cws-home-page-header .hold-controls {
        bottom: unset;
        right: 40px;
        top: 404px;
        left: unset
    }
}

.home-page-header .cws-home-page-header .controls-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

.home-page-header .cws-home-page-header .controls-container .controls {
    display: grid;
    grid-template-areas: "prev pagination next";
    grid-auto-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1pc;
    -moz-column-gap: 1pc;
    column-gap: 1pc;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.home-page-header .cws-home-page-header .controls-container .controls .prev {
    grid-area: prev
}

.home-page-header .cws-home-page-header .controls-container .controls .next {
    grid-area: next
}

.home-page-header .cws-home-page-header .controls-container .controls button {
    background: #fff
}

.home-page-header .cws-home-page-header .controls-container .controls p {
    color: #fff
}

.home-page-header .cws-home-page-header .controls-container .controls:focus {
    outline: 1px dashed #C74A07
}

.home-page-header .accessible-text-jpmc {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.cardText.title {
    margin-right: unset
}

.descriptionLink .cardText.description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.descriptionLink .subtitle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.descriptionLink .subtitle-container .cardText.date {
    text-transform: none
}

.descriptionLink .subtitle-container .cardText.date {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.article-page-header .main-container {
    width: 100%;
    max-width: 90pc;
    background-color: #fff
}

.article-page-header .main-container .headline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card {
    width: 83%;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (min-width:1024px) {
    .card {
        margin-top: -148px
    }
}

@media screen and (max-width:767px) {
    .card {
        width: 93%;
        margin-top: -42px
    }
}

.card .eyebrow {
    color: #666;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase;
    margin-bottom: 1.6rem
}

.card .title {
    margin-bottom: 2.4rem
}

@media screen and (max-width:767px) {
    .card .title {
        margin-bottom: 1.6rem
    }
}

.card .title a a,
.card .title a a a,
.card .title b a,
.card .title b a a,
.card .title div a,
.card .title div a a,
.card .title h1 a,
.card .title h1 a a,
.card .title h2 a,
.card .title h2 a a,
.card .title h3 a,
.card .title h3 a a,
.card .title h4 a,
.card .title h4 a a,
.card .title h5 a,
.card .title h5 a a,
.card .title h6 a,
.card .title h6 a a,
.card .title i a,
.card .title i a a,
.card .title li a,
.card .title li a a,
.card .title ol a,
.card .title ol a a,
.card .title p a,
.card .title p a a,
.card .title span a,
.card .title span a a,
.card .title u a,
.card .title u a a,
.card .title ul a,
.card .title ul a a {
    color: #C74A07
}

.card .description {
    margin-bottom: 2.4rem
}

.card .description h1,
.card .description h2,
.card .description h3,
.card .description h4,
.card .description h5,
.card .description h6,
.card .description li,
.card .description ol,
.card .description p,
.card .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .card .description h1,
    .card .description h2,
    .card .description h3,
    .card .description h4,
    .card .description h5,
    .card .description h6,
    .card .description li,
    .card .description ol,
    .card .description p,
    .card .description ul {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.card .description h1 .body-large,
.card .description h2 .body-large,
.card .description h3 .body-large,
.card .description h4 .body-large,
.card .description h5 .body-large,
.card .description h6 .body-large,
.card .description li .body-large,
.card .description ol .body-large,
.card .description p .body-large,
.card .description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.card .description h1 .body-large-bold,
.card .description h2 .body-large-bold,
.card .description h3 .body-large-bold,
.card .description h4 .body-large-bold,
.card .description h5 .body-large-bold,
.card .description h6 .body-large-bold,
.card .description li .body-large-bold,
.card .description ol .body-large-bold,
.card .description p .body-large-bold,
.card .description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.card .description h1 .body-small,
.card .description h2 .body-small,
.card .description h3 .body-small,
.card .description h4 .body-small,
.card .description h5 .body-small,
.card .description h6 .body-small,
.card .description li .body-small,
.card .description ol .body-small,
.card .description p .body-small,
.card .description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.card .description h1 .body-small-bold,
.card .description h2 .body-small-bold,
.card .description h3 .body-small-bold,
.card .description h4 .body-small-bold,
.card .description h5 .body-small-bold,
.card .description h6 .body-small-bold,
.card .description li .body-small-bold,
.card .description ol .body-small-bold,
.card .description p .body-small-bold,
.card .description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.card .description h1 .eyebrow-tags,
.card .description h2 .eyebrow-tags,
.card .description h3 .eyebrow-tags,
.card .description h4 .eyebrow-tags,
.card .description h5 .eyebrow-tags,
.card .description h6 .eyebrow-tags,
.card .description li .eyebrow-tags,
.card .description ol .eyebrow-tags,
.card .description p .eyebrow-tags,
.card .description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.card .description h1 .headline-large,
.card .description h2 .headline-large,
.card .description h3 .headline-large,
.card .description h4 .headline-large,
.card .description h5 .headline-large,
.card .description h6 .headline-large,
.card .description li .headline-large,
.card .description ol .headline-large,
.card .description p .headline-large,
.card .description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .headline-large,
    .card .description h2 .headline-large,
    .card .description h3 .headline-large,
    .card .description h4 .headline-large,
    .card .description h5 .headline-large,
    .card .description h6 .headline-large,
    .card .description li .headline-large,
    .card .description ol .headline-large,
    .card .description p .headline-large,
    .card .description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .card .description h1 .headline-large,
    .card .description h2 .headline-large,
    .card .description h3 .headline-large,
    .card .description h4 .headline-large,
    .card .description h5 .headline-large,
    .card .description h6 .headline-large,
    .card .description li .headline-large,
    .card .description ol .headline-large,
    .card .description p .headline-large,
    .card .description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.card .description h1 .headline-large-bold,
.card .description h2 .headline-large-bold,
.card .description h3 .headline-large-bold,
.card .description h4 .headline-large-bold,
.card .description h5 .headline-large-bold,
.card .description h6 .headline-large-bold,
.card .description li .headline-large-bold,
.card .description ol .headline-large-bold,
.card .description p .headline-large-bold,
.card .description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .headline-large-bold,
    .card .description h2 .headline-large-bold,
    .card .description h3 .headline-large-bold,
    .card .description h4 .headline-large-bold,
    .card .description h5 .headline-large-bold,
    .card .description h6 .headline-large-bold,
    .card .description li .headline-large-bold,
    .card .description ol .headline-large-bold,
    .card .description p .headline-large-bold,
    .card .description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .card .description h1 .headline-large-bold,
    .card .description h2 .headline-large-bold,
    .card .description h3 .headline-large-bold,
    .card .description h4 .headline-large-bold,
    .card .description h5 .headline-large-bold,
    .card .description h6 .headline-large-bold,
    .card .description li .headline-large-bold,
    .card .description ol .headline-large-bold,
    .card .description p .headline-large-bold,
    .card .description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.card .description h1 .headline-small,
.card .description h2 .headline-small,
.card .description h3 .headline-small,
.card .description h4 .headline-small,
.card .description h5 .headline-small,
.card .description h6 .headline-small,
.card .description li .headline-small,
.card .description ol .headline-small,
.card .description p .headline-small,
.card .description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .headline-small,
    .card .description h2 .headline-small,
    .card .description h3 .headline-small,
    .card .description h4 .headline-small,
    .card .description h5 .headline-small,
    .card .description h6 .headline-small,
    .card .description li .headline-small,
    .card .description ol .headline-small,
    .card .description p .headline-small,
    .card .description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .card .description h1 .headline-small,
    .card .description h2 .headline-small,
    .card .description h3 .headline-small,
    .card .description h4 .headline-small,
    .card .description h5 .headline-small,
    .card .description h6 .headline-small,
    .card .description li .headline-small,
    .card .description ol .headline-small,
    .card .description p .headline-small,
    .card .description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.card .description h1 .sub-title,
.card .description h2 .sub-title,
.card .description h3 .sub-title,
.card .description h4 .sub-title,
.card .description h5 .sub-title,
.card .description h6 .sub-title,
.card .description li .sub-title,
.card .description ol .sub-title,
.card .description p .sub-title,
.card .description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .sub-title,
    .card .description h2 .sub-title,
    .card .description h3 .sub-title,
    .card .description h4 .sub-title,
    .card .description h5 .sub-title,
    .card .description h6 .sub-title,
    .card .description li .sub-title,
    .card .description ol .sub-title,
    .card .description p .sub-title,
    .card .description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .card .description h1 .sub-title,
    .card .description h2 .sub-title,
    .card .description h3 .sub-title,
    .card .description h4 .sub-title,
    .card .description h5 .sub-title,
    .card .description h6 .sub-title,
    .card .description li .sub-title,
    .card .description ol .sub-title,
    .card .description p .sub-title,
    .card .description ul .sub-title {
        font-size: 2.4rem
    }
}

.card .description h1 .title-large,
.card .description h2 .title-large,
.card .description h3 .title-large,
.card .description h4 .title-large,
.card .description h5 .title-large,
.card .description h6 .title-large,
.card .description li .title-large,
.card .description ol .title-large,
.card .description p .title-large,
.card .description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .title-large,
    .card .description h2 .title-large,
    .card .description h3 .title-large,
    .card .description h4 .title-large,
    .card .description h5 .title-large,
    .card .description h6 .title-large,
    .card .description li .title-large,
    .card .description ol .title-large,
    .card .description p .title-large,
    .card .description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .card .description h1 .title-large,
    .card .description h2 .title-large,
    .card .description h3 .title-large,
    .card .description h4 .title-large,
    .card .description h5 .title-large,
    .card .description h6 .title-large,
    .card .description li .title-large,
    .card .description ol .title-large,
    .card .description p .title-large,
    .card .description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.card .description h1 .title-small,
.card .description h2 .title-small,
.card .description h3 .title-small,
.card .description h4 .title-small,
.card .description h5 .title-small,
.card .description h6 .title-small,
.card .description li .title-small,
.card .description ol .title-small,
.card .description p .title-small,
.card .description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .title-small,
    .card .description h2 .title-small,
    .card .description h3 .title-small,
    .card .description h4 .title-small,
    .card .description h5 .title-small,
    .card .description h6 .title-small,
    .card .description li .title-small,
    .card .description ol .title-small,
    .card .description p .title-small,
    .card .description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .card .description h1 .title-small,
    .card .description h2 .title-small,
    .card .description h3 .title-small,
    .card .description h4 .title-small,
    .card .description h5 .title-small,
    .card .description h6 .title-small,
    .card .description li .title-small,
    .card .description ol .title-small,
    .card .description p .title-small,
    .card .description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.card .description h1 .hyper-link,
.card .description h2 .hyper-link,
.card .description h3 .hyper-link,
.card .description h4 .hyper-link,
.card .description h5 .hyper-link,
.card .description h6 .hyper-link,
.card .description li .hyper-link,
.card .description ol .hyper-link,
.card .description p .hyper-link,
.card .description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .card .description h1 .hyper-link,
    .card .description h2 .hyper-link,
    .card .description h3 .hyper-link,
    .card .description h4 .hyper-link,
    .card .description h5 .hyper-link,
    .card .description h6 .hyper-link,
    .card .description li .hyper-link,
    .card .description ol .hyper-link,
    .card .description p .hyper-link,
    .card .description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.card .description h1 .hyper-link:active,
.card .description h1 .hyper-link:focus,
.card .description h2 .hyper-link:active,
.card .description h2 .hyper-link:focus,
.card .description h3 .hyper-link:active,
.card .description h3 .hyper-link:focus,
.card .description h4 .hyper-link:active,
.card .description h4 .hyper-link:focus,
.card .description h5 .hyper-link:active,
.card .description h5 .hyper-link:focus,
.card .description h6 .hyper-link:active,
.card .description h6 .hyper-link:focus,
.card .description li .hyper-link:active,
.card .description li .hyper-link:focus,
.card .description ol .hyper-link:active,
.card .description ol .hyper-link:focus,
.card .description p .hyper-link:active,
.card .description p .hyper-link:focus,
.card .description ul .hyper-link:active,
.card .description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.card .description h1 .hyper-link:hover,
.card .description h2 .hyper-link:hover,
.card .description h3 .hyper-link:hover,
.card .description h4 .hyper-link:hover,
.card .description h5 .hyper-link:hover,
.card .description h6 .hyper-link:hover,
.card .description li .hyper-link:hover,
.card .description ol .hyper-link:hover,
.card .description p .hyper-link:hover,
.card .description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.card .description h1 .hyper-link .icon:after,
.card .description h2 .hyper-link .icon:after,
.card .description h3 .hyper-link .icon:after,
.card .description h4 .hyper-link .icon:after,
.card .description h5 .hyper-link .icon:after,
.card .description h6 .hyper-link .icon:after,
.card .description li .hyper-link .icon:after,
.card .description ol .hyper-link .icon:after,
.card .description p .hyper-link .icon:after,
.card .description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.card .description h1 .hyper-link:hover,
.card .description h2 .hyper-link:hover,
.card .description h3 .hyper-link:hover,
.card .description h4 .hyper-link:hover,
.card .description h5 .hyper-link:hover,
.card .description h6 .hyper-link:hover,
.card .description li .hyper-link:hover,
.card .description ol .hyper-link:hover,
.card .description p .hyper-link:hover,
.card .description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.card .description h1 .hyper-link:hover a,
.card .description h1 .hyper-link:hover a:hover,
.card .description h2 .hyper-link:hover a,
.card .description h2 .hyper-link:hover a:hover,
.card .description h3 .hyper-link:hover a,
.card .description h3 .hyper-link:hover a:hover,
.card .description h4 .hyper-link:hover a,
.card .description h4 .hyper-link:hover a:hover,
.card .description h5 .hyper-link:hover a,
.card .description h5 .hyper-link:hover a:hover,
.card .description h6 .hyper-link:hover a,
.card .description h6 .hyper-link:hover a:hover,
.card .description li .hyper-link:hover a,
.card .description li .hyper-link:hover a:hover,
.card .description ol .hyper-link:hover a,
.card .description ol .hyper-link:hover a:hover,
.card .description p .hyper-link:hover a,
.card .description p .hyper-link:hover a:hover,
.card .description ul .hyper-link:hover a,
.card .description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.card .description h1 .hyper-link:active,
.card .description h1 .hyper-link:focus,
.card .description h2 .hyper-link:active,
.card .description h2 .hyper-link:focus,
.card .description h3 .hyper-link:active,
.card .description h3 .hyper-link:focus,
.card .description h4 .hyper-link:active,
.card .description h4 .hyper-link:focus,
.card .description h5 .hyper-link:active,
.card .description h5 .hyper-link:focus,
.card .description h6 .hyper-link:active,
.card .description h6 .hyper-link:focus,
.card .description li .hyper-link:active,
.card .description li .hyper-link:focus,
.card .description ol .hyper-link:active,
.card .description ol .hyper-link:focus,
.card .description p .hyper-link:active,
.card .description p .hyper-link:focus,
.card .description ul .hyper-link:active,
.card .description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.card .description h1>a:hover,
.card .description h2>a:hover,
.card .description h3>a:hover,
.card .description h4>a:hover,
.card .description h5>a:hover,
.card .description h6>a:hover,
.card .description li>a:hover,
.card .description ol>a:hover,
.card .description p>a:hover,
.card .description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.card .description h1>a .hyper-link-with-icon,
.card .description h2>a .hyper-link-with-icon,
.card .description h3>a .hyper-link-with-icon,
.card .description h4>a .hyper-link-with-icon,
.card .description h5>a .hyper-link-with-icon,
.card .description h6>a .hyper-link-with-icon,
.card .description li>a .hyper-link-with-icon,
.card .description ol>a .hyper-link-with-icon,
.card .description p>a .hyper-link-with-icon,
.card .description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .card .description h1>a .hyper-link-with-icon,
    .card .description h2>a .hyper-link-with-icon,
    .card .description h3>a .hyper-link-with-icon,
    .card .description h4>a .hyper-link-with-icon,
    .card .description h5>a .hyper-link-with-icon,
    .card .description h6>a .hyper-link-with-icon,
    .card .description li>a .hyper-link-with-icon,
    .card .description ol>a .hyper-link-with-icon,
    .card .description p>a .hyper-link-with-icon,
    .card .description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.card .description h1>a .hyper-link-with-icon:active,
.card .description h1>a .hyper-link-with-icon:focus,
.card .description h2>a .hyper-link-with-icon:active,
.card .description h2>a .hyper-link-with-icon:focus,
.card .description h3>a .hyper-link-with-icon:active,
.card .description h3>a .hyper-link-with-icon:focus,
.card .description h4>a .hyper-link-with-icon:active,
.card .description h4>a .hyper-link-with-icon:focus,
.card .description h5>a .hyper-link-with-icon:active,
.card .description h5>a .hyper-link-with-icon:focus,
.card .description h6>a .hyper-link-with-icon:active,
.card .description h6>a .hyper-link-with-icon:focus,
.card .description li>a .hyper-link-with-icon:active,
.card .description li>a .hyper-link-with-icon:focus,
.card .description ol>a .hyper-link-with-icon:active,
.card .description ol>a .hyper-link-with-icon:focus,
.card .description p>a .hyper-link-with-icon:active,
.card .description p>a .hyper-link-with-icon:focus,
.card .description ul>a .hyper-link-with-icon:active,
.card .description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.card .description h1>a .hyper-link-with-icon:hover,
.card .description h2>a .hyper-link-with-icon:hover,
.card .description h3>a .hyper-link-with-icon:hover,
.card .description h4>a .hyper-link-with-icon:hover,
.card .description h5>a .hyper-link-with-icon:hover,
.card .description h6>a .hyper-link-with-icon:hover,
.card .description li>a .hyper-link-with-icon:hover,
.card .description ol>a .hyper-link-with-icon:hover,
.card .description p>a .hyper-link-with-icon:hover,
.card .description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.card .description h1>a .hyper-link-with-icon .icon:after,
.card .description h2>a .hyper-link-with-icon .icon:after,
.card .description h3>a .hyper-link-with-icon .icon:after,
.card .description h4>a .hyper-link-with-icon .icon:after,
.card .description h5>a .hyper-link-with-icon .icon:after,
.card .description h6>a .hyper-link-with-icon .icon:after,
.card .description li>a .hyper-link-with-icon .icon:after,
.card .description ol>a .hyper-link-with-icon .icon:after,
.card .description p>a .hyper-link-with-icon .icon:after,
.card .description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.card .description h1>a .hyper-link-with-icon:before,
.card .description h2>a .hyper-link-with-icon:before,
.card .description h3>a .hyper-link-with-icon:before,
.card .description h4>a .hyper-link-with-icon:before,
.card .description h5>a .hyper-link-with-icon:before,
.card .description h6>a .hyper-link-with-icon:before,
.card .description li>a .hyper-link-with-icon:before,
.card .description ol>a .hyper-link-with-icon:before,
.card .description p>a .hyper-link-with-icon:before,
.card .description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.card .description h1>a .hyper-link-with-icon:after,
.card .description h2>a .hyper-link-with-icon:after,
.card .description h3>a .hyper-link-with-icon:after,
.card .description h4>a .hyper-link-with-icon:after,
.card .description h5>a .hyper-link-with-icon:after,
.card .description h6>a .hyper-link-with-icon:after,
.card .description li>a .hyper-link-with-icon:after,
.card .description ol>a .hyper-link-with-icon:after,
.card .description p>a .hyper-link-with-icon:after,
.card .description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.card .description h1>a .hyper-link-with-icon .link-text,
.card .description h2>a .hyper-link-with-icon .link-text,
.card .description h3>a .hyper-link-with-icon .link-text,
.card .description h4>a .hyper-link-with-icon .link-text,
.card .description h5>a .hyper-link-with-icon .link-text,
.card .description h6>a .hyper-link-with-icon .link-text,
.card .description li>a .hyper-link-with-icon .link-text,
.card .description ol>a .hyper-link-with-icon .link-text,
.card .description p>a .hyper-link-with-icon .link-text,
.card .description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.card .description h1>a .hyper-link-with-icon .link-text:after,
.card .description h2>a .hyper-link-with-icon .link-text:after,
.card .description h3>a .hyper-link-with-icon .link-text:after,
.card .description h4>a .hyper-link-with-icon .link-text:after,
.card .description h5>a .hyper-link-with-icon .link-text:after,
.card .description h6>a .hyper-link-with-icon .link-text:after,
.card .description li>a .hyper-link-with-icon .link-text:after,
.card .description ol>a .hyper-link-with-icon .link-text:after,
.card .description p>a .hyper-link-with-icon .link-text:after,
.card .description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.card .description h1>a .hyper-link-with-icon .link-text:focus:after,
.card .description h1>a .hyper-link-with-icon .link-text:hover:after,
.card .description h2>a .hyper-link-with-icon .link-text:focus:after,
.card .description h2>a .hyper-link-with-icon .link-text:hover:after,
.card .description h3>a .hyper-link-with-icon .link-text:focus:after,
.card .description h3>a .hyper-link-with-icon .link-text:hover:after,
.card .description h4>a .hyper-link-with-icon .link-text:focus:after,
.card .description h4>a .hyper-link-with-icon .link-text:hover:after,
.card .description h5>a .hyper-link-with-icon .link-text:focus:after,
.card .description h5>a .hyper-link-with-icon .link-text:hover:after,
.card .description h6>a .hyper-link-with-icon .link-text:focus:after,
.card .description h6>a .hyper-link-with-icon .link-text:hover:after,
.card .description li>a .hyper-link-with-icon .link-text:focus:after,
.card .description li>a .hyper-link-with-icon .link-text:hover:after,
.card .description ol>a .hyper-link-with-icon .link-text:focus:after,
.card .description ol>a .hyper-link-with-icon .link-text:hover:after,
.card .description p>a .hyper-link-with-icon .link-text:focus:after,
.card .description p>a .hyper-link-with-icon .link-text:hover:after,
.card .description ul>a .hyper-link-with-icon .link-text:focus:after,
.card .description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.card .description h1 .statement-style,
.card .description h2 .statement-style,
.card .description h3 .statement-style,
.card .description h4 .statement-style,
.card .description h5 .statement-style,
.card .description h6 .statement-style,
.card .description li .statement-style,
.card .description ol .statement-style,
.card .description p .statement-style,
.card .description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .statement-style,
    .card .description h2 .statement-style,
    .card .description h3 .statement-style,
    .card .description h4 .statement-style,
    .card .description h5 .statement-style,
    .card .description h6 .statement-style,
    .card .description li .statement-style,
    .card .description ol .statement-style,
    .card .description p .statement-style,
    .card .description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .card .description h1 .statement-style,
    .card .description h2 .statement-style,
    .card .description h3 .statement-style,
    .card .description h4 .statement-style,
    .card .description h5 .statement-style,
    .card .description h6 .statement-style,
    .card .description li .statement-style,
    .card .description ol .statement-style,
    .card .description p .statement-style,
    .card .description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.card .description h1 .statement-style:before,
.card .description h2 .statement-style:before,
.card .description h3 .statement-style:before,
.card .description h4 .statement-style:before,
.card .description h5 .statement-style:before,
.card .description h6 .statement-style:before,
.card .description li .statement-style:before,
.card .description ol .statement-style:before,
.card .description p .statement-style:before,
.card .description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .card .description h1 .statement-style:before,
    .card .description h2 .statement-style:before,
    .card .description h3 .statement-style:before,
    .card .description h4 .statement-style:before,
    .card .description h5 .statement-style:before,
    .card .description h6 .statement-style:before,
    .card .description li .statement-style:before,
    .card .description ol .statement-style:before,
    .card .description p .statement-style:before,
    .card .description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .card .description h1 .statement-style:before,
    .card .description h2 .statement-style:before,
    .card .description h3 .statement-style:before,
    .card .description h4 .statement-style:before,
    .card .description h5 .statement-style:before,
    .card .description h6 .statement-style:before,
    .card .description li .statement-style:before,
    .card .description ol .statement-style:before,
    .card .description p .statement-style:before,
    .card .description ul .statement-style:before {
        left: 5pc
    }
}

.card .description li:not(:last-of-type),
.card .description ol:not(:last-of-type),
.card .description p:not(:last-of-type),
.card .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.card .description p+ul,
.card .description ul+p {
    margin-top: 2rem
}

.card .description h1 {
    margin-bottom: 2rem
}

.card .description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.card .description p:last-of-type+h1,
.card .description ul:last-of-type+h1 {
    margin-top: 2rem
}

.card .description h2 {
    margin-bottom: 2rem
}

.card .description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.card .description p:last-of-type+h2,
.card .description ul:last-of-type+h2 {
    margin-top: 2rem
}

.card .description h3 {
    margin-bottom: 2rem
}

.card .description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.card .description p:last-of-type+h3,
.card .description ul:last-of-type+h3 {
    margin-top: 2rem
}

.card .description h4 {
    margin-bottom: 2rem
}

.card .description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.card .description p:last-of-type+h4,
.card .description ul:last-of-type+h4 {
    margin-top: 2rem
}

.card .description h5 {
    margin-bottom: 2rem
}

.card .description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.card .description p:last-of-type+h5,
.card .description ul:last-of-type+h5 {
    margin-top: 2rem
}

.card .description h6 {
    margin-bottom: 2rem
}

.card .description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.card .description p:last-of-type+h6,
.card .description ul:last-of-type+h6 {
    margin-top: 2rem
}

.card .description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.card .description a:focus,
.card .description a:hover {
    outline: 1px dashed #474c50
}

.card .description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.card .description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card .description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .card .description>ol li {
        padding-left: 8px
    }
}

.card .description>ol li::marker {
    color: #936846
}

.card .description>ol li ol li,
.card .description>ol li ol li ol li {
    margin-left: -1.8rem
}

.card .description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.card .description>ul>li {
    position: relative;
    padding-left: 2pc
}

.card .description>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.card .description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.card .description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.card .description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .card .description>ul li>ul li:before {
        line-height: 2pc
    }
}

.card .description>ul li>ul li ul li {
    position: relative
}

.card .description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.card .description>ul li>ul li ul li ul li {
    position: relative
}

.card .description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.card .description a,
.card .description b,
.card .description div,
.card .description h1,
.card .description h2,
.card .description h3,
.card .description h4,
.card .description h5,
.card .description h6,
.card .description i,
.card .description li,
.card .description ol,
.card .description p,
.card .description span,
.card .description u,
.card .description ul {
    word-break: break-word
}

.card .description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .card .description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .card .description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .card .description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.card .description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.card .description table td,
.card .description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.card .description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.card .description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.card .description table tr {
    border: none
}

.card .description table td>p:not(:last-of-type),
.card .description table td>ul li:not(:last-of-type),
.card .description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.card .description table a,
.card .description table b,
.card .description table div,
.card .description table h1,
.card .description table h2,
.card .description table h3,
.card .description table h4,
.card .description table h5,
.card .description table h6,
.card .description table i,
.card .description table li,
.card .description table ol,
.card .description table p,
.card .description table span,
.card .description table u,
.card .description table ul {
    word-break: unset
}

@media screen and (max-width:767px) {
    .card .description {
        margin-bottom: 1.6rem
    }
}

.card .date {
    margin-bottom: 1.6rem;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.card .date .bar {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

@media screen and (min-width:1024px) {
    .article-page-header .headline-container .card {
        padding: 2.4rem 6rem 2.4rem 8rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .article-page-header .headline-container .card {
        width: 86%;
        margin-top: -7pc;
        padding: 4rem 5.8rem 4rem 4.8rem
    }
}

@media screen and (max-width:767px) {
    .article-page-header .headline-container .card {
        padding: 2.4rem 2rem 2.4rem 2.4rem
    }
}

.article-page-header.text--large .title a,
.article-page-header.text--large .title b,
.article-page-header.text--large .title div,
.article-page-header.text--large .title h1,
.article-page-header.text--large .title h2,
.article-page-header.text--large .title h3,
.article-page-header.text--large .title h4,
.article-page-header.text--large .title h5,
.article-page-header.text--large .title h6,
.article-page-header.text--large .title i,
.article-page-header.text--large .title li,
.article-page-header.text--large .title ol,
.article-page-header.text--large .title p,
.article-page-header.text--large .title span,
.article-page-header.text--large .title u,
.article-page-header.text--large .title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .article-page-header.text--large .title a,
    .article-page-header.text--large .title b,
    .article-page-header.text--large .title div,
    .article-page-header.text--large .title h1,
    .article-page-header.text--large .title h2,
    .article-page-header.text--large .title h3,
    .article-page-header.text--large .title h4,
    .article-page-header.text--large .title h5,
    .article-page-header.text--large .title h6,
    .article-page-header.text--large .title i,
    .article-page-header.text--large .title li,
    .article-page-header.text--large .title ol,
    .article-page-header.text--large .title p,
    .article-page-header.text--large .title span,
    .article-page-header.text--large .title u,
    .article-page-header.text--large .title ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .article-page-header.text--large .title a,
    .article-page-header.text--large .title b,
    .article-page-header.text--large .title div,
    .article-page-header.text--large .title h1,
    .article-page-header.text--large .title h2,
    .article-page-header.text--large .title h3,
    .article-page-header.text--large .title h4,
    .article-page-header.text--large .title h5,
    .article-page-header.text--large .title h6,
    .article-page-header.text--large .title i,
    .article-page-header.text--large .title li,
    .article-page-header.text--large .title ol,
    .article-page-header.text--large .title p,
    .article-page-header.text--large .title span,
    .article-page-header.text--large .title u,
    .article-page-header.text--large .title ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.article-page-header.text--large .title a a,
.article-page-header.text--large .title a b,
.article-page-header.text--large .title a i,
.article-page-header.text--large .title a li,
.article-page-header.text--large .title a ol,
.article-page-header.text--large .title a span,
.article-page-header.text--large .title a u,
.article-page-header.text--large .title a ul,
.article-page-header.text--large .title b a,
.article-page-header.text--large .title b b,
.article-page-header.text--large .title b i,
.article-page-header.text--large .title b li,
.article-page-header.text--large .title b ol,
.article-page-header.text--large .title b span,
.article-page-header.text--large .title b u,
.article-page-header.text--large .title b ul,
.article-page-header.text--large .title div a,
.article-page-header.text--large .title div b,
.article-page-header.text--large .title div i,
.article-page-header.text--large .title div li,
.article-page-header.text--large .title div ol,
.article-page-header.text--large .title div span,
.article-page-header.text--large .title div u,
.article-page-header.text--large .title div ul,
.article-page-header.text--large .title h1 a,
.article-page-header.text--large .title h1 b,
.article-page-header.text--large .title h1 i,
.article-page-header.text--large .title h1 li,
.article-page-header.text--large .title h1 ol,
.article-page-header.text--large .title h1 span,
.article-page-header.text--large .title h1 u,
.article-page-header.text--large .title h1 ul,
.article-page-header.text--large .title h2 a,
.article-page-header.text--large .title h2 b,
.article-page-header.text--large .title h2 i,
.article-page-header.text--large .title h2 li,
.article-page-header.text--large .title h2 ol,
.article-page-header.text--large .title h2 span,
.article-page-header.text--large .title h2 u,
.article-page-header.text--large .title h2 ul,
.article-page-header.text--large .title h3 a,
.article-page-header.text--large .title h3 b,
.article-page-header.text--large .title h3 i,
.article-page-header.text--large .title h3 li,
.article-page-header.text--large .title h3 ol,
.article-page-header.text--large .title h3 span,
.article-page-header.text--large .title h3 u,
.article-page-header.text--large .title h3 ul,
.article-page-header.text--large .title h4 a,
.article-page-header.text--large .title h4 b,
.article-page-header.text--large .title h4 i,
.article-page-header.text--large .title h4 li,
.article-page-header.text--large .title h4 ol,
.article-page-header.text--large .title h4 span,
.article-page-header.text--large .title h4 u,
.article-page-header.text--large .title h4 ul,
.article-page-header.text--large .title h5 a,
.article-page-header.text--large .title h5 b,
.article-page-header.text--large .title h5 i,
.article-page-header.text--large .title h5 li,
.article-page-header.text--large .title h5 ol,
.article-page-header.text--large .title h5 span,
.article-page-header.text--large .title h5 u,
.article-page-header.text--large .title h5 ul,
.article-page-header.text--large .title h6 a,
.article-page-header.text--large .title h6 b,
.article-page-header.text--large .title h6 i,
.article-page-header.text--large .title h6 li,
.article-page-header.text--large .title h6 ol,
.article-page-header.text--large .title h6 span,
.article-page-header.text--large .title h6 u,
.article-page-header.text--large .title h6 ul,
.article-page-header.text--large .title i a,
.article-page-header.text--large .title i b,
.article-page-header.text--large .title i i,
.article-page-header.text--large .title i li,
.article-page-header.text--large .title i ol,
.article-page-header.text--large .title i span,
.article-page-header.text--large .title i u,
.article-page-header.text--large .title i ul,
.article-page-header.text--large .title li a,
.article-page-header.text--large .title li b,
.article-page-header.text--large .title li i,
.article-page-header.text--large .title li li,
.article-page-header.text--large .title li ol,
.article-page-header.text--large .title li span,
.article-page-header.text--large .title li u,
.article-page-header.text--large .title li ul,
.article-page-header.text--large .title ol a,
.article-page-header.text--large .title ol b,
.article-page-header.text--large .title ol i,
.article-page-header.text--large .title ol li,
.article-page-header.text--large .title ol ol,
.article-page-header.text--large .title ol span,
.article-page-header.text--large .title ol u,
.article-page-header.text--large .title ol ul,
.article-page-header.text--large .title p a,
.article-page-header.text--large .title p b,
.article-page-header.text--large .title p i,
.article-page-header.text--large .title p li,
.article-page-header.text--large .title p ol,
.article-page-header.text--large .title p span,
.article-page-header.text--large .title p u,
.article-page-header.text--large .title p ul,
.article-page-header.text--large .title span a,
.article-page-header.text--large .title span b,
.article-page-header.text--large .title span i,
.article-page-header.text--large .title span li,
.article-page-header.text--large .title span ol,
.article-page-header.text--large .title span span,
.article-page-header.text--large .title span u,
.article-page-header.text--large .title span ul,
.article-page-header.text--large .title u a,
.article-page-header.text--large .title u b,
.article-page-header.text--large .title u i,
.article-page-header.text--large .title u li,
.article-page-header.text--large .title u ol,
.article-page-header.text--large .title u span,
.article-page-header.text--large .title u u,
.article-page-header.text--large .title u ul,
.article-page-header.text--large .title ul a,
.article-page-header.text--large .title ul b,
.article-page-header.text--large .title ul i,
.article-page-header.text--large .title ul li,
.article-page-header.text--large .title ul ol,
.article-page-header.text--large .title ul span,
.article-page-header.text--large .title ul u,
.article-page-header.text--large .title ul ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .article-page-header.text--large .title a a,
    .article-page-header.text--large .title a b,
    .article-page-header.text--large .title a i,
    .article-page-header.text--large .title a li,
    .article-page-header.text--large .title a ol,
    .article-page-header.text--large .title a span,
    .article-page-header.text--large .title a u,
    .article-page-header.text--large .title a ul,
    .article-page-header.text--large .title b a,
    .article-page-header.text--large .title b b,
    .article-page-header.text--large .title b i,
    .article-page-header.text--large .title b li,
    .article-page-header.text--large .title b ol,
    .article-page-header.text--large .title b span,
    .article-page-header.text--large .title b u,
    .article-page-header.text--large .title b ul,
    .article-page-header.text--large .title div a,
    .article-page-header.text--large .title div b,
    .article-page-header.text--large .title div i,
    .article-page-header.text--large .title div li,
    .article-page-header.text--large .title div ol,
    .article-page-header.text--large .title div span,
    .article-page-header.text--large .title div u,
    .article-page-header.text--large .title div ul,
    .article-page-header.text--large .title h1 a,
    .article-page-header.text--large .title h1 b,
    .article-page-header.text--large .title h1 i,
    .article-page-header.text--large .title h1 li,
    .article-page-header.text--large .title h1 ol,
    .article-page-header.text--large .title h1 span,
    .article-page-header.text--large .title h1 u,
    .article-page-header.text--large .title h1 ul,
    .article-page-header.text--large .title h2 a,
    .article-page-header.text--large .title h2 b,
    .article-page-header.text--large .title h2 i,
    .article-page-header.text--large .title h2 li,
    .article-page-header.text--large .title h2 ol,
    .article-page-header.text--large .title h2 span,
    .article-page-header.text--large .title h2 u,
    .article-page-header.text--large .title h2 ul,
    .article-page-header.text--large .title h3 a,
    .article-page-header.text--large .title h3 b,
    .article-page-header.text--large .title h3 i,
    .article-page-header.text--large .title h3 li,
    .article-page-header.text--large .title h3 ol,
    .article-page-header.text--large .title h3 span,
    .article-page-header.text--large .title h3 u,
    .article-page-header.text--large .title h3 ul,
    .article-page-header.text--large .title h4 a,
    .article-page-header.text--large .title h4 b,
    .article-page-header.text--large .title h4 i,
    .article-page-header.text--large .title h4 li,
    .article-page-header.text--large .title h4 ol,
    .article-page-header.text--large .title h4 span,
    .article-page-header.text--large .title h4 u,
    .article-page-header.text--large .title h4 ul,
    .article-page-header.text--large .title h5 a,
    .article-page-header.text--large .title h5 b,
    .article-page-header.text--large .title h5 i,
    .article-page-header.text--large .title h5 li,
    .article-page-header.text--large .title h5 ol,
    .article-page-header.text--large .title h5 span,
    .article-page-header.text--large .title h5 u,
    .article-page-header.text--large .title h5 ul,
    .article-page-header.text--large .title h6 a,
    .article-page-header.text--large .title h6 b,
    .article-page-header.text--large .title h6 i,
    .article-page-header.text--large .title h6 li,
    .article-page-header.text--large .title h6 ol,
    .article-page-header.text--large .title h6 span,
    .article-page-header.text--large .title h6 u,
    .article-page-header.text--large .title h6 ul,
    .article-page-header.text--large .title i a,
    .article-page-header.text--large .title i b,
    .article-page-header.text--large .title i i,
    .article-page-header.text--large .title i li,
    .article-page-header.text--large .title i ol,
    .article-page-header.text--large .title i span,
    .article-page-header.text--large .title i u,
    .article-page-header.text--large .title i ul,
    .article-page-header.text--large .title li a,
    .article-page-header.text--large .title li b,
    .article-page-header.text--large .title li i,
    .article-page-header.text--large .title li li,
    .article-page-header.text--large .title li ol,
    .article-page-header.text--large .title li span,
    .article-page-header.text--large .title li u,
    .article-page-header.text--large .title li ul,
    .article-page-header.text--large .title ol a,
    .article-page-header.text--large .title ol b,
    .article-page-header.text--large .title ol i,
    .article-page-header.text--large .title ol li,
    .article-page-header.text--large .title ol ol,
    .article-page-header.text--large .title ol span,
    .article-page-header.text--large .title ol u,
    .article-page-header.text--large .title ol ul,
    .article-page-header.text--large .title p a,
    .article-page-header.text--large .title p b,
    .article-page-header.text--large .title p i,
    .article-page-header.text--large .title p li,
    .article-page-header.text--large .title p ol,
    .article-page-header.text--large .title p span,
    .article-page-header.text--large .title p u,
    .article-page-header.text--large .title p ul,
    .article-page-header.text--large .title span a,
    .article-page-header.text--large .title span b,
    .article-page-header.text--large .title span i,
    .article-page-header.text--large .title span li,
    .article-page-header.text--large .title span ol,
    .article-page-header.text--large .title span span,
    .article-page-header.text--large .title span u,
    .article-page-header.text--large .title span ul,
    .article-page-header.text--large .title u a,
    .article-page-header.text--large .title u b,
    .article-page-header.text--large .title u i,
    .article-page-header.text--large .title u li,
    .article-page-header.text--large .title u ol,
    .article-page-header.text--large .title u span,
    .article-page-header.text--large .title u u,
    .article-page-header.text--large .title u ul,
    .article-page-header.text--large .title ul a,
    .article-page-header.text--large .title ul b,
    .article-page-header.text--large .title ul i,
    .article-page-header.text--large .title ul li,
    .article-page-header.text--large .title ul ol,
    .article-page-header.text--large .title ul span,
    .article-page-header.text--large .title ul u,
    .article-page-header.text--large .title ul ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .article-page-header.text--large .title a a,
    .article-page-header.text--large .title a b,
    .article-page-header.text--large .title a i,
    .article-page-header.text--large .title a li,
    .article-page-header.text--large .title a ol,
    .article-page-header.text--large .title a span,
    .article-page-header.text--large .title a u,
    .article-page-header.text--large .title a ul,
    .article-page-header.text--large .title b a,
    .article-page-header.text--large .title b b,
    .article-page-header.text--large .title b i,
    .article-page-header.text--large .title b li,
    .article-page-header.text--large .title b ol,
    .article-page-header.text--large .title b span,
    .article-page-header.text--large .title b u,
    .article-page-header.text--large .title b ul,
    .article-page-header.text--large .title div a,
    .article-page-header.text--large .title div b,
    .article-page-header.text--large .title div i,
    .article-page-header.text--large .title div li,
    .article-page-header.text--large .title div ol,
    .article-page-header.text--large .title div span,
    .article-page-header.text--large .title div u,
    .article-page-header.text--large .title div ul,
    .article-page-header.text--large .title h1 a,
    .article-page-header.text--large .title h1 b,
    .article-page-header.text--large .title h1 i,
    .article-page-header.text--large .title h1 li,
    .article-page-header.text--large .title h1 ol,
    .article-page-header.text--large .title h1 span,
    .article-page-header.text--large .title h1 u,
    .article-page-header.text--large .title h1 ul,
    .article-page-header.text--large .title h2 a,
    .article-page-header.text--large .title h2 b,
    .article-page-header.text--large .title h2 i,
    .article-page-header.text--large .title h2 li,
    .article-page-header.text--large .title h2 ol,
    .article-page-header.text--large .title h2 span,
    .article-page-header.text--large .title h2 u,
    .article-page-header.text--large .title h2 ul,
    .article-page-header.text--large .title h3 a,
    .article-page-header.text--large .title h3 b,
    .article-page-header.text--large .title h3 i,
    .article-page-header.text--large .title h3 li,
    .article-page-header.text--large .title h3 ol,
    .article-page-header.text--large .title h3 span,
    .article-page-header.text--large .title h3 u,
    .article-page-header.text--large .title h3 ul,
    .article-page-header.text--large .title h4 a,
    .article-page-header.text--large .title h4 b,
    .article-page-header.text--large .title h4 i,
    .article-page-header.text--large .title h4 li,
    .article-page-header.text--large .title h4 ol,
    .article-page-header.text--large .title h4 span,
    .article-page-header.text--large .title h4 u,
    .article-page-header.text--large .title h4 ul,
    .article-page-header.text--large .title h5 a,
    .article-page-header.text--large .title h5 b,
    .article-page-header.text--large .title h5 i,
    .article-page-header.text--large .title h5 li,
    .article-page-header.text--large .title h5 ol,
    .article-page-header.text--large .title h5 span,
    .article-page-header.text--large .title h5 u,
    .article-page-header.text--large .title h5 ul,
    .article-page-header.text--large .title h6 a,
    .article-page-header.text--large .title h6 b,
    .article-page-header.text--large .title h6 i,
    .article-page-header.text--large .title h6 li,
    .article-page-header.text--large .title h6 ol,
    .article-page-header.text--large .title h6 span,
    .article-page-header.text--large .title h6 u,
    .article-page-header.text--large .title h6 ul,
    .article-page-header.text--large .title i a,
    .article-page-header.text--large .title i b,
    .article-page-header.text--large .title i i,
    .article-page-header.text--large .title i li,
    .article-page-header.text--large .title i ol,
    .article-page-header.text--large .title i span,
    .article-page-header.text--large .title i u,
    .article-page-header.text--large .title i ul,
    .article-page-header.text--large .title li a,
    .article-page-header.text--large .title li b,
    .article-page-header.text--large .title li i,
    .article-page-header.text--large .title li li,
    .article-page-header.text--large .title li ol,
    .article-page-header.text--large .title li span,
    .article-page-header.text--large .title li u,
    .article-page-header.text--large .title li ul,
    .article-page-header.text--large .title ol a,
    .article-page-header.text--large .title ol b,
    .article-page-header.text--large .title ol i,
    .article-page-header.text--large .title ol li,
    .article-page-header.text--large .title ol ol,
    .article-page-header.text--large .title ol span,
    .article-page-header.text--large .title ol u,
    .article-page-header.text--large .title ol ul,
    .article-page-header.text--large .title p a,
    .article-page-header.text--large .title p b,
    .article-page-header.text--large .title p i,
    .article-page-header.text--large .title p li,
    .article-page-header.text--large .title p ol,
    .article-page-header.text--large .title p span,
    .article-page-header.text--large .title p u,
    .article-page-header.text--large .title p ul,
    .article-page-header.text--large .title span a,
    .article-page-header.text--large .title span b,
    .article-page-header.text--large .title span i,
    .article-page-header.text--large .title span li,
    .article-page-header.text--large .title span ol,
    .article-page-header.text--large .title span span,
    .article-page-header.text--large .title span u,
    .article-page-header.text--large .title span ul,
    .article-page-header.text--large .title u a,
    .article-page-header.text--large .title u b,
    .article-page-header.text--large .title u i,
    .article-page-header.text--large .title u li,
    .article-page-header.text--large .title u ol,
    .article-page-header.text--large .title u span,
    .article-page-header.text--large .title u u,
    .article-page-header.text--large .title u ul,
    .article-page-header.text--large .title ul a,
    .article-page-header.text--large .title ul b,
    .article-page-header.text--large .title ul i,
    .article-page-header.text--large .title ul li,
    .article-page-header.text--large .title ul ol,
    .article-page-header.text--large .title ul span,
    .article-page-header.text--large .title ul u,
    .article-page-header.text--large .title ul ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.article-page-header.text--large .title a a a,
.article-page-header.text--large .title a a b,
.article-page-header.text--large .title a a i,
.article-page-header.text--large .title a a span,
.article-page-header.text--large .title a a u,
.article-page-header.text--large .title a b a,
.article-page-header.text--large .title a b b,
.article-page-header.text--large .title a b i,
.article-page-header.text--large .title a b span,
.article-page-header.text--large .title a b u,
.article-page-header.text--large .title a i a,
.article-page-header.text--large .title a i b,
.article-page-header.text--large .title a i i,
.article-page-header.text--large .title a i span,
.article-page-header.text--large .title a i u,
.article-page-header.text--large .title a li a,
.article-page-header.text--large .title a li b,
.article-page-header.text--large .title a li i,
.article-page-header.text--large .title a li span,
.article-page-header.text--large .title a li u,
.article-page-header.text--large .title a ol a,
.article-page-header.text--large .title a ol b,
.article-page-header.text--large .title a ol i,
.article-page-header.text--large .title a ol span,
.article-page-header.text--large .title a ol u,
.article-page-header.text--large .title a span a,
.article-page-header.text--large .title a span b,
.article-page-header.text--large .title a span i,
.article-page-header.text--large .title a span span,
.article-page-header.text--large .title a span u,
.article-page-header.text--large .title a u a,
.article-page-header.text--large .title a u b,
.article-page-header.text--large .title a u i,
.article-page-header.text--large .title a u span,
.article-page-header.text--large .title a u u,
.article-page-header.text--large .title a ul a,
.article-page-header.text--large .title a ul b,
.article-page-header.text--large .title a ul i,
.article-page-header.text--large .title a ul span,
.article-page-header.text--large .title a ul u,
.article-page-header.text--large .title b a a,
.article-page-header.text--large .title b a b,
.article-page-header.text--large .title b a i,
.article-page-header.text--large .title b a span,
.article-page-header.text--large .title b a u,
.article-page-header.text--large .title b b a,
.article-page-header.text--large .title b b b,
.article-page-header.text--large .title b b i,
.article-page-header.text--large .title b b span,
.article-page-header.text--large .title b b u,
.article-page-header.text--large .title b i a,
.article-page-header.text--large .title b i b,
.article-page-header.text--large .title b i i,
.article-page-header.text--large .title b i span,
.article-page-header.text--large .title b i u,
.article-page-header.text--large .title b li a,
.article-page-header.text--large .title b li b,
.article-page-header.text--large .title b li i,
.article-page-header.text--large .title b li span,
.article-page-header.text--large .title b li u,
.article-page-header.text--large .title b ol a,
.article-page-header.text--large .title b ol b,
.article-page-header.text--large .title b ol i,
.article-page-header.text--large .title b ol span,
.article-page-header.text--large .title b ol u,
.article-page-header.text--large .title b span a,
.article-page-header.text--large .title b span b,
.article-page-header.text--large .title b span i,
.article-page-header.text--large .title b span span,
.article-page-header.text--large .title b span u,
.article-page-header.text--large .title b u a,
.article-page-header.text--large .title b u b,
.article-page-header.text--large .title b u i,
.article-page-header.text--large .title b u span,
.article-page-header.text--large .title b u u,
.article-page-header.text--large .title b ul a,
.article-page-header.text--large .title b ul b,
.article-page-header.text--large .title b ul i,
.article-page-header.text--large .title b ul span,
.article-page-header.text--large .title b ul u,
.article-page-header.text--large .title div a a,
.article-page-header.text--large .title div a b,
.article-page-header.text--large .title div a i,
.article-page-header.text--large .title div a span,
.article-page-header.text--large .title div a u,
.article-page-header.text--large .title div b a,
.article-page-header.text--large .title div b b,
.article-page-header.text--large .title div b i,
.article-page-header.text--large .title div b span,
.article-page-header.text--large .title div b u,
.article-page-header.text--large .title div i a,
.article-page-header.text--large .title div i b,
.article-page-header.text--large .title div i i,
.article-page-header.text--large .title div i span,
.article-page-header.text--large .title div i u,
.article-page-header.text--large .title div li a,
.article-page-header.text--large .title div li b,
.article-page-header.text--large .title div li i,
.article-page-header.text--large .title div li span,
.article-page-header.text--large .title div li u,
.article-page-header.text--large .title div ol a,
.article-page-header.text--large .title div ol b,
.article-page-header.text--large .title div ol i,
.article-page-header.text--large .title div ol span,
.article-page-header.text--large .title div ol u,
.article-page-header.text--large .title div span a,
.article-page-header.text--large .title div span b,
.article-page-header.text--large .title div span i,
.article-page-header.text--large .title div span span,
.article-page-header.text--large .title div span u,
.article-page-header.text--large .title div u a,
.article-page-header.text--large .title div u b,
.article-page-header.text--large .title div u i,
.article-page-header.text--large .title div u span,
.article-page-header.text--large .title div u u,
.article-page-header.text--large .title div ul a,
.article-page-header.text--large .title div ul b,
.article-page-header.text--large .title div ul i,
.article-page-header.text--large .title div ul span,
.article-page-header.text--large .title div ul u,
.article-page-header.text--large .title h1 a a,
.article-page-header.text--large .title h1 a b,
.article-page-header.text--large .title h1 a i,
.article-page-header.text--large .title h1 a span,
.article-page-header.text--large .title h1 a u,
.article-page-header.text--large .title h1 b a,
.article-page-header.text--large .title h1 b b,
.article-page-header.text--large .title h1 b i,
.article-page-header.text--large .title h1 b span,
.article-page-header.text--large .title h1 b u,
.article-page-header.text--large .title h1 i a,
.article-page-header.text--large .title h1 i b,
.article-page-header.text--large .title h1 i i,
.article-page-header.text--large .title h1 i span,
.article-page-header.text--large .title h1 i u,
.article-page-header.text--large .title h1 li a,
.article-page-header.text--large .title h1 li b,
.article-page-header.text--large .title h1 li i,
.article-page-header.text--large .title h1 li span,
.article-page-header.text--large .title h1 li u,
.article-page-header.text--large .title h1 ol a,
.article-page-header.text--large .title h1 ol b,
.article-page-header.text--large .title h1 ol i,
.article-page-header.text--large .title h1 ol span,
.article-page-header.text--large .title h1 ol u,
.article-page-header.text--large .title h1 span a,
.article-page-header.text--large .title h1 span b,
.article-page-header.text--large .title h1 span i,
.article-page-header.text--large .title h1 span span,
.article-page-header.text--large .title h1 span u,
.article-page-header.text--large .title h1 u a,
.article-page-header.text--large .title h1 u b,
.article-page-header.text--large .title h1 u i,
.article-page-header.text--large .title h1 u span,
.article-page-header.text--large .title h1 u u,
.article-page-header.text--large .title h1 ul a,
.article-page-header.text--large .title h1 ul b,
.article-page-header.text--large .title h1 ul i,
.article-page-header.text--large .title h1 ul span,
.article-page-header.text--large .title h1 ul u,
.article-page-header.text--large .title h2 a a,
.article-page-header.text--large .title h2 a b,
.article-page-header.text--large .title h2 a i,
.article-page-header.text--large .title h2 a span,
.article-page-header.text--large .title h2 a u,
.article-page-header.text--large .title h2 b a,
.article-page-header.text--large .title h2 b b,
.article-page-header.text--large .title h2 b i,
.article-page-header.text--large .title h2 b span,
.article-page-header.text--large .title h2 b u,
.article-page-header.text--large .title h2 i a,
.article-page-header.text--large .title h2 i b,
.article-page-header.text--large .title h2 i i,
.article-page-header.text--large .title h2 i span,
.article-page-header.text--large .title h2 i u,
.article-page-header.text--large .title h2 li a,
.article-page-header.text--large .title h2 li b,
.article-page-header.text--large .title h2 li i,
.article-page-header.text--large .title h2 li span,
.article-page-header.text--large .title h2 li u,
.article-page-header.text--large .title h2 ol a,
.article-page-header.text--large .title h2 ol b,
.article-page-header.text--large .title h2 ol i,
.article-page-header.text--large .title h2 ol span,
.article-page-header.text--large .title h2 ol u,
.article-page-header.text--large .title h2 span a,
.article-page-header.text--large .title h2 span b,
.article-page-header.text--large .title h2 span i,
.article-page-header.text--large .title h2 span span,
.article-page-header.text--large .title h2 span u,
.article-page-header.text--large .title h2 u a,
.article-page-header.text--large .title h2 u b,
.article-page-header.text--large .title h2 u i,
.article-page-header.text--large .title h2 u span,
.article-page-header.text--large .title h2 u u,
.article-page-header.text--large .title h2 ul a,
.article-page-header.text--large .title h2 ul b,
.article-page-header.text--large .title h2 ul i,
.article-page-header.text--large .title h2 ul span,
.article-page-header.text--large .title h2 ul u,
.article-page-header.text--large .title h3 a a,
.article-page-header.text--large .title h3 a b,
.article-page-header.text--large .title h3 a i,
.article-page-header.text--large .title h3 a span,
.article-page-header.text--large .title h3 a u,
.article-page-header.text--large .title h3 b a,
.article-page-header.text--large .title h3 b b,
.article-page-header.text--large .title h3 b i,
.article-page-header.text--large .title h3 b span,
.article-page-header.text--large .title h3 b u,
.article-page-header.text--large .title h3 i a,
.article-page-header.text--large .title h3 i b,
.article-page-header.text--large .title h3 i i,
.article-page-header.text--large .title h3 i span,
.article-page-header.text--large .title h3 i u,
.article-page-header.text--large .title h3 li a,
.article-page-header.text--large .title h3 li b,
.article-page-header.text--large .title h3 li i,
.article-page-header.text--large .title h3 li span,
.article-page-header.text--large .title h3 li u,
.article-page-header.text--large .title h3 ol a,
.article-page-header.text--large .title h3 ol b,
.article-page-header.text--large .title h3 ol i,
.article-page-header.text--large .title h3 ol span,
.article-page-header.text--large .title h3 ol u,
.article-page-header.text--large .title h3 span a,
.article-page-header.text--large .title h3 span b,
.article-page-header.text--large .title h3 span i,
.article-page-header.text--large .title h3 span span,
.article-page-header.text--large .title h3 span u,
.article-page-header.text--large .title h3 u a,
.article-page-header.text--large .title h3 u b,
.article-page-header.text--large .title h3 u i,
.article-page-header.text--large .title h3 u span,
.article-page-header.text--large .title h3 u u,
.article-page-header.text--large .title h3 ul a,
.article-page-header.text--large .title h3 ul b,
.article-page-header.text--large .title h3 ul i,
.article-page-header.text--large .title h3 ul span,
.article-page-header.text--large .title h3 ul u,
.article-page-header.text--large .title h4 a a,
.article-page-header.text--large .title h4 a b,
.article-page-header.text--large .title h4 a i,
.article-page-header.text--large .title h4 a span,
.article-page-header.text--large .title h4 a u,
.article-page-header.text--large .title h4 b a,
.article-page-header.text--large .title h4 b b,
.article-page-header.text--large .title h4 b i,
.article-page-header.text--large .title h4 b span,
.article-page-header.text--large .title h4 b u,
.article-page-header.text--large .title h4 i a,
.article-page-header.text--large .title h4 i b,
.article-page-header.text--large .title h4 i i,
.article-page-header.text--large .title h4 i span,
.article-page-header.text--large .title h4 i u,
.article-page-header.text--large .title h4 li a,
.article-page-header.text--large .title h4 li b,
.article-page-header.text--large .title h4 li i,
.article-page-header.text--large .title h4 li span,
.article-page-header.text--large .title h4 li u,
.article-page-header.text--large .title h4 ol a,
.article-page-header.text--large .title h4 ol b,
.article-page-header.text--large .title h4 ol i,
.article-page-header.text--large .title h4 ol span,
.article-page-header.text--large .title h4 ol u,
.article-page-header.text--large .title h4 span a,
.article-page-header.text--large .title h4 span b,
.article-page-header.text--large .title h4 span i,
.article-page-header.text--large .title h4 span span,
.article-page-header.text--large .title h4 span u,
.article-page-header.text--large .title h4 u a,
.article-page-header.text--large .title h4 u b,
.article-page-header.text--large .title h4 u i,
.article-page-header.text--large .title h4 u span,
.article-page-header.text--large .title h4 u u,
.article-page-header.text--large .title h4 ul a,
.article-page-header.text--large .title h4 ul b,
.article-page-header.text--large .title h4 ul i,
.article-page-header.text--large .title h4 ul span,
.article-page-header.text--large .title h4 ul u,
.article-page-header.text--large .title h5 a a,
.article-page-header.text--large .title h5 a b,
.article-page-header.text--large .title h5 a i,
.article-page-header.text--large .title h5 a span,
.article-page-header.text--large .title h5 a u,
.article-page-header.text--large .title h5 b a,
.article-page-header.text--large .title h5 b b,
.article-page-header.text--large .title h5 b i,
.article-page-header.text--large .title h5 b span,
.article-page-header.text--large .title h5 b u,
.article-page-header.text--large .title h5 i a,
.article-page-header.text--large .title h5 i b,
.article-page-header.text--large .title h5 i i,
.article-page-header.text--large .title h5 i span,
.article-page-header.text--large .title h5 i u,
.article-page-header.text--large .title h5 li a,
.article-page-header.text--large .title h5 li b,
.article-page-header.text--large .title h5 li i,
.article-page-header.text--large .title h5 li span,
.article-page-header.text--large .title h5 li u,
.article-page-header.text--large .title h5 ol a,
.article-page-header.text--large .title h5 ol b,
.article-page-header.text--large .title h5 ol i,
.article-page-header.text--large .title h5 ol span,
.article-page-header.text--large .title h5 ol u,
.article-page-header.text--large .title h5 span a,
.article-page-header.text--large .title h5 span b,
.article-page-header.text--large .title h5 span i,
.article-page-header.text--large .title h5 span span,
.article-page-header.text--large .title h5 span u,
.article-page-header.text--large .title h5 u a,
.article-page-header.text--large .title h5 u b,
.article-page-header.text--large .title h5 u i,
.article-page-header.text--large .title h5 u span,
.article-page-header.text--large .title h5 u u,
.article-page-header.text--large .title h5 ul a,
.article-page-header.text--large .title h5 ul b,
.article-page-header.text--large .title h5 ul i,
.article-page-header.text--large .title h5 ul span,
.article-page-header.text--large .title h5 ul u,
.article-page-header.text--large .title h6 a a,
.article-page-header.text--large .title h6 a b,
.article-page-header.text--large .title h6 a i,
.article-page-header.text--large .title h6 a span,
.article-page-header.text--large .title h6 a u,
.article-page-header.text--large .title h6 b a,
.article-page-header.text--large .title h6 b b,
.article-page-header.text--large .title h6 b i,
.article-page-header.text--large .title h6 b span,
.article-page-header.text--large .title h6 b u,
.article-page-header.text--large .title h6 i a,
.article-page-header.text--large .title h6 i b,
.article-page-header.text--large .title h6 i i,
.article-page-header.text--large .title h6 i span,
.article-page-header.text--large .title h6 i u,
.article-page-header.text--large .title h6 li a,
.article-page-header.text--large .title h6 li b,
.article-page-header.text--large .title h6 li i,
.article-page-header.text--large .title h6 li span,
.article-page-header.text--large .title h6 li u,
.article-page-header.text--large .title h6 ol a,
.article-page-header.text--large .title h6 ol b,
.article-page-header.text--large .title h6 ol i,
.article-page-header.text--large .title h6 ol span,
.article-page-header.text--large .title h6 ol u,
.article-page-header.text--large .title h6 span a,
.article-page-header.text--large .title h6 span b,
.article-page-header.text--large .title h6 span i,
.article-page-header.text--large .title h6 span span,
.article-page-header.text--large .title h6 span u,
.article-page-header.text--large .title h6 u a,
.article-page-header.text--large .title h6 u b,
.article-page-header.text--large .title h6 u i,
.article-page-header.text--large .title h6 u span,
.article-page-header.text--large .title h6 u u,
.article-page-header.text--large .title h6 ul a,
.article-page-header.text--large .title h6 ul b,
.article-page-header.text--large .title h6 ul i,
.article-page-header.text--large .title h6 ul span,
.article-page-header.text--large .title h6 ul u,
.article-page-header.text--large .title i a a,
.article-page-header.text--large .title i a b,
.article-page-header.text--large .title i a i,
.article-page-header.text--large .title i a span,
.article-page-header.text--large .title i a u,
.article-page-header.text--large .title i b a,
.article-page-header.text--large .title i b b,
.article-page-header.text--large .title i b i,
.article-page-header.text--large .title i b span,
.article-page-header.text--large .title i b u,
.article-page-header.text--large .title i i a,
.article-page-header.text--large .title i i b,
.article-page-header.text--large .title i i i,
.article-page-header.text--large .title i i span,
.article-page-header.text--large .title i i u,
.article-page-header.text--large .title i li a,
.article-page-header.text--large .title i li b,
.article-page-header.text--large .title i li i,
.article-page-header.text--large .title i li span,
.article-page-header.text--large .title i li u,
.article-page-header.text--large .title i ol a,
.article-page-header.text--large .title i ol b,
.article-page-header.text--large .title i ol i,
.article-page-header.text--large .title i ol span,
.article-page-header.text--large .title i ol u,
.article-page-header.text--large .title i span a,
.article-page-header.text--large .title i span b,
.article-page-header.text--large .title i span i,
.article-page-header.text--large .title i span span,
.article-page-header.text--large .title i span u,
.article-page-header.text--large .title i u a,
.article-page-header.text--large .title i u b,
.article-page-header.text--large .title i u i,
.article-page-header.text--large .title i u span,
.article-page-header.text--large .title i u u,
.article-page-header.text--large .title i ul a,
.article-page-header.text--large .title i ul b,
.article-page-header.text--large .title i ul i,
.article-page-header.text--large .title i ul span,
.article-page-header.text--large .title i ul u,
.article-page-header.text--large .title li a a,
.article-page-header.text--large .title li a b,
.article-page-header.text--large .title li a i,
.article-page-header.text--large .title li a span,
.article-page-header.text--large .title li a u,
.article-page-header.text--large .title li b a,
.article-page-header.text--large .title li b b,
.article-page-header.text--large .title li b i,
.article-page-header.text--large .title li b span,
.article-page-header.text--large .title li b u,
.article-page-header.text--large .title li i a,
.article-page-header.text--large .title li i b,
.article-page-header.text--large .title li i i,
.article-page-header.text--large .title li i span,
.article-page-header.text--large .title li i u,
.article-page-header.text--large .title li li a,
.article-page-header.text--large .title li li b,
.article-page-header.text--large .title li li i,
.article-page-header.text--large .title li li span,
.article-page-header.text--large .title li li u,
.article-page-header.text--large .title li ol a,
.article-page-header.text--large .title li ol b,
.article-page-header.text--large .title li ol i,
.article-page-header.text--large .title li ol span,
.article-page-header.text--large .title li ol u,
.article-page-header.text--large .title li span a,
.article-page-header.text--large .title li span b,
.article-page-header.text--large .title li span i,
.article-page-header.text--large .title li span span,
.article-page-header.text--large .title li span u,
.article-page-header.text--large .title li u a,
.article-page-header.text--large .title li u b,
.article-page-header.text--large .title li u i,
.article-page-header.text--large .title li u span,
.article-page-header.text--large .title li u u,
.article-page-header.text--large .title li ul a,
.article-page-header.text--large .title li ul b,
.article-page-header.text--large .title li ul i,
.article-page-header.text--large .title li ul span,
.article-page-header.text--large .title li ul u,
.article-page-header.text--large .title ol a a,
.article-page-header.text--large .title ol a b,
.article-page-header.text--large .title ol a i,
.article-page-header.text--large .title ol a span,
.article-page-header.text--large .title ol a u,
.article-page-header.text--large .title ol b a,
.article-page-header.text--large .title ol b b,
.article-page-header.text--large .title ol b i,
.article-page-header.text--large .title ol b span,
.article-page-header.text--large .title ol b u,
.article-page-header.text--large .title ol i a,
.article-page-header.text--large .title ol i b,
.article-page-header.text--large .title ol i i,
.article-page-header.text--large .title ol i span,
.article-page-header.text--large .title ol i u,
.article-page-header.text--large .title ol li a,
.article-page-header.text--large .title ol li b,
.article-page-header.text--large .title ol li i,
.article-page-header.text--large .title ol li span,
.article-page-header.text--large .title ol li u,
.article-page-header.text--large .title ol ol a,
.article-page-header.text--large .title ol ol b,
.article-page-header.text--large .title ol ol i,
.article-page-header.text--large .title ol ol span,
.article-page-header.text--large .title ol ol u,
.article-page-header.text--large .title ol span a,
.article-page-header.text--large .title ol span b,
.article-page-header.text--large .title ol span i,
.article-page-header.text--large .title ol span span,
.article-page-header.text--large .title ol span u,
.article-page-header.text--large .title ol u a,
.article-page-header.text--large .title ol u b,
.article-page-header.text--large .title ol u i,
.article-page-header.text--large .title ol u span,
.article-page-header.text--large .title ol u u,
.article-page-header.text--large .title ol ul a,
.article-page-header.text--large .title ol ul b,
.article-page-header.text--large .title ol ul i,
.article-page-header.text--large .title ol ul span,
.article-page-header.text--large .title ol ul u,
.article-page-header.text--large .title p a a,
.article-page-header.text--large .title p a b,
.article-page-header.text--large .title p a i,
.article-page-header.text--large .title p a span,
.article-page-header.text--large .title p a u,
.article-page-header.text--large .title p b a,
.article-page-header.text--large .title p b b,
.article-page-header.text--large .title p b i,
.article-page-header.text--large .title p b span,
.article-page-header.text--large .title p b u,
.article-page-header.text--large .title p i a,
.article-page-header.text--large .title p i b,
.article-page-header.text--large .title p i i,
.article-page-header.text--large .title p i span,
.article-page-header.text--large .title p i u,
.article-page-header.text--large .title p li a,
.article-page-header.text--large .title p li b,
.article-page-header.text--large .title p li i,
.article-page-header.text--large .title p li span,
.article-page-header.text--large .title p li u,
.article-page-header.text--large .title p ol a,
.article-page-header.text--large .title p ol b,
.article-page-header.text--large .title p ol i,
.article-page-header.text--large .title p ol span,
.article-page-header.text--large .title p ol u,
.article-page-header.text--large .title p span a,
.article-page-header.text--large .title p span b,
.article-page-header.text--large .title p span i,
.article-page-header.text--large .title p span span,
.article-page-header.text--large .title p span u,
.article-page-header.text--large .title p u a,
.article-page-header.text--large .title p u b,
.article-page-header.text--large .title p u i,
.article-page-header.text--large .title p u span,
.article-page-header.text--large .title p u u,
.article-page-header.text--large .title p ul a,
.article-page-header.text--large .title p ul b,
.article-page-header.text--large .title p ul i,
.article-page-header.text--large .title p ul span,
.article-page-header.text--large .title p ul u,
.article-page-header.text--large .title span a a,
.article-page-header.text--large .title span a b,
.article-page-header.text--large .title span a i,
.article-page-header.text--large .title span a span,
.article-page-header.text--large .title span a u,
.article-page-header.text--large .title span b a,
.article-page-header.text--large .title span b b,
.article-page-header.text--large .title span b i,
.article-page-header.text--large .title span b span,
.article-page-header.text--large .title span b u,
.article-page-header.text--large .title span i a,
.article-page-header.text--large .title span i b,
.article-page-header.text--large .title span i i,
.article-page-header.text--large .title span i span,
.article-page-header.text--large .title span i u,
.article-page-header.text--large .title span li a,
.article-page-header.text--large .title span li b,
.article-page-header.text--large .title span li i,
.article-page-header.text--large .title span li span,
.article-page-header.text--large .title span li u,
.article-page-header.text--large .title span ol a,
.article-page-header.text--large .title span ol b,
.article-page-header.text--large .title span ol i,
.article-page-header.text--large .title span ol span,
.article-page-header.text--large .title span ol u,
.article-page-header.text--large .title span span a,
.article-page-header.text--large .title span span b,
.article-page-header.text--large .title span span i,
.article-page-header.text--large .title span span span,
.article-page-header.text--large .title span span u,
.article-page-header.text--large .title span u a,
.article-page-header.text--large .title span u b,
.article-page-header.text--large .title span u i,
.article-page-header.text--large .title span u span,
.article-page-header.text--large .title span u u,
.article-page-header.text--large .title span ul a,
.article-page-header.text--large .title span ul b,
.article-page-header.text--large .title span ul i,
.article-page-header.text--large .title span ul span,
.article-page-header.text--large .title span ul u,
.article-page-header.text--large .title u a a,
.article-page-header.text--large .title u a b,
.article-page-header.text--large .title u a i,
.article-page-header.text--large .title u a span,
.article-page-header.text--large .title u a u,
.article-page-header.text--large .title u b a,
.article-page-header.text--large .title u b b,
.article-page-header.text--large .title u b i,
.article-page-header.text--large .title u b span,
.article-page-header.text--large .title u b u,
.article-page-header.text--large .title u i a,
.article-page-header.text--large .title u i b,
.article-page-header.text--large .title u i i,
.article-page-header.text--large .title u i span,
.article-page-header.text--large .title u i u,
.article-page-header.text--large .title u li a,
.article-page-header.text--large .title u li b,
.article-page-header.text--large .title u li i,
.article-page-header.text--large .title u li span,
.article-page-header.text--large .title u li u,
.article-page-header.text--large .title u ol a,
.article-page-header.text--large .title u ol b,
.article-page-header.text--large .title u ol i,
.article-page-header.text--large .title u ol span,
.article-page-header.text--large .title u ol u,
.article-page-header.text--large .title u span a,
.article-page-header.text--large .title u span b,
.article-page-header.text--large .title u span i,
.article-page-header.text--large .title u span span,
.article-page-header.text--large .title u span u,
.article-page-header.text--large .title u u a,
.article-page-header.text--large .title u u b,
.article-page-header.text--large .title u u i,
.article-page-header.text--large .title u u span,
.article-page-header.text--large .title u u u,
.article-page-header.text--large .title u ul a,
.article-page-header.text--large .title u ul b,
.article-page-header.text--large .title u ul i,
.article-page-header.text--large .title u ul span,
.article-page-header.text--large .title u ul u,
.article-page-header.text--large .title ul a a,
.article-page-header.text--large .title ul a b,
.article-page-header.text--large .title ul a i,
.article-page-header.text--large .title ul a span,
.article-page-header.text--large .title ul a u,
.article-page-header.text--large .title ul b a,
.article-page-header.text--large .title ul b b,
.article-page-header.text--large .title ul b i,
.article-page-header.text--large .title ul b span,
.article-page-header.text--large .title ul b u,
.article-page-header.text--large .title ul i a,
.article-page-header.text--large .title ul i b,
.article-page-header.text--large .title ul i i,
.article-page-header.text--large .title ul i span,
.article-page-header.text--large .title ul i u,
.article-page-header.text--large .title ul li a,
.article-page-header.text--large .title ul li b,
.article-page-header.text--large .title ul li i,
.article-page-header.text--large .title ul li span,
.article-page-header.text--large .title ul li u,
.article-page-header.text--large .title ul ol a,
.article-page-header.text--large .title ul ol b,
.article-page-header.text--large .title ul ol i,
.article-page-header.text--large .title ul ol span,
.article-page-header.text--large .title ul ol u,
.article-page-header.text--large .title ul span a,
.article-page-header.text--large .title ul span b,
.article-page-header.text--large .title ul span i,
.article-page-header.text--large .title ul span span,
.article-page-header.text--large .title ul span u,
.article-page-header.text--large .title ul u a,
.article-page-header.text--large .title ul u b,
.article-page-header.text--large .title ul u i,
.article-page-header.text--large .title ul u span,
.article-page-header.text--large .title ul u u,
.article-page-header.text--large .title ul ul a,
.article-page-header.text--large .title ul ul b,
.article-page-header.text--large .title ul ul i,
.article-page-header.text--large .title ul ul span,
.article-page-header.text--large .title ul ul u {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .article-page-header.text--large .title a a a,
    .article-page-header.text--large .title a a b,
    .article-page-header.text--large .title a a i,
    .article-page-header.text--large .title a a span,
    .article-page-header.text--large .title a a u,
    .article-page-header.text--large .title a b a,
    .article-page-header.text--large .title a b b,
    .article-page-header.text--large .title a b i,
    .article-page-header.text--large .title a b span,
    .article-page-header.text--large .title a b u,
    .article-page-header.text--large .title a i a,
    .article-page-header.text--large .title a i b,
    .article-page-header.text--large .title a i i,
    .article-page-header.text--large .title a i span,
    .article-page-header.text--large .title a i u,
    .article-page-header.text--large .title a li a,
    .article-page-header.text--large .title a li b,
    .article-page-header.text--large .title a li i,
    .article-page-header.text--large .title a li span,
    .article-page-header.text--large .title a li u,
    .article-page-header.text--large .title a ol a,
    .article-page-header.text--large .title a ol b,
    .article-page-header.text--large .title a ol i,
    .article-page-header.text--large .title a ol span,
    .article-page-header.text--large .title a ol u,
    .article-page-header.text--large .title a span a,
    .article-page-header.text--large .title a span b,
    .article-page-header.text--large .title a span i,
    .article-page-header.text--large .title a span span,
    .article-page-header.text--large .title a span u,
    .article-page-header.text--large .title a u a,
    .article-page-header.text--large .title a u b,
    .article-page-header.text--large .title a u i,
    .article-page-header.text--large .title a u span,
    .article-page-header.text--large .title a u u,
    .article-page-header.text--large .title a ul a,
    .article-page-header.text--large .title a ul b,
    .article-page-header.text--large .title a ul i,
    .article-page-header.text--large .title a ul span,
    .article-page-header.text--large .title a ul u,
    .article-page-header.text--large .title b a a,
    .article-page-header.text--large .title b a b,
    .article-page-header.text--large .title b a i,
    .article-page-header.text--large .title b a span,
    .article-page-header.text--large .title b a u,
    .article-page-header.text--large .title b b a,
    .article-page-header.text--large .title b b b,
    .article-page-header.text--large .title b b i,
    .article-page-header.text--large .title b b span,
    .article-page-header.text--large .title b b u,
    .article-page-header.text--large .title b i a,
    .article-page-header.text--large .title b i b,
    .article-page-header.text--large .title b i i,
    .article-page-header.text--large .title b i span,
    .article-page-header.text--large .title b i u,
    .article-page-header.text--large .title b li a,
    .article-page-header.text--large .title b li b,
    .article-page-header.text--large .title b li i,
    .article-page-header.text--large .title b li span,
    .article-page-header.text--large .title b li u,
    .article-page-header.text--large .title b ol a,
    .article-page-header.text--large .title b ol b,
    .article-page-header.text--large .title b ol i,
    .article-page-header.text--large .title b ol span,
    .article-page-header.text--large .title b ol u,
    .article-page-header.text--large .title b span a,
    .article-page-header.text--large .title b span b,
    .article-page-header.text--large .title b span i,
    .article-page-header.text--large .title b span span,
    .article-page-header.text--large .title b span u,
    .article-page-header.text--large .title b u a,
    .article-page-header.text--large .title b u b,
    .article-page-header.text--large .title b u i,
    .article-page-header.text--large .title b u span,
    .article-page-header.text--large .title b u u,
    .article-page-header.text--large .title b ul a,
    .article-page-header.text--large .title b ul b,
    .article-page-header.text--large .title b ul i,
    .article-page-header.text--large .title b ul span,
    .article-page-header.text--large .title b ul u,
    .article-page-header.text--large .title div a a,
    .article-page-header.text--large .title div a b,
    .article-page-header.text--large .title div a i,
    .article-page-header.text--large .title div a span,
    .article-page-header.text--large .title div a u,
    .article-page-header.text--large .title div b a,
    .article-page-header.text--large .title div b b,
    .article-page-header.text--large .title div b i,
    .article-page-header.text--large .title div b span,
    .article-page-header.text--large .title div b u,
    .article-page-header.text--large .title div i a,
    .article-page-header.text--large .title div i b,
    .article-page-header.text--large .title div i i,
    .article-page-header.text--large .title div i span,
    .article-page-header.text--large .title div i u,
    .article-page-header.text--large .title div li a,
    .article-page-header.text--large .title div li b,
    .article-page-header.text--large .title div li i,
    .article-page-header.text--large .title div li span,
    .article-page-header.text--large .title div li u,
    .article-page-header.text--large .title div ol a,
    .article-page-header.text--large .title div ol b,
    .article-page-header.text--large .title div ol i,
    .article-page-header.text--large .title div ol span,
    .article-page-header.text--large .title div ol u,
    .article-page-header.text--large .title div span a,
    .article-page-header.text--large .title div span b,
    .article-page-header.text--large .title div span i,
    .article-page-header.text--large .title div span span,
    .article-page-header.text--large .title div span u,
    .article-page-header.text--large .title div u a,
    .article-page-header.text--large .title div u b,
    .article-page-header.text--large .title div u i,
    .article-page-header.text--large .title div u span,
    .article-page-header.text--large .title div u u,
    .article-page-header.text--large .title div ul a,
    .article-page-header.text--large .title div ul b,
    .article-page-header.text--large .title div ul i,
    .article-page-header.text--large .title div ul span,
    .article-page-header.text--large .title div ul u,
    .article-page-header.text--large .title h1 a a,
    .article-page-header.text--large .title h1 a b,
    .article-page-header.text--large .title h1 a i,
    .article-page-header.text--large .title h1 a span,
    .article-page-header.text--large .title h1 a u,
    .article-page-header.text--large .title h1 b a,
    .article-page-header.text--large .title h1 b b,
    .article-page-header.text--large .title h1 b i,
    .article-page-header.text--large .title h1 b span,
    .article-page-header.text--large .title h1 b u,
    .article-page-header.text--large .title h1 i a,
    .article-page-header.text--large .title h1 i b,
    .article-page-header.text--large .title h1 i i,
    .article-page-header.text--large .title h1 i span,
    .article-page-header.text--large .title h1 i u,
    .article-page-header.text--large .title h1 li a,
    .article-page-header.text--large .title h1 li b,
    .article-page-header.text--large .title h1 li i,
    .article-page-header.text--large .title h1 li span,
    .article-page-header.text--large .title h1 li u,
    .article-page-header.text--large .title h1 ol a,
    .article-page-header.text--large .title h1 ol b,
    .article-page-header.text--large .title h1 ol i,
    .article-page-header.text--large .title h1 ol span,
    .article-page-header.text--large .title h1 ol u,
    .article-page-header.text--large .title h1 span a,
    .article-page-header.text--large .title h1 span b,
    .article-page-header.text--large .title h1 span i,
    .article-page-header.text--large .title h1 span span,
    .article-page-header.text--large .title h1 span u,
    .article-page-header.text--large .title h1 u a,
    .article-page-header.text--large .title h1 u b,
    .article-page-header.text--large .title h1 u i,
    .article-page-header.text--large .title h1 u span,
    .article-page-header.text--large .title h1 u u,
    .article-page-header.text--large .title h1 ul a,
    .article-page-header.text--large .title h1 ul b,
    .article-page-header.text--large .title h1 ul i,
    .article-page-header.text--large .title h1 ul span,
    .article-page-header.text--large .title h1 ul u,
    .article-page-header.text--large .title h2 a a,
    .article-page-header.text--large .title h2 a b,
    .article-page-header.text--large .title h2 a i,
    .article-page-header.text--large .title h2 a span,
    .article-page-header.text--large .title h2 a u,
    .article-page-header.text--large .title h2 b a,
    .article-page-header.text--large .title h2 b b,
    .article-page-header.text--large .title h2 b i,
    .article-page-header.text--large .title h2 b span,
    .article-page-header.text--large .title h2 b u,
    .article-page-header.text--large .title h2 i a,
    .article-page-header.text--large .title h2 i b,
    .article-page-header.text--large .title h2 i i,
    .article-page-header.text--large .title h2 i span,
    .article-page-header.text--large .title h2 i u,
    .article-page-header.text--large .title h2 li a,
    .article-page-header.text--large .title h2 li b,
    .article-page-header.text--large .title h2 li i,
    .article-page-header.text--large .title h2 li span,
    .article-page-header.text--large .title h2 li u,
    .article-page-header.text--large .title h2 ol a,
    .article-page-header.text--large .title h2 ol b,
    .article-page-header.text--large .title h2 ol i,
    .article-page-header.text--large .title h2 ol span,
    .article-page-header.text--large .title h2 ol u,
    .article-page-header.text--large .title h2 span a,
    .article-page-header.text--large .title h2 span b,
    .article-page-header.text--large .title h2 span i,
    .article-page-header.text--large .title h2 span span,
    .article-page-header.text--large .title h2 span u,
    .article-page-header.text--large .title h2 u a,
    .article-page-header.text--large .title h2 u b,
    .article-page-header.text--large .title h2 u i,
    .article-page-header.text--large .title h2 u span,
    .article-page-header.text--large .title h2 u u,
    .article-page-header.text--large .title h2 ul a,
    .article-page-header.text--large .title h2 ul b,
    .article-page-header.text--large .title h2 ul i,
    .article-page-header.text--large .title h2 ul span,
    .article-page-header.text--large .title h2 ul u,
    .article-page-header.text--large .title h3 a a,
    .article-page-header.text--large .title h3 a b,
    .article-page-header.text--large .title h3 a i,
    .article-page-header.text--large .title h3 a span,
    .article-page-header.text--large .title h3 a u,
    .article-page-header.text--large .title h3 b a,
    .article-page-header.text--large .title h3 b b,
    .article-page-header.text--large .title h3 b i,
    .article-page-header.text--large .title h3 b span,
    .article-page-header.text--large .title h3 b u,
    .article-page-header.text--large .title h3 i a,
    .article-page-header.text--large .title h3 i b,
    .article-page-header.text--large .title h3 i i,
    .article-page-header.text--large .title h3 i span,
    .article-page-header.text--large .title h3 i u,
    .article-page-header.text--large .title h3 li a,
    .article-page-header.text--large .title h3 li b,
    .article-page-header.text--large .title h3 li i,
    .article-page-header.text--large .title h3 li span,
    .article-page-header.text--large .title h3 li u,
    .article-page-header.text--large .title h3 ol a,
    .article-page-header.text--large .title h3 ol b,
    .article-page-header.text--large .title h3 ol i,
    .article-page-header.text--large .title h3 ol span,
    .article-page-header.text--large .title h3 ol u,
    .article-page-header.text--large .title h3 span a,
    .article-page-header.text--large .title h3 span b,
    .article-page-header.text--large .title h3 span i,
    .article-page-header.text--large .title h3 span span,
    .article-page-header.text--large .title h3 span u,
    .article-page-header.text--large .title h3 u a,
    .article-page-header.text--large .title h3 u b,
    .article-page-header.text--large .title h3 u i,
    .article-page-header.text--large .title h3 u span,
    .article-page-header.text--large .title h3 u u,
    .article-page-header.text--large .title h3 ul a,
    .article-page-header.text--large .title h3 ul b,
    .article-page-header.text--large .title h3 ul i,
    .article-page-header.text--large .title h3 ul span,
    .article-page-header.text--large .title h3 ul u,
    .article-page-header.text--large .title h4 a a,
    .article-page-header.text--large .title h4 a b,
    .article-page-header.text--large .title h4 a i,
    .article-page-header.text--large .title h4 a span,
    .article-page-header.text--large .title h4 a u,
    .article-page-header.text--large .title h4 b a,
    .article-page-header.text--large .title h4 b b,
    .article-page-header.text--large .title h4 b i,
    .article-page-header.text--large .title h4 b span,
    .article-page-header.text--large .title h4 b u,
    .article-page-header.text--large .title h4 i a,
    .article-page-header.text--large .title h4 i b,
    .article-page-header.text--large .title h4 i i,
    .article-page-header.text--large .title h4 i span,
    .article-page-header.text--large .title h4 i u,
    .article-page-header.text--large .title h4 li a,
    .article-page-header.text--large .title h4 li b,
    .article-page-header.text--large .title h4 li i,
    .article-page-header.text--large .title h4 li span,
    .article-page-header.text--large .title h4 li u,
    .article-page-header.text--large .title h4 ol a,
    .article-page-header.text--large .title h4 ol b,
    .article-page-header.text--large .title h4 ol i,
    .article-page-header.text--large .title h4 ol span,
    .article-page-header.text--large .title h4 ol u,
    .article-page-header.text--large .title h4 span a,
    .article-page-header.text--large .title h4 span b,
    .article-page-header.text--large .title h4 span i,
    .article-page-header.text--large .title h4 span span,
    .article-page-header.text--large .title h4 span u,
    .article-page-header.text--large .title h4 u a,
    .article-page-header.text--large .title h4 u b,
    .article-page-header.text--large .title h4 u i,
    .article-page-header.text--large .title h4 u span,
    .article-page-header.text--large .title h4 u u,
    .article-page-header.text--large .title h4 ul a,
    .article-page-header.text--large .title h4 ul b,
    .article-page-header.text--large .title h4 ul i,
    .article-page-header.text--large .title h4 ul span,
    .article-page-header.text--large .title h4 ul u,
    .article-page-header.text--large .title h5 a a,
    .article-page-header.text--large .title h5 a b,
    .article-page-header.text--large .title h5 a i,
    .article-page-header.text--large .title h5 a span,
    .article-page-header.text--large .title h5 a u,
    .article-page-header.text--large .title h5 b a,
    .article-page-header.text--large .title h5 b b,
    .article-page-header.text--large .title h5 b i,
    .article-page-header.text--large .title h5 b span,
    .article-page-header.text--large .title h5 b u,
    .article-page-header.text--large .title h5 i a,
    .article-page-header.text--large .title h5 i b,
    .article-page-header.text--large .title h5 i i,
    .article-page-header.text--large .title h5 i span,
    .article-page-header.text--large .title h5 i u,
    .article-page-header.text--large .title h5 li a,
    .article-page-header.text--large .title h5 li b,
    .article-page-header.text--large .title h5 li i,
    .article-page-header.text--large .title h5 li span,
    .article-page-header.text--large .title h5 li u,
    .article-page-header.text--large .title h5 ol a,
    .article-page-header.text--large .title h5 ol b,
    .article-page-header.text--large .title h5 ol i,
    .article-page-header.text--large .title h5 ol span,
    .article-page-header.text--large .title h5 ol u,
    .article-page-header.text--large .title h5 span a,
    .article-page-header.text--large .title h5 span b,
    .article-page-header.text--large .title h5 span i,
    .article-page-header.text--large .title h5 span span,
    .article-page-header.text--large .title h5 span u,
    .article-page-header.text--large .title h5 u a,
    .article-page-header.text--large .title h5 u b,
    .article-page-header.text--large .title h5 u i,
    .article-page-header.text--large .title h5 u span,
    .article-page-header.text--large .title h5 u u,
    .article-page-header.text--large .title h5 ul a,
    .article-page-header.text--large .title h5 ul b,
    .article-page-header.text--large .title h5 ul i,
    .article-page-header.text--large .title h5 ul span,
    .article-page-header.text--large .title h5 ul u,
    .article-page-header.text--large .title h6 a a,
    .article-page-header.text--large .title h6 a b,
    .article-page-header.text--large .title h6 a i,
    .article-page-header.text--large .title h6 a span,
    .article-page-header.text--large .title h6 a u,
    .article-page-header.text--large .title h6 b a,
    .article-page-header.text--large .title h6 b b,
    .article-page-header.text--large .title h6 b i,
    .article-page-header.text--large .title h6 b span,
    .article-page-header.text--large .title h6 b u,
    .article-page-header.text--large .title h6 i a,
    .article-page-header.text--large .title h6 i b,
    .article-page-header.text--large .title h6 i i,
    .article-page-header.text--large .title h6 i span,
    .article-page-header.text--large .title h6 i u,
    .article-page-header.text--large .title h6 li a,
    .article-page-header.text--large .title h6 li b,
    .article-page-header.text--large .title h6 li i,
    .article-page-header.text--large .title h6 li span,
    .article-page-header.text--large .title h6 li u,
    .article-page-header.text--large .title h6 ol a,
    .article-page-header.text--large .title h6 ol b,
    .article-page-header.text--large .title h6 ol i,
    .article-page-header.text--large .title h6 ol span,
    .article-page-header.text--large .title h6 ol u,
    .article-page-header.text--large .title h6 span a,
    .article-page-header.text--large .title h6 span b,
    .article-page-header.text--large .title h6 span i,
    .article-page-header.text--large .title h6 span span,
    .article-page-header.text--large .title h6 span u,
    .article-page-header.text--large .title h6 u a,
    .article-page-header.text--large .title h6 u b,
    .article-page-header.text--large .title h6 u i,
    .article-page-header.text--large .title h6 u span,
    .article-page-header.text--large .title h6 u u,
    .article-page-header.text--large .title h6 ul a,
    .article-page-header.text--large .title h6 ul b,
    .article-page-header.text--large .title h6 ul i,
    .article-page-header.text--large .title h6 ul span,
    .article-page-header.text--large .title h6 ul u,
    .article-page-header.text--large .title i a a,
    .article-page-header.text--large .title i a b,
    .article-page-header.text--large .title i a i,
    .article-page-header.text--large .title i a span,
    .article-page-header.text--large .title i a u,
    .article-page-header.text--large .title i b a,
    .article-page-header.text--large .title i b b,
    .article-page-header.text--large .title i b i,
    .article-page-header.text--large .title i b span,
    .article-page-header.text--large .title i b u,
    .article-page-header.text--large .title i i a,
    .article-page-header.text--large .title i i b,
    .article-page-header.text--large .title i i i,
    .article-page-header.text--large .title i i span,
    .article-page-header.text--large .title i i u,
    .article-page-header.text--large .title i li a,
    .article-page-header.text--large .title i li b,
    .article-page-header.text--large .title i li i,
    .article-page-header.text--large .title i li span,
    .article-page-header.text--large .title i li u,
    .article-page-header.text--large .title i ol a,
    .article-page-header.text--large .title i ol b,
    .article-page-header.text--large .title i ol i,
    .article-page-header.text--large .title i ol span,
    .article-page-header.text--large .title i ol u,
    .article-page-header.text--large .title i span a,
    .article-page-header.text--large .title i span b,
    .article-page-header.text--large .title i span i,
    .article-page-header.text--large .title i span span,
    .article-page-header.text--large .title i span u,
    .article-page-header.text--large .title i u a,
    .article-page-header.text--large .title i u b,
    .article-page-header.text--large .title i u i,
    .article-page-header.text--large .title i u span,
    .article-page-header.text--large .title i u u,
    .article-page-header.text--large .title i ul a,
    .article-page-header.text--large .title i ul b,
    .article-page-header.text--large .title i ul i,
    .article-page-header.text--large .title i ul span,
    .article-page-header.text--large .title i ul u,
    .article-page-header.text--large .title li a a,
    .article-page-header.text--large .title li a b,
    .article-page-header.text--large .title li a i,
    .article-page-header.text--large .title li a span,
    .article-page-header.text--large .title li a u,
    .article-page-header.text--large .title li b a,
    .article-page-header.text--large .title li b b,
    .article-page-header.text--large .title li b i,
    .article-page-header.text--large .title li b span,
    .article-page-header.text--large .title li b u,
    .article-page-header.text--large .title li i a,
    .article-page-header.text--large .title li i b,
    .article-page-header.text--large .title li i i,
    .article-page-header.text--large .title li i span,
    .article-page-header.text--large .title li i u,
    .article-page-header.text--large .title li li a,
    .article-page-header.text--large .title li li b,
    .article-page-header.text--large .title li li i,
    .article-page-header.text--large .title li li span,
    .article-page-header.text--large .title li li u,
    .article-page-header.text--large .title li ol a,
    .article-page-header.text--large .title li ol b,
    .article-page-header.text--large .title li ol i,
    .article-page-header.text--large .title li ol span,
    .article-page-header.text--large .title li ol u,
    .article-page-header.text--large .title li span a,
    .article-page-header.text--large .title li span b,
    .article-page-header.text--large .title li span i,
    .article-page-header.text--large .title li span span,
    .article-page-header.text--large .title li span u,
    .article-page-header.text--large .title li u a,
    .article-page-header.text--large .title li u b,
    .article-page-header.text--large .title li u i,
    .article-page-header.text--large .title li u span,
    .article-page-header.text--large .title li u u,
    .article-page-header.text--large .title li ul a,
    .article-page-header.text--large .title li ul b,
    .article-page-header.text--large .title li ul i,
    .article-page-header.text--large .title li ul span,
    .article-page-header.text--large .title li ul u,
    .article-page-header.text--large .title ol a a,
    .article-page-header.text--large .title ol a b,
    .article-page-header.text--large .title ol a i,
    .article-page-header.text--large .title ol a span,
    .article-page-header.text--large .title ol a u,
    .article-page-header.text--large .title ol b a,
    .article-page-header.text--large .title ol b b,
    .article-page-header.text--large .title ol b i,
    .article-page-header.text--large .title ol b span,
    .article-page-header.text--large .title ol b u,
    .article-page-header.text--large .title ol i a,
    .article-page-header.text--large .title ol i b,
    .article-page-header.text--large .title ol i i,
    .article-page-header.text--large .title ol i span,
    .article-page-header.text--large .title ol i u,
    .article-page-header.text--large .title ol li a,
    .article-page-header.text--large .title ol li b,
    .article-page-header.text--large .title ol li i,
    .article-page-header.text--large .title ol li span,
    .article-page-header.text--large .title ol li u,
    .article-page-header.text--large .title ol ol a,
    .article-page-header.text--large .title ol ol b,
    .article-page-header.text--large .title ol ol i,
    .article-page-header.text--large .title ol ol span,
    .article-page-header.text--large .title ol ol u,
    .article-page-header.text--large .title ol span a,
    .article-page-header.text--large .title ol span b,
    .article-page-header.text--large .title ol span i,
    .article-page-header.text--large .title ol span span,
    .article-page-header.text--large .title ol span u,
    .article-page-header.text--large .title ol u a,
    .article-page-header.text--large .title ol u b,
    .article-page-header.text--large .title ol u i,
    .article-page-header.text--large .title ol u span,
    .article-page-header.text--large .title ol u u,
    .article-page-header.text--large .title ol ul a,
    .article-page-header.text--large .title ol ul b,
    .article-page-header.text--large .title ol ul i,
    .article-page-header.text--large .title ol ul span,
    .article-page-header.text--large .title ol ul u,
    .article-page-header.text--large .title p a a,
    .article-page-header.text--large .title p a b,
    .article-page-header.text--large .title p a i,
    .article-page-header.text--large .title p a span,
    .article-page-header.text--large .title p a u,
    .article-page-header.text--large .title p b a,
    .article-page-header.text--large .title p b b,
    .article-page-header.text--large .title p b i,
    .article-page-header.text--large .title p b span,
    .article-page-header.text--large .title p b u,
    .article-page-header.text--large .title p i a,
    .article-page-header.text--large .title p i b,
    .article-page-header.text--large .title p i i,
    .article-page-header.text--large .title p i span,
    .article-page-header.text--large .title p i u,
    .article-page-header.text--large .title p li a,
    .article-page-header.text--large .title p li b,
    .article-page-header.text--large .title p li i,
    .article-page-header.text--large .title p li span,
    .article-page-header.text--large .title p li u,
    .article-page-header.text--large .title p ol a,
    .article-page-header.text--large .title p ol b,
    .article-page-header.text--large .title p ol i,
    .article-page-header.text--large .title p ol span,
    .article-page-header.text--large .title p ol u,
    .article-page-header.text--large .title p span a,
    .article-page-header.text--large .title p span b,
    .article-page-header.text--large .title p span i,
    .article-page-header.text--large .title p span span,
    .article-page-header.text--large .title p span u,
    .article-page-header.text--large .title p u a,
    .article-page-header.text--large .title p u b,
    .article-page-header.text--large .title p u i,
    .article-page-header.text--large .title p u span,
    .article-page-header.text--large .title p u u,
    .article-page-header.text--large .title p ul a,
    .article-page-header.text--large .title p ul b,
    .article-page-header.text--large .title p ul i,
    .article-page-header.text--large .title p ul span,
    .article-page-header.text--large .title p ul u,
    .article-page-header.text--large .title span a a,
    .article-page-header.text--large .title span a b,
    .article-page-header.text--large .title span a i,
    .article-page-header.text--large .title span a span,
    .article-page-header.text--large .title span a u,
    .article-page-header.text--large .title span b a,
    .article-page-header.text--large .title span b b,
    .article-page-header.text--large .title span b i,
    .article-page-header.text--large .title span b span,
    .article-page-header.text--large .title span b u,
    .article-page-header.text--large .title span i a,
    .article-page-header.text--large .title span i b,
    .article-page-header.text--large .title span i i,
    .article-page-header.text--large .title span i span,
    .article-page-header.text--large .title span i u,
    .article-page-header.text--large .title span li a,
    .article-page-header.text--large .title span li b,
    .article-page-header.text--large .title span li i,
    .article-page-header.text--large .title span li span,
    .article-page-header.text--large .title span li u,
    .article-page-header.text--large .title span ol a,
    .article-page-header.text--large .title span ol b,
    .article-page-header.text--large .title span ol i,
    .article-page-header.text--large .title span ol span,
    .article-page-header.text--large .title span ol u,
    .article-page-header.text--large .title span span a,
    .article-page-header.text--large .title span span b,
    .article-page-header.text--large .title span span i,
    .article-page-header.text--large .title span span span,
    .article-page-header.text--large .title span span u,
    .article-page-header.text--large .title span u a,
    .article-page-header.text--large .title span u b,
    .article-page-header.text--large .title span u i,
    .article-page-header.text--large .title span u span,
    .article-page-header.text--large .title span u u,
    .article-page-header.text--large .title span ul a,
    .article-page-header.text--large .title span ul b,
    .article-page-header.text--large .title span ul i,
    .article-page-header.text--large .title span ul span,
    .article-page-header.text--large .title span ul u,
    .article-page-header.text--large .title u a a,
    .article-page-header.text--large .title u a b,
    .article-page-header.text--large .title u a i,
    .article-page-header.text--large .title u a span,
    .article-page-header.text--large .title u a u,
    .article-page-header.text--large .title u b a,
    .article-page-header.text--large .title u b b,
    .article-page-header.text--large .title u b i,
    .article-page-header.text--large .title u b span,
    .article-page-header.text--large .title u b u,
    .article-page-header.text--large .title u i a,
    .article-page-header.text--large .title u i b,
    .article-page-header.text--large .title u i i,
    .article-page-header.text--large .title u i span,
    .article-page-header.text--large .title u i u,
    .article-page-header.text--large .title u li a,
    .article-page-header.text--large .title u li b,
    .article-page-header.text--large .title u li i,
    .article-page-header.text--large .title u li span,
    .article-page-header.text--large .title u li u,
    .article-page-header.text--large .title u ol a,
    .article-page-header.text--large .title u ol b,
    .article-page-header.text--large .title u ol i,
    .article-page-header.text--large .title u ol span,
    .article-page-header.text--large .title u ol u,
    .article-page-header.text--large .title u span a,
    .article-page-header.text--large .title u span b,
    .article-page-header.text--large .title u span i,
    .article-page-header.text--large .title u span span,
    .article-page-header.text--large .title u span u,
    .article-page-header.text--large .title u u a,
    .article-page-header.text--large .title u u b,
    .article-page-header.text--large .title u u i,
    .article-page-header.text--large .title u u span,
    .article-page-header.text--large .title u u u,
    .article-page-header.text--large .title u ul a,
    .article-page-header.text--large .title u ul b,
    .article-page-header.text--large .title u ul i,
    .article-page-header.text--large .title u ul span,
    .article-page-header.text--large .title u ul u,
    .article-page-header.text--large .title ul a a,
    .article-page-header.text--large .title ul a b,
    .article-page-header.text--large .title ul a i,
    .article-page-header.text--large .title ul a span,
    .article-page-header.text--large .title ul a u,
    .article-page-header.text--large .title ul b a,
    .article-page-header.text--large .title ul b b,
    .article-page-header.text--large .title ul b i,
    .article-page-header.text--large .title ul b span,
    .article-page-header.text--large .title ul b u,
    .article-page-header.text--large .title ul i a,
    .article-page-header.text--large .title ul i b,
    .article-page-header.text--large .title ul i i,
    .article-page-header.text--large .title ul i span,
    .article-page-header.text--large .title ul i u,
    .article-page-header.text--large .title ul li a,
    .article-page-header.text--large .title ul li b,
    .article-page-header.text--large .title ul li i,
    .article-page-header.text--large .title ul li span,
    .article-page-header.text--large .title ul li u,
    .article-page-header.text--large .title ul ol a,
    .article-page-header.text--large .title ul ol b,
    .article-page-header.text--large .title ul ol i,
    .article-page-header.text--large .title ul ol span,
    .article-page-header.text--large .title ul ol u,
    .article-page-header.text--large .title ul span a,
    .article-page-header.text--large .title ul span b,
    .article-page-header.text--large .title ul span i,
    .article-page-header.text--large .title ul span span,
    .article-page-header.text--large .title ul span u,
    .article-page-header.text--large .title ul u a,
    .article-page-header.text--large .title ul u b,
    .article-page-header.text--large .title ul u i,
    .article-page-header.text--large .title ul u span,
    .article-page-header.text--large .title ul u u,
    .article-page-header.text--large .title ul ul a,
    .article-page-header.text--large .title ul ul b,
    .article-page-header.text--large .title ul ul i,
    .article-page-header.text--large .title ul ul span,
    .article-page-header.text--large .title ul ul u {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .article-page-header.text--large .title a a a,
    .article-page-header.text--large .title a a b,
    .article-page-header.text--large .title a a i,
    .article-page-header.text--large .title a a span,
    .article-page-header.text--large .title a a u,
    .article-page-header.text--large .title a b a,
    .article-page-header.text--large .title a b b,
    .article-page-header.text--large .title a b i,
    .article-page-header.text--large .title a b span,
    .article-page-header.text--large .title a b u,
    .article-page-header.text--large .title a i a,
    .article-page-header.text--large .title a i b,
    .article-page-header.text--large .title a i i,
    .article-page-header.text--large .title a i span,
    .article-page-header.text--large .title a i u,
    .article-page-header.text--large .title a li a,
    .article-page-header.text--large .title a li b,
    .article-page-header.text--large .title a li i,
    .article-page-header.text--large .title a li span,
    .article-page-header.text--large .title a li u,
    .article-page-header.text--large .title a ol a,
    .article-page-header.text--large .title a ol b,
    .article-page-header.text--large .title a ol i,
    .article-page-header.text--large .title a ol span,
    .article-page-header.text--large .title a ol u,
    .article-page-header.text--large .title a span a,
    .article-page-header.text--large .title a span b,
    .article-page-header.text--large .title a span i,
    .article-page-header.text--large .title a span span,
    .article-page-header.text--large .title a span u,
    .article-page-header.text--large .title a u a,
    .article-page-header.text--large .title a u b,
    .article-page-header.text--large .title a u i,
    .article-page-header.text--large .title a u span,
    .article-page-header.text--large .title a u u,
    .article-page-header.text--large .title a ul a,
    .article-page-header.text--large .title a ul b,
    .article-page-header.text--large .title a ul i,
    .article-page-header.text--large .title a ul span,
    .article-page-header.text--large .title a ul u,
    .article-page-header.text--large .title b a a,
    .article-page-header.text--large .title b a b,
    .article-page-header.text--large .title b a i,
    .article-page-header.text--large .title b a span,
    .article-page-header.text--large .title b a u,
    .article-page-header.text--large .title b b a,
    .article-page-header.text--large .title b b b,
    .article-page-header.text--large .title b b i,
    .article-page-header.text--large .title b b span,
    .article-page-header.text--large .title b b u,
    .article-page-header.text--large .title b i a,
    .article-page-header.text--large .title b i b,
    .article-page-header.text--large .title b i i,
    .article-page-header.text--large .title b i span,
    .article-page-header.text--large .title b i u,
    .article-page-header.text--large .title b li a,
    .article-page-header.text--large .title b li b,
    .article-page-header.text--large .title b li i,
    .article-page-header.text--large .title b li span,
    .article-page-header.text--large .title b li u,
    .article-page-header.text--large .title b ol a,
    .article-page-header.text--large .title b ol b,
    .article-page-header.text--large .title b ol i,
    .article-page-header.text--large .title b ol span,
    .article-page-header.text--large .title b ol u,
    .article-page-header.text--large .title b span a,
    .article-page-header.text--large .title b span b,
    .article-page-header.text--large .title b span i,
    .article-page-header.text--large .title b span span,
    .article-page-header.text--large .title b span u,
    .article-page-header.text--large .title b u a,
    .article-page-header.text--large .title b u b,
    .article-page-header.text--large .title b u i,
    .article-page-header.text--large .title b u span,
    .article-page-header.text--large .title b u u,
    .article-page-header.text--large .title b ul a,
    .article-page-header.text--large .title b ul b,
    .article-page-header.text--large .title b ul i,
    .article-page-header.text--large .title b ul span,
    .article-page-header.text--large .title b ul u,
    .article-page-header.text--large .title div a a,
    .article-page-header.text--large .title div a b,
    .article-page-header.text--large .title div a i,
    .article-page-header.text--large .title div a span,
    .article-page-header.text--large .title div a u,
    .article-page-header.text--large .title div b a,
    .article-page-header.text--large .title div b b,
    .article-page-header.text--large .title div b i,
    .article-page-header.text--large .title div b span,
    .article-page-header.text--large .title div b u,
    .article-page-header.text--large .title div i a,
    .article-page-header.text--large .title div i b,
    .article-page-header.text--large .title div i i,
    .article-page-header.text--large .title div i span,
    .article-page-header.text--large .title div i u,
    .article-page-header.text--large .title div li a,
    .article-page-header.text--large .title div li b,
    .article-page-header.text--large .title div li i,
    .article-page-header.text--large .title div li span,
    .article-page-header.text--large .title div li u,
    .article-page-header.text--large .title div ol a,
    .article-page-header.text--large .title div ol b,
    .article-page-header.text--large .title div ol i,
    .article-page-header.text--large .title div ol span,
    .article-page-header.text--large .title div ol u,
    .article-page-header.text--large .title div span a,
    .article-page-header.text--large .title div span b,
    .article-page-header.text--large .title div span i,
    .article-page-header.text--large .title div span span,
    .article-page-header.text--large .title div span u,
    .article-page-header.text--large .title div u a,
    .article-page-header.text--large .title div u b,
    .article-page-header.text--large .title div u i,
    .article-page-header.text--large .title div u span,
    .article-page-header.text--large .title div u u,
    .article-page-header.text--large .title div ul a,
    .article-page-header.text--large .title div ul b,
    .article-page-header.text--large .title div ul i,
    .article-page-header.text--large .title div ul span,
    .article-page-header.text--large .title div ul u,
    .article-page-header.text--large .title h1 a a,
    .article-page-header.text--large .title h1 a b,
    .article-page-header.text--large .title h1 a i,
    .article-page-header.text--large .title h1 a span,
    .article-page-header.text--large .title h1 a u,
    .article-page-header.text--large .title h1 b a,
    .article-page-header.text--large .title h1 b b,
    .article-page-header.text--large .title h1 b i,
    .article-page-header.text--large .title h1 b span,
    .article-page-header.text--large .title h1 b u,
    .article-page-header.text--large .title h1 i a,
    .article-page-header.text--large .title h1 i b,
    .article-page-header.text--large .title h1 i i,
    .article-page-header.text--large .title h1 i span,
    .article-page-header.text--large .title h1 i u,
    .article-page-header.text--large .title h1 li a,
    .article-page-header.text--large .title h1 li b,
    .article-page-header.text--large .title h1 li i,
    .article-page-header.text--large .title h1 li span,
    .article-page-header.text--large .title h1 li u,
    .article-page-header.text--large .title h1 ol a,
    .article-page-header.text--large .title h1 ol b,
    .article-page-header.text--large .title h1 ol i,
    .article-page-header.text--large .title h1 ol span,
    .article-page-header.text--large .title h1 ol u,
    .article-page-header.text--large .title h1 span a,
    .article-page-header.text--large .title h1 span b,
    .article-page-header.text--large .title h1 span i,
    .article-page-header.text--large .title h1 span span,
    .article-page-header.text--large .title h1 span u,
    .article-page-header.text--large .title h1 u a,
    .article-page-header.text--large .title h1 u b,
    .article-page-header.text--large .title h1 u i,
    .article-page-header.text--large .title h1 u span,
    .article-page-header.text--large .title h1 u u,
    .article-page-header.text--large .title h1 ul a,
    .article-page-header.text--large .title h1 ul b,
    .article-page-header.text--large .title h1 ul i,
    .article-page-header.text--large .title h1 ul span,
    .article-page-header.text--large .title h1 ul u,
    .article-page-header.text--large .title h2 a a,
    .article-page-header.text--large .title h2 a b,
    .article-page-header.text--large .title h2 a i,
    .article-page-header.text--large .title h2 a span,
    .article-page-header.text--large .title h2 a u,
    .article-page-header.text--large .title h2 b a,
    .article-page-header.text--large .title h2 b b,
    .article-page-header.text--large .title h2 b i,
    .article-page-header.text--large .title h2 b span,
    .article-page-header.text--large .title h2 b u,
    .article-page-header.text--large .title h2 i a,
    .article-page-header.text--large .title h2 i b,
    .article-page-header.text--large .title h2 i i,
    .article-page-header.text--large .title h2 i span,
    .article-page-header.text--large .title h2 i u,
    .article-page-header.text--large .title h2 li a,
    .article-page-header.text--large .title h2 li b,
    .article-page-header.text--large .title h2 li i,
    .article-page-header.text--large .title h2 li span,
    .article-page-header.text--large .title h2 li u,
    .article-page-header.text--large .title h2 ol a,
    .article-page-header.text--large .title h2 ol b,
    .article-page-header.text--large .title h2 ol i,
    .article-page-header.text--large .title h2 ol span,
    .article-page-header.text--large .title h2 ol u,
    .article-page-header.text--large .title h2 span a,
    .article-page-header.text--large .title h2 span b,
    .article-page-header.text--large .title h2 span i,
    .article-page-header.text--large .title h2 span span,
    .article-page-header.text--large .title h2 span u,
    .article-page-header.text--large .title h2 u a,
    .article-page-header.text--large .title h2 u b,
    .article-page-header.text--large .title h2 u i,
    .article-page-header.text--large .title h2 u span,
    .article-page-header.text--large .title h2 u u,
    .article-page-header.text--large .title h2 ul a,
    .article-page-header.text--large .title h2 ul b,
    .article-page-header.text--large .title h2 ul i,
    .article-page-header.text--large .title h2 ul span,
    .article-page-header.text--large .title h2 ul u,
    .article-page-header.text--large .title h3 a a,
    .article-page-header.text--large .title h3 a b,
    .article-page-header.text--large .title h3 a i,
    .article-page-header.text--large .title h3 a span,
    .article-page-header.text--large .title h3 a u,
    .article-page-header.text--large .title h3 b a,
    .article-page-header.text--large .title h3 b b,
    .article-page-header.text--large .title h3 b i,
    .article-page-header.text--large .title h3 b span,
    .article-page-header.text--large .title h3 b u,
    .article-page-header.text--large .title h3 i a,
    .article-page-header.text--large .title h3 i b,
    .article-page-header.text--large .title h3 i i,
    .article-page-header.text--large .title h3 i span,
    .article-page-header.text--large .title h3 i u,
    .article-page-header.text--large .title h3 li a,
    .article-page-header.text--large .title h3 li b,
    .article-page-header.text--large .title h3 li i,
    .article-page-header.text--large .title h3 li span,
    .article-page-header.text--large .title h3 li u,
    .article-page-header.text--large .title h3 ol a,
    .article-page-header.text--large .title h3 ol b,
    .article-page-header.text--large .title h3 ol i,
    .article-page-header.text--large .title h3 ol span,
    .article-page-header.text--large .title h3 ol u,
    .article-page-header.text--large .title h3 span a,
    .article-page-header.text--large .title h3 span b,
    .article-page-header.text--large .title h3 span i,
    .article-page-header.text--large .title h3 span span,
    .article-page-header.text--large .title h3 span u,
    .article-page-header.text--large .title h3 u a,
    .article-page-header.text--large .title h3 u b,
    .article-page-header.text--large .title h3 u i,
    .article-page-header.text--large .title h3 u span,
    .article-page-header.text--large .title h3 u u,
    .article-page-header.text--large .title h3 ul a,
    .article-page-header.text--large .title h3 ul b,
    .article-page-header.text--large .title h3 ul i,
    .article-page-header.text--large .title h3 ul span,
    .article-page-header.text--large .title h3 ul u,
    .article-page-header.text--large .title h4 a a,
    .article-page-header.text--large .title h4 a b,
    .article-page-header.text--large .title h4 a i,
    .article-page-header.text--large .title h4 a span,
    .article-page-header.text--large .title h4 a u,
    .article-page-header.text--large .title h4 b a,
    .article-page-header.text--large .title h4 b b,
    .article-page-header.text--large .title h4 b i,
    .article-page-header.text--large .title h4 b span,
    .article-page-header.text--large .title h4 b u,
    .article-page-header.text--large .title h4 i a,
    .article-page-header.text--large .title h4 i b,
    .article-page-header.text--large .title h4 i i,
    .article-page-header.text--large .title h4 i span,
    .article-page-header.text--large .title h4 i u,
    .article-page-header.text--large .title h4 li a,
    .article-page-header.text--large .title h4 li b,
    .article-page-header.text--large .title h4 li i,
    .article-page-header.text--large .title h4 li span,
    .article-page-header.text--large .title h4 li u,
    .article-page-header.text--large .title h4 ol a,
    .article-page-header.text--large .title h4 ol b,
    .article-page-header.text--large .title h4 ol i,
    .article-page-header.text--large .title h4 ol span,
    .article-page-header.text--large .title h4 ol u,
    .article-page-header.text--large .title h4 span a,
    .article-page-header.text--large .title h4 span b,
    .article-page-header.text--large .title h4 span i,
    .article-page-header.text--large .title h4 span span,
    .article-page-header.text--large .title h4 span u,
    .article-page-header.text--large .title h4 u a,
    .article-page-header.text--large .title h4 u b,
    .article-page-header.text--large .title h4 u i,
    .article-page-header.text--large .title h4 u span,
    .article-page-header.text--large .title h4 u u,
    .article-page-header.text--large .title h4 ul a,
    .article-page-header.text--large .title h4 ul b,
    .article-page-header.text--large .title h4 ul i,
    .article-page-header.text--large .title h4 ul span,
    .article-page-header.text--large .title h4 ul u,
    .article-page-header.text--large .title h5 a a,
    .article-page-header.text--large .title h5 a b,
    .article-page-header.text--large .title h5 a i,
    .article-page-header.text--large .title h5 a span,
    .article-page-header.text--large .title h5 a u,
    .article-page-header.text--large .title h5 b a,
    .article-page-header.text--large .title h5 b b,
    .article-page-header.text--large .title h5 b i,
    .article-page-header.text--large .title h5 b span,
    .article-page-header.text--large .title h5 b u,
    .article-page-header.text--large .title h5 i a,
    .article-page-header.text--large .title h5 i b,
    .article-page-header.text--large .title h5 i i,
    .article-page-header.text--large .title h5 i span,
    .article-page-header.text--large .title h5 i u,
    .article-page-header.text--large .title h5 li a,
    .article-page-header.text--large .title h5 li b,
    .article-page-header.text--large .title h5 li i,
    .article-page-header.text--large .title h5 li span,
    .article-page-header.text--large .title h5 li u,
    .article-page-header.text--large .title h5 ol a,
    .article-page-header.text--large .title h5 ol b,
    .article-page-header.text--large .title h5 ol i,
    .article-page-header.text--large .title h5 ol span,
    .article-page-header.text--large .title h5 ol u,
    .article-page-header.text--large .title h5 span a,
    .article-page-header.text--large .title h5 span b,
    .article-page-header.text--large .title h5 span i,
    .article-page-header.text--large .title h5 span span,
    .article-page-header.text--large .title h5 span u,
    .article-page-header.text--large .title h5 u a,
    .article-page-header.text--large .title h5 u b,
    .article-page-header.text--large .title h5 u i,
    .article-page-header.text--large .title h5 u span,
    .article-page-header.text--large .title h5 u u,
    .article-page-header.text--large .title h5 ul a,
    .article-page-header.text--large .title h5 ul b,
    .article-page-header.text--large .title h5 ul i,
    .article-page-header.text--large .title h5 ul span,
    .article-page-header.text--large .title h5 ul u,
    .article-page-header.text--large .title h6 a a,
    .article-page-header.text--large .title h6 a b,
    .article-page-header.text--large .title h6 a i,
    .article-page-header.text--large .title h6 a span,
    .article-page-header.text--large .title h6 a u,
    .article-page-header.text--large .title h6 b a,
    .article-page-header.text--large .title h6 b b,
    .article-page-header.text--large .title h6 b i,
    .article-page-header.text--large .title h6 b span,
    .article-page-header.text--large .title h6 b u,
    .article-page-header.text--large .title h6 i a,
    .article-page-header.text--large .title h6 i b,
    .article-page-header.text--large .title h6 i i,
    .article-page-header.text--large .title h6 i span,
    .article-page-header.text--large .title h6 i u,
    .article-page-header.text--large .title h6 li a,
    .article-page-header.text--large .title h6 li b,
    .article-page-header.text--large .title h6 li i,
    .article-page-header.text--large .title h6 li span,
    .article-page-header.text--large .title h6 li u,
    .article-page-header.text--large .title h6 ol a,
    .article-page-header.text--large .title h6 ol b,
    .article-page-header.text--large .title h6 ol i,
    .article-page-header.text--large .title h6 ol span,
    .article-page-header.text--large .title h6 ol u,
    .article-page-header.text--large .title h6 span a,
    .article-page-header.text--large .title h6 span b,
    .article-page-header.text--large .title h6 span i,
    .article-page-header.text--large .title h6 span span,
    .article-page-header.text--large .title h6 span u,
    .article-page-header.text--large .title h6 u a,
    .article-page-header.text--large .title h6 u b,
    .article-page-header.text--large .title h6 u i,
    .article-page-header.text--large .title h6 u span,
    .article-page-header.text--large .title h6 u u,
    .article-page-header.text--large .title h6 ul a,
    .article-page-header.text--large .title h6 ul b,
    .article-page-header.text--large .title h6 ul i,
    .article-page-header.text--large .title h6 ul span,
    .article-page-header.text--large .title h6 ul u,
    .article-page-header.text--large .title i a a,
    .article-page-header.text--large .title i a b,
    .article-page-header.text--large .title i a i,
    .article-page-header.text--large .title i a span,
    .article-page-header.text--large .title i a u,
    .article-page-header.text--large .title i b a,
    .article-page-header.text--large .title i b b,
    .article-page-header.text--large .title i b i,
    .article-page-header.text--large .title i b span,
    .article-page-header.text--large .title i b u,
    .article-page-header.text--large .title i i a,
    .article-page-header.text--large .title i i b,
    .article-page-header.text--large .title i i i,
    .article-page-header.text--large .title i i span,
    .article-page-header.text--large .title i i u,
    .article-page-header.text--large .title i li a,
    .article-page-header.text--large .title i li b,
    .article-page-header.text--large .title i li i,
    .article-page-header.text--large .title i li span,
    .article-page-header.text--large .title i li u,
    .article-page-header.text--large .title i ol a,
    .article-page-header.text--large .title i ol b,
    .article-page-header.text--large .title i ol i,
    .article-page-header.text--large .title i ol span,
    .article-page-header.text--large .title i ol u,
    .article-page-header.text--large .title i span a,
    .article-page-header.text--large .title i span b,
    .article-page-header.text--large .title i span i,
    .article-page-header.text--large .title i span span,
    .article-page-header.text--large .title i span u,
    .article-page-header.text--large .title i u a,
    .article-page-header.text--large .title i u b,
    .article-page-header.text--large .title i u i,
    .article-page-header.text--large .title i u span,
    .article-page-header.text--large .title i u u,
    .article-page-header.text--large .title i ul a,
    .article-page-header.text--large .title i ul b,
    .article-page-header.text--large .title i ul i,
    .article-page-header.text--large .title i ul span,
    .article-page-header.text--large .title i ul u,
    .article-page-header.text--large .title li a a,
    .article-page-header.text--large .title li a b,
    .article-page-header.text--large .title li a i,
    .article-page-header.text--large .title li a span,
    .article-page-header.text--large .title li a u,
    .article-page-header.text--large .title li b a,
    .article-page-header.text--large .title li b b,
    .article-page-header.text--large .title li b i,
    .article-page-header.text--large .title li b span,
    .article-page-header.text--large .title li b u,
    .article-page-header.text--large .title li i a,
    .article-page-header.text--large .title li i b,
    .article-page-header.text--large .title li i i,
    .article-page-header.text--large .title li i span,
    .article-page-header.text--large .title li i u,
    .article-page-header.text--large .title li li a,
    .article-page-header.text--large .title li li b,
    .article-page-header.text--large .title li li i,
    .article-page-header.text--large .title li li span,
    .article-page-header.text--large .title li li u,
    .article-page-header.text--large .title li ol a,
    .article-page-header.text--large .title li ol b,
    .article-page-header.text--large .title li ol i,
    .article-page-header.text--large .title li ol span,
    .article-page-header.text--large .title li ol u,
    .article-page-header.text--large .title li span a,
    .article-page-header.text--large .title li span b,
    .article-page-header.text--large .title li span i,
    .article-page-header.text--large .title li span span,
    .article-page-header.text--large .title li span u,
    .article-page-header.text--large .title li u a,
    .article-page-header.text--large .title li u b,
    .article-page-header.text--large .title li u i,
    .article-page-header.text--large .title li u span,
    .article-page-header.text--large .title li u u,
    .article-page-header.text--large .title li ul a,
    .article-page-header.text--large .title li ul b,
    .article-page-header.text--large .title li ul i,
    .article-page-header.text--large .title li ul span,
    .article-page-header.text--large .title li ul u,
    .article-page-header.text--large .title ol a a,
    .article-page-header.text--large .title ol a b,
    .article-page-header.text--large .title ol a i,
    .article-page-header.text--large .title ol a span,
    .article-page-header.text--large .title ol a u,
    .article-page-header.text--large .title ol b a,
    .article-page-header.text--large .title ol b b,
    .article-page-header.text--large .title ol b i,
    .article-page-header.text--large .title ol b span,
    .article-page-header.text--large .title ol b u,
    .article-page-header.text--large .title ol i a,
    .article-page-header.text--large .title ol i b,
    .article-page-header.text--large .title ol i i,
    .article-page-header.text--large .title ol i span,
    .article-page-header.text--large .title ol i u,
    .article-page-header.text--large .title ol li a,
    .article-page-header.text--large .title ol li b,
    .article-page-header.text--large .title ol li i,
    .article-page-header.text--large .title ol li span,
    .article-page-header.text--large .title ol li u,
    .article-page-header.text--large .title ol ol a,
    .article-page-header.text--large .title ol ol b,
    .article-page-header.text--large .title ol ol i,
    .article-page-header.text--large .title ol ol span,
    .article-page-header.text--large .title ol ol u,
    .article-page-header.text--large .title ol span a,
    .article-page-header.text--large .title ol span b,
    .article-page-header.text--large .title ol span i,
    .article-page-header.text--large .title ol span span,
    .article-page-header.text--large .title ol span u,
    .article-page-header.text--large .title ol u a,
    .article-page-header.text--large .title ol u b,
    .article-page-header.text--large .title ol u i,
    .article-page-header.text--large .title ol u span,
    .article-page-header.text--large .title ol u u,
    .article-page-header.text--large .title ol ul a,
    .article-page-header.text--large .title ol ul b,
    .article-page-header.text--large .title ol ul i,
    .article-page-header.text--large .title ol ul span,
    .article-page-header.text--large .title ol ul u,
    .article-page-header.text--large .title p a a,
    .article-page-header.text--large .title p a b,
    .article-page-header.text--large .title p a i,
    .article-page-header.text--large .title p a span,
    .article-page-header.text--large .title p a u,
    .article-page-header.text--large .title p b a,
    .article-page-header.text--large .title p b b,
    .article-page-header.text--large .title p b i,
    .article-page-header.text--large .title p b span,
    .article-page-header.text--large .title p b u,
    .article-page-header.text--large .title p i a,
    .article-page-header.text--large .title p i b,
    .article-page-header.text--large .title p i i,
    .article-page-header.text--large .title p i span,
    .article-page-header.text--large .title p i u,
    .article-page-header.text--large .title p li a,
    .article-page-header.text--large .title p li b,
    .article-page-header.text--large .title p li i,
    .article-page-header.text--large .title p li span,
    .article-page-header.text--large .title p li u,
    .article-page-header.text--large .title p ol a,
    .article-page-header.text--large .title p ol b,
    .article-page-header.text--large .title p ol i,
    .article-page-header.text--large .title p ol span,
    .article-page-header.text--large .title p ol u,
    .article-page-header.text--large .title p span a,
    .article-page-header.text--large .title p span b,
    .article-page-header.text--large .title p span i,
    .article-page-header.text--large .title p span span,
    .article-page-header.text--large .title p span u,
    .article-page-header.text--large .title p u a,
    .article-page-header.text--large .title p u b,
    .article-page-header.text--large .title p u i,
    .article-page-header.text--large .title p u span,
    .article-page-header.text--large .title p u u,
    .article-page-header.text--large .title p ul a,
    .article-page-header.text--large .title p ul b,
    .article-page-header.text--large .title p ul i,
    .article-page-header.text--large .title p ul span,
    .article-page-header.text--large .title p ul u,
    .article-page-header.text--large .title span a a,
    .article-page-header.text--large .title span a b,
    .article-page-header.text--large .title span a i,
    .article-page-header.text--large .title span a span,
    .article-page-header.text--large .title span a u,
    .article-page-header.text--large .title span b a,
    .article-page-header.text--large .title span b b,
    .article-page-header.text--large .title span b i,
    .article-page-header.text--large .title span b span,
    .article-page-header.text--large .title span b u,
    .article-page-header.text--large .title span i a,
    .article-page-header.text--large .title span i b,
    .article-page-header.text--large .title span i i,
    .article-page-header.text--large .title span i span,
    .article-page-header.text--large .title span i u,
    .article-page-header.text--large .title span li a,
    .article-page-header.text--large .title span li b,
    .article-page-header.text--large .title span li i,
    .article-page-header.text--large .title span li span,
    .article-page-header.text--large .title span li u,
    .article-page-header.text--large .title span ol a,
    .article-page-header.text--large .title span ol b,
    .article-page-header.text--large .title span ol i,
    .article-page-header.text--large .title span ol span,
    .article-page-header.text--large .title span ol u,
    .article-page-header.text--large .title span span a,
    .article-page-header.text--large .title span span b,
    .article-page-header.text--large .title span span i,
    .article-page-header.text--large .title span span span,
    .article-page-header.text--large .title span span u,
    .article-page-header.text--large .title span u a,
    .article-page-header.text--large .title span u b,
    .article-page-header.text--large .title span u i,
    .article-page-header.text--large .title span u span,
    .article-page-header.text--large .title span u u,
    .article-page-header.text--large .title span ul a,
    .article-page-header.text--large .title span ul b,
    .article-page-header.text--large .title span ul i,
    .article-page-header.text--large .title span ul span,
    .article-page-header.text--large .title span ul u,
    .article-page-header.text--large .title u a a,
    .article-page-header.text--large .title u a b,
    .article-page-header.text--large .title u a i,
    .article-page-header.text--large .title u a span,
    .article-page-header.text--large .title u a u,
    .article-page-header.text--large .title u b a,
    .article-page-header.text--large .title u b b,
    .article-page-header.text--large .title u b i,
    .article-page-header.text--large .title u b span,
    .article-page-header.text--large .title u b u,
    .article-page-header.text--large .title u i a,
    .article-page-header.text--large .title u i b,
    .article-page-header.text--large .title u i i,
    .article-page-header.text--large .title u i span,
    .article-page-header.text--large .title u i u,
    .article-page-header.text--large .title u li a,
    .article-page-header.text--large .title u li b,
    .article-page-header.text--large .title u li i,
    .article-page-header.text--large .title u li span,
    .article-page-header.text--large .title u li u,
    .article-page-header.text--large .title u ol a,
    .article-page-header.text--large .title u ol b,
    .article-page-header.text--large .title u ol i,
    .article-page-header.text--large .title u ol span,
    .article-page-header.text--large .title u ol u,
    .article-page-header.text--large .title u span a,
    .article-page-header.text--large .title u span b,
    .article-page-header.text--large .title u span i,
    .article-page-header.text--large .title u span span,
    .article-page-header.text--large .title u span u,
    .article-page-header.text--large .title u u a,
    .article-page-header.text--large .title u u b,
    .article-page-header.text--large .title u u i,
    .article-page-header.text--large .title u u span,
    .article-page-header.text--large .title u u u,
    .article-page-header.text--large .title u ul a,
    .article-page-header.text--large .title u ul b,
    .article-page-header.text--large .title u ul i,
    .article-page-header.text--large .title u ul span,
    .article-page-header.text--large .title u ul u,
    .article-page-header.text--large .title ul a a,
    .article-page-header.text--large .title ul a b,
    .article-page-header.text--large .title ul a i,
    .article-page-header.text--large .title ul a span,
    .article-page-header.text--large .title ul a u,
    .article-page-header.text--large .title ul b a,
    .article-page-header.text--large .title ul b b,
    .article-page-header.text--large .title ul b i,
    .article-page-header.text--large .title ul b span,
    .article-page-header.text--large .title ul b u,
    .article-page-header.text--large .title ul i a,
    .article-page-header.text--large .title ul i b,
    .article-page-header.text--large .title ul i i,
    .article-page-header.text--large .title ul i span,
    .article-page-header.text--large .title ul i u,
    .article-page-header.text--large .title ul li a,
    .article-page-header.text--large .title ul li b,
    .article-page-header.text--large .title ul li i,
    .article-page-header.text--large .title ul li span,
    .article-page-header.text--large .title ul li u,
    .article-page-header.text--large .title ul ol a,
    .article-page-header.text--large .title ul ol b,
    .article-page-header.text--large .title ul ol i,
    .article-page-header.text--large .title ul ol span,
    .article-page-header.text--large .title ul ol u,
    .article-page-header.text--large .title ul span a,
    .article-page-header.text--large .title ul span b,
    .article-page-header.text--large .title ul span i,
    .article-page-header.text--large .title ul span span,
    .article-page-header.text--large .title ul span u,
    .article-page-header.text--large .title ul u a,
    .article-page-header.text--large .title ul u b,
    .article-page-header.text--large .title ul u i,
    .article-page-header.text--large .title ul u span,
    .article-page-header.text--large .title ul u u,
    .article-page-header.text--large .title ul ul a,
    .article-page-header.text--large .title ul ul b,
    .article-page-header.text--large .title ul ul i,
    .article-page-header.text--large .title ul ul span,
    .article-page-header.text--large .title ul ul u {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.report-page-header .title a,
.report-page-header .title b,
.report-page-header .title div,
.report-page-header .title h1,
.report-page-header .title h2,
.report-page-header .title h3,
.report-page-header .title h4,
.report-page-header .title h5,
.report-page-header .title h6,
.report-page-header .title i,
.report-page-header .title li,
.report-page-header .title ol,
.report-page-header .title p,
.report-page-header .title span,
.report-page-header .title u,
.report-page-header .title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .title a,
    .report-page-header .title b,
    .report-page-header .title div,
    .report-page-header .title h1,
    .report-page-header .title h2,
    .report-page-header .title h3,
    .report-page-header .title h4,
    .report-page-header .title h5,
    .report-page-header .title h6,
    .report-page-header .title i,
    .report-page-header .title li,
    .report-page-header .title ol,
    .report-page-header .title p,
    .report-page-header .title span,
    .report-page-header .title u,
    .report-page-header .title ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .title a,
    .report-page-header .title b,
    .report-page-header .title div,
    .report-page-header .title h1,
    .report-page-header .title h2,
    .report-page-header .title h3,
    .report-page-header .title h4,
    .report-page-header .title h5,
    .report-page-header .title h6,
    .report-page-header .title i,
    .report-page-header .title li,
    .report-page-header .title ol,
    .report-page-header .title p,
    .report-page-header .title span,
    .report-page-header .title u,
    .report-page-header .title ul {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

.report-page-header .title a a,
.report-page-header .title a b,
.report-page-header .title a i,
.report-page-header .title a li,
.report-page-header .title a ol,
.report-page-header .title a span,
.report-page-header .title a u,
.report-page-header .title a ul,
.report-page-header .title b a,
.report-page-header .title b b,
.report-page-header .title b i,
.report-page-header .title b li,
.report-page-header .title b ol,
.report-page-header .title b span,
.report-page-header .title b u,
.report-page-header .title b ul,
.report-page-header .title div a,
.report-page-header .title div b,
.report-page-header .title div i,
.report-page-header .title div li,
.report-page-header .title div ol,
.report-page-header .title div span,
.report-page-header .title div u,
.report-page-header .title div ul,
.report-page-header .title h1 a,
.report-page-header .title h1 b,
.report-page-header .title h1 i,
.report-page-header .title h1 li,
.report-page-header .title h1 ol,
.report-page-header .title h1 span,
.report-page-header .title h1 u,
.report-page-header .title h1 ul,
.report-page-header .title h2 a,
.report-page-header .title h2 b,
.report-page-header .title h2 i,
.report-page-header .title h2 li,
.report-page-header .title h2 ol,
.report-page-header .title h2 span,
.report-page-header .title h2 u,
.report-page-header .title h2 ul,
.report-page-header .title h3 a,
.report-page-header .title h3 b,
.report-page-header .title h3 i,
.report-page-header .title h3 li,
.report-page-header .title h3 ol,
.report-page-header .title h3 span,
.report-page-header .title h3 u,
.report-page-header .title h3 ul,
.report-page-header .title h4 a,
.report-page-header .title h4 b,
.report-page-header .title h4 i,
.report-page-header .title h4 li,
.report-page-header .title h4 ol,
.report-page-header .title h4 span,
.report-page-header .title h4 u,
.report-page-header .title h4 ul,
.report-page-header .title h5 a,
.report-page-header .title h5 b,
.report-page-header .title h5 i,
.report-page-header .title h5 li,
.report-page-header .title h5 ol,
.report-page-header .title h5 span,
.report-page-header .title h5 u,
.report-page-header .title h5 ul,
.report-page-header .title h6 a,
.report-page-header .title h6 b,
.report-page-header .title h6 i,
.report-page-header .title h6 li,
.report-page-header .title h6 ol,
.report-page-header .title h6 span,
.report-page-header .title h6 u,
.report-page-header .title h6 ul,
.report-page-header .title i a,
.report-page-header .title i b,
.report-page-header .title i i,
.report-page-header .title i li,
.report-page-header .title i ol,
.report-page-header .title i span,
.report-page-header .title i u,
.report-page-header .title i ul,
.report-page-header .title li a,
.report-page-header .title li b,
.report-page-header .title li i,
.report-page-header .title li li,
.report-page-header .title li ol,
.report-page-header .title li span,
.report-page-header .title li u,
.report-page-header .title li ul,
.report-page-header .title ol a,
.report-page-header .title ol b,
.report-page-header .title ol i,
.report-page-header .title ol li,
.report-page-header .title ol ol,
.report-page-header .title ol span,
.report-page-header .title ol u,
.report-page-header .title ol ul,
.report-page-header .title p a,
.report-page-header .title p b,
.report-page-header .title p i,
.report-page-header .title p li,
.report-page-header .title p ol,
.report-page-header .title p span,
.report-page-header .title p u,
.report-page-header .title p ul,
.report-page-header .title span a,
.report-page-header .title span b,
.report-page-header .title span i,
.report-page-header .title span li,
.report-page-header .title span ol,
.report-page-header .title span span,
.report-page-header .title span u,
.report-page-header .title span ul,
.report-page-header .title u a,
.report-page-header .title u b,
.report-page-header .title u i,
.report-page-header .title u li,
.report-page-header .title u ol,
.report-page-header .title u span,
.report-page-header .title u u,
.report-page-header .title u ul,
.report-page-header .title ul a,
.report-page-header .title ul b,
.report-page-header .title ul i,
.report-page-header .title ul li,
.report-page-header .title ul ol,
.report-page-header .title ul span,
.report-page-header .title ul u,
.report-page-header .title ul ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .title a a,
    .report-page-header .title a b,
    .report-page-header .title a i,
    .report-page-header .title a li,
    .report-page-header .title a ol,
    .report-page-header .title a span,
    .report-page-header .title a u,
    .report-page-header .title a ul,
    .report-page-header .title b a,
    .report-page-header .title b b,
    .report-page-header .title b i,
    .report-page-header .title b li,
    .report-page-header .title b ol,
    .report-page-header .title b span,
    .report-page-header .title b u,
    .report-page-header .title b ul,
    .report-page-header .title div a,
    .report-page-header .title div b,
    .report-page-header .title div i,
    .report-page-header .title div li,
    .report-page-header .title div ol,
    .report-page-header .title div span,
    .report-page-header .title div u,
    .report-page-header .title div ul,
    .report-page-header .title h1 a,
    .report-page-header .title h1 b,
    .report-page-header .title h1 i,
    .report-page-header .title h1 li,
    .report-page-header .title h1 ol,
    .report-page-header .title h1 span,
    .report-page-header .title h1 u,
    .report-page-header .title h1 ul,
    .report-page-header .title h2 a,
    .report-page-header .title h2 b,
    .report-page-header .title h2 i,
    .report-page-header .title h2 li,
    .report-page-header .title h2 ol,
    .report-page-header .title h2 span,
    .report-page-header .title h2 u,
    .report-page-header .title h2 ul,
    .report-page-header .title h3 a,
    .report-page-header .title h3 b,
    .report-page-header .title h3 i,
    .report-page-header .title h3 li,
    .report-page-header .title h3 ol,
    .report-page-header .title h3 span,
    .report-page-header .title h3 u,
    .report-page-header .title h3 ul,
    .report-page-header .title h4 a,
    .report-page-header .title h4 b,
    .report-page-header .title h4 i,
    .report-page-header .title h4 li,
    .report-page-header .title h4 ol,
    .report-page-header .title h4 span,
    .report-page-header .title h4 u,
    .report-page-header .title h4 ul,
    .report-page-header .title h5 a,
    .report-page-header .title h5 b,
    .report-page-header .title h5 i,
    .report-page-header .title h5 li,
    .report-page-header .title h5 ol,
    .report-page-header .title h5 span,
    .report-page-header .title h5 u,
    .report-page-header .title h5 ul,
    .report-page-header .title h6 a,
    .report-page-header .title h6 b,
    .report-page-header .title h6 i,
    .report-page-header .title h6 li,
    .report-page-header .title h6 ol,
    .report-page-header .title h6 span,
    .report-page-header .title h6 u,
    .report-page-header .title h6 ul,
    .report-page-header .title i a,
    .report-page-header .title i b,
    .report-page-header .title i i,
    .report-page-header .title i li,
    .report-page-header .title i ol,
    .report-page-header .title i span,
    .report-page-header .title i u,
    .report-page-header .title i ul,
    .report-page-header .title li a,
    .report-page-header .title li b,
    .report-page-header .title li i,
    .report-page-header .title li li,
    .report-page-header .title li ol,
    .report-page-header .title li span,
    .report-page-header .title li u,
    .report-page-header .title li ul,
    .report-page-header .title ol a,
    .report-page-header .title ol b,
    .report-page-header .title ol i,
    .report-page-header .title ol li,
    .report-page-header .title ol ol,
    .report-page-header .title ol span,
    .report-page-header .title ol u,
    .report-page-header .title ol ul,
    .report-page-header .title p a,
    .report-page-header .title p b,
    .report-page-header .title p i,
    .report-page-header .title p li,
    .report-page-header .title p ol,
    .report-page-header .title p span,
    .report-page-header .title p u,
    .report-page-header .title p ul,
    .report-page-header .title span a,
    .report-page-header .title span b,
    .report-page-header .title span i,
    .report-page-header .title span li,
    .report-page-header .title span ol,
    .report-page-header .title span span,
    .report-page-header .title span u,
    .report-page-header .title span ul,
    .report-page-header .title u a,
    .report-page-header .title u b,
    .report-page-header .title u i,
    .report-page-header .title u li,
    .report-page-header .title u ol,
    .report-page-header .title u span,
    .report-page-header .title u u,
    .report-page-header .title u ul,
    .report-page-header .title ul a,
    .report-page-header .title ul b,
    .report-page-header .title ul i,
    .report-page-header .title ul li,
    .report-page-header .title ul ol,
    .report-page-header .title ul span,
    .report-page-header .title ul u,
    .report-page-header .title ul ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .title a a,
    .report-page-header .title a b,
    .report-page-header .title a i,
    .report-page-header .title a li,
    .report-page-header .title a ol,
    .report-page-header .title a span,
    .report-page-header .title a u,
    .report-page-header .title a ul,
    .report-page-header .title b a,
    .report-page-header .title b b,
    .report-page-header .title b i,
    .report-page-header .title b li,
    .report-page-header .title b ol,
    .report-page-header .title b span,
    .report-page-header .title b u,
    .report-page-header .title b ul,
    .report-page-header .title div a,
    .report-page-header .title div b,
    .report-page-header .title div i,
    .report-page-header .title div li,
    .report-page-header .title div ol,
    .report-page-header .title div span,
    .report-page-header .title div u,
    .report-page-header .title div ul,
    .report-page-header .title h1 a,
    .report-page-header .title h1 b,
    .report-page-header .title h1 i,
    .report-page-header .title h1 li,
    .report-page-header .title h1 ol,
    .report-page-header .title h1 span,
    .report-page-header .title h1 u,
    .report-page-header .title h1 ul,
    .report-page-header .title h2 a,
    .report-page-header .title h2 b,
    .report-page-header .title h2 i,
    .report-page-header .title h2 li,
    .report-page-header .title h2 ol,
    .report-page-header .title h2 span,
    .report-page-header .title h2 u,
    .report-page-header .title h2 ul,
    .report-page-header .title h3 a,
    .report-page-header .title h3 b,
    .report-page-header .title h3 i,
    .report-page-header .title h3 li,
    .report-page-header .title h3 ol,
    .report-page-header .title h3 span,
    .report-page-header .title h3 u,
    .report-page-header .title h3 ul,
    .report-page-header .title h4 a,
    .report-page-header .title h4 b,
    .report-page-header .title h4 i,
    .report-page-header .title h4 li,
    .report-page-header .title h4 ol,
    .report-page-header .title h4 span,
    .report-page-header .title h4 u,
    .report-page-header .title h4 ul,
    .report-page-header .title h5 a,
    .report-page-header .title h5 b,
    .report-page-header .title h5 i,
    .report-page-header .title h5 li,
    .report-page-header .title h5 ol,
    .report-page-header .title h5 span,
    .report-page-header .title h5 u,
    .report-page-header .title h5 ul,
    .report-page-header .title h6 a,
    .report-page-header .title h6 b,
    .report-page-header .title h6 i,
    .report-page-header .title h6 li,
    .report-page-header .title h6 ol,
    .report-page-header .title h6 span,
    .report-page-header .title h6 u,
    .report-page-header .title h6 ul,
    .report-page-header .title i a,
    .report-page-header .title i b,
    .report-page-header .title i i,
    .report-page-header .title i li,
    .report-page-header .title i ol,
    .report-page-header .title i span,
    .report-page-header .title i u,
    .report-page-header .title i ul,
    .report-page-header .title li a,
    .report-page-header .title li b,
    .report-page-header .title li i,
    .report-page-header .title li li,
    .report-page-header .title li ol,
    .report-page-header .title li span,
    .report-page-header .title li u,
    .report-page-header .title li ul,
    .report-page-header .title ol a,
    .report-page-header .title ol b,
    .report-page-header .title ol i,
    .report-page-header .title ol li,
    .report-page-header .title ol ol,
    .report-page-header .title ol span,
    .report-page-header .title ol u,
    .report-page-header .title ol ul,
    .report-page-header .title p a,
    .report-page-header .title p b,
    .report-page-header .title p i,
    .report-page-header .title p li,
    .report-page-header .title p ol,
    .report-page-header .title p span,
    .report-page-header .title p u,
    .report-page-header .title p ul,
    .report-page-header .title span a,
    .report-page-header .title span b,
    .report-page-header .title span i,
    .report-page-header .title span li,
    .report-page-header .title span ol,
    .report-page-header .title span span,
    .report-page-header .title span u,
    .report-page-header .title span ul,
    .report-page-header .title u a,
    .report-page-header .title u b,
    .report-page-header .title u i,
    .report-page-header .title u li,
    .report-page-header .title u ol,
    .report-page-header .title u span,
    .report-page-header .title u u,
    .report-page-header .title u ul,
    .report-page-header .title ul a,
    .report-page-header .title ul b,
    .report-page-header .title ul i,
    .report-page-header .title ul li,
    .report-page-header .title ul ol,
    .report-page-header .title ul span,
    .report-page-header .title ul u,
    .report-page-header .title ul ul {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

.report-page-header .title a a a,
.report-page-header .title a a b,
.report-page-header .title a a i,
.report-page-header .title a a span,
.report-page-header .title a a u,
.report-page-header .title a b a,
.report-page-header .title a b b,
.report-page-header .title a b i,
.report-page-header .title a b span,
.report-page-header .title a b u,
.report-page-header .title a i a,
.report-page-header .title a i b,
.report-page-header .title a i i,
.report-page-header .title a i span,
.report-page-header .title a i u,
.report-page-header .title a li a,
.report-page-header .title a li b,
.report-page-header .title a li i,
.report-page-header .title a li span,
.report-page-header .title a li u,
.report-page-header .title a ol a,
.report-page-header .title a ol b,
.report-page-header .title a ol i,
.report-page-header .title a ol span,
.report-page-header .title a ol u,
.report-page-header .title a span a,
.report-page-header .title a span b,
.report-page-header .title a span i,
.report-page-header .title a span span,
.report-page-header .title a span u,
.report-page-header .title a u a,
.report-page-header .title a u b,
.report-page-header .title a u i,
.report-page-header .title a u span,
.report-page-header .title a u u,
.report-page-header .title a ul a,
.report-page-header .title a ul b,
.report-page-header .title a ul i,
.report-page-header .title a ul span,
.report-page-header .title a ul u,
.report-page-header .title b a a,
.report-page-header .title b a b,
.report-page-header .title b a i,
.report-page-header .title b a span,
.report-page-header .title b a u,
.report-page-header .title b b a,
.report-page-header .title b b b,
.report-page-header .title b b i,
.report-page-header .title b b span,
.report-page-header .title b b u,
.report-page-header .title b i a,
.report-page-header .title b i b,
.report-page-header .title b i i,
.report-page-header .title b i span,
.report-page-header .title b i u,
.report-page-header .title b li a,
.report-page-header .title b li b,
.report-page-header .title b li i,
.report-page-header .title b li span,
.report-page-header .title b li u,
.report-page-header .title b ol a,
.report-page-header .title b ol b,
.report-page-header .title b ol i,
.report-page-header .title b ol span,
.report-page-header .title b ol u,
.report-page-header .title b span a,
.report-page-header .title b span b,
.report-page-header .title b span i,
.report-page-header .title b span span,
.report-page-header .title b span u,
.report-page-header .title b u a,
.report-page-header .title b u b,
.report-page-header .title b u i,
.report-page-header .title b u span,
.report-page-header .title b u u,
.report-page-header .title b ul a,
.report-page-header .title b ul b,
.report-page-header .title b ul i,
.report-page-header .title b ul span,
.report-page-header .title b ul u,
.report-page-header .title div a a,
.report-page-header .title div a b,
.report-page-header .title div a i,
.report-page-header .title div a span,
.report-page-header .title div a u,
.report-page-header .title div b a,
.report-page-header .title div b b,
.report-page-header .title div b i,
.report-page-header .title div b span,
.report-page-header .title div b u,
.report-page-header .title div i a,
.report-page-header .title div i b,
.report-page-header .title div i i,
.report-page-header .title div i span,
.report-page-header .title div i u,
.report-page-header .title div li a,
.report-page-header .title div li b,
.report-page-header .title div li i,
.report-page-header .title div li span,
.report-page-header .title div li u,
.report-page-header .title div ol a,
.report-page-header .title div ol b,
.report-page-header .title div ol i,
.report-page-header .title div ol span,
.report-page-header .title div ol u,
.report-page-header .title div span a,
.report-page-header .title div span b,
.report-page-header .title div span i,
.report-page-header .title div span span,
.report-page-header .title div span u,
.report-page-header .title div u a,
.report-page-header .title div u b,
.report-page-header .title div u i,
.report-page-header .title div u span,
.report-page-header .title div u u,
.report-page-header .title div ul a,
.report-page-header .title div ul b,
.report-page-header .title div ul i,
.report-page-header .title div ul span,
.report-page-header .title div ul u,
.report-page-header .title h1 a a,
.report-page-header .title h1 a b,
.report-page-header .title h1 a i,
.report-page-header .title h1 a span,
.report-page-header .title h1 a u,
.report-page-header .title h1 b a,
.report-page-header .title h1 b b,
.report-page-header .title h1 b i,
.report-page-header .title h1 b span,
.report-page-header .title h1 b u,
.report-page-header .title h1 i a,
.report-page-header .title h1 i b,
.report-page-header .title h1 i i,
.report-page-header .title h1 i span,
.report-page-header .title h1 i u,
.report-page-header .title h1 li a,
.report-page-header .title h1 li b,
.report-page-header .title h1 li i,
.report-page-header .title h1 li span,
.report-page-header .title h1 li u,
.report-page-header .title h1 ol a,
.report-page-header .title h1 ol b,
.report-page-header .title h1 ol i,
.report-page-header .title h1 ol span,
.report-page-header .title h1 ol u,
.report-page-header .title h1 span a,
.report-page-header .title h1 span b,
.report-page-header .title h1 span i,
.report-page-header .title h1 span span,
.report-page-header .title h1 span u,
.report-page-header .title h1 u a,
.report-page-header .title h1 u b,
.report-page-header .title h1 u i,
.report-page-header .title h1 u span,
.report-page-header .title h1 u u,
.report-page-header .title h1 ul a,
.report-page-header .title h1 ul b,
.report-page-header .title h1 ul i,
.report-page-header .title h1 ul span,
.report-page-header .title h1 ul u,
.report-page-header .title h2 a a,
.report-page-header .title h2 a b,
.report-page-header .title h2 a i,
.report-page-header .title h2 a span,
.report-page-header .title h2 a u,
.report-page-header .title h2 b a,
.report-page-header .title h2 b b,
.report-page-header .title h2 b i,
.report-page-header .title h2 b span,
.report-page-header .title h2 b u,
.report-page-header .title h2 i a,
.report-page-header .title h2 i b,
.report-page-header .title h2 i i,
.report-page-header .title h2 i span,
.report-page-header .title h2 i u,
.report-page-header .title h2 li a,
.report-page-header .title h2 li b,
.report-page-header .title h2 li i,
.report-page-header .title h2 li span,
.report-page-header .title h2 li u,
.report-page-header .title h2 ol a,
.report-page-header .title h2 ol b,
.report-page-header .title h2 ol i,
.report-page-header .title h2 ol span,
.report-page-header .title h2 ol u,
.report-page-header .title h2 span a,
.report-page-header .title h2 span b,
.report-page-header .title h2 span i,
.report-page-header .title h2 span span,
.report-page-header .title h2 span u,
.report-page-header .title h2 u a,
.report-page-header .title h2 u b,
.report-page-header .title h2 u i,
.report-page-header .title h2 u span,
.report-page-header .title h2 u u,
.report-page-header .title h2 ul a,
.report-page-header .title h2 ul b,
.report-page-header .title h2 ul i,
.report-page-header .title h2 ul span,
.report-page-header .title h2 ul u,
.report-page-header .title h3 a a,
.report-page-header .title h3 a b,
.report-page-header .title h3 a i,
.report-page-header .title h3 a span,
.report-page-header .title h3 a u,
.report-page-header .title h3 b a,
.report-page-header .title h3 b b,
.report-page-header .title h3 b i,
.report-page-header .title h3 b span,
.report-page-header .title h3 b u,
.report-page-header .title h3 i a,
.report-page-header .title h3 i b,
.report-page-header .title h3 i i,
.report-page-header .title h3 i span,
.report-page-header .title h3 i u,
.report-page-header .title h3 li a,
.report-page-header .title h3 li b,
.report-page-header .title h3 li i,
.report-page-header .title h3 li span,
.report-page-header .title h3 li u,
.report-page-header .title h3 ol a,
.report-page-header .title h3 ol b,
.report-page-header .title h3 ol i,
.report-page-header .title h3 ol span,
.report-page-header .title h3 ol u,
.report-page-header .title h3 span a,
.report-page-header .title h3 span b,
.report-page-header .title h3 span i,
.report-page-header .title h3 span span,
.report-page-header .title h3 span u,
.report-page-header .title h3 u a,
.report-page-header .title h3 u b,
.report-page-header .title h3 u i,
.report-page-header .title h3 u span,
.report-page-header .title h3 u u,
.report-page-header .title h3 ul a,
.report-page-header .title h3 ul b,
.report-page-header .title h3 ul i,
.report-page-header .title h3 ul span,
.report-page-header .title h3 ul u,
.report-page-header .title h4 a a,
.report-page-header .title h4 a b,
.report-page-header .title h4 a i,
.report-page-header .title h4 a span,
.report-page-header .title h4 a u,
.report-page-header .title h4 b a,
.report-page-header .title h4 b b,
.report-page-header .title h4 b i,
.report-page-header .title h4 b span,
.report-page-header .title h4 b u,
.report-page-header .title h4 i a,
.report-page-header .title h4 i b,
.report-page-header .title h4 i i,
.report-page-header .title h4 i span,
.report-page-header .title h4 i u,
.report-page-header .title h4 li a,
.report-page-header .title h4 li b,
.report-page-header .title h4 li i,
.report-page-header .title h4 li span,
.report-page-header .title h4 li u,
.report-page-header .title h4 ol a,
.report-page-header .title h4 ol b,
.report-page-header .title h4 ol i,
.report-page-header .title h4 ol span,
.report-page-header .title h4 ol u,
.report-page-header .title h4 span a,
.report-page-header .title h4 span b,
.report-page-header .title h4 span i,
.report-page-header .title h4 span span,
.report-page-header .title h4 span u,
.report-page-header .title h4 u a,
.report-page-header .title h4 u b,
.report-page-header .title h4 u i,
.report-page-header .title h4 u span,
.report-page-header .title h4 u u,
.report-page-header .title h4 ul a,
.report-page-header .title h4 ul b,
.report-page-header .title h4 ul i,
.report-page-header .title h4 ul span,
.report-page-header .title h4 ul u,
.report-page-header .title h5 a a,
.report-page-header .title h5 a b,
.report-page-header .title h5 a i,
.report-page-header .title h5 a span,
.report-page-header .title h5 a u,
.report-page-header .title h5 b a,
.report-page-header .title h5 b b,
.report-page-header .title h5 b i,
.report-page-header .title h5 b span,
.report-page-header .title h5 b u,
.report-page-header .title h5 i a,
.report-page-header .title h5 i b,
.report-page-header .title h5 i i,
.report-page-header .title h5 i span,
.report-page-header .title h5 i u,
.report-page-header .title h5 li a,
.report-page-header .title h5 li b,
.report-page-header .title h5 li i,
.report-page-header .title h5 li span,
.report-page-header .title h5 li u,
.report-page-header .title h5 ol a,
.report-page-header .title h5 ol b,
.report-page-header .title h5 ol i,
.report-page-header .title h5 ol span,
.report-page-header .title h5 ol u,
.report-page-header .title h5 span a,
.report-page-header .title h5 span b,
.report-page-header .title h5 span i,
.report-page-header .title h5 span span,
.report-page-header .title h5 span u,
.report-page-header .title h5 u a,
.report-page-header .title h5 u b,
.report-page-header .title h5 u i,
.report-page-header .title h5 u span,
.report-page-header .title h5 u u,
.report-page-header .title h5 ul a,
.report-page-header .title h5 ul b,
.report-page-header .title h5 ul i,
.report-page-header .title h5 ul span,
.report-page-header .title h5 ul u,
.report-page-header .title h6 a a,
.report-page-header .title h6 a b,
.report-page-header .title h6 a i,
.report-page-header .title h6 a span,
.report-page-header .title h6 a u,
.report-page-header .title h6 b a,
.report-page-header .title h6 b b,
.report-page-header .title h6 b i,
.report-page-header .title h6 b span,
.report-page-header .title h6 b u,
.report-page-header .title h6 i a,
.report-page-header .title h6 i b,
.report-page-header .title h6 i i,
.report-page-header .title h6 i span,
.report-page-header .title h6 i u,
.report-page-header .title h6 li a,
.report-page-header .title h6 li b,
.report-page-header .title h6 li i,
.report-page-header .title h6 li span,
.report-page-header .title h6 li u,
.report-page-header .title h6 ol a,
.report-page-header .title h6 ol b,
.report-page-header .title h6 ol i,
.report-page-header .title h6 ol span,
.report-page-header .title h6 ol u,
.report-page-header .title h6 span a,
.report-page-header .title h6 span b,
.report-page-header .title h6 span i,
.report-page-header .title h6 span span,
.report-page-header .title h6 span u,
.report-page-header .title h6 u a,
.report-page-header .title h6 u b,
.report-page-header .title h6 u i,
.report-page-header .title h6 u span,
.report-page-header .title h6 u u,
.report-page-header .title h6 ul a,
.report-page-header .title h6 ul b,
.report-page-header .title h6 ul i,
.report-page-header .title h6 ul span,
.report-page-header .title h6 ul u,
.report-page-header .title i a a,
.report-page-header .title i a b,
.report-page-header .title i a i,
.report-page-header .title i a span,
.report-page-header .title i a u,
.report-page-header .title i b a,
.report-page-header .title i b b,
.report-page-header .title i b i,
.report-page-header .title i b span,
.report-page-header .title i b u,
.report-page-header .title i i a,
.report-page-header .title i i b,
.report-page-header .title i i i,
.report-page-header .title i i span,
.report-page-header .title i i u,
.report-page-header .title i li a,
.report-page-header .title i li b,
.report-page-header .title i li i,
.report-page-header .title i li span,
.report-page-header .title i li u,
.report-page-header .title i ol a,
.report-page-header .title i ol b,
.report-page-header .title i ol i,
.report-page-header .title i ol span,
.report-page-header .title i ol u,
.report-page-header .title i span a,
.report-page-header .title i span b,
.report-page-header .title i span i,
.report-page-header .title i span span,
.report-page-header .title i span u,
.report-page-header .title i u a,
.report-page-header .title i u b,
.report-page-header .title i u i,
.report-page-header .title i u span,
.report-page-header .title i u u,
.report-page-header .title i ul a,
.report-page-header .title i ul b,
.report-page-header .title i ul i,
.report-page-header .title i ul span,
.report-page-header .title i ul u,
.report-page-header .title li a a,
.report-page-header .title li a b,
.report-page-header .title li a i,
.report-page-header .title li a span,
.report-page-header .title li a u,
.report-page-header .title li b a,
.report-page-header .title li b b,
.report-page-header .title li b i,
.report-page-header .title li b span,
.report-page-header .title li b u,
.report-page-header .title li i a,
.report-page-header .title li i b,
.report-page-header .title li i i,
.report-page-header .title li i span,
.report-page-header .title li i u,
.report-page-header .title li li a,
.report-page-header .title li li b,
.report-page-header .title li li i,
.report-page-header .title li li span,
.report-page-header .title li li u,
.report-page-header .title li ol a,
.report-page-header .title li ol b,
.report-page-header .title li ol i,
.report-page-header .title li ol span,
.report-page-header .title li ol u,
.report-page-header .title li span a,
.report-page-header .title li span b,
.report-page-header .title li span i,
.report-page-header .title li span span,
.report-page-header .title li span u,
.report-page-header .title li u a,
.report-page-header .title li u b,
.report-page-header .title li u i,
.report-page-header .title li u span,
.report-page-header .title li u u,
.report-page-header .title li ul a,
.report-page-header .title li ul b,
.report-page-header .title li ul i,
.report-page-header .title li ul span,
.report-page-header .title li ul u,
.report-page-header .title ol a a,
.report-page-header .title ol a b,
.report-page-header .title ol a i,
.report-page-header .title ol a span,
.report-page-header .title ol a u,
.report-page-header .title ol b a,
.report-page-header .title ol b b,
.report-page-header .title ol b i,
.report-page-header .title ol b span,
.report-page-header .title ol b u,
.report-page-header .title ol i a,
.report-page-header .title ol i b,
.report-page-header .title ol i i,
.report-page-header .title ol i span,
.report-page-header .title ol i u,
.report-page-header .title ol li a,
.report-page-header .title ol li b,
.report-page-header .title ol li i,
.report-page-header .title ol li span,
.report-page-header .title ol li u,
.report-page-header .title ol ol a,
.report-page-header .title ol ol b,
.report-page-header .title ol ol i,
.report-page-header .title ol ol span,
.report-page-header .title ol ol u,
.report-page-header .title ol span a,
.report-page-header .title ol span b,
.report-page-header .title ol span i,
.report-page-header .title ol span span,
.report-page-header .title ol span u,
.report-page-header .title ol u a,
.report-page-header .title ol u b,
.report-page-header .title ol u i,
.report-page-header .title ol u span,
.report-page-header .title ol u u,
.report-page-header .title ol ul a,
.report-page-header .title ol ul b,
.report-page-header .title ol ul i,
.report-page-header .title ol ul span,
.report-page-header .title ol ul u,
.report-page-header .title p a a,
.report-page-header .title p a b,
.report-page-header .title p a i,
.report-page-header .title p a span,
.report-page-header .title p a u,
.report-page-header .title p b a,
.report-page-header .title p b b,
.report-page-header .title p b i,
.report-page-header .title p b span,
.report-page-header .title p b u,
.report-page-header .title p i a,
.report-page-header .title p i b,
.report-page-header .title p i i,
.report-page-header .title p i span,
.report-page-header .title p i u,
.report-page-header .title p li a,
.report-page-header .title p li b,
.report-page-header .title p li i,
.report-page-header .title p li span,
.report-page-header .title p li u,
.report-page-header .title p ol a,
.report-page-header .title p ol b,
.report-page-header .title p ol i,
.report-page-header .title p ol span,
.report-page-header .title p ol u,
.report-page-header .title p span a,
.report-page-header .title p span b,
.report-page-header .title p span i,
.report-page-header .title p span span,
.report-page-header .title p span u,
.report-page-header .title p u a,
.report-page-header .title p u b,
.report-page-header .title p u i,
.report-page-header .title p u span,
.report-page-header .title p u u,
.report-page-header .title p ul a,
.report-page-header .title p ul b,
.report-page-header .title p ul i,
.report-page-header .title p ul span,
.report-page-header .title p ul u,
.report-page-header .title span a a,
.report-page-header .title span a b,
.report-page-header .title span a i,
.report-page-header .title span a span,
.report-page-header .title span a u,
.report-page-header .title span b a,
.report-page-header .title span b b,
.report-page-header .title span b i,
.report-page-header .title span b span,
.report-page-header .title span b u,
.report-page-header .title span i a,
.report-page-header .title span i b,
.report-page-header .title span i i,
.report-page-header .title span i span,
.report-page-header .title span i u,
.report-page-header .title span li a,
.report-page-header .title span li b,
.report-page-header .title span li i,
.report-page-header .title span li span,
.report-page-header .title span li u,
.report-page-header .title span ol a,
.report-page-header .title span ol b,
.report-page-header .title span ol i,
.report-page-header .title span ol span,
.report-page-header .title span ol u,
.report-page-header .title span span a,
.report-page-header .title span span b,
.report-page-header .title span span i,
.report-page-header .title span span span,
.report-page-header .title span span u,
.report-page-header .title span u a,
.report-page-header .title span u b,
.report-page-header .title span u i,
.report-page-header .title span u span,
.report-page-header .title span u u,
.report-page-header .title span ul a,
.report-page-header .title span ul b,
.report-page-header .title span ul i,
.report-page-header .title span ul span,
.report-page-header .title span ul u,
.report-page-header .title u a a,
.report-page-header .title u a b,
.report-page-header .title u a i,
.report-page-header .title u a span,
.report-page-header .title u a u,
.report-page-header .title u b a,
.report-page-header .title u b b,
.report-page-header .title u b i,
.report-page-header .title u b span,
.report-page-header .title u b u,
.report-page-header .title u i a,
.report-page-header .title u i b,
.report-page-header .title u i i,
.report-page-header .title u i span,
.report-page-header .title u i u,
.report-page-header .title u li a,
.report-page-header .title u li b,
.report-page-header .title u li i,
.report-page-header .title u li span,
.report-page-header .title u li u,
.report-page-header .title u ol a,
.report-page-header .title u ol b,
.report-page-header .title u ol i,
.report-page-header .title u ol span,
.report-page-header .title u ol u,
.report-page-header .title u span a,
.report-page-header .title u span b,
.report-page-header .title u span i,
.report-page-header .title u span span,
.report-page-header .title u span u,
.report-page-header .title u u a,
.report-page-header .title u u b,
.report-page-header .title u u i,
.report-page-header .title u u span,
.report-page-header .title u u u,
.report-page-header .title u ul a,
.report-page-header .title u ul b,
.report-page-header .title u ul i,
.report-page-header .title u ul span,
.report-page-header .title u ul u,
.report-page-header .title ul a a,
.report-page-header .title ul a b,
.report-page-header .title ul a i,
.report-page-header .title ul a span,
.report-page-header .title ul a u,
.report-page-header .title ul b a,
.report-page-header .title ul b b,
.report-page-header .title ul b i,
.report-page-header .title ul b span,
.report-page-header .title ul b u,
.report-page-header .title ul i a,
.report-page-header .title ul i b,
.report-page-header .title ul i i,
.report-page-header .title ul i span,
.report-page-header .title ul i u,
.report-page-header .title ul li a,
.report-page-header .title ul li b,
.report-page-header .title ul li i,
.report-page-header .title ul li span,
.report-page-header .title ul li u,
.report-page-header .title ul ol a,
.report-page-header .title ul ol b,
.report-page-header .title ul ol i,
.report-page-header .title ul ol span,
.report-page-header .title ul ol u,
.report-page-header .title ul span a,
.report-page-header .title ul span b,
.report-page-header .title ul span i,
.report-page-header .title ul span span,
.report-page-header .title ul span u,
.report-page-header .title ul u a,
.report-page-header .title ul u b,
.report-page-header .title ul u i,
.report-page-header .title ul u span,
.report-page-header .title ul u u,
.report-page-header .title ul ul a,
.report-page-header .title ul ul b,
.report-page-header .title ul ul i,
.report-page-header .title ul ul span,
.report-page-header .title ul ul u {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .title a a a,
    .report-page-header .title a a b,
    .report-page-header .title a a i,
    .report-page-header .title a a span,
    .report-page-header .title a a u,
    .report-page-header .title a b a,
    .report-page-header .title a b b,
    .report-page-header .title a b i,
    .report-page-header .title a b span,
    .report-page-header .title a b u,
    .report-page-header .title a i a,
    .report-page-header .title a i b,
    .report-page-header .title a i i,
    .report-page-header .title a i span,
    .report-page-header .title a i u,
    .report-page-header .title a li a,
    .report-page-header .title a li b,
    .report-page-header .title a li i,
    .report-page-header .title a li span,
    .report-page-header .title a li u,
    .report-page-header .title a ol a,
    .report-page-header .title a ol b,
    .report-page-header .title a ol i,
    .report-page-header .title a ol span,
    .report-page-header .title a ol u,
    .report-page-header .title a span a,
    .report-page-header .title a span b,
    .report-page-header .title a span i,
    .report-page-header .title a span span,
    .report-page-header .title a span u,
    .report-page-header .title a u a,
    .report-page-header .title a u b,
    .report-page-header .title a u i,
    .report-page-header .title a u span,
    .report-page-header .title a u u,
    .report-page-header .title a ul a,
    .report-page-header .title a ul b,
    .report-page-header .title a ul i,
    .report-page-header .title a ul span,
    .report-page-header .title a ul u,
    .report-page-header .title b a a,
    .report-page-header .title b a b,
    .report-page-header .title b a i,
    .report-page-header .title b a span,
    .report-page-header .title b a u,
    .report-page-header .title b b a,
    .report-page-header .title b b b,
    .report-page-header .title b b i,
    .report-page-header .title b b span,
    .report-page-header .title b b u,
    .report-page-header .title b i a,
    .report-page-header .title b i b,
    .report-page-header .title b i i,
    .report-page-header .title b i span,
    .report-page-header .title b i u,
    .report-page-header .title b li a,
    .report-page-header .title b li b,
    .report-page-header .title b li i,
    .report-page-header .title b li span,
    .report-page-header .title b li u,
    .report-page-header .title b ol a,
    .report-page-header .title b ol b,
    .report-page-header .title b ol i,
    .report-page-header .title b ol span,
    .report-page-header .title b ol u,
    .report-page-header .title b span a,
    .report-page-header .title b span b,
    .report-page-header .title b span i,
    .report-page-header .title b span span,
    .report-page-header .title b span u,
    .report-page-header .title b u a,
    .report-page-header .title b u b,
    .report-page-header .title b u i,
    .report-page-header .title b u span,
    .report-page-header .title b u u,
    .report-page-header .title b ul a,
    .report-page-header .title b ul b,
    .report-page-header .title b ul i,
    .report-page-header .title b ul span,
    .report-page-header .title b ul u,
    .report-page-header .title div a a,
    .report-page-header .title div a b,
    .report-page-header .title div a i,
    .report-page-header .title div a span,
    .report-page-header .title div a u,
    .report-page-header .title div b a,
    .report-page-header .title div b b,
    .report-page-header .title div b i,
    .report-page-header .title div b span,
    .report-page-header .title div b u,
    .report-page-header .title div i a,
    .report-page-header .title div i b,
    .report-page-header .title div i i,
    .report-page-header .title div i span,
    .report-page-header .title div i u,
    .report-page-header .title div li a,
    .report-page-header .title div li b,
    .report-page-header .title div li i,
    .report-page-header .title div li span,
    .report-page-header .title div li u,
    .report-page-header .title div ol a,
    .report-page-header .title div ol b,
    .report-page-header .title div ol i,
    .report-page-header .title div ol span,
    .report-page-header .title div ol u,
    .report-page-header .title div span a,
    .report-page-header .title div span b,
    .report-page-header .title div span i,
    .report-page-header .title div span span,
    .report-page-header .title div span u,
    .report-page-header .title div u a,
    .report-page-header .title div u b,
    .report-page-header .title div u i,
    .report-page-header .title div u span,
    .report-page-header .title div u u,
    .report-page-header .title div ul a,
    .report-page-header .title div ul b,
    .report-page-header .title div ul i,
    .report-page-header .title div ul span,
    .report-page-header .title div ul u,
    .report-page-header .title h1 a a,
    .report-page-header .title h1 a b,
    .report-page-header .title h1 a i,
    .report-page-header .title h1 a span,
    .report-page-header .title h1 a u,
    .report-page-header .title h1 b a,
    .report-page-header .title h1 b b,
    .report-page-header .title h1 b i,
    .report-page-header .title h1 b span,
    .report-page-header .title h1 b u,
    .report-page-header .title h1 i a,
    .report-page-header .title h1 i b,
    .report-page-header .title h1 i i,
    .report-page-header .title h1 i span,
    .report-page-header .title h1 i u,
    .report-page-header .title h1 li a,
    .report-page-header .title h1 li b,
    .report-page-header .title h1 li i,
    .report-page-header .title h1 li span,
    .report-page-header .title h1 li u,
    .report-page-header .title h1 ol a,
    .report-page-header .title h1 ol b,
    .report-page-header .title h1 ol i,
    .report-page-header .title h1 ol span,
    .report-page-header .title h1 ol u,
    .report-page-header .title h1 span a,
    .report-page-header .title h1 span b,
    .report-page-header .title h1 span i,
    .report-page-header .title h1 span span,
    .report-page-header .title h1 span u,
    .report-page-header .title h1 u a,
    .report-page-header .title h1 u b,
    .report-page-header .title h1 u i,
    .report-page-header .title h1 u span,
    .report-page-header .title h1 u u,
    .report-page-header .title h1 ul a,
    .report-page-header .title h1 ul b,
    .report-page-header .title h1 ul i,
    .report-page-header .title h1 ul span,
    .report-page-header .title h1 ul u,
    .report-page-header .title h2 a a,
    .report-page-header .title h2 a b,
    .report-page-header .title h2 a i,
    .report-page-header .title h2 a span,
    .report-page-header .title h2 a u,
    .report-page-header .title h2 b a,
    .report-page-header .title h2 b b,
    .report-page-header .title h2 b i,
    .report-page-header .title h2 b span,
    .report-page-header .title h2 b u,
    .report-page-header .title h2 i a,
    .report-page-header .title h2 i b,
    .report-page-header .title h2 i i,
    .report-page-header .title h2 i span,
    .report-page-header .title h2 i u,
    .report-page-header .title h2 li a,
    .report-page-header .title h2 li b,
    .report-page-header .title h2 li i,
    .report-page-header .title h2 li span,
    .report-page-header .title h2 li u,
    .report-page-header .title h2 ol a,
    .report-page-header .title h2 ol b,
    .report-page-header .title h2 ol i,
    .report-page-header .title h2 ol span,
    .report-page-header .title h2 ol u,
    .report-page-header .title h2 span a,
    .report-page-header .title h2 span b,
    .report-page-header .title h2 span i,
    .report-page-header .title h2 span span,
    .report-page-header .title h2 span u,
    .report-page-header .title h2 u a,
    .report-page-header .title h2 u b,
    .report-page-header .title h2 u i,
    .report-page-header .title h2 u span,
    .report-page-header .title h2 u u,
    .report-page-header .title h2 ul a,
    .report-page-header .title h2 ul b,
    .report-page-header .title h2 ul i,
    .report-page-header .title h2 ul span,
    .report-page-header .title h2 ul u,
    .report-page-header .title h3 a a,
    .report-page-header .title h3 a b,
    .report-page-header .title h3 a i,
    .report-page-header .title h3 a span,
    .report-page-header .title h3 a u,
    .report-page-header .title h3 b a,
    .report-page-header .title h3 b b,
    .report-page-header .title h3 b i,
    .report-page-header .title h3 b span,
    .report-page-header .title h3 b u,
    .report-page-header .title h3 i a,
    .report-page-header .title h3 i b,
    .report-page-header .title h3 i i,
    .report-page-header .title h3 i span,
    .report-page-header .title h3 i u,
    .report-page-header .title h3 li a,
    .report-page-header .title h3 li b,
    .report-page-header .title h3 li i,
    .report-page-header .title h3 li span,
    .report-page-header .title h3 li u,
    .report-page-header .title h3 ol a,
    .report-page-header .title h3 ol b,
    .report-page-header .title h3 ol i,
    .report-page-header .title h3 ol span,
    .report-page-header .title h3 ol u,
    .report-page-header .title h3 span a,
    .report-page-header .title h3 span b,
    .report-page-header .title h3 span i,
    .report-page-header .title h3 span span,
    .report-page-header .title h3 span u,
    .report-page-header .title h3 u a,
    .report-page-header .title h3 u b,
    .report-page-header .title h3 u i,
    .report-page-header .title h3 u span,
    .report-page-header .title h3 u u,
    .report-page-header .title h3 ul a,
    .report-page-header .title h3 ul b,
    .report-page-header .title h3 ul i,
    .report-page-header .title h3 ul span,
    .report-page-header .title h3 ul u,
    .report-page-header .title h4 a a,
    .report-page-header .title h4 a b,
    .report-page-header .title h4 a i,
    .report-page-header .title h4 a span,
    .report-page-header .title h4 a u,
    .report-page-header .title h4 b a,
    .report-page-header .title h4 b b,
    .report-page-header .title h4 b i,
    .report-page-header .title h4 b span,
    .report-page-header .title h4 b u,
    .report-page-header .title h4 i a,
    .report-page-header .title h4 i b,
    .report-page-header .title h4 i i,
    .report-page-header .title h4 i span,
    .report-page-header .title h4 i u,
    .report-page-header .title h4 li a,
    .report-page-header .title h4 li b,
    .report-page-header .title h4 li i,
    .report-page-header .title h4 li span,
    .report-page-header .title h4 li u,
    .report-page-header .title h4 ol a,
    .report-page-header .title h4 ol b,
    .report-page-header .title h4 ol i,
    .report-page-header .title h4 ol span,
    .report-page-header .title h4 ol u,
    .report-page-header .title h4 span a,
    .report-page-header .title h4 span b,
    .report-page-header .title h4 span i,
    .report-page-header .title h4 span span,
    .report-page-header .title h4 span u,
    .report-page-header .title h4 u a,
    .report-page-header .title h4 u b,
    .report-page-header .title h4 u i,
    .report-page-header .title h4 u span,
    .report-page-header .title h4 u u,
    .report-page-header .title h4 ul a,
    .report-page-header .title h4 ul b,
    .report-page-header .title h4 ul i,
    .report-page-header .title h4 ul span,
    .report-page-header .title h4 ul u,
    .report-page-header .title h5 a a,
    .report-page-header .title h5 a b,
    .report-page-header .title h5 a i,
    .report-page-header .title h5 a span,
    .report-page-header .title h5 a u,
    .report-page-header .title h5 b a,
    .report-page-header .title h5 b b,
    .report-page-header .title h5 b i,
    .report-page-header .title h5 b span,
    .report-page-header .title h5 b u,
    .report-page-header .title h5 i a,
    .report-page-header .title h5 i b,
    .report-page-header .title h5 i i,
    .report-page-header .title h5 i span,
    .report-page-header .title h5 i u,
    .report-page-header .title h5 li a,
    .report-page-header .title h5 li b,
    .report-page-header .title h5 li i,
    .report-page-header .title h5 li span,
    .report-page-header .title h5 li u,
    .report-page-header .title h5 ol a,
    .report-page-header .title h5 ol b,
    .report-page-header .title h5 ol i,
    .report-page-header .title h5 ol span,
    .report-page-header .title h5 ol u,
    .report-page-header .title h5 span a,
    .report-page-header .title h5 span b,
    .report-page-header .title h5 span i,
    .report-page-header .title h5 span span,
    .report-page-header .title h5 span u,
    .report-page-header .title h5 u a,
    .report-page-header .title h5 u b,
    .report-page-header .title h5 u i,
    .report-page-header .title h5 u span,
    .report-page-header .title h5 u u,
    .report-page-header .title h5 ul a,
    .report-page-header .title h5 ul b,
    .report-page-header .title h5 ul i,
    .report-page-header .title h5 ul span,
    .report-page-header .title h5 ul u,
    .report-page-header .title h6 a a,
    .report-page-header .title h6 a b,
    .report-page-header .title h6 a i,
    .report-page-header .title h6 a span,
    .report-page-header .title h6 a u,
    .report-page-header .title h6 b a,
    .report-page-header .title h6 b b,
    .report-page-header .title h6 b i,
    .report-page-header .title h6 b span,
    .report-page-header .title h6 b u,
    .report-page-header .title h6 i a,
    .report-page-header .title h6 i b,
    .report-page-header .title h6 i i,
    .report-page-header .title h6 i span,
    .report-page-header .title h6 i u,
    .report-page-header .title h6 li a,
    .report-page-header .title h6 li b,
    .report-page-header .title h6 li i,
    .report-page-header .title h6 li span,
    .report-page-header .title h6 li u,
    .report-page-header .title h6 ol a,
    .report-page-header .title h6 ol b,
    .report-page-header .title h6 ol i,
    .report-page-header .title h6 ol span,
    .report-page-header .title h6 ol u,
    .report-page-header .title h6 span a,
    .report-page-header .title h6 span b,
    .report-page-header .title h6 span i,
    .report-page-header .title h6 span span,
    .report-page-header .title h6 span u,
    .report-page-header .title h6 u a,
    .report-page-header .title h6 u b,
    .report-page-header .title h6 u i,
    .report-page-header .title h6 u span,
    .report-page-header .title h6 u u,
    .report-page-header .title h6 ul a,
    .report-page-header .title h6 ul b,
    .report-page-header .title h6 ul i,
    .report-page-header .title h6 ul span,
    .report-page-header .title h6 ul u,
    .report-page-header .title i a a,
    .report-page-header .title i a b,
    .report-page-header .title i a i,
    .report-page-header .title i a span,
    .report-page-header .title i a u,
    .report-page-header .title i b a,
    .report-page-header .title i b b,
    .report-page-header .title i b i,
    .report-page-header .title i b span,
    .report-page-header .title i b u,
    .report-page-header .title i i a,
    .report-page-header .title i i b,
    .report-page-header .title i i i,
    .report-page-header .title i i span,
    .report-page-header .title i i u,
    .report-page-header .title i li a,
    .report-page-header .title i li b,
    .report-page-header .title i li i,
    .report-page-header .title i li span,
    .report-page-header .title i li u,
    .report-page-header .title i ol a,
    .report-page-header .title i ol b,
    .report-page-header .title i ol i,
    .report-page-header .title i ol span,
    .report-page-header .title i ol u,
    .report-page-header .title i span a,
    .report-page-header .title i span b,
    .report-page-header .title i span i,
    .report-page-header .title i span span,
    .report-page-header .title i span u,
    .report-page-header .title i u a,
    .report-page-header .title i u b,
    .report-page-header .title i u i,
    .report-page-header .title i u span,
    .report-page-header .title i u u,
    .report-page-header .title i ul a,
    .report-page-header .title i ul b,
    .report-page-header .title i ul i,
    .report-page-header .title i ul span,
    .report-page-header .title i ul u,
    .report-page-header .title li a a,
    .report-page-header .title li a b,
    .report-page-header .title li a i,
    .report-page-header .title li a span,
    .report-page-header .title li a u,
    .report-page-header .title li b a,
    .report-page-header .title li b b,
    .report-page-header .title li b i,
    .report-page-header .title li b span,
    .report-page-header .title li b u,
    .report-page-header .title li i a,
    .report-page-header .title li i b,
    .report-page-header .title li i i,
    .report-page-header .title li i span,
    .report-page-header .title li i u,
    .report-page-header .title li li a,
    .report-page-header .title li li b,
    .report-page-header .title li li i,
    .report-page-header .title li li span,
    .report-page-header .title li li u,
    .report-page-header .title li ol a,
    .report-page-header .title li ol b,
    .report-page-header .title li ol i,
    .report-page-header .title li ol span,
    .report-page-header .title li ol u,
    .report-page-header .title li span a,
    .report-page-header .title li span b,
    .report-page-header .title li span i,
    .report-page-header .title li span span,
    .report-page-header .title li span u,
    .report-page-header .title li u a,
    .report-page-header .title li u b,
    .report-page-header .title li u i,
    .report-page-header .title li u span,
    .report-page-header .title li u u,
    .report-page-header .title li ul a,
    .report-page-header .title li ul b,
    .report-page-header .title li ul i,
    .report-page-header .title li ul span,
    .report-page-header .title li ul u,
    .report-page-header .title ol a a,
    .report-page-header .title ol a b,
    .report-page-header .title ol a i,
    .report-page-header .title ol a span,
    .report-page-header .title ol a u,
    .report-page-header .title ol b a,
    .report-page-header .title ol b b,
    .report-page-header .title ol b i,
    .report-page-header .title ol b span,
    .report-page-header .title ol b u,
    .report-page-header .title ol i a,
    .report-page-header .title ol i b,
    .report-page-header .title ol i i,
    .report-page-header .title ol i span,
    .report-page-header .title ol i u,
    .report-page-header .title ol li a,
    .report-page-header .title ol li b,
    .report-page-header .title ol li i,
    .report-page-header .title ol li span,
    .report-page-header .title ol li u,
    .report-page-header .title ol ol a,
    .report-page-header .title ol ol b,
    .report-page-header .title ol ol i,
    .report-page-header .title ol ol span,
    .report-page-header .title ol ol u,
    .report-page-header .title ol span a,
    .report-page-header .title ol span b,
    .report-page-header .title ol span i,
    .report-page-header .title ol span span,
    .report-page-header .title ol span u,
    .report-page-header .title ol u a,
    .report-page-header .title ol u b,
    .report-page-header .title ol u i,
    .report-page-header .title ol u span,
    .report-page-header .title ol u u,
    .report-page-header .title ol ul a,
    .report-page-header .title ol ul b,
    .report-page-header .title ol ul i,
    .report-page-header .title ol ul span,
    .report-page-header .title ol ul u,
    .report-page-header .title p a a,
    .report-page-header .title p a b,
    .report-page-header .title p a i,
    .report-page-header .title p a span,
    .report-page-header .title p a u,
    .report-page-header .title p b a,
    .report-page-header .title p b b,
    .report-page-header .title p b i,
    .report-page-header .title p b span,
    .report-page-header .title p b u,
    .report-page-header .title p i a,
    .report-page-header .title p i b,
    .report-page-header .title p i i,
    .report-page-header .title p i span,
    .report-page-header .title p i u,
    .report-page-header .title p li a,
    .report-page-header .title p li b,
    .report-page-header .title p li i,
    .report-page-header .title p li span,
    .report-page-header .title p li u,
    .report-page-header .title p ol a,
    .report-page-header .title p ol b,
    .report-page-header .title p ol i,
    .report-page-header .title p ol span,
    .report-page-header .title p ol u,
    .report-page-header .title p span a,
    .report-page-header .title p span b,
    .report-page-header .title p span i,
    .report-page-header .title p span span,
    .report-page-header .title p span u,
    .report-page-header .title p u a,
    .report-page-header .title p u b,
    .report-page-header .title p u i,
    .report-page-header .title p u span,
    .report-page-header .title p u u,
    .report-page-header .title p ul a,
    .report-page-header .title p ul b,
    .report-page-header .title p ul i,
    .report-page-header .title p ul span,
    .report-page-header .title p ul u,
    .report-page-header .title span a a,
    .report-page-header .title span a b,
    .report-page-header .title span a i,
    .report-page-header .title span a span,
    .report-page-header .title span a u,
    .report-page-header .title span b a,
    .report-page-header .title span b b,
    .report-page-header .title span b i,
    .report-page-header .title span b span,
    .report-page-header .title span b u,
    .report-page-header .title span i a,
    .report-page-header .title span i b,
    .report-page-header .title span i i,
    .report-page-header .title span i span,
    .report-page-header .title span i u,
    .report-page-header .title span li a,
    .report-page-header .title span li b,
    .report-page-header .title span li i,
    .report-page-header .title span li span,
    .report-page-header .title span li u,
    .report-page-header .title span ol a,
    .report-page-header .title span ol b,
    .report-page-header .title span ol i,
    .report-page-header .title span ol span,
    .report-page-header .title span ol u,
    .report-page-header .title span span a,
    .report-page-header .title span span b,
    .report-page-header .title span span i,
    .report-page-header .title span span span,
    .report-page-header .title span span u,
    .report-page-header .title span u a,
    .report-page-header .title span u b,
    .report-page-header .title span u i,
    .report-page-header .title span u span,
    .report-page-header .title span u u,
    .report-page-header .title span ul a,
    .report-page-header .title span ul b,
    .report-page-header .title span ul i,
    .report-page-header .title span ul span,
    .report-page-header .title span ul u,
    .report-page-header .title u a a,
    .report-page-header .title u a b,
    .report-page-header .title u a i,
    .report-page-header .title u a span,
    .report-page-header .title u a u,
    .report-page-header .title u b a,
    .report-page-header .title u b b,
    .report-page-header .title u b i,
    .report-page-header .title u b span,
    .report-page-header .title u b u,
    .report-page-header .title u i a,
    .report-page-header .title u i b,
    .report-page-header .title u i i,
    .report-page-header .title u i span,
    .report-page-header .title u i u,
    .report-page-header .title u li a,
    .report-page-header .title u li b,
    .report-page-header .title u li i,
    .report-page-header .title u li span,
    .report-page-header .title u li u,
    .report-page-header .title u ol a,
    .report-page-header .title u ol b,
    .report-page-header .title u ol i,
    .report-page-header .title u ol span,
    .report-page-header .title u ol u,
    .report-page-header .title u span a,
    .report-page-header .title u span b,
    .report-page-header .title u span i,
    .report-page-header .title u span span,
    .report-page-header .title u span u,
    .report-page-header .title u u a,
    .report-page-header .title u u b,
    .report-page-header .title u u i,
    .report-page-header .title u u span,
    .report-page-header .title u u u,
    .report-page-header .title u ul a,
    .report-page-header .title u ul b,
    .report-page-header .title u ul i,
    .report-page-header .title u ul span,
    .report-page-header .title u ul u,
    .report-page-header .title ul a a,
    .report-page-header .title ul a b,
    .report-page-header .title ul a i,
    .report-page-header .title ul a span,
    .report-page-header .title ul a u,
    .report-page-header .title ul b a,
    .report-page-header .title ul b b,
    .report-page-header .title ul b i,
    .report-page-header .title ul b span,
    .report-page-header .title ul b u,
    .report-page-header .title ul i a,
    .report-page-header .title ul i b,
    .report-page-header .title ul i i,
    .report-page-header .title ul i span,
    .report-page-header .title ul i u,
    .report-page-header .title ul li a,
    .report-page-header .title ul li b,
    .report-page-header .title ul li i,
    .report-page-header .title ul li span,
    .report-page-header .title ul li u,
    .report-page-header .title ul ol a,
    .report-page-header .title ul ol b,
    .report-page-header .title ul ol i,
    .report-page-header .title ul ol span,
    .report-page-header .title ul ol u,
    .report-page-header .title ul span a,
    .report-page-header .title ul span b,
    .report-page-header .title ul span i,
    .report-page-header .title ul span span,
    .report-page-header .title ul span u,
    .report-page-header .title ul u a,
    .report-page-header .title ul u b,
    .report-page-header .title ul u i,
    .report-page-header .title ul u span,
    .report-page-header .title ul u u,
    .report-page-header .title ul ul a,
    .report-page-header .title ul ul b,
    .report-page-header .title ul ul i,
    .report-page-header .title ul ul span,
    .report-page-header .title ul ul u {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .title a a a,
    .report-page-header .title a a b,
    .report-page-header .title a a i,
    .report-page-header .title a a span,
    .report-page-header .title a a u,
    .report-page-header .title a b a,
    .report-page-header .title a b b,
    .report-page-header .title a b i,
    .report-page-header .title a b span,
    .report-page-header .title a b u,
    .report-page-header .title a i a,
    .report-page-header .title a i b,
    .report-page-header .title a i i,
    .report-page-header .title a i span,
    .report-page-header .title a i u,
    .report-page-header .title a li a,
    .report-page-header .title a li b,
    .report-page-header .title a li i,
    .report-page-header .title a li span,
    .report-page-header .title a li u,
    .report-page-header .title a ol a,
    .report-page-header .title a ol b,
    .report-page-header .title a ol i,
    .report-page-header .title a ol span,
    .report-page-header .title a ol u,
    .report-page-header .title a span a,
    .report-page-header .title a span b,
    .report-page-header .title a span i,
    .report-page-header .title a span span,
    .report-page-header .title a span u,
    .report-page-header .title a u a,
    .report-page-header .title a u b,
    .report-page-header .title a u i,
    .report-page-header .title a u span,
    .report-page-header .title a u u,
    .report-page-header .title a ul a,
    .report-page-header .title a ul b,
    .report-page-header .title a ul i,
    .report-page-header .title a ul span,
    .report-page-header .title a ul u,
    .report-page-header .title b a a,
    .report-page-header .title b a b,
    .report-page-header .title b a i,
    .report-page-header .title b a span,
    .report-page-header .title b a u,
    .report-page-header .title b b a,
    .report-page-header .title b b b,
    .report-page-header .title b b i,
    .report-page-header .title b b span,
    .report-page-header .title b b u,
    .report-page-header .title b i a,
    .report-page-header .title b i b,
    .report-page-header .title b i i,
    .report-page-header .title b i span,
    .report-page-header .title b i u,
    .report-page-header .title b li a,
    .report-page-header .title b li b,
    .report-page-header .title b li i,
    .report-page-header .title b li span,
    .report-page-header .title b li u,
    .report-page-header .title b ol a,
    .report-page-header .title b ol b,
    .report-page-header .title b ol i,
    .report-page-header .title b ol span,
    .report-page-header .title b ol u,
    .report-page-header .title b span a,
    .report-page-header .title b span b,
    .report-page-header .title b span i,
    .report-page-header .title b span span,
    .report-page-header .title b span u,
    .report-page-header .title b u a,
    .report-page-header .title b u b,
    .report-page-header .title b u i,
    .report-page-header .title b u span,
    .report-page-header .title b u u,
    .report-page-header .title b ul a,
    .report-page-header .title b ul b,
    .report-page-header .title b ul i,
    .report-page-header .title b ul span,
    .report-page-header .title b ul u,
    .report-page-header .title div a a,
    .report-page-header .title div a b,
    .report-page-header .title div a i,
    .report-page-header .title div a span,
    .report-page-header .title div a u,
    .report-page-header .title div b a,
    .report-page-header .title div b b,
    .report-page-header .title div b i,
    .report-page-header .title div b span,
    .report-page-header .title div b u,
    .report-page-header .title div i a,
    .report-page-header .title div i b,
    .report-page-header .title div i i,
    .report-page-header .title div i span,
    .report-page-header .title div i u,
    .report-page-header .title div li a,
    .report-page-header .title div li b,
    .report-page-header .title div li i,
    .report-page-header .title div li span,
    .report-page-header .title div li u,
    .report-page-header .title div ol a,
    .report-page-header .title div ol b,
    .report-page-header .title div ol i,
    .report-page-header .title div ol span,
    .report-page-header .title div ol u,
    .report-page-header .title div span a,
    .report-page-header .title div span b,
    .report-page-header .title div span i,
    .report-page-header .title div span span,
    .report-page-header .title div span u,
    .report-page-header .title div u a,
    .report-page-header .title div u b,
    .report-page-header .title div u i,
    .report-page-header .title div u span,
    .report-page-header .title div u u,
    .report-page-header .title div ul a,
    .report-page-header .title div ul b,
    .report-page-header .title div ul i,
    .report-page-header .title div ul span,
    .report-page-header .title div ul u,
    .report-page-header .title h1 a a,
    .report-page-header .title h1 a b,
    .report-page-header .title h1 a i,
    .report-page-header .title h1 a span,
    .report-page-header .title h1 a u,
    .report-page-header .title h1 b a,
    .report-page-header .title h1 b b,
    .report-page-header .title h1 b i,
    .report-page-header .title h1 b span,
    .report-page-header .title h1 b u,
    .report-page-header .title h1 i a,
    .report-page-header .title h1 i b,
    .report-page-header .title h1 i i,
    .report-page-header .title h1 i span,
    .report-page-header .title h1 i u,
    .report-page-header .title h1 li a,
    .report-page-header .title h1 li b,
    .report-page-header .title h1 li i,
    .report-page-header .title h1 li span,
    .report-page-header .title h1 li u,
    .report-page-header .title h1 ol a,
    .report-page-header .title h1 ol b,
    .report-page-header .title h1 ol i,
    .report-page-header .title h1 ol span,
    .report-page-header .title h1 ol u,
    .report-page-header .title h1 span a,
    .report-page-header .title h1 span b,
    .report-page-header .title h1 span i,
    .report-page-header .title h1 span span,
    .report-page-header .title h1 span u,
    .report-page-header .title h1 u a,
    .report-page-header .title h1 u b,
    .report-page-header .title h1 u i,
    .report-page-header .title h1 u span,
    .report-page-header .title h1 u u,
    .report-page-header .title h1 ul a,
    .report-page-header .title h1 ul b,
    .report-page-header .title h1 ul i,
    .report-page-header .title h1 ul span,
    .report-page-header .title h1 ul u,
    .report-page-header .title h2 a a,
    .report-page-header .title h2 a b,
    .report-page-header .title h2 a i,
    .report-page-header .title h2 a span,
    .report-page-header .title h2 a u,
    .report-page-header .title h2 b a,
    .report-page-header .title h2 b b,
    .report-page-header .title h2 b i,
    .report-page-header .title h2 b span,
    .report-page-header .title h2 b u,
    .report-page-header .title h2 i a,
    .report-page-header .title h2 i b,
    .report-page-header .title h2 i i,
    .report-page-header .title h2 i span,
    .report-page-header .title h2 i u,
    .report-page-header .title h2 li a,
    .report-page-header .title h2 li b,
    .report-page-header .title h2 li i,
    .report-page-header .title h2 li span,
    .report-page-header .title h2 li u,
    .report-page-header .title h2 ol a,
    .report-page-header .title h2 ol b,
    .report-page-header .title h2 ol i,
    .report-page-header .title h2 ol span,
    .report-page-header .title h2 ol u,
    .report-page-header .title h2 span a,
    .report-page-header .title h2 span b,
    .report-page-header .title h2 span i,
    .report-page-header .title h2 span span,
    .report-page-header .title h2 span u,
    .report-page-header .title h2 u a,
    .report-page-header .title h2 u b,
    .report-page-header .title h2 u i,
    .report-page-header .title h2 u span,
    .report-page-header .title h2 u u,
    .report-page-header .title h2 ul a,
    .report-page-header .title h2 ul b,
    .report-page-header .title h2 ul i,
    .report-page-header .title h2 ul span,
    .report-page-header .title h2 ul u,
    .report-page-header .title h3 a a,
    .report-page-header .title h3 a b,
    .report-page-header .title h3 a i,
    .report-page-header .title h3 a span,
    .report-page-header .title h3 a u,
    .report-page-header .title h3 b a,
    .report-page-header .title h3 b b,
    .report-page-header .title h3 b i,
    .report-page-header .title h3 b span,
    .report-page-header .title h3 b u,
    .report-page-header .title h3 i a,
    .report-page-header .title h3 i b,
    .report-page-header .title h3 i i,
    .report-page-header .title h3 i span,
    .report-page-header .title h3 i u,
    .report-page-header .title h3 li a,
    .report-page-header .title h3 li b,
    .report-page-header .title h3 li i,
    .report-page-header .title h3 li span,
    .report-page-header .title h3 li u,
    .report-page-header .title h3 ol a,
    .report-page-header .title h3 ol b,
    .report-page-header .title h3 ol i,
    .report-page-header .title h3 ol span,
    .report-page-header .title h3 ol u,
    .report-page-header .title h3 span a,
    .report-page-header .title h3 span b,
    .report-page-header .title h3 span i,
    .report-page-header .title h3 span span,
    .report-page-header .title h3 span u,
    .report-page-header .title h3 u a,
    .report-page-header .title h3 u b,
    .report-page-header .title h3 u i,
    .report-page-header .title h3 u span,
    .report-page-header .title h3 u u,
    .report-page-header .title h3 ul a,
    .report-page-header .title h3 ul b,
    .report-page-header .title h3 ul i,
    .report-page-header .title h3 ul span,
    .report-page-header .title h3 ul u,
    .report-page-header .title h4 a a,
    .report-page-header .title h4 a b,
    .report-page-header .title h4 a i,
    .report-page-header .title h4 a span,
    .report-page-header .title h4 a u,
    .report-page-header .title h4 b a,
    .report-page-header .title h4 b b,
    .report-page-header .title h4 b i,
    .report-page-header .title h4 b span,
    .report-page-header .title h4 b u,
    .report-page-header .title h4 i a,
    .report-page-header .title h4 i b,
    .report-page-header .title h4 i i,
    .report-page-header .title h4 i span,
    .report-page-header .title h4 i u,
    .report-page-header .title h4 li a,
    .report-page-header .title h4 li b,
    .report-page-header .title h4 li i,
    .report-page-header .title h4 li span,
    .report-page-header .title h4 li u,
    .report-page-header .title h4 ol a,
    .report-page-header .title h4 ol b,
    .report-page-header .title h4 ol i,
    .report-page-header .title h4 ol span,
    .report-page-header .title h4 ol u,
    .report-page-header .title h4 span a,
    .report-page-header .title h4 span b,
    .report-page-header .title h4 span i,
    .report-page-header .title h4 span span,
    .report-page-header .title h4 span u,
    .report-page-header .title h4 u a,
    .report-page-header .title h4 u b,
    .report-page-header .title h4 u i,
    .report-page-header .title h4 u span,
    .report-page-header .title h4 u u,
    .report-page-header .title h4 ul a,
    .report-page-header .title h4 ul b,
    .report-page-header .title h4 ul i,
    .report-page-header .title h4 ul span,
    .report-page-header .title h4 ul u,
    .report-page-header .title h5 a a,
    .report-page-header .title h5 a b,
    .report-page-header .title h5 a i,
    .report-page-header .title h5 a span,
    .report-page-header .title h5 a u,
    .report-page-header .title h5 b a,
    .report-page-header .title h5 b b,
    .report-page-header .title h5 b i,
    .report-page-header .title h5 b span,
    .report-page-header .title h5 b u,
    .report-page-header .title h5 i a,
    .report-page-header .title h5 i b,
    .report-page-header .title h5 i i,
    .report-page-header .title h5 i span,
    .report-page-header .title h5 i u,
    .report-page-header .title h5 li a,
    .report-page-header .title h5 li b,
    .report-page-header .title h5 li i,
    .report-page-header .title h5 li span,
    .report-page-header .title h5 li u,
    .report-page-header .title h5 ol a,
    .report-page-header .title h5 ol b,
    .report-page-header .title h5 ol i,
    .report-page-header .title h5 ol span,
    .report-page-header .title h5 ol u,
    .report-page-header .title h5 span a,
    .report-page-header .title h5 span b,
    .report-page-header .title h5 span i,
    .report-page-header .title h5 span span,
    .report-page-header .title h5 span u,
    .report-page-header .title h5 u a,
    .report-page-header .title h5 u b,
    .report-page-header .title h5 u i,
    .report-page-header .title h5 u span,
    .report-page-header .title h5 u u,
    .report-page-header .title h5 ul a,
    .report-page-header .title h5 ul b,
    .report-page-header .title h5 ul i,
    .report-page-header .title h5 ul span,
    .report-page-header .title h5 ul u,
    .report-page-header .title h6 a a,
    .report-page-header .title h6 a b,
    .report-page-header .title h6 a i,
    .report-page-header .title h6 a span,
    .report-page-header .title h6 a u,
    .report-page-header .title h6 b a,
    .report-page-header .title h6 b b,
    .report-page-header .title h6 b i,
    .report-page-header .title h6 b span,
    .report-page-header .title h6 b u,
    .report-page-header .title h6 i a,
    .report-page-header .title h6 i b,
    .report-page-header .title h6 i i,
    .report-page-header .title h6 i span,
    .report-page-header .title h6 i u,
    .report-page-header .title h6 li a,
    .report-page-header .title h6 li b,
    .report-page-header .title h6 li i,
    .report-page-header .title h6 li span,
    .report-page-header .title h6 li u,
    .report-page-header .title h6 ol a,
    .report-page-header .title h6 ol b,
    .report-page-header .title h6 ol i,
    .report-page-header .title h6 ol span,
    .report-page-header .title h6 ol u,
    .report-page-header .title h6 span a,
    .report-page-header .title h6 span b,
    .report-page-header .title h6 span i,
    .report-page-header .title h6 span span,
    .report-page-header .title h6 span u,
    .report-page-header .title h6 u a,
    .report-page-header .title h6 u b,
    .report-page-header .title h6 u i,
    .report-page-header .title h6 u span,
    .report-page-header .title h6 u u,
    .report-page-header .title h6 ul a,
    .report-page-header .title h6 ul b,
    .report-page-header .title h6 ul i,
    .report-page-header .title h6 ul span,
    .report-page-header .title h6 ul u,
    .report-page-header .title i a a,
    .report-page-header .title i a b,
    .report-page-header .title i a i,
    .report-page-header .title i a span,
    .report-page-header .title i a u,
    .report-page-header .title i b a,
    .report-page-header .title i b b,
    .report-page-header .title i b i,
    .report-page-header .title i b span,
    .report-page-header .title i b u,
    .report-page-header .title i i a,
    .report-page-header .title i i b,
    .report-page-header .title i i i,
    .report-page-header .title i i span,
    .report-page-header .title i i u,
    .report-page-header .title i li a,
    .report-page-header .title i li b,
    .report-page-header .title i li i,
    .report-page-header .title i li span,
    .report-page-header .title i li u,
    .report-page-header .title i ol a,
    .report-page-header .title i ol b,
    .report-page-header .title i ol i,
    .report-page-header .title i ol span,
    .report-page-header .title i ol u,
    .report-page-header .title i span a,
    .report-page-header .title i span b,
    .report-page-header .title i span i,
    .report-page-header .title i span span,
    .report-page-header .title i span u,
    .report-page-header .title i u a,
    .report-page-header .title i u b,
    .report-page-header .title i u i,
    .report-page-header .title i u span,
    .report-page-header .title i u u,
    .report-page-header .title i ul a,
    .report-page-header .title i ul b,
    .report-page-header .title i ul i,
    .report-page-header .title i ul span,
    .report-page-header .title i ul u,
    .report-page-header .title li a a,
    .report-page-header .title li a b,
    .report-page-header .title li a i,
    .report-page-header .title li a span,
    .report-page-header .title li a u,
    .report-page-header .title li b a,
    .report-page-header .title li b b,
    .report-page-header .title li b i,
    .report-page-header .title li b span,
    .report-page-header .title li b u,
    .report-page-header .title li i a,
    .report-page-header .title li i b,
    .report-page-header .title li i i,
    .report-page-header .title li i span,
    .report-page-header .title li i u,
    .report-page-header .title li li a,
    .report-page-header .title li li b,
    .report-page-header .title li li i,
    .report-page-header .title li li span,
    .report-page-header .title li li u,
    .report-page-header .title li ol a,
    .report-page-header .title li ol b,
    .report-page-header .title li ol i,
    .report-page-header .title li ol span,
    .report-page-header .title li ol u,
    .report-page-header .title li span a,
    .report-page-header .title li span b,
    .report-page-header .title li span i,
    .report-page-header .title li span span,
    .report-page-header .title li span u,
    .report-page-header .title li u a,
    .report-page-header .title li u b,
    .report-page-header .title li u i,
    .report-page-header .title li u span,
    .report-page-header .title li u u,
    .report-page-header .title li ul a,
    .report-page-header .title li ul b,
    .report-page-header .title li ul i,
    .report-page-header .title li ul span,
    .report-page-header .title li ul u,
    .report-page-header .title ol a a,
    .report-page-header .title ol a b,
    .report-page-header .title ol a i,
    .report-page-header .title ol a span,
    .report-page-header .title ol a u,
    .report-page-header .title ol b a,
    .report-page-header .title ol b b,
    .report-page-header .title ol b i,
    .report-page-header .title ol b span,
    .report-page-header .title ol b u,
    .report-page-header .title ol i a,
    .report-page-header .title ol i b,
    .report-page-header .title ol i i,
    .report-page-header .title ol i span,
    .report-page-header .title ol i u,
    .report-page-header .title ol li a,
    .report-page-header .title ol li b,
    .report-page-header .title ol li i,
    .report-page-header .title ol li span,
    .report-page-header .title ol li u,
    .report-page-header .title ol ol a,
    .report-page-header .title ol ol b,
    .report-page-header .title ol ol i,
    .report-page-header .title ol ol span,
    .report-page-header .title ol ol u,
    .report-page-header .title ol span a,
    .report-page-header .title ol span b,
    .report-page-header .title ol span i,
    .report-page-header .title ol span span,
    .report-page-header .title ol span u,
    .report-page-header .title ol u a,
    .report-page-header .title ol u b,
    .report-page-header .title ol u i,
    .report-page-header .title ol u span,
    .report-page-header .title ol u u,
    .report-page-header .title ol ul a,
    .report-page-header .title ol ul b,
    .report-page-header .title ol ul i,
    .report-page-header .title ol ul span,
    .report-page-header .title ol ul u,
    .report-page-header .title p a a,
    .report-page-header .title p a b,
    .report-page-header .title p a i,
    .report-page-header .title p a span,
    .report-page-header .title p a u,
    .report-page-header .title p b a,
    .report-page-header .title p b b,
    .report-page-header .title p b i,
    .report-page-header .title p b span,
    .report-page-header .title p b u,
    .report-page-header .title p i a,
    .report-page-header .title p i b,
    .report-page-header .title p i i,
    .report-page-header .title p i span,
    .report-page-header .title p i u,
    .report-page-header .title p li a,
    .report-page-header .title p li b,
    .report-page-header .title p li i,
    .report-page-header .title p li span,
    .report-page-header .title p li u,
    .report-page-header .title p ol a,
    .report-page-header .title p ol b,
    .report-page-header .title p ol i,
    .report-page-header .title p ol span,
    .report-page-header .title p ol u,
    .report-page-header .title p span a,
    .report-page-header .title p span b,
    .report-page-header .title p span i,
    .report-page-header .title p span span,
    .report-page-header .title p span u,
    .report-page-header .title p u a,
    .report-page-header .title p u b,
    .report-page-header .title p u i,
    .report-page-header .title p u span,
    .report-page-header .title p u u,
    .report-page-header .title p ul a,
    .report-page-header .title p ul b,
    .report-page-header .title p ul i,
    .report-page-header .title p ul span,
    .report-page-header .title p ul u,
    .report-page-header .title span a a,
    .report-page-header .title span a b,
    .report-page-header .title span a i,
    .report-page-header .title span a span,
    .report-page-header .title span a u,
    .report-page-header .title span b a,
    .report-page-header .title span b b,
    .report-page-header .title span b i,
    .report-page-header .title span b span,
    .report-page-header .title span b u,
    .report-page-header .title span i a,
    .report-page-header .title span i b,
    .report-page-header .title span i i,
    .report-page-header .title span i span,
    .report-page-header .title span i u,
    .report-page-header .title span li a,
    .report-page-header .title span li b,
    .report-page-header .title span li i,
    .report-page-header .title span li span,
    .report-page-header .title span li u,
    .report-page-header .title span ol a,
    .report-page-header .title span ol b,
    .report-page-header .title span ol i,
    .report-page-header .title span ol span,
    .report-page-header .title span ol u,
    .report-page-header .title span span a,
    .report-page-header .title span span b,
    .report-page-header .title span span i,
    .report-page-header .title span span span,
    .report-page-header .title span span u,
    .report-page-header .title span u a,
    .report-page-header .title span u b,
    .report-page-header .title span u i,
    .report-page-header .title span u span,
    .report-page-header .title span u u,
    .report-page-header .title span ul a,
    .report-page-header .title span ul b,
    .report-page-header .title span ul i,
    .report-page-header .title span ul span,
    .report-page-header .title span ul u,
    .report-page-header .title u a a,
    .report-page-header .title u a b,
    .report-page-header .title u a i,
    .report-page-header .title u a span,
    .report-page-header .title u a u,
    .report-page-header .title u b a,
    .report-page-header .title u b b,
    .report-page-header .title u b i,
    .report-page-header .title u b span,
    .report-page-header .title u b u,
    .report-page-header .title u i a,
    .report-page-header .title u i b,
    .report-page-header .title u i i,
    .report-page-header .title u i span,
    .report-page-header .title u i u,
    .report-page-header .title u li a,
    .report-page-header .title u li b,
    .report-page-header .title u li i,
    .report-page-header .title u li span,
    .report-page-header .title u li u,
    .report-page-header .title u ol a,
    .report-page-header .title u ol b,
    .report-page-header .title u ol i,
    .report-page-header .title u ol span,
    .report-page-header .title u ol u,
    .report-page-header .title u span a,
    .report-page-header .title u span b,
    .report-page-header .title u span i,
    .report-page-header .title u span span,
    .report-page-header .title u span u,
    .report-page-header .title u u a,
    .report-page-header .title u u b,
    .report-page-header .title u u i,
    .report-page-header .title u u span,
    .report-page-header .title u u u,
    .report-page-header .title u ul a,
    .report-page-header .title u ul b,
    .report-page-header .title u ul i,
    .report-page-header .title u ul span,
    .report-page-header .title u ul u,
    .report-page-header .title ul a a,
    .report-page-header .title ul a b,
    .report-page-header .title ul a i,
    .report-page-header .title ul a span,
    .report-page-header .title ul a u,
    .report-page-header .title ul b a,
    .report-page-header .title ul b b,
    .report-page-header .title ul b i,
    .report-page-header .title ul b span,
    .report-page-header .title ul b u,
    .report-page-header .title ul i a,
    .report-page-header .title ul i b,
    .report-page-header .title ul i i,
    .report-page-header .title ul i span,
    .report-page-header .title ul i u,
    .report-page-header .title ul li a,
    .report-page-header .title ul li b,
    .report-page-header .title ul li i,
    .report-page-header .title ul li span,
    .report-page-header .title ul li u,
    .report-page-header .title ul ol a,
    .report-page-header .title ul ol b,
    .report-page-header .title ul ol i,
    .report-page-header .title ul ol span,
    .report-page-header .title ul ol u,
    .report-page-header .title ul span a,
    .report-page-header .title ul span b,
    .report-page-header .title ul span i,
    .report-page-header .title ul span span,
    .report-page-header .title ul span u,
    .report-page-header .title ul u a,
    .report-page-header .title ul u b,
    .report-page-header .title ul u i,
    .report-page-header .title ul u span,
    .report-page-header .title ul u u,
    .report-page-header .title ul ul a,
    .report-page-header .title ul ul b,
    .report-page-header .title ul ul i,
    .report-page-header .title ul ul span,
    .report-page-header .title ul ul u {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

.report-page-header .main-container {
    width: 100%;
    max-width: 90pc;
    background-color: #fff
}

.report-page-header .main-container .headline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.report-page-header .main-container .headline-container .card {
    width: 83%;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (min-width:1024px) {
    .report-page-header .main-container .headline-container .card {
        margin-top: -148px
    }
}

@media screen and (max-width:767px) {
    .report-page-header .main-container .headline-container .card {
        width: 93%;
        margin-top: -42px
    }
}

.report-page-header .main-container .headline-container .card .eyebrow {
    color: #666;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase;
    margin-bottom: 1.6rem
}

.report-page-header .main-container .headline-container .card .title {
    margin-bottom: 2.4rem
}

@media screen and (max-width:767px) {
    .report-page-header .main-container .headline-container .card .title {
        margin-bottom: 1.6rem
    }
}

.report-page-header .main-container .headline-container .card .title a a,
.report-page-header .main-container .headline-container .card .title a a a,
.report-page-header .main-container .headline-container .card .title b a,
.report-page-header .main-container .headline-container .card .title b a a,
.report-page-header .main-container .headline-container .card .title div a,
.report-page-header .main-container .headline-container .card .title div a a,
.report-page-header .main-container .headline-container .card .title h1 a,
.report-page-header .main-container .headline-container .card .title h1 a a,
.report-page-header .main-container .headline-container .card .title h2 a,
.report-page-header .main-container .headline-container .card .title h2 a a,
.report-page-header .main-container .headline-container .card .title h3 a,
.report-page-header .main-container .headline-container .card .title h3 a a,
.report-page-header .main-container .headline-container .card .title h4 a,
.report-page-header .main-container .headline-container .card .title h4 a a,
.report-page-header .main-container .headline-container .card .title h5 a,
.report-page-header .main-container .headline-container .card .title h5 a a,
.report-page-header .main-container .headline-container .card .title h6 a,
.report-page-header .main-container .headline-container .card .title h6 a a,
.report-page-header .main-container .headline-container .card .title i a,
.report-page-header .main-container .headline-container .card .title i a a,
.report-page-header .main-container .headline-container .card .title li a,
.report-page-header .main-container .headline-container .card .title li a a,
.report-page-header .main-container .headline-container .card .title ol a,
.report-page-header .main-container .headline-container .card .title ol a a,
.report-page-header .main-container .headline-container .card .title p a,
.report-page-header .main-container .headline-container .card .title p a a,
.report-page-header .main-container .headline-container .card .title span a,
.report-page-header .main-container .headline-container .card .title span a a,
.report-page-header .main-container .headline-container .card .title u a,
.report-page-header .main-container .headline-container .card .title u a a,
.report-page-header .main-container .headline-container .card .title ul a,
.report-page-header .main-container .headline-container .card .title ul a a {
    color: #C74A07
}

.report-page-header .main-container .headline-container .card .description {
    margin-bottom: 2.4rem
}

.report-page-header .main-container .headline-container .card .description h1,
.report-page-header .main-container .headline-container .card .description h2,
.report-page-header .main-container .headline-container .card .description h3,
.report-page-header .main-container .headline-container .card .description h4,
.report-page-header .main-container .headline-container .card .description h5,
.report-page-header .main-container .headline-container .card .description h6,
.report-page-header .main-container .headline-container .card .description li,
.report-page-header .main-container .headline-container .card .description ol,
.report-page-header .main-container .headline-container .card .description p,
.report-page-header .main-container .headline-container .card .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1,
    .report-page-header .main-container .headline-container .card .description h2,
    .report-page-header .main-container .headline-container .card .description h3,
    .report-page-header .main-container .headline-container .card .description h4,
    .report-page-header .main-container .headline-container .card .description h5,
    .report-page-header .main-container .headline-container .card .description h6,
    .report-page-header .main-container .headline-container .card .description li,
    .report-page-header .main-container .headline-container .card .description ol,
    .report-page-header .main-container .headline-container .card .description p,
    .report-page-header .main-container .headline-container .card .description ul {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.report-page-header .main-container .headline-container .card .description h1 .body-large,
.report-page-header .main-container .headline-container .card .description h2 .body-large,
.report-page-header .main-container .headline-container .card .description h3 .body-large,
.report-page-header .main-container .headline-container .card .description h4 .body-large,
.report-page-header .main-container .headline-container .card .description h5 .body-large,
.report-page-header .main-container .headline-container .card .description h6 .body-large,
.report-page-header .main-container .headline-container .card .description li .body-large,
.report-page-header .main-container .headline-container .card .description ol .body-large,
.report-page-header .main-container .headline-container .card .description p .body-large,
.report-page-header .main-container .headline-container .card .description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.report-page-header .main-container .headline-container .card .description h1 .body-large-bold,
.report-page-header .main-container .headline-container .card .description h2 .body-large-bold,
.report-page-header .main-container .headline-container .card .description h3 .body-large-bold,
.report-page-header .main-container .headline-container .card .description h4 .body-large-bold,
.report-page-header .main-container .headline-container .card .description h5 .body-large-bold,
.report-page-header .main-container .headline-container .card .description h6 .body-large-bold,
.report-page-header .main-container .headline-container .card .description li .body-large-bold,
.report-page-header .main-container .headline-container .card .description ol .body-large-bold,
.report-page-header .main-container .headline-container .card .description p .body-large-bold,
.report-page-header .main-container .headline-container .card .description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.report-page-header .main-container .headline-container .card .description h1 .body-small,
.report-page-header .main-container .headline-container .card .description h2 .body-small,
.report-page-header .main-container .headline-container .card .description h3 .body-small,
.report-page-header .main-container .headline-container .card .description h4 .body-small,
.report-page-header .main-container .headline-container .card .description h5 .body-small,
.report-page-header .main-container .headline-container .card .description h6 .body-small,
.report-page-header .main-container .headline-container .card .description li .body-small,
.report-page-header .main-container .headline-container .card .description ol .body-small,
.report-page-header .main-container .headline-container .card .description p .body-small,
.report-page-header .main-container .headline-container .card .description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.report-page-header .main-container .headline-container .card .description h1 .body-small-bold,
.report-page-header .main-container .headline-container .card .description h2 .body-small-bold,
.report-page-header .main-container .headline-container .card .description h3 .body-small-bold,
.report-page-header .main-container .headline-container .card .description h4 .body-small-bold,
.report-page-header .main-container .headline-container .card .description h5 .body-small-bold,
.report-page-header .main-container .headline-container .card .description h6 .body-small-bold,
.report-page-header .main-container .headline-container .card .description li .body-small-bold,
.report-page-header .main-container .headline-container .card .description ol .body-small-bold,
.report-page-header .main-container .headline-container .card .description p .body-small-bold,
.report-page-header .main-container .headline-container .card .description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.report-page-header .main-container .headline-container .card .description h1 .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description h2 .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description h3 .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description h4 .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description h5 .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description h6 .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description li .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description ol .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description p .eyebrow-tags,
.report-page-header .main-container .headline-container .card .description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.report-page-header .main-container .headline-container .card .description h1 .headline-large,
.report-page-header .main-container .headline-container .card .description h2 .headline-large,
.report-page-header .main-container .headline-container .card .description h3 .headline-large,
.report-page-header .main-container .headline-container .card .description h4 .headline-large,
.report-page-header .main-container .headline-container .card .description h5 .headline-large,
.report-page-header .main-container .headline-container .card .description h6 .headline-large,
.report-page-header .main-container .headline-container .card .description li .headline-large,
.report-page-header .main-container .headline-container .card .description ol .headline-large,
.report-page-header .main-container .headline-container .card .description p .headline-large,
.report-page-header .main-container .headline-container .card .description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .headline-large,
    .report-page-header .main-container .headline-container .card .description h2 .headline-large,
    .report-page-header .main-container .headline-container .card .description h3 .headline-large,
    .report-page-header .main-container .headline-container .card .description h4 .headline-large,
    .report-page-header .main-container .headline-container .card .description h5 .headline-large,
    .report-page-header .main-container .headline-container .card .description h6 .headline-large,
    .report-page-header .main-container .headline-container .card .description li .headline-large,
    .report-page-header .main-container .headline-container .card .description ol .headline-large,
    .report-page-header .main-container .headline-container .card .description p .headline-large,
    .report-page-header .main-container .headline-container .card .description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .headline-large,
    .report-page-header .main-container .headline-container .card .description h2 .headline-large,
    .report-page-header .main-container .headline-container .card .description h3 .headline-large,
    .report-page-header .main-container .headline-container .card .description h4 .headline-large,
    .report-page-header .main-container .headline-container .card .description h5 .headline-large,
    .report-page-header .main-container .headline-container .card .description h6 .headline-large,
    .report-page-header .main-container .headline-container .card .description li .headline-large,
    .report-page-header .main-container .headline-container .card .description ol .headline-large,
    .report-page-header .main-container .headline-container .card .description p .headline-large,
    .report-page-header .main-container .headline-container .card .description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .headline-large-bold,
.report-page-header .main-container .headline-container .card .description h2 .headline-large-bold,
.report-page-header .main-container .headline-container .card .description h3 .headline-large-bold,
.report-page-header .main-container .headline-container .card .description h4 .headline-large-bold,
.report-page-header .main-container .headline-container .card .description h5 .headline-large-bold,
.report-page-header .main-container .headline-container .card .description h6 .headline-large-bold,
.report-page-header .main-container .headline-container .card .description li .headline-large-bold,
.report-page-header .main-container .headline-container .card .description ol .headline-large-bold,
.report-page-header .main-container .headline-container .card .description p .headline-large-bold,
.report-page-header .main-container .headline-container .card .description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h2 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h3 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h4 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h5 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h6 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description li .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description ol .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description p .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h2 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h3 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h4 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h5 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description h6 .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description li .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description ol .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description p .headline-large-bold,
    .report-page-header .main-container .headline-container .card .description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .headline-small,
.report-page-header .main-container .headline-container .card .description h2 .headline-small,
.report-page-header .main-container .headline-container .card .description h3 .headline-small,
.report-page-header .main-container .headline-container .card .description h4 .headline-small,
.report-page-header .main-container .headline-container .card .description h5 .headline-small,
.report-page-header .main-container .headline-container .card .description h6 .headline-small,
.report-page-header .main-container .headline-container .card .description li .headline-small,
.report-page-header .main-container .headline-container .card .description ol .headline-small,
.report-page-header .main-container .headline-container .card .description p .headline-small,
.report-page-header .main-container .headline-container .card .description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .headline-small,
    .report-page-header .main-container .headline-container .card .description h2 .headline-small,
    .report-page-header .main-container .headline-container .card .description h3 .headline-small,
    .report-page-header .main-container .headline-container .card .description h4 .headline-small,
    .report-page-header .main-container .headline-container .card .description h5 .headline-small,
    .report-page-header .main-container .headline-container .card .description h6 .headline-small,
    .report-page-header .main-container .headline-container .card .description li .headline-small,
    .report-page-header .main-container .headline-container .card .description ol .headline-small,
    .report-page-header .main-container .headline-container .card .description p .headline-small,
    .report-page-header .main-container .headline-container .card .description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .headline-small,
    .report-page-header .main-container .headline-container .card .description h2 .headline-small,
    .report-page-header .main-container .headline-container .card .description h3 .headline-small,
    .report-page-header .main-container .headline-container .card .description h4 .headline-small,
    .report-page-header .main-container .headline-container .card .description h5 .headline-small,
    .report-page-header .main-container .headline-container .card .description h6 .headline-small,
    .report-page-header .main-container .headline-container .card .description li .headline-small,
    .report-page-header .main-container .headline-container .card .description ol .headline-small,
    .report-page-header .main-container .headline-container .card .description p .headline-small,
    .report-page-header .main-container .headline-container .card .description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .sub-title,
.report-page-header .main-container .headline-container .card .description h2 .sub-title,
.report-page-header .main-container .headline-container .card .description h3 .sub-title,
.report-page-header .main-container .headline-container .card .description h4 .sub-title,
.report-page-header .main-container .headline-container .card .description h5 .sub-title,
.report-page-header .main-container .headline-container .card .description h6 .sub-title,
.report-page-header .main-container .headline-container .card .description li .sub-title,
.report-page-header .main-container .headline-container .card .description ol .sub-title,
.report-page-header .main-container .headline-container .card .description p .sub-title,
.report-page-header .main-container .headline-container .card .description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .sub-title,
    .report-page-header .main-container .headline-container .card .description h2 .sub-title,
    .report-page-header .main-container .headline-container .card .description h3 .sub-title,
    .report-page-header .main-container .headline-container .card .description h4 .sub-title,
    .report-page-header .main-container .headline-container .card .description h5 .sub-title,
    .report-page-header .main-container .headline-container .card .description h6 .sub-title,
    .report-page-header .main-container .headline-container .card .description li .sub-title,
    .report-page-header .main-container .headline-container .card .description ol .sub-title,
    .report-page-header .main-container .headline-container .card .description p .sub-title,
    .report-page-header .main-container .headline-container .card .description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .sub-title,
    .report-page-header .main-container .headline-container .card .description h2 .sub-title,
    .report-page-header .main-container .headline-container .card .description h3 .sub-title,
    .report-page-header .main-container .headline-container .card .description h4 .sub-title,
    .report-page-header .main-container .headline-container .card .description h5 .sub-title,
    .report-page-header .main-container .headline-container .card .description h6 .sub-title,
    .report-page-header .main-container .headline-container .card .description li .sub-title,
    .report-page-header .main-container .headline-container .card .description ol .sub-title,
    .report-page-header .main-container .headline-container .card .description p .sub-title,
    .report-page-header .main-container .headline-container .card .description ul .sub-title {
        font-size: 2.4rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .title-large,
.report-page-header .main-container .headline-container .card .description h2 .title-large,
.report-page-header .main-container .headline-container .card .description h3 .title-large,
.report-page-header .main-container .headline-container .card .description h4 .title-large,
.report-page-header .main-container .headline-container .card .description h5 .title-large,
.report-page-header .main-container .headline-container .card .description h6 .title-large,
.report-page-header .main-container .headline-container .card .description li .title-large,
.report-page-header .main-container .headline-container .card .description ol .title-large,
.report-page-header .main-container .headline-container .card .description p .title-large,
.report-page-header .main-container .headline-container .card .description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .title-large,
    .report-page-header .main-container .headline-container .card .description h2 .title-large,
    .report-page-header .main-container .headline-container .card .description h3 .title-large,
    .report-page-header .main-container .headline-container .card .description h4 .title-large,
    .report-page-header .main-container .headline-container .card .description h5 .title-large,
    .report-page-header .main-container .headline-container .card .description h6 .title-large,
    .report-page-header .main-container .headline-container .card .description li .title-large,
    .report-page-header .main-container .headline-container .card .description ol .title-large,
    .report-page-header .main-container .headline-container .card .description p .title-large,
    .report-page-header .main-container .headline-container .card .description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .title-large,
    .report-page-header .main-container .headline-container .card .description h2 .title-large,
    .report-page-header .main-container .headline-container .card .description h3 .title-large,
    .report-page-header .main-container .headline-container .card .description h4 .title-large,
    .report-page-header .main-container .headline-container .card .description h5 .title-large,
    .report-page-header .main-container .headline-container .card .description h6 .title-large,
    .report-page-header .main-container .headline-container .card .description li .title-large,
    .report-page-header .main-container .headline-container .card .description ol .title-large,
    .report-page-header .main-container .headline-container .card .description p .title-large,
    .report-page-header .main-container .headline-container .card .description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .title-small,
.report-page-header .main-container .headline-container .card .description h2 .title-small,
.report-page-header .main-container .headline-container .card .description h3 .title-small,
.report-page-header .main-container .headline-container .card .description h4 .title-small,
.report-page-header .main-container .headline-container .card .description h5 .title-small,
.report-page-header .main-container .headline-container .card .description h6 .title-small,
.report-page-header .main-container .headline-container .card .description li .title-small,
.report-page-header .main-container .headline-container .card .description ol .title-small,
.report-page-header .main-container .headline-container .card .description p .title-small,
.report-page-header .main-container .headline-container .card .description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .title-small,
    .report-page-header .main-container .headline-container .card .description h2 .title-small,
    .report-page-header .main-container .headline-container .card .description h3 .title-small,
    .report-page-header .main-container .headline-container .card .description h4 .title-small,
    .report-page-header .main-container .headline-container .card .description h5 .title-small,
    .report-page-header .main-container .headline-container .card .description h6 .title-small,
    .report-page-header .main-container .headline-container .card .description li .title-small,
    .report-page-header .main-container .headline-container .card .description ol .title-small,
    .report-page-header .main-container .headline-container .card .description p .title-small,
    .report-page-header .main-container .headline-container .card .description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .title-small,
    .report-page-header .main-container .headline-container .card .description h2 .title-small,
    .report-page-header .main-container .headline-container .card .description h3 .title-small,
    .report-page-header .main-container .headline-container .card .description h4 .title-small,
    .report-page-header .main-container .headline-container .card .description h5 .title-small,
    .report-page-header .main-container .headline-container .card .description h6 .title-small,
    .report-page-header .main-container .headline-container .card .description li .title-small,
    .report-page-header .main-container .headline-container .card .description ol .title-small,
    .report-page-header .main-container .headline-container .card .description p .title-small,
    .report-page-header .main-container .headline-container .card .description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link,
.report-page-header .main-container .headline-container .card .description li .hyper-link,
.report-page-header .main-container .headline-container .card .description ol .hyper-link,
.report-page-header .main-container .headline-container .card .description p .hyper-link,
.report-page-header .main-container .headline-container .card .description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1 .hyper-link,
    .report-page-header .main-container .headline-container .card .description h2 .hyper-link,
    .report-page-header .main-container .headline-container .card .description h3 .hyper-link,
    .report-page-header .main-container .headline-container .card .description h4 .hyper-link,
    .report-page-header .main-container .headline-container .card .description h5 .hyper-link,
    .report-page-header .main-container .headline-container .card .description h6 .hyper-link,
    .report-page-header .main-container .headline-container .card .description li .hyper-link,
    .report-page-header .main-container .headline-container .card .description ol .hyper-link,
    .report-page-header .main-container .headline-container .card .description p .hyper-link,
    .report-page-header .main-container .headline-container .card .description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h1 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description li .hyper-link:active,
.report-page-header .main-container .headline-container .card .description li .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:active,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description p .hyper-link:active,
.report-page-header .main-container .headline-container .card .description p .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:active,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description li .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description p .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description li .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description ol .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description p .hyper-link .icon:after,
.report-page-header .main-container .headline-container .card .description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description li .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description p .hyper-link:hover,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description h1 .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description li .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description li .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description p .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description p .hyper-link:hover a:hover,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:hover a,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.report-page-header .main-container .headline-container .card .description h1 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h1 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h2 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h3 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h4 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h5 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:active,
.report-page-header .main-container .headline-container .card .description h6 .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description li .hyper-link:active,
.report-page-header .main-container .headline-container .card .description li .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:active,
.report-page-header .main-container .headline-container .card .description ol .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description p .hyper-link:active,
.report-page-header .main-container .headline-container .card .description p .hyper-link:focus,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:active,
.report-page-header .main-container .headline-container .card .description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.report-page-header .main-container .headline-container .card .description h1>a:hover,
.report-page-header .main-container .headline-container .card .description h2>a:hover,
.report-page-header .main-container .headline-container .card .description h3>a:hover,
.report-page-header .main-container .headline-container .card .description h4>a:hover,
.report-page-header .main-container .headline-container .card .description h5>a:hover,
.report-page-header .main-container .headline-container .card .description h6>a:hover,
.report-page-header .main-container .headline-container .card .description li>a:hover,
.report-page-header .main-container .headline-container .card .description ol>a:hover,
.report-page-header .main-container .headline-container .card .description p>a:hover,
.report-page-header .main-container .headline-container .card .description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon,
    .report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon .icon:after,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:before:focus,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:before:active,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:hover,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:active,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:focus,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:hover:hover:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:active:focus:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:active:hover:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:focus:focus:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:focus:hover:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:hover:focus:before,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon:after,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon .link-text,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon .link-text:after,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description h1>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description h2>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description h3>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description h4>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description h5>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description h6>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description li>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description ol>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description p>a .hyper-link-with-icon .link-text:hover:after,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon .link-text:focus:after,
.report-page-header .main-container .headline-container .card .description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.report-page-header .main-container .headline-container .card .description h1 .statement-style,
.report-page-header .main-container .headline-container .card .description h2 .statement-style,
.report-page-header .main-container .headline-container .card .description h3 .statement-style,
.report-page-header .main-container .headline-container .card .description h4 .statement-style,
.report-page-header .main-container .headline-container .card .description h5 .statement-style,
.report-page-header .main-container .headline-container .card .description h6 .statement-style,
.report-page-header .main-container .headline-container .card .description li .statement-style,
.report-page-header .main-container .headline-container .card .description ol .statement-style,
.report-page-header .main-container .headline-container .card .description p .statement-style,
.report-page-header .main-container .headline-container .card .description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .statement-style,
    .report-page-header .main-container .headline-container .card .description h2 .statement-style,
    .report-page-header .main-container .headline-container .card .description h3 .statement-style,
    .report-page-header .main-container .headline-container .card .description h4 .statement-style,
    .report-page-header .main-container .headline-container .card .description h5 .statement-style,
    .report-page-header .main-container .headline-container .card .description h6 .statement-style,
    .report-page-header .main-container .headline-container .card .description li .statement-style,
    .report-page-header .main-container .headline-container .card .description ol .statement-style,
    .report-page-header .main-container .headline-container .card .description p .statement-style,
    .report-page-header .main-container .headline-container .card .description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .report-page-header .main-container .headline-container .card .description h1 .statement-style,
    .report-page-header .main-container .headline-container .card .description h2 .statement-style,
    .report-page-header .main-container .headline-container .card .description h3 .statement-style,
    .report-page-header .main-container .headline-container .card .description h4 .statement-style,
    .report-page-header .main-container .headline-container .card .description h5 .statement-style,
    .report-page-header .main-container .headline-container .card .description h6 .statement-style,
    .report-page-header .main-container .headline-container .card .description li .statement-style,
    .report-page-header .main-container .headline-container .card .description ol .statement-style,
    .report-page-header .main-container .headline-container .card .description p .statement-style,
    .report-page-header .main-container .headline-container .card .description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.report-page-header .main-container .headline-container .card .description h1 .statement-style:before,
.report-page-header .main-container .headline-container .card .description h2 .statement-style:before,
.report-page-header .main-container .headline-container .card .description h3 .statement-style:before,
.report-page-header .main-container .headline-container .card .description h4 .statement-style:before,
.report-page-header .main-container .headline-container .card .description h5 .statement-style:before,
.report-page-header .main-container .headline-container .card .description h6 .statement-style:before,
.report-page-header .main-container .headline-container .card .description li .statement-style:before,
.report-page-header .main-container .headline-container .card .description ol .statement-style:before,
.report-page-header .main-container .headline-container .card .description p .statement-style:before,
.report-page-header .main-container .headline-container .card .description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header .main-container .headline-container .card .description h1 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h2 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h3 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h4 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h5 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h6 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description li .statement-style:before,
    .report-page-header .main-container .headline-container .card .description ol .statement-style:before,
    .report-page-header .main-container .headline-container .card .description p .statement-style:before,
    .report-page-header .main-container .headline-container .card .description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .report-page-header .main-container .headline-container .card .description h1 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h2 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h3 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h4 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h5 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description h6 .statement-style:before,
    .report-page-header .main-container .headline-container .card .description li .statement-style:before,
    .report-page-header .main-container .headline-container .card .description ol .statement-style:before,
    .report-page-header .main-container .headline-container .card .description p .statement-style:before,
    .report-page-header .main-container .headline-container .card .description ul .statement-style:before {
        left: 5pc
    }
}

.report-page-header .main-container .headline-container .card .description li:not(:last-of-type),
.report-page-header .main-container .headline-container .card .description ol:not(:last-of-type),
.report-page-header .main-container .headline-container .card .description p:not(:last-of-type),
.report-page-header .main-container .headline-container .card .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description p+ul,
.report-page-header .main-container .headline-container .card .description ul+p {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description h1 {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.report-page-header .main-container .headline-container .card .description p:last-of-type+h1,
.report-page-header .main-container .headline-container .card .description ul:last-of-type+h1 {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description h2 {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.report-page-header .main-container .headline-container .card .description p:last-of-type+h2,
.report-page-header .main-container .headline-container .card .description ul:last-of-type+h2 {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description h3 {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.report-page-header .main-container .headline-container .card .description p:last-of-type+h3,
.report-page-header .main-container .headline-container .card .description ul:last-of-type+h3 {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description h4 {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.report-page-header .main-container .headline-container .card .description p:last-of-type+h4,
.report-page-header .main-container .headline-container .card .description ul:last-of-type+h4 {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description h5 {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.report-page-header .main-container .headline-container .card .description p:last-of-type+h5,
.report-page-header .main-container .headline-container .card .description ul:last-of-type+h5 {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description h6 {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.report-page-header .main-container .headline-container .card .description p:last-of-type+h6,
.report-page-header .main-container .headline-container .card .description ul:last-of-type+h6 {
    margin-top: 2rem
}

.report-page-header .main-container .headline-container .card .description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.report-page-header .main-container .headline-container .card .description a:focus,
.report-page-header .main-container .headline-container .card .description a:hover {
    outline: 1px dashed #474c50
}

.report-page-header .main-container .headline-container .card .description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.report-page-header .main-container .headline-container .card .description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .report-page-header .main-container .headline-container .card .description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .report-page-header .main-container .headline-container .card .description>ol li {
        padding-left: 8px
    }
}

.report-page-header .main-container .headline-container .card .description>ol li::marker {
    color: #936846
}

.report-page-header .main-container .headline-container .card .description>ol li ol li,
.report-page-header .main-container .headline-container .card .description>ol li ol li ol li {
    margin-left: -1.8rem
}

.report-page-header .main-container .headline-container .card .description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.report-page-header .main-container .headline-container .card .description>ul>li {
    position: relative;
    padding-left: 2pc
}

.report-page-header .main-container .headline-container .card .description>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.report-page-header .main-container .headline-container .card .description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.report-page-header .main-container .headline-container .card .description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.report-page-header .main-container .headline-container .card .description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .report-page-header .main-container .headline-container .card .description>ul li>ul li:before {
        line-height: 2pc
    }
}

.report-page-header .main-container .headline-container .card .description>ul li>ul li ul li {
    position: relative
}

.report-page-header .main-container .headline-container .card .description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.report-page-header .main-container .headline-container .card .description>ul li>ul li ul li ul li {
    position: relative
}

.report-page-header .main-container .headline-container .card .description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.report-page-header .main-container .headline-container .card .description a,
.report-page-header .main-container .headline-container .card .description b,
.report-page-header .main-container .headline-container .card .description div,
.report-page-header .main-container .headline-container .card .description h1,
.report-page-header .main-container .headline-container .card .description h2,
.report-page-header .main-container .headline-container .card .description h3,
.report-page-header .main-container .headline-container .card .description h4,
.report-page-header .main-container .headline-container .card .description h5,
.report-page-header .main-container .headline-container .card .description h6,
.report-page-header .main-container .headline-container .card .description i,
.report-page-header .main-container .headline-container .card .description li,
.report-page-header .main-container .headline-container .card .description ol,
.report-page-header .main-container .headline-container .card .description p,
.report-page-header .main-container .headline-container .card .description span,
.report-page-header .main-container .headline-container .card .description u,
.report-page-header .main-container .headline-container .card .description ul {
    word-break: break-word
}

.report-page-header .main-container .headline-container .card .description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .report-page-header .main-container .headline-container .card .description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .report-page-header .main-container .headline-container .card .description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .report-page-header .main-container .headline-container .card .description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.report-page-header .main-container .headline-container .card .description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.report-page-header .main-container .headline-container .card .description table td,
.report-page-header .main-container .headline-container .card .description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.report-page-header .main-container .headline-container .card .description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.report-page-header .main-container .headline-container .card .description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.report-page-header .main-container .headline-container .card .description table tr {
    border: none
}

.report-page-header .main-container .headline-container .card .description table td>p:not(:last-of-type),
.report-page-header .main-container .headline-container .card .description table td>ul li:not(:last-of-type),
.report-page-header .main-container .headline-container .card .description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.report-page-header .main-container .headline-container .card .description table a,
.report-page-header .main-container .headline-container .card .description table b,
.report-page-header .main-container .headline-container .card .description table div,
.report-page-header .main-container .headline-container .card .description table h1,
.report-page-header .main-container .headline-container .card .description table h2,
.report-page-header .main-container .headline-container .card .description table h3,
.report-page-header .main-container .headline-container .card .description table h4,
.report-page-header .main-container .headline-container .card .description table h5,
.report-page-header .main-container .headline-container .card .description table h6,
.report-page-header .main-container .headline-container .card .description table i,
.report-page-header .main-container .headline-container .card .description table li,
.report-page-header .main-container .headline-container .card .description table ol,
.report-page-header .main-container .headline-container .card .description table p,
.report-page-header .main-container .headline-container .card .description table span,
.report-page-header .main-container .headline-container .card .description table u,
.report-page-header .main-container .headline-container .card .description table ul {
    word-break: unset
}

@media screen and (max-width:767px) {
    .report-page-header .main-container .headline-container .card .description {
        margin-bottom: 1.6rem
    }
}

.report-page-header .main-container .headline-container .card .date {
    margin-bottom: 1.6rem;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.report-page-header .main-container .headline-container .card .date .bar {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

@media screen and (min-width:1024px) {
    .report-page-header .headline-container .card {
        padding: 4rem 4rem 4rem 8rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .report-page-header .headline-container .card {
        width: 94%;
        margin-top: -58px;
        padding: 2.4rem 2.4rem 2.4rem 4.8rem
    }
}

@media screen and (max-width:767px) {
    .report-page-header .headline-container .card {
        padding: 2.4rem
    }
}

.report-page-header.text--large .title a,
.report-page-header.text--large .title b,
.report-page-header.text--large .title div,
.report-page-header.text--large .title h1,
.report-page-header.text--large .title h2,
.report-page-header.text--large .title h3,
.report-page-header.text--large .title h4,
.report-page-header.text--large .title h5,
.report-page-header.text--large .title h6,
.report-page-header.text--large .title i,
.report-page-header.text--large .title li,
.report-page-header.text--large .title ol,
.report-page-header.text--large .title p,
.report-page-header.text--large .title span,
.report-page-header.text--large .title u,
.report-page-header.text--large .title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header.text--large .title a,
    .report-page-header.text--large .title b,
    .report-page-header.text--large .title div,
    .report-page-header.text--large .title h1,
    .report-page-header.text--large .title h2,
    .report-page-header.text--large .title h3,
    .report-page-header.text--large .title h4,
    .report-page-header.text--large .title h5,
    .report-page-header.text--large .title h6,
    .report-page-header.text--large .title i,
    .report-page-header.text--large .title li,
    .report-page-header.text--large .title ol,
    .report-page-header.text--large .title p,
    .report-page-header.text--large .title span,
    .report-page-header.text--large .title u,
    .report-page-header.text--large .title ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header.text--large .title a,
    .report-page-header.text--large .title b,
    .report-page-header.text--large .title div,
    .report-page-header.text--large .title h1,
    .report-page-header.text--large .title h2,
    .report-page-header.text--large .title h3,
    .report-page-header.text--large .title h4,
    .report-page-header.text--large .title h5,
    .report-page-header.text--large .title h6,
    .report-page-header.text--large .title i,
    .report-page-header.text--large .title li,
    .report-page-header.text--large .title ol,
    .report-page-header.text--large .title p,
    .report-page-header.text--large .title span,
    .report-page-header.text--large .title u,
    .report-page-header.text--large .title ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.report-page-header.text--large .title a a,
.report-page-header.text--large .title a b,
.report-page-header.text--large .title a i,
.report-page-header.text--large .title a li,
.report-page-header.text--large .title a ol,
.report-page-header.text--large .title a span,
.report-page-header.text--large .title a u,
.report-page-header.text--large .title a ul,
.report-page-header.text--large .title b a,
.report-page-header.text--large .title b b,
.report-page-header.text--large .title b i,
.report-page-header.text--large .title b li,
.report-page-header.text--large .title b ol,
.report-page-header.text--large .title b span,
.report-page-header.text--large .title b u,
.report-page-header.text--large .title b ul,
.report-page-header.text--large .title div a,
.report-page-header.text--large .title div b,
.report-page-header.text--large .title div i,
.report-page-header.text--large .title div li,
.report-page-header.text--large .title div ol,
.report-page-header.text--large .title div span,
.report-page-header.text--large .title div u,
.report-page-header.text--large .title div ul,
.report-page-header.text--large .title h1 a,
.report-page-header.text--large .title h1 b,
.report-page-header.text--large .title h1 i,
.report-page-header.text--large .title h1 li,
.report-page-header.text--large .title h1 ol,
.report-page-header.text--large .title h1 span,
.report-page-header.text--large .title h1 u,
.report-page-header.text--large .title h1 ul,
.report-page-header.text--large .title h2 a,
.report-page-header.text--large .title h2 b,
.report-page-header.text--large .title h2 i,
.report-page-header.text--large .title h2 li,
.report-page-header.text--large .title h2 ol,
.report-page-header.text--large .title h2 span,
.report-page-header.text--large .title h2 u,
.report-page-header.text--large .title h2 ul,
.report-page-header.text--large .title h3 a,
.report-page-header.text--large .title h3 b,
.report-page-header.text--large .title h3 i,
.report-page-header.text--large .title h3 li,
.report-page-header.text--large .title h3 ol,
.report-page-header.text--large .title h3 span,
.report-page-header.text--large .title h3 u,
.report-page-header.text--large .title h3 ul,
.report-page-header.text--large .title h4 a,
.report-page-header.text--large .title h4 b,
.report-page-header.text--large .title h4 i,
.report-page-header.text--large .title h4 li,
.report-page-header.text--large .title h4 ol,
.report-page-header.text--large .title h4 span,
.report-page-header.text--large .title h4 u,
.report-page-header.text--large .title h4 ul,
.report-page-header.text--large .title h5 a,
.report-page-header.text--large .title h5 b,
.report-page-header.text--large .title h5 i,
.report-page-header.text--large .title h5 li,
.report-page-header.text--large .title h5 ol,
.report-page-header.text--large .title h5 span,
.report-page-header.text--large .title h5 u,
.report-page-header.text--large .title h5 ul,
.report-page-header.text--large .title h6 a,
.report-page-header.text--large .title h6 b,
.report-page-header.text--large .title h6 i,
.report-page-header.text--large .title h6 li,
.report-page-header.text--large .title h6 ol,
.report-page-header.text--large .title h6 span,
.report-page-header.text--large .title h6 u,
.report-page-header.text--large .title h6 ul,
.report-page-header.text--large .title i a,
.report-page-header.text--large .title i b,
.report-page-header.text--large .title i i,
.report-page-header.text--large .title i li,
.report-page-header.text--large .title i ol,
.report-page-header.text--large .title i span,
.report-page-header.text--large .title i u,
.report-page-header.text--large .title i ul,
.report-page-header.text--large .title li a,
.report-page-header.text--large .title li b,
.report-page-header.text--large .title li i,
.report-page-header.text--large .title li li,
.report-page-header.text--large .title li ol,
.report-page-header.text--large .title li span,
.report-page-header.text--large .title li u,
.report-page-header.text--large .title li ul,
.report-page-header.text--large .title ol a,
.report-page-header.text--large .title ol b,
.report-page-header.text--large .title ol i,
.report-page-header.text--large .title ol li,
.report-page-header.text--large .title ol ol,
.report-page-header.text--large .title ol span,
.report-page-header.text--large .title ol u,
.report-page-header.text--large .title ol ul,
.report-page-header.text--large .title p a,
.report-page-header.text--large .title p b,
.report-page-header.text--large .title p i,
.report-page-header.text--large .title p li,
.report-page-header.text--large .title p ol,
.report-page-header.text--large .title p span,
.report-page-header.text--large .title p u,
.report-page-header.text--large .title p ul,
.report-page-header.text--large .title span a,
.report-page-header.text--large .title span b,
.report-page-header.text--large .title span i,
.report-page-header.text--large .title span li,
.report-page-header.text--large .title span ol,
.report-page-header.text--large .title span span,
.report-page-header.text--large .title span u,
.report-page-header.text--large .title span ul,
.report-page-header.text--large .title u a,
.report-page-header.text--large .title u b,
.report-page-header.text--large .title u i,
.report-page-header.text--large .title u li,
.report-page-header.text--large .title u ol,
.report-page-header.text--large .title u span,
.report-page-header.text--large .title u u,
.report-page-header.text--large .title u ul,
.report-page-header.text--large .title ul a,
.report-page-header.text--large .title ul b,
.report-page-header.text--large .title ul i,
.report-page-header.text--large .title ul li,
.report-page-header.text--large .title ul ol,
.report-page-header.text--large .title ul span,
.report-page-header.text--large .title ul u,
.report-page-header.text--large .title ul ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header.text--large .title a a,
    .report-page-header.text--large .title a b,
    .report-page-header.text--large .title a i,
    .report-page-header.text--large .title a li,
    .report-page-header.text--large .title a ol,
    .report-page-header.text--large .title a span,
    .report-page-header.text--large .title a u,
    .report-page-header.text--large .title a ul,
    .report-page-header.text--large .title b a,
    .report-page-header.text--large .title b b,
    .report-page-header.text--large .title b i,
    .report-page-header.text--large .title b li,
    .report-page-header.text--large .title b ol,
    .report-page-header.text--large .title b span,
    .report-page-header.text--large .title b u,
    .report-page-header.text--large .title b ul,
    .report-page-header.text--large .title div a,
    .report-page-header.text--large .title div b,
    .report-page-header.text--large .title div i,
    .report-page-header.text--large .title div li,
    .report-page-header.text--large .title div ol,
    .report-page-header.text--large .title div span,
    .report-page-header.text--large .title div u,
    .report-page-header.text--large .title div ul,
    .report-page-header.text--large .title h1 a,
    .report-page-header.text--large .title h1 b,
    .report-page-header.text--large .title h1 i,
    .report-page-header.text--large .title h1 li,
    .report-page-header.text--large .title h1 ol,
    .report-page-header.text--large .title h1 span,
    .report-page-header.text--large .title h1 u,
    .report-page-header.text--large .title h1 ul,
    .report-page-header.text--large .title h2 a,
    .report-page-header.text--large .title h2 b,
    .report-page-header.text--large .title h2 i,
    .report-page-header.text--large .title h2 li,
    .report-page-header.text--large .title h2 ol,
    .report-page-header.text--large .title h2 span,
    .report-page-header.text--large .title h2 u,
    .report-page-header.text--large .title h2 ul,
    .report-page-header.text--large .title h3 a,
    .report-page-header.text--large .title h3 b,
    .report-page-header.text--large .title h3 i,
    .report-page-header.text--large .title h3 li,
    .report-page-header.text--large .title h3 ol,
    .report-page-header.text--large .title h3 span,
    .report-page-header.text--large .title h3 u,
    .report-page-header.text--large .title h3 ul,
    .report-page-header.text--large .title h4 a,
    .report-page-header.text--large .title h4 b,
    .report-page-header.text--large .title h4 i,
    .report-page-header.text--large .title h4 li,
    .report-page-header.text--large .title h4 ol,
    .report-page-header.text--large .title h4 span,
    .report-page-header.text--large .title h4 u,
    .report-page-header.text--large .title h4 ul,
    .report-page-header.text--large .title h5 a,
    .report-page-header.text--large .title h5 b,
    .report-page-header.text--large .title h5 i,
    .report-page-header.text--large .title h5 li,
    .report-page-header.text--large .title h5 ol,
    .report-page-header.text--large .title h5 span,
    .report-page-header.text--large .title h5 u,
    .report-page-header.text--large .title h5 ul,
    .report-page-header.text--large .title h6 a,
    .report-page-header.text--large .title h6 b,
    .report-page-header.text--large .title h6 i,
    .report-page-header.text--large .title h6 li,
    .report-page-header.text--large .title h6 ol,
    .report-page-header.text--large .title h6 span,
    .report-page-header.text--large .title h6 u,
    .report-page-header.text--large .title h6 ul,
    .report-page-header.text--large .title i a,
    .report-page-header.text--large .title i b,
    .report-page-header.text--large .title i i,
    .report-page-header.text--large .title i li,
    .report-page-header.text--large .title i ol,
    .report-page-header.text--large .title i span,
    .report-page-header.text--large .title i u,
    .report-page-header.text--large .title i ul,
    .report-page-header.text--large .title li a,
    .report-page-header.text--large .title li b,
    .report-page-header.text--large .title li i,
    .report-page-header.text--large .title li li,
    .report-page-header.text--large .title li ol,
    .report-page-header.text--large .title li span,
    .report-page-header.text--large .title li u,
    .report-page-header.text--large .title li ul,
    .report-page-header.text--large .title ol a,
    .report-page-header.text--large .title ol b,
    .report-page-header.text--large .title ol i,
    .report-page-header.text--large .title ol li,
    .report-page-header.text--large .title ol ol,
    .report-page-header.text--large .title ol span,
    .report-page-header.text--large .title ol u,
    .report-page-header.text--large .title ol ul,
    .report-page-header.text--large .title p a,
    .report-page-header.text--large .title p b,
    .report-page-header.text--large .title p i,
    .report-page-header.text--large .title p li,
    .report-page-header.text--large .title p ol,
    .report-page-header.text--large .title p span,
    .report-page-header.text--large .title p u,
    .report-page-header.text--large .title p ul,
    .report-page-header.text--large .title span a,
    .report-page-header.text--large .title span b,
    .report-page-header.text--large .title span i,
    .report-page-header.text--large .title span li,
    .report-page-header.text--large .title span ol,
    .report-page-header.text--large .title span span,
    .report-page-header.text--large .title span u,
    .report-page-header.text--large .title span ul,
    .report-page-header.text--large .title u a,
    .report-page-header.text--large .title u b,
    .report-page-header.text--large .title u i,
    .report-page-header.text--large .title u li,
    .report-page-header.text--large .title u ol,
    .report-page-header.text--large .title u span,
    .report-page-header.text--large .title u u,
    .report-page-header.text--large .title u ul,
    .report-page-header.text--large .title ul a,
    .report-page-header.text--large .title ul b,
    .report-page-header.text--large .title ul i,
    .report-page-header.text--large .title ul li,
    .report-page-header.text--large .title ul ol,
    .report-page-header.text--large .title ul span,
    .report-page-header.text--large .title ul u,
    .report-page-header.text--large .title ul ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header.text--large .title a a,
    .report-page-header.text--large .title a b,
    .report-page-header.text--large .title a i,
    .report-page-header.text--large .title a li,
    .report-page-header.text--large .title a ol,
    .report-page-header.text--large .title a span,
    .report-page-header.text--large .title a u,
    .report-page-header.text--large .title a ul,
    .report-page-header.text--large .title b a,
    .report-page-header.text--large .title b b,
    .report-page-header.text--large .title b i,
    .report-page-header.text--large .title b li,
    .report-page-header.text--large .title b ol,
    .report-page-header.text--large .title b span,
    .report-page-header.text--large .title b u,
    .report-page-header.text--large .title b ul,
    .report-page-header.text--large .title div a,
    .report-page-header.text--large .title div b,
    .report-page-header.text--large .title div i,
    .report-page-header.text--large .title div li,
    .report-page-header.text--large .title div ol,
    .report-page-header.text--large .title div span,
    .report-page-header.text--large .title div u,
    .report-page-header.text--large .title div ul,
    .report-page-header.text--large .title h1 a,
    .report-page-header.text--large .title h1 b,
    .report-page-header.text--large .title h1 i,
    .report-page-header.text--large .title h1 li,
    .report-page-header.text--large .title h1 ol,
    .report-page-header.text--large .title h1 span,
    .report-page-header.text--large .title h1 u,
    .report-page-header.text--large .title h1 ul,
    .report-page-header.text--large .title h2 a,
    .report-page-header.text--large .title h2 b,
    .report-page-header.text--large .title h2 i,
    .report-page-header.text--large .title h2 li,
    .report-page-header.text--large .title h2 ol,
    .report-page-header.text--large .title h2 span,
    .report-page-header.text--large .title h2 u,
    .report-page-header.text--large .title h2 ul,
    .report-page-header.text--large .title h3 a,
    .report-page-header.text--large .title h3 b,
    .report-page-header.text--large .title h3 i,
    .report-page-header.text--large .title h3 li,
    .report-page-header.text--large .title h3 ol,
    .report-page-header.text--large .title h3 span,
    .report-page-header.text--large .title h3 u,
    .report-page-header.text--large .title h3 ul,
    .report-page-header.text--large .title h4 a,
    .report-page-header.text--large .title h4 b,
    .report-page-header.text--large .title h4 i,
    .report-page-header.text--large .title h4 li,
    .report-page-header.text--large .title h4 ol,
    .report-page-header.text--large .title h4 span,
    .report-page-header.text--large .title h4 u,
    .report-page-header.text--large .title h4 ul,
    .report-page-header.text--large .title h5 a,
    .report-page-header.text--large .title h5 b,
    .report-page-header.text--large .title h5 i,
    .report-page-header.text--large .title h5 li,
    .report-page-header.text--large .title h5 ol,
    .report-page-header.text--large .title h5 span,
    .report-page-header.text--large .title h5 u,
    .report-page-header.text--large .title h5 ul,
    .report-page-header.text--large .title h6 a,
    .report-page-header.text--large .title h6 b,
    .report-page-header.text--large .title h6 i,
    .report-page-header.text--large .title h6 li,
    .report-page-header.text--large .title h6 ol,
    .report-page-header.text--large .title h6 span,
    .report-page-header.text--large .title h6 u,
    .report-page-header.text--large .title h6 ul,
    .report-page-header.text--large .title i a,
    .report-page-header.text--large .title i b,
    .report-page-header.text--large .title i i,
    .report-page-header.text--large .title i li,
    .report-page-header.text--large .title i ol,
    .report-page-header.text--large .title i span,
    .report-page-header.text--large .title i u,
    .report-page-header.text--large .title i ul,
    .report-page-header.text--large .title li a,
    .report-page-header.text--large .title li b,
    .report-page-header.text--large .title li i,
    .report-page-header.text--large .title li li,
    .report-page-header.text--large .title li ol,
    .report-page-header.text--large .title li span,
    .report-page-header.text--large .title li u,
    .report-page-header.text--large .title li ul,
    .report-page-header.text--large .title ol a,
    .report-page-header.text--large .title ol b,
    .report-page-header.text--large .title ol i,
    .report-page-header.text--large .title ol li,
    .report-page-header.text--large .title ol ol,
    .report-page-header.text--large .title ol span,
    .report-page-header.text--large .title ol u,
    .report-page-header.text--large .title ol ul,
    .report-page-header.text--large .title p a,
    .report-page-header.text--large .title p b,
    .report-page-header.text--large .title p i,
    .report-page-header.text--large .title p li,
    .report-page-header.text--large .title p ol,
    .report-page-header.text--large .title p span,
    .report-page-header.text--large .title p u,
    .report-page-header.text--large .title p ul,
    .report-page-header.text--large .title span a,
    .report-page-header.text--large .title span b,
    .report-page-header.text--large .title span i,
    .report-page-header.text--large .title span li,
    .report-page-header.text--large .title span ol,
    .report-page-header.text--large .title span span,
    .report-page-header.text--large .title span u,
    .report-page-header.text--large .title span ul,
    .report-page-header.text--large .title u a,
    .report-page-header.text--large .title u b,
    .report-page-header.text--large .title u i,
    .report-page-header.text--large .title u li,
    .report-page-header.text--large .title u ol,
    .report-page-header.text--large .title u span,
    .report-page-header.text--large .title u u,
    .report-page-header.text--large .title u ul,
    .report-page-header.text--large .title ul a,
    .report-page-header.text--large .title ul b,
    .report-page-header.text--large .title ul i,
    .report-page-header.text--large .title ul li,
    .report-page-header.text--large .title ul ol,
    .report-page-header.text--large .title ul span,
    .report-page-header.text--large .title ul u,
    .report-page-header.text--large .title ul ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.report-page-header.text--large .title a a a,
.report-page-header.text--large .title a a b,
.report-page-header.text--large .title a a i,
.report-page-header.text--large .title a a span,
.report-page-header.text--large .title a a u,
.report-page-header.text--large .title a b a,
.report-page-header.text--large .title a b b,
.report-page-header.text--large .title a b i,
.report-page-header.text--large .title a b span,
.report-page-header.text--large .title a b u,
.report-page-header.text--large .title a i a,
.report-page-header.text--large .title a i b,
.report-page-header.text--large .title a i i,
.report-page-header.text--large .title a i span,
.report-page-header.text--large .title a i u,
.report-page-header.text--large .title a li a,
.report-page-header.text--large .title a li b,
.report-page-header.text--large .title a li i,
.report-page-header.text--large .title a li span,
.report-page-header.text--large .title a li u,
.report-page-header.text--large .title a ol a,
.report-page-header.text--large .title a ol b,
.report-page-header.text--large .title a ol i,
.report-page-header.text--large .title a ol span,
.report-page-header.text--large .title a ol u,
.report-page-header.text--large .title a span a,
.report-page-header.text--large .title a span b,
.report-page-header.text--large .title a span i,
.report-page-header.text--large .title a span span,
.report-page-header.text--large .title a span u,
.report-page-header.text--large .title a u a,
.report-page-header.text--large .title a u b,
.report-page-header.text--large .title a u i,
.report-page-header.text--large .title a u span,
.report-page-header.text--large .title a u u,
.report-page-header.text--large .title a ul a,
.report-page-header.text--large .title a ul b,
.report-page-header.text--large .title a ul i,
.report-page-header.text--large .title a ul span,
.report-page-header.text--large .title a ul u,
.report-page-header.text--large .title b a a,
.report-page-header.text--large .title b a b,
.report-page-header.text--large .title b a i,
.report-page-header.text--large .title b a span,
.report-page-header.text--large .title b a u,
.report-page-header.text--large .title b b a,
.report-page-header.text--large .title b b b,
.report-page-header.text--large .title b b i,
.report-page-header.text--large .title b b span,
.report-page-header.text--large .title b b u,
.report-page-header.text--large .title b i a,
.report-page-header.text--large .title b i b,
.report-page-header.text--large .title b i i,
.report-page-header.text--large .title b i span,
.report-page-header.text--large .title b i u,
.report-page-header.text--large .title b li a,
.report-page-header.text--large .title b li b,
.report-page-header.text--large .title b li i,
.report-page-header.text--large .title b li span,
.report-page-header.text--large .title b li u,
.report-page-header.text--large .title b ol a,
.report-page-header.text--large .title b ol b,
.report-page-header.text--large .title b ol i,
.report-page-header.text--large .title b ol span,
.report-page-header.text--large .title b ol u,
.report-page-header.text--large .title b span a,
.report-page-header.text--large .title b span b,
.report-page-header.text--large .title b span i,
.report-page-header.text--large .title b span span,
.report-page-header.text--large .title b span u,
.report-page-header.text--large .title b u a,
.report-page-header.text--large .title b u b,
.report-page-header.text--large .title b u i,
.report-page-header.text--large .title b u span,
.report-page-header.text--large .title b u u,
.report-page-header.text--large .title b ul a,
.report-page-header.text--large .title b ul b,
.report-page-header.text--large .title b ul i,
.report-page-header.text--large .title b ul span,
.report-page-header.text--large .title b ul u,
.report-page-header.text--large .title div a a,
.report-page-header.text--large .title div a b,
.report-page-header.text--large .title div a i,
.report-page-header.text--large .title div a span,
.report-page-header.text--large .title div a u,
.report-page-header.text--large .title div b a,
.report-page-header.text--large .title div b b,
.report-page-header.text--large .title div b i,
.report-page-header.text--large .title div b span,
.report-page-header.text--large .title div b u,
.report-page-header.text--large .title div i a,
.report-page-header.text--large .title div i b,
.report-page-header.text--large .title div i i,
.report-page-header.text--large .title div i span,
.report-page-header.text--large .title div i u,
.report-page-header.text--large .title div li a,
.report-page-header.text--large .title div li b,
.report-page-header.text--large .title div li i,
.report-page-header.text--large .title div li span,
.report-page-header.text--large .title div li u,
.report-page-header.text--large .title div ol a,
.report-page-header.text--large .title div ol b,
.report-page-header.text--large .title div ol i,
.report-page-header.text--large .title div ol span,
.report-page-header.text--large .title div ol u,
.report-page-header.text--large .title div span a,
.report-page-header.text--large .title div span b,
.report-page-header.text--large .title div span i,
.report-page-header.text--large .title div span span,
.report-page-header.text--large .title div span u,
.report-page-header.text--large .title div u a,
.report-page-header.text--large .title div u b,
.report-page-header.text--large .title div u i,
.report-page-header.text--large .title div u span,
.report-page-header.text--large .title div u u,
.report-page-header.text--large .title div ul a,
.report-page-header.text--large .title div ul b,
.report-page-header.text--large .title div ul i,
.report-page-header.text--large .title div ul span,
.report-page-header.text--large .title div ul u,
.report-page-header.text--large .title h1 a a,
.report-page-header.text--large .title h1 a b,
.report-page-header.text--large .title h1 a i,
.report-page-header.text--large .title h1 a span,
.report-page-header.text--large .title h1 a u,
.report-page-header.text--large .title h1 b a,
.report-page-header.text--large .title h1 b b,
.report-page-header.text--large .title h1 b i,
.report-page-header.text--large .title h1 b span,
.report-page-header.text--large .title h1 b u,
.report-page-header.text--large .title h1 i a,
.report-page-header.text--large .title h1 i b,
.report-page-header.text--large .title h1 i i,
.report-page-header.text--large .title h1 i span,
.report-page-header.text--large .title h1 i u,
.report-page-header.text--large .title h1 li a,
.report-page-header.text--large .title h1 li b,
.report-page-header.text--large .title h1 li i,
.report-page-header.text--large .title h1 li span,
.report-page-header.text--large .title h1 li u,
.report-page-header.text--large .title h1 ol a,
.report-page-header.text--large .title h1 ol b,
.report-page-header.text--large .title h1 ol i,
.report-page-header.text--large .title h1 ol span,
.report-page-header.text--large .title h1 ol u,
.report-page-header.text--large .title h1 span a,
.report-page-header.text--large .title h1 span b,
.report-page-header.text--large .title h1 span i,
.report-page-header.text--large .title h1 span span,
.report-page-header.text--large .title h1 span u,
.report-page-header.text--large .title h1 u a,
.report-page-header.text--large .title h1 u b,
.report-page-header.text--large .title h1 u i,
.report-page-header.text--large .title h1 u span,
.report-page-header.text--large .title h1 u u,
.report-page-header.text--large .title h1 ul a,
.report-page-header.text--large .title h1 ul b,
.report-page-header.text--large .title h1 ul i,
.report-page-header.text--large .title h1 ul span,
.report-page-header.text--large .title h1 ul u,
.report-page-header.text--large .title h2 a a,
.report-page-header.text--large .title h2 a b,
.report-page-header.text--large .title h2 a i,
.report-page-header.text--large .title h2 a span,
.report-page-header.text--large .title h2 a u,
.report-page-header.text--large .title h2 b a,
.report-page-header.text--large .title h2 b b,
.report-page-header.text--large .title h2 b i,
.report-page-header.text--large .title h2 b span,
.report-page-header.text--large .title h2 b u,
.report-page-header.text--large .title h2 i a,
.report-page-header.text--large .title h2 i b,
.report-page-header.text--large .title h2 i i,
.report-page-header.text--large .title h2 i span,
.report-page-header.text--large .title h2 i u,
.report-page-header.text--large .title h2 li a,
.report-page-header.text--large .title h2 li b,
.report-page-header.text--large .title h2 li i,
.report-page-header.text--large .title h2 li span,
.report-page-header.text--large .title h2 li u,
.report-page-header.text--large .title h2 ol a,
.report-page-header.text--large .title h2 ol b,
.report-page-header.text--large .title h2 ol i,
.report-page-header.text--large .title h2 ol span,
.report-page-header.text--large .title h2 ol u,
.report-page-header.text--large .title h2 span a,
.report-page-header.text--large .title h2 span b,
.report-page-header.text--large .title h2 span i,
.report-page-header.text--large .title h2 span span,
.report-page-header.text--large .title h2 span u,
.report-page-header.text--large .title h2 u a,
.report-page-header.text--large .title h2 u b,
.report-page-header.text--large .title h2 u i,
.report-page-header.text--large .title h2 u span,
.report-page-header.text--large .title h2 u u,
.report-page-header.text--large .title h2 ul a,
.report-page-header.text--large .title h2 ul b,
.report-page-header.text--large .title h2 ul i,
.report-page-header.text--large .title h2 ul span,
.report-page-header.text--large .title h2 ul u,
.report-page-header.text--large .title h3 a a,
.report-page-header.text--large .title h3 a b,
.report-page-header.text--large .title h3 a i,
.report-page-header.text--large .title h3 a span,
.report-page-header.text--large .title h3 a u,
.report-page-header.text--large .title h3 b a,
.report-page-header.text--large .title h3 b b,
.report-page-header.text--large .title h3 b i,
.report-page-header.text--large .title h3 b span,
.report-page-header.text--large .title h3 b u,
.report-page-header.text--large .title h3 i a,
.report-page-header.text--large .title h3 i b,
.report-page-header.text--large .title h3 i i,
.report-page-header.text--large .title h3 i span,
.report-page-header.text--large .title h3 i u,
.report-page-header.text--large .title h3 li a,
.report-page-header.text--large .title h3 li b,
.report-page-header.text--large .title h3 li i,
.report-page-header.text--large .title h3 li span,
.report-page-header.text--large .title h3 li u,
.report-page-header.text--large .title h3 ol a,
.report-page-header.text--large .title h3 ol b,
.report-page-header.text--large .title h3 ol i,
.report-page-header.text--large .title h3 ol span,
.report-page-header.text--large .title h3 ol u,
.report-page-header.text--large .title h3 span a,
.report-page-header.text--large .title h3 span b,
.report-page-header.text--large .title h3 span i,
.report-page-header.text--large .title h3 span span,
.report-page-header.text--large .title h3 span u,
.report-page-header.text--large .title h3 u a,
.report-page-header.text--large .title h3 u b,
.report-page-header.text--large .title h3 u i,
.report-page-header.text--large .title h3 u span,
.report-page-header.text--large .title h3 u u,
.report-page-header.text--large .title h3 ul a,
.report-page-header.text--large .title h3 ul b,
.report-page-header.text--large .title h3 ul i,
.report-page-header.text--large .title h3 ul span,
.report-page-header.text--large .title h3 ul u,
.report-page-header.text--large .title h4 a a,
.report-page-header.text--large .title h4 a b,
.report-page-header.text--large .title h4 a i,
.report-page-header.text--large .title h4 a span,
.report-page-header.text--large .title h4 a u,
.report-page-header.text--large .title h4 b a,
.report-page-header.text--large .title h4 b b,
.report-page-header.text--large .title h4 b i,
.report-page-header.text--large .title h4 b span,
.report-page-header.text--large .title h4 b u,
.report-page-header.text--large .title h4 i a,
.report-page-header.text--large .title h4 i b,
.report-page-header.text--large .title h4 i i,
.report-page-header.text--large .title h4 i span,
.report-page-header.text--large .title h4 i u,
.report-page-header.text--large .title h4 li a,
.report-page-header.text--large .title h4 li b,
.report-page-header.text--large .title h4 li i,
.report-page-header.text--large .title h4 li span,
.report-page-header.text--large .title h4 li u,
.report-page-header.text--large .title h4 ol a,
.report-page-header.text--large .title h4 ol b,
.report-page-header.text--large .title h4 ol i,
.report-page-header.text--large .title h4 ol span,
.report-page-header.text--large .title h4 ol u,
.report-page-header.text--large .title h4 span a,
.report-page-header.text--large .title h4 span b,
.report-page-header.text--large .title h4 span i,
.report-page-header.text--large .title h4 span span,
.report-page-header.text--large .title h4 span u,
.report-page-header.text--large .title h4 u a,
.report-page-header.text--large .title h4 u b,
.report-page-header.text--large .title h4 u i,
.report-page-header.text--large .title h4 u span,
.report-page-header.text--large .title h4 u u,
.report-page-header.text--large .title h4 ul a,
.report-page-header.text--large .title h4 ul b,
.report-page-header.text--large .title h4 ul i,
.report-page-header.text--large .title h4 ul span,
.report-page-header.text--large .title h4 ul u,
.report-page-header.text--large .title h5 a a,
.report-page-header.text--large .title h5 a b,
.report-page-header.text--large .title h5 a i,
.report-page-header.text--large .title h5 a span,
.report-page-header.text--large .title h5 a u,
.report-page-header.text--large .title h5 b a,
.report-page-header.text--large .title h5 b b,
.report-page-header.text--large .title h5 b i,
.report-page-header.text--large .title h5 b span,
.report-page-header.text--large .title h5 b u,
.report-page-header.text--large .title h5 i a,
.report-page-header.text--large .title h5 i b,
.report-page-header.text--large .title h5 i i,
.report-page-header.text--large .title h5 i span,
.report-page-header.text--large .title h5 i u,
.report-page-header.text--large .title h5 li a,
.report-page-header.text--large .title h5 li b,
.report-page-header.text--large .title h5 li i,
.report-page-header.text--large .title h5 li span,
.report-page-header.text--large .title h5 li u,
.report-page-header.text--large .title h5 ol a,
.report-page-header.text--large .title h5 ol b,
.report-page-header.text--large .title h5 ol i,
.report-page-header.text--large .title h5 ol span,
.report-page-header.text--large .title h5 ol u,
.report-page-header.text--large .title h5 span a,
.report-page-header.text--large .title h5 span b,
.report-page-header.text--large .title h5 span i,
.report-page-header.text--large .title h5 span span,
.report-page-header.text--large .title h5 span u,
.report-page-header.text--large .title h5 u a,
.report-page-header.text--large .title h5 u b,
.report-page-header.text--large .title h5 u i,
.report-page-header.text--large .title h5 u span,
.report-page-header.text--large .title h5 u u,
.report-page-header.text--large .title h5 ul a,
.report-page-header.text--large .title h5 ul b,
.report-page-header.text--large .title h5 ul i,
.report-page-header.text--large .title h5 ul span,
.report-page-header.text--large .title h5 ul u,
.report-page-header.text--large .title h6 a a,
.report-page-header.text--large .title h6 a b,
.report-page-header.text--large .title h6 a i,
.report-page-header.text--large .title h6 a span,
.report-page-header.text--large .title h6 a u,
.report-page-header.text--large .title h6 b a,
.report-page-header.text--large .title h6 b b,
.report-page-header.text--large .title h6 b i,
.report-page-header.text--large .title h6 b span,
.report-page-header.text--large .title h6 b u,
.report-page-header.text--large .title h6 i a,
.report-page-header.text--large .title h6 i b,
.report-page-header.text--large .title h6 i i,
.report-page-header.text--large .title h6 i span,
.report-page-header.text--large .title h6 i u,
.report-page-header.text--large .title h6 li a,
.report-page-header.text--large .title h6 li b,
.report-page-header.text--large .title h6 li i,
.report-page-header.text--large .title h6 li span,
.report-page-header.text--large .title h6 li u,
.report-page-header.text--large .title h6 ol a,
.report-page-header.text--large .title h6 ol b,
.report-page-header.text--large .title h6 ol i,
.report-page-header.text--large .title h6 ol span,
.report-page-header.text--large .title h6 ol u,
.report-page-header.text--large .title h6 span a,
.report-page-header.text--large .title h6 span b,
.report-page-header.text--large .title h6 span i,
.report-page-header.text--large .title h6 span span,
.report-page-header.text--large .title h6 span u,
.report-page-header.text--large .title h6 u a,
.report-page-header.text--large .title h6 u b,
.report-page-header.text--large .title h6 u i,
.report-page-header.text--large .title h6 u span,
.report-page-header.text--large .title h6 u u,
.report-page-header.text--large .title h6 ul a,
.report-page-header.text--large .title h6 ul b,
.report-page-header.text--large .title h6 ul i,
.report-page-header.text--large .title h6 ul span,
.report-page-header.text--large .title h6 ul u,
.report-page-header.text--large .title i a a,
.report-page-header.text--large .title i a b,
.report-page-header.text--large .title i a i,
.report-page-header.text--large .title i a span,
.report-page-header.text--large .title i a u,
.report-page-header.text--large .title i b a,
.report-page-header.text--large .title i b b,
.report-page-header.text--large .title i b i,
.report-page-header.text--large .title i b span,
.report-page-header.text--large .title i b u,
.report-page-header.text--large .title i i a,
.report-page-header.text--large .title i i b,
.report-page-header.text--large .title i i i,
.report-page-header.text--large .title i i span,
.report-page-header.text--large .title i i u,
.report-page-header.text--large .title i li a,
.report-page-header.text--large .title i li b,
.report-page-header.text--large .title i li i,
.report-page-header.text--large .title i li span,
.report-page-header.text--large .title i li u,
.report-page-header.text--large .title i ol a,
.report-page-header.text--large .title i ol b,
.report-page-header.text--large .title i ol i,
.report-page-header.text--large .title i ol span,
.report-page-header.text--large .title i ol u,
.report-page-header.text--large .title i span a,
.report-page-header.text--large .title i span b,
.report-page-header.text--large .title i span i,
.report-page-header.text--large .title i span span,
.report-page-header.text--large .title i span u,
.report-page-header.text--large .title i u a,
.report-page-header.text--large .title i u b,
.report-page-header.text--large .title i u i,
.report-page-header.text--large .title i u span,
.report-page-header.text--large .title i u u,
.report-page-header.text--large .title i ul a,
.report-page-header.text--large .title i ul b,
.report-page-header.text--large .title i ul i,
.report-page-header.text--large .title i ul span,
.report-page-header.text--large .title i ul u,
.report-page-header.text--large .title li a a,
.report-page-header.text--large .title li a b,
.report-page-header.text--large .title li a i,
.report-page-header.text--large .title li a span,
.report-page-header.text--large .title li a u,
.report-page-header.text--large .title li b a,
.report-page-header.text--large .title li b b,
.report-page-header.text--large .title li b i,
.report-page-header.text--large .title li b span,
.report-page-header.text--large .title li b u,
.report-page-header.text--large .title li i a,
.report-page-header.text--large .title li i b,
.report-page-header.text--large .title li i i,
.report-page-header.text--large .title li i span,
.report-page-header.text--large .title li i u,
.report-page-header.text--large .title li li a,
.report-page-header.text--large .title li li b,
.report-page-header.text--large .title li li i,
.report-page-header.text--large .title li li span,
.report-page-header.text--large .title li li u,
.report-page-header.text--large .title li ol a,
.report-page-header.text--large .title li ol b,
.report-page-header.text--large .title li ol i,
.report-page-header.text--large .title li ol span,
.report-page-header.text--large .title li ol u,
.report-page-header.text--large .title li span a,
.report-page-header.text--large .title li span b,
.report-page-header.text--large .title li span i,
.report-page-header.text--large .title li span span,
.report-page-header.text--large .title li span u,
.report-page-header.text--large .title li u a,
.report-page-header.text--large .title li u b,
.report-page-header.text--large .title li u i,
.report-page-header.text--large .title li u span,
.report-page-header.text--large .title li u u,
.report-page-header.text--large .title li ul a,
.report-page-header.text--large .title li ul b,
.report-page-header.text--large .title li ul i,
.report-page-header.text--large .title li ul span,
.report-page-header.text--large .title li ul u,
.report-page-header.text--large .title ol a a,
.report-page-header.text--large .title ol a b,
.report-page-header.text--large .title ol a i,
.report-page-header.text--large .title ol a span,
.report-page-header.text--large .title ol a u,
.report-page-header.text--large .title ol b a,
.report-page-header.text--large .title ol b b,
.report-page-header.text--large .title ol b i,
.report-page-header.text--large .title ol b span,
.report-page-header.text--large .title ol b u,
.report-page-header.text--large .title ol i a,
.report-page-header.text--large .title ol i b,
.report-page-header.text--large .title ol i i,
.report-page-header.text--large .title ol i span,
.report-page-header.text--large .title ol i u,
.report-page-header.text--large .title ol li a,
.report-page-header.text--large .title ol li b,
.report-page-header.text--large .title ol li i,
.report-page-header.text--large .title ol li span,
.report-page-header.text--large .title ol li u,
.report-page-header.text--large .title ol ol a,
.report-page-header.text--large .title ol ol b,
.report-page-header.text--large .title ol ol i,
.report-page-header.text--large .title ol ol span,
.report-page-header.text--large .title ol ol u,
.report-page-header.text--large .title ol span a,
.report-page-header.text--large .title ol span b,
.report-page-header.text--large .title ol span i,
.report-page-header.text--large .title ol span span,
.report-page-header.text--large .title ol span u,
.report-page-header.text--large .title ol u a,
.report-page-header.text--large .title ol u b,
.report-page-header.text--large .title ol u i,
.report-page-header.text--large .title ol u span,
.report-page-header.text--large .title ol u u,
.report-page-header.text--large .title ol ul a,
.report-page-header.text--large .title ol ul b,
.report-page-header.text--large .title ol ul i,
.report-page-header.text--large .title ol ul span,
.report-page-header.text--large .title ol ul u,
.report-page-header.text--large .title p a a,
.report-page-header.text--large .title p a b,
.report-page-header.text--large .title p a i,
.report-page-header.text--large .title p a span,
.report-page-header.text--large .title p a u,
.report-page-header.text--large .title p b a,
.report-page-header.text--large .title p b b,
.report-page-header.text--large .title p b i,
.report-page-header.text--large .title p b span,
.report-page-header.text--large .title p b u,
.report-page-header.text--large .title p i a,
.report-page-header.text--large .title p i b,
.report-page-header.text--large .title p i i,
.report-page-header.text--large .title p i span,
.report-page-header.text--large .title p i u,
.report-page-header.text--large .title p li a,
.report-page-header.text--large .title p li b,
.report-page-header.text--large .title p li i,
.report-page-header.text--large .title p li span,
.report-page-header.text--large .title p li u,
.report-page-header.text--large .title p ol a,
.report-page-header.text--large .title p ol b,
.report-page-header.text--large .title p ol i,
.report-page-header.text--large .title p ol span,
.report-page-header.text--large .title p ol u,
.report-page-header.text--large .title p span a,
.report-page-header.text--large .title p span b,
.report-page-header.text--large .title p span i,
.report-page-header.text--large .title p span span,
.report-page-header.text--large .title p span u,
.report-page-header.text--large .title p u a,
.report-page-header.text--large .title p u b,
.report-page-header.text--large .title p u i,
.report-page-header.text--large .title p u span,
.report-page-header.text--large .title p u u,
.report-page-header.text--large .title p ul a,
.report-page-header.text--large .title p ul b,
.report-page-header.text--large .title p ul i,
.report-page-header.text--large .title p ul span,
.report-page-header.text--large .title p ul u,
.report-page-header.text--large .title span a a,
.report-page-header.text--large .title span a b,
.report-page-header.text--large .title span a i,
.report-page-header.text--large .title span a span,
.report-page-header.text--large .title span a u,
.report-page-header.text--large .title span b a,
.report-page-header.text--large .title span b b,
.report-page-header.text--large .title span b i,
.report-page-header.text--large .title span b span,
.report-page-header.text--large .title span b u,
.report-page-header.text--large .title span i a,
.report-page-header.text--large .title span i b,
.report-page-header.text--large .title span i i,
.report-page-header.text--large .title span i span,
.report-page-header.text--large .title span i u,
.report-page-header.text--large .title span li a,
.report-page-header.text--large .title span li b,
.report-page-header.text--large .title span li i,
.report-page-header.text--large .title span li span,
.report-page-header.text--large .title span li u,
.report-page-header.text--large .title span ol a,
.report-page-header.text--large .title span ol b,
.report-page-header.text--large .title span ol i,
.report-page-header.text--large .title span ol span,
.report-page-header.text--large .title span ol u,
.report-page-header.text--large .title span span a,
.report-page-header.text--large .title span span b,
.report-page-header.text--large .title span span i,
.report-page-header.text--large .title span span span,
.report-page-header.text--large .title span span u,
.report-page-header.text--large .title span u a,
.report-page-header.text--large .title span u b,
.report-page-header.text--large .title span u i,
.report-page-header.text--large .title span u span,
.report-page-header.text--large .title span u u,
.report-page-header.text--large .title span ul a,
.report-page-header.text--large .title span ul b,
.report-page-header.text--large .title span ul i,
.report-page-header.text--large .title span ul span,
.report-page-header.text--large .title span ul u,
.report-page-header.text--large .title u a a,
.report-page-header.text--large .title u a b,
.report-page-header.text--large .title u a i,
.report-page-header.text--large .title u a span,
.report-page-header.text--large .title u a u,
.report-page-header.text--large .title u b a,
.report-page-header.text--large .title u b b,
.report-page-header.text--large .title u b i,
.report-page-header.text--large .title u b span,
.report-page-header.text--large .title u b u,
.report-page-header.text--large .title u i a,
.report-page-header.text--large .title u i b,
.report-page-header.text--large .title u i i,
.report-page-header.text--large .title u i span,
.report-page-header.text--large .title u i u,
.report-page-header.text--large .title u li a,
.report-page-header.text--large .title u li b,
.report-page-header.text--large .title u li i,
.report-page-header.text--large .title u li span,
.report-page-header.text--large .title u li u,
.report-page-header.text--large .title u ol a,
.report-page-header.text--large .title u ol b,
.report-page-header.text--large .title u ol i,
.report-page-header.text--large .title u ol span,
.report-page-header.text--large .title u ol u,
.report-page-header.text--large .title u span a,
.report-page-header.text--large .title u span b,
.report-page-header.text--large .title u span i,
.report-page-header.text--large .title u span span,
.report-page-header.text--large .title u span u,
.report-page-header.text--large .title u u a,
.report-page-header.text--large .title u u b,
.report-page-header.text--large .title u u i,
.report-page-header.text--large .title u u span,
.report-page-header.text--large .title u u u,
.report-page-header.text--large .title u ul a,
.report-page-header.text--large .title u ul b,
.report-page-header.text--large .title u ul i,
.report-page-header.text--large .title u ul span,
.report-page-header.text--large .title u ul u,
.report-page-header.text--large .title ul a a,
.report-page-header.text--large .title ul a b,
.report-page-header.text--large .title ul a i,
.report-page-header.text--large .title ul a span,
.report-page-header.text--large .title ul a u,
.report-page-header.text--large .title ul b a,
.report-page-header.text--large .title ul b b,
.report-page-header.text--large .title ul b i,
.report-page-header.text--large .title ul b span,
.report-page-header.text--large .title ul b u,
.report-page-header.text--large .title ul i a,
.report-page-header.text--large .title ul i b,
.report-page-header.text--large .title ul i i,
.report-page-header.text--large .title ul i span,
.report-page-header.text--large .title ul i u,
.report-page-header.text--large .title ul li a,
.report-page-header.text--large .title ul li b,
.report-page-header.text--large .title ul li i,
.report-page-header.text--large .title ul li span,
.report-page-header.text--large .title ul li u,
.report-page-header.text--large .title ul ol a,
.report-page-header.text--large .title ul ol b,
.report-page-header.text--large .title ul ol i,
.report-page-header.text--large .title ul ol span,
.report-page-header.text--large .title ul ol u,
.report-page-header.text--large .title ul span a,
.report-page-header.text--large .title ul span b,
.report-page-header.text--large .title ul span i,
.report-page-header.text--large .title ul span span,
.report-page-header.text--large .title ul span u,
.report-page-header.text--large .title ul u a,
.report-page-header.text--large .title ul u b,
.report-page-header.text--large .title ul u i,
.report-page-header.text--large .title ul u span,
.report-page-header.text--large .title ul u u,
.report-page-header.text--large .title ul ul a,
.report-page-header.text--large .title ul ul b,
.report-page-header.text--large .title ul ul i,
.report-page-header.text--large .title ul ul span,
.report-page-header.text--large .title ul ul u {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    display: inline
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .report-page-header.text--large .title a a a,
    .report-page-header.text--large .title a a b,
    .report-page-header.text--large .title a a i,
    .report-page-header.text--large .title a a span,
    .report-page-header.text--large .title a a u,
    .report-page-header.text--large .title a b a,
    .report-page-header.text--large .title a b b,
    .report-page-header.text--large .title a b i,
    .report-page-header.text--large .title a b span,
    .report-page-header.text--large .title a b u,
    .report-page-header.text--large .title a i a,
    .report-page-header.text--large .title a i b,
    .report-page-header.text--large .title a i i,
    .report-page-header.text--large .title a i span,
    .report-page-header.text--large .title a i u,
    .report-page-header.text--large .title a li a,
    .report-page-header.text--large .title a li b,
    .report-page-header.text--large .title a li i,
    .report-page-header.text--large .title a li span,
    .report-page-header.text--large .title a li u,
    .report-page-header.text--large .title a ol a,
    .report-page-header.text--large .title a ol b,
    .report-page-header.text--large .title a ol i,
    .report-page-header.text--large .title a ol span,
    .report-page-header.text--large .title a ol u,
    .report-page-header.text--large .title a span a,
    .report-page-header.text--large .title a span b,
    .report-page-header.text--large .title a span i,
    .report-page-header.text--large .title a span span,
    .report-page-header.text--large .title a span u,
    .report-page-header.text--large .title a u a,
    .report-page-header.text--large .title a u b,
    .report-page-header.text--large .title a u i,
    .report-page-header.text--large .title a u span,
    .report-page-header.text--large .title a u u,
    .report-page-header.text--large .title a ul a,
    .report-page-header.text--large .title a ul b,
    .report-page-header.text--large .title a ul i,
    .report-page-header.text--large .title a ul span,
    .report-page-header.text--large .title a ul u,
    .report-page-header.text--large .title b a a,
    .report-page-header.text--large .title b a b,
    .report-page-header.text--large .title b a i,
    .report-page-header.text--large .title b a span,
    .report-page-header.text--large .title b a u,
    .report-page-header.text--large .title b b a,
    .report-page-header.text--large .title b b b,
    .report-page-header.text--large .title b b i,
    .report-page-header.text--large .title b b span,
    .report-page-header.text--large .title b b u,
    .report-page-header.text--large .title b i a,
    .report-page-header.text--large .title b i b,
    .report-page-header.text--large .title b i i,
    .report-page-header.text--large .title b i span,
    .report-page-header.text--large .title b i u,
    .report-page-header.text--large .title b li a,
    .report-page-header.text--large .title b li b,
    .report-page-header.text--large .title b li i,
    .report-page-header.text--large .title b li span,
    .report-page-header.text--large .title b li u,
    .report-page-header.text--large .title b ol a,
    .report-page-header.text--large .title b ol b,
    .report-page-header.text--large .title b ol i,
    .report-page-header.text--large .title b ol span,
    .report-page-header.text--large .title b ol u,
    .report-page-header.text--large .title b span a,
    .report-page-header.text--large .title b span b,
    .report-page-header.text--large .title b span i,
    .report-page-header.text--large .title b span span,
    .report-page-header.text--large .title b span u,
    .report-page-header.text--large .title b u a,
    .report-page-header.text--large .title b u b,
    .report-page-header.text--large .title b u i,
    .report-page-header.text--large .title b u span,
    .report-page-header.text--large .title b u u,
    .report-page-header.text--large .title b ul a,
    .report-page-header.text--large .title b ul b,
    .report-page-header.text--large .title b ul i,
    .report-page-header.text--large .title b ul span,
    .report-page-header.text--large .title b ul u,
    .report-page-header.text--large .title div a a,
    .report-page-header.text--large .title div a b,
    .report-page-header.text--large .title div a i,
    .report-page-header.text--large .title div a span,
    .report-page-header.text--large .title div a u,
    .report-page-header.text--large .title div b a,
    .report-page-header.text--large .title div b b,
    .report-page-header.text--large .title div b i,
    .report-page-header.text--large .title div b span,
    .report-page-header.text--large .title div b u,
    .report-page-header.text--large .title div i a,
    .report-page-header.text--large .title div i b,
    .report-page-header.text--large .title div i i,
    .report-page-header.text--large .title div i span,
    .report-page-header.text--large .title div i u,
    .report-page-header.text--large .title div li a,
    .report-page-header.text--large .title div li b,
    .report-page-header.text--large .title div li i,
    .report-page-header.text--large .title div li span,
    .report-page-header.text--large .title div li u,
    .report-page-header.text--large .title div ol a,
    .report-page-header.text--large .title div ol b,
    .report-page-header.text--large .title div ol i,
    .report-page-header.text--large .title div ol span,
    .report-page-header.text--large .title div ol u,
    .report-page-header.text--large .title div span a,
    .report-page-header.text--large .title div span b,
    .report-page-header.text--large .title div span i,
    .report-page-header.text--large .title div span span,
    .report-page-header.text--large .title div span u,
    .report-page-header.text--large .title div u a,
    .report-page-header.text--large .title div u b,
    .report-page-header.text--large .title div u i,
    .report-page-header.text--large .title div u span,
    .report-page-header.text--large .title div u u,
    .report-page-header.text--large .title div ul a,
    .report-page-header.text--large .title div ul b,
    .report-page-header.text--large .title div ul i,
    .report-page-header.text--large .title div ul span,
    .report-page-header.text--large .title div ul u,
    .report-page-header.text--large .title h1 a a,
    .report-page-header.text--large .title h1 a b,
    .report-page-header.text--large .title h1 a i,
    .report-page-header.text--large .title h1 a span,
    .report-page-header.text--large .title h1 a u,
    .report-page-header.text--large .title h1 b a,
    .report-page-header.text--large .title h1 b b,
    .report-page-header.text--large .title h1 b i,
    .report-page-header.text--large .title h1 b span,
    .report-page-header.text--large .title h1 b u,
    .report-page-header.text--large .title h1 i a,
    .report-page-header.text--large .title h1 i b,
    .report-page-header.text--large .title h1 i i,
    .report-page-header.text--large .title h1 i span,
    .report-page-header.text--large .title h1 i u,
    .report-page-header.text--large .title h1 li a,
    .report-page-header.text--large .title h1 li b,
    .report-page-header.text--large .title h1 li i,
    .report-page-header.text--large .title h1 li span,
    .report-page-header.text--large .title h1 li u,
    .report-page-header.text--large .title h1 ol a,
    .report-page-header.text--large .title h1 ol b,
    .report-page-header.text--large .title h1 ol i,
    .report-page-header.text--large .title h1 ol span,
    .report-page-header.text--large .title h1 ol u,
    .report-page-header.text--large .title h1 span a,
    .report-page-header.text--large .title h1 span b,
    .report-page-header.text--large .title h1 span i,
    .report-page-header.text--large .title h1 span span,
    .report-page-header.text--large .title h1 span u,
    .report-page-header.text--large .title h1 u a,
    .report-page-header.text--large .title h1 u b,
    .report-page-header.text--large .title h1 u i,
    .report-page-header.text--large .title h1 u span,
    .report-page-header.text--large .title h1 u u,
    .report-page-header.text--large .title h1 ul a,
    .report-page-header.text--large .title h1 ul b,
    .report-page-header.text--large .title h1 ul i,
    .report-page-header.text--large .title h1 ul span,
    .report-page-header.text--large .title h1 ul u,
    .report-page-header.text--large .title h2 a a,
    .report-page-header.text--large .title h2 a b,
    .report-page-header.text--large .title h2 a i,
    .report-page-header.text--large .title h2 a span,
    .report-page-header.text--large .title h2 a u,
    .report-page-header.text--large .title h2 b a,
    .report-page-header.text--large .title h2 b b,
    .report-page-header.text--large .title h2 b i,
    .report-page-header.text--large .title h2 b span,
    .report-page-header.text--large .title h2 b u,
    .report-page-header.text--large .title h2 i a,
    .report-page-header.text--large .title h2 i b,
    .report-page-header.text--large .title h2 i i,
    .report-page-header.text--large .title h2 i span,
    .report-page-header.text--large .title h2 i u,
    .report-page-header.text--large .title h2 li a,
    .report-page-header.text--large .title h2 li b,
    .report-page-header.text--large .title h2 li i,
    .report-page-header.text--large .title h2 li span,
    .report-page-header.text--large .title h2 li u,
    .report-page-header.text--large .title h2 ol a,
    .report-page-header.text--large .title h2 ol b,
    .report-page-header.text--large .title h2 ol i,
    .report-page-header.text--large .title h2 ol span,
    .report-page-header.text--large .title h2 ol u,
    .report-page-header.text--large .title h2 span a,
    .report-page-header.text--large .title h2 span b,
    .report-page-header.text--large .title h2 span i,
    .report-page-header.text--large .title h2 span span,
    .report-page-header.text--large .title h2 span u,
    .report-page-header.text--large .title h2 u a,
    .report-page-header.text--large .title h2 u b,
    .report-page-header.text--large .title h2 u i,
    .report-page-header.text--large .title h2 u span,
    .report-page-header.text--large .title h2 u u,
    .report-page-header.text--large .title h2 ul a,
    .report-page-header.text--large .title h2 ul b,
    .report-page-header.text--large .title h2 ul i,
    .report-page-header.text--large .title h2 ul span,
    .report-page-header.text--large .title h2 ul u,
    .report-page-header.text--large .title h3 a a,
    .report-page-header.text--large .title h3 a b,
    .report-page-header.text--large .title h3 a i,
    .report-page-header.text--large .title h3 a span,
    .report-page-header.text--large .title h3 a u,
    .report-page-header.text--large .title h3 b a,
    .report-page-header.text--large .title h3 b b,
    .report-page-header.text--large .title h3 b i,
    .report-page-header.text--large .title h3 b span,
    .report-page-header.text--large .title h3 b u,
    .report-page-header.text--large .title h3 i a,
    .report-page-header.text--large .title h3 i b,
    .report-page-header.text--large .title h3 i i,
    .report-page-header.text--large .title h3 i span,
    .report-page-header.text--large .title h3 i u,
    .report-page-header.text--large .title h3 li a,
    .report-page-header.text--large .title h3 li b,
    .report-page-header.text--large .title h3 li i,
    .report-page-header.text--large .title h3 li span,
    .report-page-header.text--large .title h3 li u,
    .report-page-header.text--large .title h3 ol a,
    .report-page-header.text--large .title h3 ol b,
    .report-page-header.text--large .title h3 ol i,
    .report-page-header.text--large .title h3 ol span,
    .report-page-header.text--large .title h3 ol u,
    .report-page-header.text--large .title h3 span a,
    .report-page-header.text--large .title h3 span b,
    .report-page-header.text--large .title h3 span i,
    .report-page-header.text--large .title h3 span span,
    .report-page-header.text--large .title h3 span u,
    .report-page-header.text--large .title h3 u a,
    .report-page-header.text--large .title h3 u b,
    .report-page-header.text--large .title h3 u i,
    .report-page-header.text--large .title h3 u span,
    .report-page-header.text--large .title h3 u u,
    .report-page-header.text--large .title h3 ul a,
    .report-page-header.text--large .title h3 ul b,
    .report-page-header.text--large .title h3 ul i,
    .report-page-header.text--large .title h3 ul span,
    .report-page-header.text--large .title h3 ul u,
    .report-page-header.text--large .title h4 a a,
    .report-page-header.text--large .title h4 a b,
    .report-page-header.text--large .title h4 a i,
    .report-page-header.text--large .title h4 a span,
    .report-page-header.text--large .title h4 a u,
    .report-page-header.text--large .title h4 b a,
    .report-page-header.text--large .title h4 b b,
    .report-page-header.text--large .title h4 b i,
    .report-page-header.text--large .title h4 b span,
    .report-page-header.text--large .title h4 b u,
    .report-page-header.text--large .title h4 i a,
    .report-page-header.text--large .title h4 i b,
    .report-page-header.text--large .title h4 i i,
    .report-page-header.text--large .title h4 i span,
    .report-page-header.text--large .title h4 i u,
    .report-page-header.text--large .title h4 li a,
    .report-page-header.text--large .title h4 li b,
    .report-page-header.text--large .title h4 li i,
    .report-page-header.text--large .title h4 li span,
    .report-page-header.text--large .title h4 li u,
    .report-page-header.text--large .title h4 ol a,
    .report-page-header.text--large .title h4 ol b,
    .report-page-header.text--large .title h4 ol i,
    .report-page-header.text--large .title h4 ol span,
    .report-page-header.text--large .title h4 ol u,
    .report-page-header.text--large .title h4 span a,
    .report-page-header.text--large .title h4 span b,
    .report-page-header.text--large .title h4 span i,
    .report-page-header.text--large .title h4 span span,
    .report-page-header.text--large .title h4 span u,
    .report-page-header.text--large .title h4 u a,
    .report-page-header.text--large .title h4 u b,
    .report-page-header.text--large .title h4 u i,
    .report-page-header.text--large .title h4 u span,
    .report-page-header.text--large .title h4 u u,
    .report-page-header.text--large .title h4 ul a,
    .report-page-header.text--large .title h4 ul b,
    .report-page-header.text--large .title h4 ul i,
    .report-page-header.text--large .title h4 ul span,
    .report-page-header.text--large .title h4 ul u,
    .report-page-header.text--large .title h5 a a,
    .report-page-header.text--large .title h5 a b,
    .report-page-header.text--large .title h5 a i,
    .report-page-header.text--large .title h5 a span,
    .report-page-header.text--large .title h5 a u,
    .report-page-header.text--large .title h5 b a,
    .report-page-header.text--large .title h5 b b,
    .report-page-header.text--large .title h5 b i,
    .report-page-header.text--large .title h5 b span,
    .report-page-header.text--large .title h5 b u,
    .report-page-header.text--large .title h5 i a,
    .report-page-header.text--large .title h5 i b,
    .report-page-header.text--large .title h5 i i,
    .report-page-header.text--large .title h5 i span,
    .report-page-header.text--large .title h5 i u,
    .report-page-header.text--large .title h5 li a,
    .report-page-header.text--large .title h5 li b,
    .report-page-header.text--large .title h5 li i,
    .report-page-header.text--large .title h5 li span,
    .report-page-header.text--large .title h5 li u,
    .report-page-header.text--large .title h5 ol a,
    .report-page-header.text--large .title h5 ol b,
    .report-page-header.text--large .title h5 ol i,
    .report-page-header.text--large .title h5 ol span,
    .report-page-header.text--large .title h5 ol u,
    .report-page-header.text--large .title h5 span a,
    .report-page-header.text--large .title h5 span b,
    .report-page-header.text--large .title h5 span i,
    .report-page-header.text--large .title h5 span span,
    .report-page-header.text--large .title h5 span u,
    .report-page-header.text--large .title h5 u a,
    .report-page-header.text--large .title h5 u b,
    .report-page-header.text--large .title h5 u i,
    .report-page-header.text--large .title h5 u span,
    .report-page-header.text--large .title h5 u u,
    .report-page-header.text--large .title h5 ul a,
    .report-page-header.text--large .title h5 ul b,
    .report-page-header.text--large .title h5 ul i,
    .report-page-header.text--large .title h5 ul span,
    .report-page-header.text--large .title h5 ul u,
    .report-page-header.text--large .title h6 a a,
    .report-page-header.text--large .title h6 a b,
    .report-page-header.text--large .title h6 a i,
    .report-page-header.text--large .title h6 a span,
    .report-page-header.text--large .title h6 a u,
    .report-page-header.text--large .title h6 b a,
    .report-page-header.text--large .title h6 b b,
    .report-page-header.text--large .title h6 b i,
    .report-page-header.text--large .title h6 b span,
    .report-page-header.text--large .title h6 b u,
    .report-page-header.text--large .title h6 i a,
    .report-page-header.text--large .title h6 i b,
    .report-page-header.text--large .title h6 i i,
    .report-page-header.text--large .title h6 i span,
    .report-page-header.text--large .title h6 i u,
    .report-page-header.text--large .title h6 li a,
    .report-page-header.text--large .title h6 li b,
    .report-page-header.text--large .title h6 li i,
    .report-page-header.text--large .title h6 li span,
    .report-page-header.text--large .title h6 li u,
    .report-page-header.text--large .title h6 ol a,
    .report-page-header.text--large .title h6 ol b,
    .report-page-header.text--large .title h6 ol i,
    .report-page-header.text--large .title h6 ol span,
    .report-page-header.text--large .title h6 ol u,
    .report-page-header.text--large .title h6 span a,
    .report-page-header.text--large .title h6 span b,
    .report-page-header.text--large .title h6 span i,
    .report-page-header.text--large .title h6 span span,
    .report-page-header.text--large .title h6 span u,
    .report-page-header.text--large .title h6 u a,
    .report-page-header.text--large .title h6 u b,
    .report-page-header.text--large .title h6 u i,
    .report-page-header.text--large .title h6 u span,
    .report-page-header.text--large .title h6 u u,
    .report-page-header.text--large .title h6 ul a,
    .report-page-header.text--large .title h6 ul b,
    .report-page-header.text--large .title h6 ul i,
    .report-page-header.text--large .title h6 ul span,
    .report-page-header.text--large .title h6 ul u,
    .report-page-header.text--large .title i a a,
    .report-page-header.text--large .title i a b,
    .report-page-header.text--large .title i a i,
    .report-page-header.text--large .title i a span,
    .report-page-header.text--large .title i a u,
    .report-page-header.text--large .title i b a,
    .report-page-header.text--large .title i b b,
    .report-page-header.text--large .title i b i,
    .report-page-header.text--large .title i b span,
    .report-page-header.text--large .title i b u,
    .report-page-header.text--large .title i i a,
    .report-page-header.text--large .title i i b,
    .report-page-header.text--large .title i i i,
    .report-page-header.text--large .title i i span,
    .report-page-header.text--large .title i i u,
    .report-page-header.text--large .title i li a,
    .report-page-header.text--large .title i li b,
    .report-page-header.text--large .title i li i,
    .report-page-header.text--large .title i li span,
    .report-page-header.text--large .title i li u,
    .report-page-header.text--large .title i ol a,
    .report-page-header.text--large .title i ol b,
    .report-page-header.text--large .title i ol i,
    .report-page-header.text--large .title i ol span,
    .report-page-header.text--large .title i ol u,
    .report-page-header.text--large .title i span a,
    .report-page-header.text--large .title i span b,
    .report-page-header.text--large .title i span i,
    .report-page-header.text--large .title i span span,
    .report-page-header.text--large .title i span u,
    .report-page-header.text--large .title i u a,
    .report-page-header.text--large .title i u b,
    .report-page-header.text--large .title i u i,
    .report-page-header.text--large .title i u span,
    .report-page-header.text--large .title i u u,
    .report-page-header.text--large .title i ul a,
    .report-page-header.text--large .title i ul b,
    .report-page-header.text--large .title i ul i,
    .report-page-header.text--large .title i ul span,
    .report-page-header.text--large .title i ul u,
    .report-page-header.text--large .title li a a,
    .report-page-header.text--large .title li a b,
    .report-page-header.text--large .title li a i,
    .report-page-header.text--large .title li a span,
    .report-page-header.text--large .title li a u,
    .report-page-header.text--large .title li b a,
    .report-page-header.text--large .title li b b,
    .report-page-header.text--large .title li b i,
    .report-page-header.text--large .title li b span,
    .report-page-header.text--large .title li b u,
    .report-page-header.text--large .title li i a,
    .report-page-header.text--large .title li i b,
    .report-page-header.text--large .title li i i,
    .report-page-header.text--large .title li i span,
    .report-page-header.text--large .title li i u,
    .report-page-header.text--large .title li li a,
    .report-page-header.text--large .title li li b,
    .report-page-header.text--large .title li li i,
    .report-page-header.text--large .title li li span,
    .report-page-header.text--large .title li li u,
    .report-page-header.text--large .title li ol a,
    .report-page-header.text--large .title li ol b,
    .report-page-header.text--large .title li ol i,
    .report-page-header.text--large .title li ol span,
    .report-page-header.text--large .title li ol u,
    .report-page-header.text--large .title li span a,
    .report-page-header.text--large .title li span b,
    .report-page-header.text--large .title li span i,
    .report-page-header.text--large .title li span span,
    .report-page-header.text--large .title li span u,
    .report-page-header.text--large .title li u a,
    .report-page-header.text--large .title li u b,
    .report-page-header.text--large .title li u i,
    .report-page-header.text--large .title li u span,
    .report-page-header.text--large .title li u u,
    .report-page-header.text--large .title li ul a,
    .report-page-header.text--large .title li ul b,
    .report-page-header.text--large .title li ul i,
    .report-page-header.text--large .title li ul span,
    .report-page-header.text--large .title li ul u,
    .report-page-header.text--large .title ol a a,
    .report-page-header.text--large .title ol a b,
    .report-page-header.text--large .title ol a i,
    .report-page-header.text--large .title ol a span,
    .report-page-header.text--large .title ol a u,
    .report-page-header.text--large .title ol b a,
    .report-page-header.text--large .title ol b b,
    .report-page-header.text--large .title ol b i,
    .report-page-header.text--large .title ol b span,
    .report-page-header.text--large .title ol b u,
    .report-page-header.text--large .title ol i a,
    .report-page-header.text--large .title ol i b,
    .report-page-header.text--large .title ol i i,
    .report-page-header.text--large .title ol i span,
    .report-page-header.text--large .title ol i u,
    .report-page-header.text--large .title ol li a,
    .report-page-header.text--large .title ol li b,
    .report-page-header.text--large .title ol li i,
    .report-page-header.text--large .title ol li span,
    .report-page-header.text--large .title ol li u,
    .report-page-header.text--large .title ol ol a,
    .report-page-header.text--large .title ol ol b,
    .report-page-header.text--large .title ol ol i,
    .report-page-header.text--large .title ol ol span,
    .report-page-header.text--large .title ol ol u,
    .report-page-header.text--large .title ol span a,
    .report-page-header.text--large .title ol span b,
    .report-page-header.text--large .title ol span i,
    .report-page-header.text--large .title ol span span,
    .report-page-header.text--large .title ol span u,
    .report-page-header.text--large .title ol u a,
    .report-page-header.text--large .title ol u b,
    .report-page-header.text--large .title ol u i,
    .report-page-header.text--large .title ol u span,
    .report-page-header.text--large .title ol u u,
    .report-page-header.text--large .title ol ul a,
    .report-page-header.text--large .title ol ul b,
    .report-page-header.text--large .title ol ul i,
    .report-page-header.text--large .title ol ul span,
    .report-page-header.text--large .title ol ul u,
    .report-page-header.text--large .title p a a,
    .report-page-header.text--large .title p a b,
    .report-page-header.text--large .title p a i,
    .report-page-header.text--large .title p a span,
    .report-page-header.text--large .title p a u,
    .report-page-header.text--large .title p b a,
    .report-page-header.text--large .title p b b,
    .report-page-header.text--large .title p b i,
    .report-page-header.text--large .title p b span,
    .report-page-header.text--large .title p b u,
    .report-page-header.text--large .title p i a,
    .report-page-header.text--large .title p i b,
    .report-page-header.text--large .title p i i,
    .report-page-header.text--large .title p i span,
    .report-page-header.text--large .title p i u,
    .report-page-header.text--large .title p li a,
    .report-page-header.text--large .title p li b,
    .report-page-header.text--large .title p li i,
    .report-page-header.text--large .title p li span,
    .report-page-header.text--large .title p li u,
    .report-page-header.text--large .title p ol a,
    .report-page-header.text--large .title p ol b,
    .report-page-header.text--large .title p ol i,
    .report-page-header.text--large .title p ol span,
    .report-page-header.text--large .title p ol u,
    .report-page-header.text--large .title p span a,
    .report-page-header.text--large .title p span b,
    .report-page-header.text--large .title p span i,
    .report-page-header.text--large .title p span span,
    .report-page-header.text--large .title p span u,
    .report-page-header.text--large .title p u a,
    .report-page-header.text--large .title p u b,
    .report-page-header.text--large .title p u i,
    .report-page-header.text--large .title p u span,
    .report-page-header.text--large .title p u u,
    .report-page-header.text--large .title p ul a,
    .report-page-header.text--large .title p ul b,
    .report-page-header.text--large .title p ul i,
    .report-page-header.text--large .title p ul span,
    .report-page-header.text--large .title p ul u,
    .report-page-header.text--large .title span a a,
    .report-page-header.text--large .title span a b,
    .report-page-header.text--large .title span a i,
    .report-page-header.text--large .title span a span,
    .report-page-header.text--large .title span a u,
    .report-page-header.text--large .title span b a,
    .report-page-header.text--large .title span b b,
    .report-page-header.text--large .title span b i,
    .report-page-header.text--large .title span b span,
    .report-page-header.text--large .title span b u,
    .report-page-header.text--large .title span i a,
    .report-page-header.text--large .title span i b,
    .report-page-header.text--large .title span i i,
    .report-page-header.text--large .title span i span,
    .report-page-header.text--large .title span i u,
    .report-page-header.text--large .title span li a,
    .report-page-header.text--large .title span li b,
    .report-page-header.text--large .title span li i,
    .report-page-header.text--large .title span li span,
    .report-page-header.text--large .title span li u,
    .report-page-header.text--large .title span ol a,
    .report-page-header.text--large .title span ol b,
    .report-page-header.text--large .title span ol i,
    .report-page-header.text--large .title span ol span,
    .report-page-header.text--large .title span ol u,
    .report-page-header.text--large .title span span a,
    .report-page-header.text--large .title span span b,
    .report-page-header.text--large .title span span i,
    .report-page-header.text--large .title span span span,
    .report-page-header.text--large .title span span u,
    .report-page-header.text--large .title span u a,
    .report-page-header.text--large .title span u b,
    .report-page-header.text--large .title span u i,
    .report-page-header.text--large .title span u span,
    .report-page-header.text--large .title span u u,
    .report-page-header.text--large .title span ul a,
    .report-page-header.text--large .title span ul b,
    .report-page-header.text--large .title span ul i,
    .report-page-header.text--large .title span ul span,
    .report-page-header.text--large .title span ul u,
    .report-page-header.text--large .title u a a,
    .report-page-header.text--large .title u a b,
    .report-page-header.text--large .title u a i,
    .report-page-header.text--large .title u a span,
    .report-page-header.text--large .title u a u,
    .report-page-header.text--large .title u b a,
    .report-page-header.text--large .title u b b,
    .report-page-header.text--large .title u b i,
    .report-page-header.text--large .title u b span,
    .report-page-header.text--large .title u b u,
    .report-page-header.text--large .title u i a,
    .report-page-header.text--large .title u i b,
    .report-page-header.text--large .title u i i,
    .report-page-header.text--large .title u i span,
    .report-page-header.text--large .title u i u,
    .report-page-header.text--large .title u li a,
    .report-page-header.text--large .title u li b,
    .report-page-header.text--large .title u li i,
    .report-page-header.text--large .title u li span,
    .report-page-header.text--large .title u li u,
    .report-page-header.text--large .title u ol a,
    .report-page-header.text--large .title u ol b,
    .report-page-header.text--large .title u ol i,
    .report-page-header.text--large .title u ol span,
    .report-page-header.text--large .title u ol u,
    .report-page-header.text--large .title u span a,
    .report-page-header.text--large .title u span b,
    .report-page-header.text--large .title u span i,
    .report-page-header.text--large .title u span span,
    .report-page-header.text--large .title u span u,
    .report-page-header.text--large .title u u a,
    .report-page-header.text--large .title u u b,
    .report-page-header.text--large .title u u i,
    .report-page-header.text--large .title u u span,
    .report-page-header.text--large .title u u u,
    .report-page-header.text--large .title u ul a,
    .report-page-header.text--large .title u ul b,
    .report-page-header.text--large .title u ul i,
    .report-page-header.text--large .title u ul span,
    .report-page-header.text--large .title u ul u,
    .report-page-header.text--large .title ul a a,
    .report-page-header.text--large .title ul a b,
    .report-page-header.text--large .title ul a i,
    .report-page-header.text--large .title ul a span,
    .report-page-header.text--large .title ul a u,
    .report-page-header.text--large .title ul b a,
    .report-page-header.text--large .title ul b b,
    .report-page-header.text--large .title ul b i,
    .report-page-header.text--large .title ul b span,
    .report-page-header.text--large .title ul b u,
    .report-page-header.text--large .title ul i a,
    .report-page-header.text--large .title ul i b,
    .report-page-header.text--large .title ul i i,
    .report-page-header.text--large .title ul i span,
    .report-page-header.text--large .title ul i u,
    .report-page-header.text--large .title ul li a,
    .report-page-header.text--large .title ul li b,
    .report-page-header.text--large .title ul li i,
    .report-page-header.text--large .title ul li span,
    .report-page-header.text--large .title ul li u,
    .report-page-header.text--large .title ul ol a,
    .report-page-header.text--large .title ul ol b,
    .report-page-header.text--large .title ul ol i,
    .report-page-header.text--large .title ul ol span,
    .report-page-header.text--large .title ul ol u,
    .report-page-header.text--large .title ul span a,
    .report-page-header.text--large .title ul span b,
    .report-page-header.text--large .title ul span i,
    .report-page-header.text--large .title ul span span,
    .report-page-header.text--large .title ul span u,
    .report-page-header.text--large .title ul u a,
    .report-page-header.text--large .title ul u b,
    .report-page-header.text--large .title ul u i,
    .report-page-header.text--large .title ul u span,
    .report-page-header.text--large .title ul u u,
    .report-page-header.text--large .title ul ul a,
    .report-page-header.text--large .title ul ul b,
    .report-page-header.text--large .title ul ul i,
    .report-page-header.text--large .title ul ul span,
    .report-page-header.text--large .title ul ul u {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .report-page-header.text--large .title a a a,
    .report-page-header.text--large .title a a b,
    .report-page-header.text--large .title a a i,
    .report-page-header.text--large .title a a span,
    .report-page-header.text--large .title a a u,
    .report-page-header.text--large .title a b a,
    .report-page-header.text--large .title a b b,
    .report-page-header.text--large .title a b i,
    .report-page-header.text--large .title a b span,
    .report-page-header.text--large .title a b u,
    .report-page-header.text--large .title a i a,
    .report-page-header.text--large .title a i b,
    .report-page-header.text--large .title a i i,
    .report-page-header.text--large .title a i span,
    .report-page-header.text--large .title a i u,
    .report-page-header.text--large .title a li a,
    .report-page-header.text--large .title a li b,
    .report-page-header.text--large .title a li i,
    .report-page-header.text--large .title a li span,
    .report-page-header.text--large .title a li u,
    .report-page-header.text--large .title a ol a,
    .report-page-header.text--large .title a ol b,
    .report-page-header.text--large .title a ol i,
    .report-page-header.text--large .title a ol span,
    .report-page-header.text--large .title a ol u,
    .report-page-header.text--large .title a span a,
    .report-page-header.text--large .title a span b,
    .report-page-header.text--large .title a span i,
    .report-page-header.text--large .title a span span,
    .report-page-header.text--large .title a span u,
    .report-page-header.text--large .title a u a,
    .report-page-header.text--large .title a u b,
    .report-page-header.text--large .title a u i,
    .report-page-header.text--large .title a u span,
    .report-page-header.text--large .title a u u,
    .report-page-header.text--large .title a ul a,
    .report-page-header.text--large .title a ul b,
    .report-page-header.text--large .title a ul i,
    .report-page-header.text--large .title a ul span,
    .report-page-header.text--large .title a ul u,
    .report-page-header.text--large .title b a a,
    .report-page-header.text--large .title b a b,
    .report-page-header.text--large .title b a i,
    .report-page-header.text--large .title b a span,
    .report-page-header.text--large .title b a u,
    .report-page-header.text--large .title b b a,
    .report-page-header.text--large .title b b b,
    .report-page-header.text--large .title b b i,
    .report-page-header.text--large .title b b span,
    .report-page-header.text--large .title b b u,
    .report-page-header.text--large .title b i a,
    .report-page-header.text--large .title b i b,
    .report-page-header.text--large .title b i i,
    .report-page-header.text--large .title b i span,
    .report-page-header.text--large .title b i u,
    .report-page-header.text--large .title b li a,
    .report-page-header.text--large .title b li b,
    .report-page-header.text--large .title b li i,
    .report-page-header.text--large .title b li span,
    .report-page-header.text--large .title b li u,
    .report-page-header.text--large .title b ol a,
    .report-page-header.text--large .title b ol b,
    .report-page-header.text--large .title b ol i,
    .report-page-header.text--large .title b ol span,
    .report-page-header.text--large .title b ol u,
    .report-page-header.text--large .title b span a,
    .report-page-header.text--large .title b span b,
    .report-page-header.text--large .title b span i,
    .report-page-header.text--large .title b span span,
    .report-page-header.text--large .title b span u,
    .report-page-header.text--large .title b u a,
    .report-page-header.text--large .title b u b,
    .report-page-header.text--large .title b u i,
    .report-page-header.text--large .title b u span,
    .report-page-header.text--large .title b u u,
    .report-page-header.text--large .title b ul a,
    .report-page-header.text--large .title b ul b,
    .report-page-header.text--large .title b ul i,
    .report-page-header.text--large .title b ul span,
    .report-page-header.text--large .title b ul u,
    .report-page-header.text--large .title div a a,
    .report-page-header.text--large .title div a b,
    .report-page-header.text--large .title div a i,
    .report-page-header.text--large .title div a span,
    .report-page-header.text--large .title div a u,
    .report-page-header.text--large .title div b a,
    .report-page-header.text--large .title div b b,
    .report-page-header.text--large .title div b i,
    .report-page-header.text--large .title div b span,
    .report-page-header.text--large .title div b u,
    .report-page-header.text--large .title div i a,
    .report-page-header.text--large .title div i b,
    .report-page-header.text--large .title div i i,
    .report-page-header.text--large .title div i span,
    .report-page-header.text--large .title div i u,
    .report-page-header.text--large .title div li a,
    .report-page-header.text--large .title div li b,
    .report-page-header.text--large .title div li i,
    .report-page-header.text--large .title div li span,
    .report-page-header.text--large .title div li u,
    .report-page-header.text--large .title div ol a,
    .report-page-header.text--large .title div ol b,
    .report-page-header.text--large .title div ol i,
    .report-page-header.text--large .title div ol span,
    .report-page-header.text--large .title div ol u,
    .report-page-header.text--large .title div span a,
    .report-page-header.text--large .title div span b,
    .report-page-header.text--large .title div span i,
    .report-page-header.text--large .title div span span,
    .report-page-header.text--large .title div span u,
    .report-page-header.text--large .title div u a,
    .report-page-header.text--large .title div u b,
    .report-page-header.text--large .title div u i,
    .report-page-header.text--large .title div u span,
    .report-page-header.text--large .title div u u,
    .report-page-header.text--large .title div ul a,
    .report-page-header.text--large .title div ul b,
    .report-page-header.text--large .title div ul i,
    .report-page-header.text--large .title div ul span,
    .report-page-header.text--large .title div ul u,
    .report-page-header.text--large .title h1 a a,
    .report-page-header.text--large .title h1 a b,
    .report-page-header.text--large .title h1 a i,
    .report-page-header.text--large .title h1 a span,
    .report-page-header.text--large .title h1 a u,
    .report-page-header.text--large .title h1 b a,
    .report-page-header.text--large .title h1 b b,
    .report-page-header.text--large .title h1 b i,
    .report-page-header.text--large .title h1 b span,
    .report-page-header.text--large .title h1 b u,
    .report-page-header.text--large .title h1 i a,
    .report-page-header.text--large .title h1 i b,
    .report-page-header.text--large .title h1 i i,
    .report-page-header.text--large .title h1 i span,
    .report-page-header.text--large .title h1 i u,
    .report-page-header.text--large .title h1 li a,
    .report-page-header.text--large .title h1 li b,
    .report-page-header.text--large .title h1 li i,
    .report-page-header.text--large .title h1 li span,
    .report-page-header.text--large .title h1 li u,
    .report-page-header.text--large .title h1 ol a,
    .report-page-header.text--large .title h1 ol b,
    .report-page-header.text--large .title h1 ol i,
    .report-page-header.text--large .title h1 ol span,
    .report-page-header.text--large .title h1 ol u,
    .report-page-header.text--large .title h1 span a,
    .report-page-header.text--large .title h1 span b,
    .report-page-header.text--large .title h1 span i,
    .report-page-header.text--large .title h1 span span,
    .report-page-header.text--large .title h1 span u,
    .report-page-header.text--large .title h1 u a,
    .report-page-header.text--large .title h1 u b,
    .report-page-header.text--large .title h1 u i,
    .report-page-header.text--large .title h1 u span,
    .report-page-header.text--large .title h1 u u,
    .report-page-header.text--large .title h1 ul a,
    .report-page-header.text--large .title h1 ul b,
    .report-page-header.text--large .title h1 ul i,
    .report-page-header.text--large .title h1 ul span,
    .report-page-header.text--large .title h1 ul u,
    .report-page-header.text--large .title h2 a a,
    .report-page-header.text--large .title h2 a b,
    .report-page-header.text--large .title h2 a i,
    .report-page-header.text--large .title h2 a span,
    .report-page-header.text--large .title h2 a u,
    .report-page-header.text--large .title h2 b a,
    .report-page-header.text--large .title h2 b b,
    .report-page-header.text--large .title h2 b i,
    .report-page-header.text--large .title h2 b span,
    .report-page-header.text--large .title h2 b u,
    .report-page-header.text--large .title h2 i a,
    .report-page-header.text--large .title h2 i b,
    .report-page-header.text--large .title h2 i i,
    .report-page-header.text--large .title h2 i span,
    .report-page-header.text--large .title h2 i u,
    .report-page-header.text--large .title h2 li a,
    .report-page-header.text--large .title h2 li b,
    .report-page-header.text--large .title h2 li i,
    .report-page-header.text--large .title h2 li span,
    .report-page-header.text--large .title h2 li u,
    .report-page-header.text--large .title h2 ol a,
    .report-page-header.text--large .title h2 ol b,
    .report-page-header.text--large .title h2 ol i,
    .report-page-header.text--large .title h2 ol span,
    .report-page-header.text--large .title h2 ol u,
    .report-page-header.text--large .title h2 span a,
    .report-page-header.text--large .title h2 span b,
    .report-page-header.text--large .title h2 span i,
    .report-page-header.text--large .title h2 span span,
    .report-page-header.text--large .title h2 span u,
    .report-page-header.text--large .title h2 u a,
    .report-page-header.text--large .title h2 u b,
    .report-page-header.text--large .title h2 u i,
    .report-page-header.text--large .title h2 u span,
    .report-page-header.text--large .title h2 u u,
    .report-page-header.text--large .title h2 ul a,
    .report-page-header.text--large .title h2 ul b,
    .report-page-header.text--large .title h2 ul i,
    .report-page-header.text--large .title h2 ul span,
    .report-page-header.text--large .title h2 ul u,
    .report-page-header.text--large .title h3 a a,
    .report-page-header.text--large .title h3 a b,
    .report-page-header.text--large .title h3 a i,
    .report-page-header.text--large .title h3 a span,
    .report-page-header.text--large .title h3 a u,
    .report-page-header.text--large .title h3 b a,
    .report-page-header.text--large .title h3 b b,
    .report-page-header.text--large .title h3 b i,
    .report-page-header.text--large .title h3 b span,
    .report-page-header.text--large .title h3 b u,
    .report-page-header.text--large .title h3 i a,
    .report-page-header.text--large .title h3 i b,
    .report-page-header.text--large .title h3 i i,
    .report-page-header.text--large .title h3 i span,
    .report-page-header.text--large .title h3 i u,
    .report-page-header.text--large .title h3 li a,
    .report-page-header.text--large .title h3 li b,
    .report-page-header.text--large .title h3 li i,
    .report-page-header.text--large .title h3 li span,
    .report-page-header.text--large .title h3 li u,
    .report-page-header.text--large .title h3 ol a,
    .report-page-header.text--large .title h3 ol b,
    .report-page-header.text--large .title h3 ol i,
    .report-page-header.text--large .title h3 ol span,
    .report-page-header.text--large .title h3 ol u,
    .report-page-header.text--large .title h3 span a,
    .report-page-header.text--large .title h3 span b,
    .report-page-header.text--large .title h3 span i,
    .report-page-header.text--large .title h3 span span,
    .report-page-header.text--large .title h3 span u,
    .report-page-header.text--large .title h3 u a,
    .report-page-header.text--large .title h3 u b,
    .report-page-header.text--large .title h3 u i,
    .report-page-header.text--large .title h3 u span,
    .report-page-header.text--large .title h3 u u,
    .report-page-header.text--large .title h3 ul a,
    .report-page-header.text--large .title h3 ul b,
    .report-page-header.text--large .title h3 ul i,
    .report-page-header.text--large .title h3 ul span,
    .report-page-header.text--large .title h3 ul u,
    .report-page-header.text--large .title h4 a a,
    .report-page-header.text--large .title h4 a b,
    .report-page-header.text--large .title h4 a i,
    .report-page-header.text--large .title h4 a span,
    .report-page-header.text--large .title h4 a u,
    .report-page-header.text--large .title h4 b a,
    .report-page-header.text--large .title h4 b b,
    .report-page-header.text--large .title h4 b i,
    .report-page-header.text--large .title h4 b span,
    .report-page-header.text--large .title h4 b u,
    .report-page-header.text--large .title h4 i a,
    .report-page-header.text--large .title h4 i b,
    .report-page-header.text--large .title h4 i i,
    .report-page-header.text--large .title h4 i span,
    .report-page-header.text--large .title h4 i u,
    .report-page-header.text--large .title h4 li a,
    .report-page-header.text--large .title h4 li b,
    .report-page-header.text--large .title h4 li i,
    .report-page-header.text--large .title h4 li span,
    .report-page-header.text--large .title h4 li u,
    .report-page-header.text--large .title h4 ol a,
    .report-page-header.text--large .title h4 ol b,
    .report-page-header.text--large .title h4 ol i,
    .report-page-header.text--large .title h4 ol span,
    .report-page-header.text--large .title h4 ol u,
    .report-page-header.text--large .title h4 span a,
    .report-page-header.text--large .title h4 span b,
    .report-page-header.text--large .title h4 span i,
    .report-page-header.text--large .title h4 span span,
    .report-page-header.text--large .title h4 span u,
    .report-page-header.text--large .title h4 u a,
    .report-page-header.text--large .title h4 u b,
    .report-page-header.text--large .title h4 u i,
    .report-page-header.text--large .title h4 u span,
    .report-page-header.text--large .title h4 u u,
    .report-page-header.text--large .title h4 ul a,
    .report-page-header.text--large .title h4 ul b,
    .report-page-header.text--large .title h4 ul i,
    .report-page-header.text--large .title h4 ul span,
    .report-page-header.text--large .title h4 ul u,
    .report-page-header.text--large .title h5 a a,
    .report-page-header.text--large .title h5 a b,
    .report-page-header.text--large .title h5 a i,
    .report-page-header.text--large .title h5 a span,
    .report-page-header.text--large .title h5 a u,
    .report-page-header.text--large .title h5 b a,
    .report-page-header.text--large .title h5 b b,
    .report-page-header.text--large .title h5 b i,
    .report-page-header.text--large .title h5 b span,
    .report-page-header.text--large .title h5 b u,
    .report-page-header.text--large .title h5 i a,
    .report-page-header.text--large .title h5 i b,
    .report-page-header.text--large .title h5 i i,
    .report-page-header.text--large .title h5 i span,
    .report-page-header.text--large .title h5 i u,
    .report-page-header.text--large .title h5 li a,
    .report-page-header.text--large .title h5 li b,
    .report-page-header.text--large .title h5 li i,
    .report-page-header.text--large .title h5 li span,
    .report-page-header.text--large .title h5 li u,
    .report-page-header.text--large .title h5 ol a,
    .report-page-header.text--large .title h5 ol b,
    .report-page-header.text--large .title h5 ol i,
    .report-page-header.text--large .title h5 ol span,
    .report-page-header.text--large .title h5 ol u,
    .report-page-header.text--large .title h5 span a,
    .report-page-header.text--large .title h5 span b,
    .report-page-header.text--large .title h5 span i,
    .report-page-header.text--large .title h5 span span,
    .report-page-header.text--large .title h5 span u,
    .report-page-header.text--large .title h5 u a,
    .report-page-header.text--large .title h5 u b,
    .report-page-header.text--large .title h5 u i,
    .report-page-header.text--large .title h5 u span,
    .report-page-header.text--large .title h5 u u,
    .report-page-header.text--large .title h5 ul a,
    .report-page-header.text--large .title h5 ul b,
    .report-page-header.text--large .title h5 ul i,
    .report-page-header.text--large .title h5 ul span,
    .report-page-header.text--large .title h5 ul u,
    .report-page-header.text--large .title h6 a a,
    .report-page-header.text--large .title h6 a b,
    .report-page-header.text--large .title h6 a i,
    .report-page-header.text--large .title h6 a span,
    .report-page-header.text--large .title h6 a u,
    .report-page-header.text--large .title h6 b a,
    .report-page-header.text--large .title h6 b b,
    .report-page-header.text--large .title h6 b i,
    .report-page-header.text--large .title h6 b span,
    .report-page-header.text--large .title h6 b u,
    .report-page-header.text--large .title h6 i a,
    .report-page-header.text--large .title h6 i b,
    .report-page-header.text--large .title h6 i i,
    .report-page-header.text--large .title h6 i span,
    .report-page-header.text--large .title h6 i u,
    .report-page-header.text--large .title h6 li a,
    .report-page-header.text--large .title h6 li b,
    .report-page-header.text--large .title h6 li i,
    .report-page-header.text--large .title h6 li span,
    .report-page-header.text--large .title h6 li u,
    .report-page-header.text--large .title h6 ol a,
    .report-page-header.text--large .title h6 ol b,
    .report-page-header.text--large .title h6 ol i,
    .report-page-header.text--large .title h6 ol span,
    .report-page-header.text--large .title h6 ol u,
    .report-page-header.text--large .title h6 span a,
    .report-page-header.text--large .title h6 span b,
    .report-page-header.text--large .title h6 span i,
    .report-page-header.text--large .title h6 span span,
    .report-page-header.text--large .title h6 span u,
    .report-page-header.text--large .title h6 u a,
    .report-page-header.text--large .title h6 u b,
    .report-page-header.text--large .title h6 u i,
    .report-page-header.text--large .title h6 u span,
    .report-page-header.text--large .title h6 u u,
    .report-page-header.text--large .title h6 ul a,
    .report-page-header.text--large .title h6 ul b,
    .report-page-header.text--large .title h6 ul i,
    .report-page-header.text--large .title h6 ul span,
    .report-page-header.text--large .title h6 ul u,
    .report-page-header.text--large .title i a a,
    .report-page-header.text--large .title i a b,
    .report-page-header.text--large .title i a i,
    .report-page-header.text--large .title i a span,
    .report-page-header.text--large .title i a u,
    .report-page-header.text--large .title i b a,
    .report-page-header.text--large .title i b b,
    .report-page-header.text--large .title i b i,
    .report-page-header.text--large .title i b span,
    .report-page-header.text--large .title i b u,
    .report-page-header.text--large .title i i a,
    .report-page-header.text--large .title i i b,
    .report-page-header.text--large .title i i i,
    .report-page-header.text--large .title i i span,
    .report-page-header.text--large .title i i u,
    .report-page-header.text--large .title i li a,
    .report-page-header.text--large .title i li b,
    .report-page-header.text--large .title i li i,
    .report-page-header.text--large .title i li span,
    .report-page-header.text--large .title i li u,
    .report-page-header.text--large .title i ol a,
    .report-page-header.text--large .title i ol b,
    .report-page-header.text--large .title i ol i,
    .report-page-header.text--large .title i ol span,
    .report-page-header.text--large .title i ol u,
    .report-page-header.text--large .title i span a,
    .report-page-header.text--large .title i span b,
    .report-page-header.text--large .title i span i,
    .report-page-header.text--large .title i span span,
    .report-page-header.text--large .title i span u,
    .report-page-header.text--large .title i u a,
    .report-page-header.text--large .title i u b,
    .report-page-header.text--large .title i u i,
    .report-page-header.text--large .title i u span,
    .report-page-header.text--large .title i u u,
    .report-page-header.text--large .title i ul a,
    .report-page-header.text--large .title i ul b,
    .report-page-header.text--large .title i ul i,
    .report-page-header.text--large .title i ul span,
    .report-page-header.text--large .title i ul u,
    .report-page-header.text--large .title li a a,
    .report-page-header.text--large .title li a b,
    .report-page-header.text--large .title li a i,
    .report-page-header.text--large .title li a span,
    .report-page-header.text--large .title li a u,
    .report-page-header.text--large .title li b a,
    .report-page-header.text--large .title li b b,
    .report-page-header.text--large .title li b i,
    .report-page-header.text--large .title li b span,
    .report-page-header.text--large .title li b u,
    .report-page-header.text--large .title li i a,
    .report-page-header.text--large .title li i b,
    .report-page-header.text--large .title li i i,
    .report-page-header.text--large .title li i span,
    .report-page-header.text--large .title li i u,
    .report-page-header.text--large .title li li a,
    .report-page-header.text--large .title li li b,
    .report-page-header.text--large .title li li i,
    .report-page-header.text--large .title li li span,
    .report-page-header.text--large .title li li u,
    .report-page-header.text--large .title li ol a,
    .report-page-header.text--large .title li ol b,
    .report-page-header.text--large .title li ol i,
    .report-page-header.text--large .title li ol span,
    .report-page-header.text--large .title li ol u,
    .report-page-header.text--large .title li span a,
    .report-page-header.text--large .title li span b,
    .report-page-header.text--large .title li span i,
    .report-page-header.text--large .title li span span,
    .report-page-header.text--large .title li span u,
    .report-page-header.text--large .title li u a,
    .report-page-header.text--large .title li u b,
    .report-page-header.text--large .title li u i,
    .report-page-header.text--large .title li u span,
    .report-page-header.text--large .title li u u,
    .report-page-header.text--large .title li ul a,
    .report-page-header.text--large .title li ul b,
    .report-page-header.text--large .title li ul i,
    .report-page-header.text--large .title li ul span,
    .report-page-header.text--large .title li ul u,
    .report-page-header.text--large .title ol a a,
    .report-page-header.text--large .title ol a b,
    .report-page-header.text--large .title ol a i,
    .report-page-header.text--large .title ol a span,
    .report-page-header.text--large .title ol a u,
    .report-page-header.text--large .title ol b a,
    .report-page-header.text--large .title ol b b,
    .report-page-header.text--large .title ol b i,
    .report-page-header.text--large .title ol b span,
    .report-page-header.text--large .title ol b u,
    .report-page-header.text--large .title ol i a,
    .report-page-header.text--large .title ol i b,
    .report-page-header.text--large .title ol i i,
    .report-page-header.text--large .title ol i span,
    .report-page-header.text--large .title ol i u,
    .report-page-header.text--large .title ol li a,
    .report-page-header.text--large .title ol li b,
    .report-page-header.text--large .title ol li i,
    .report-page-header.text--large .title ol li span,
    .report-page-header.text--large .title ol li u,
    .report-page-header.text--large .title ol ol a,
    .report-page-header.text--large .title ol ol b,
    .report-page-header.text--large .title ol ol i,
    .report-page-header.text--large .title ol ol span,
    .report-page-header.text--large .title ol ol u,
    .report-page-header.text--large .title ol span a,
    .report-page-header.text--large .title ol span b,
    .report-page-header.text--large .title ol span i,
    .report-page-header.text--large .title ol span span,
    .report-page-header.text--large .title ol span u,
    .report-page-header.text--large .title ol u a,
    .report-page-header.text--large .title ol u b,
    .report-page-header.text--large .title ol u i,
    .report-page-header.text--large .title ol u span,
    .report-page-header.text--large .title ol u u,
    .report-page-header.text--large .title ol ul a,
    .report-page-header.text--large .title ol ul b,
    .report-page-header.text--large .title ol ul i,
    .report-page-header.text--large .title ol ul span,
    .report-page-header.text--large .title ol ul u,
    .report-page-header.text--large .title p a a,
    .report-page-header.text--large .title p a b,
    .report-page-header.text--large .title p a i,
    .report-page-header.text--large .title p a span,
    .report-page-header.text--large .title p a u,
    .report-page-header.text--large .title p b a,
    .report-page-header.text--large .title p b b,
    .report-page-header.text--large .title p b i,
    .report-page-header.text--large .title p b span,
    .report-page-header.text--large .title p b u,
    .report-page-header.text--large .title p i a,
    .report-page-header.text--large .title p i b,
    .report-page-header.text--large .title p i i,
    .report-page-header.text--large .title p i span,
    .report-page-header.text--large .title p i u,
    .report-page-header.text--large .title p li a,
    .report-page-header.text--large .title p li b,
    .report-page-header.text--large .title p li i,
    .report-page-header.text--large .title p li span,
    .report-page-header.text--large .title p li u,
    .report-page-header.text--large .title p ol a,
    .report-page-header.text--large .title p ol b,
    .report-page-header.text--large .title p ol i,
    .report-page-header.text--large .title p ol span,
    .report-page-header.text--large .title p ol u,
    .report-page-header.text--large .title p span a,
    .report-page-header.text--large .title p span b,
    .report-page-header.text--large .title p span i,
    .report-page-header.text--large .title p span span,
    .report-page-header.text--large .title p span u,
    .report-page-header.text--large .title p u a,
    .report-page-header.text--large .title p u b,
    .report-page-header.text--large .title p u i,
    .report-page-header.text--large .title p u span,
    .report-page-header.text--large .title p u u,
    .report-page-header.text--large .title p ul a,
    .report-page-header.text--large .title p ul b,
    .report-page-header.text--large .title p ul i,
    .report-page-header.text--large .title p ul span,
    .report-page-header.text--large .title p ul u,
    .report-page-header.text--large .title span a a,
    .report-page-header.text--large .title span a b,
    .report-page-header.text--large .title span a i,
    .report-page-header.text--large .title span a span,
    .report-page-header.text--large .title span a u,
    .report-page-header.text--large .title span b a,
    .report-page-header.text--large .title span b b,
    .report-page-header.text--large .title span b i,
    .report-page-header.text--large .title span b span,
    .report-page-header.text--large .title span b u,
    .report-page-header.text--large .title span i a,
    .report-page-header.text--large .title span i b,
    .report-page-header.text--large .title span i i,
    .report-page-header.text--large .title span i span,
    .report-page-header.text--large .title span i u,
    .report-page-header.text--large .title span li a,
    .report-page-header.text--large .title span li b,
    .report-page-header.text--large .title span li i,
    .report-page-header.text--large .title span li span,
    .report-page-header.text--large .title span li u,
    .report-page-header.text--large .title span ol a,
    .report-page-header.text--large .title span ol b,
    .report-page-header.text--large .title span ol i,
    .report-page-header.text--large .title span ol span,
    .report-page-header.text--large .title span ol u,
    .report-page-header.text--large .title span span a,
    .report-page-header.text--large .title span span b,
    .report-page-header.text--large .title span span i,
    .report-page-header.text--large .title span span span,
    .report-page-header.text--large .title span span u,
    .report-page-header.text--large .title span u a,
    .report-page-header.text--large .title span u b,
    .report-page-header.text--large .title span u i,
    .report-page-header.text--large .title span u span,
    .report-page-header.text--large .title span u u,
    .report-page-header.text--large .title span ul a,
    .report-page-header.text--large .title span ul b,
    .report-page-header.text--large .title span ul i,
    .report-page-header.text--large .title span ul span,
    .report-page-header.text--large .title span ul u,
    .report-page-header.text--large .title u a a,
    .report-page-header.text--large .title u a b,
    .report-page-header.text--large .title u a i,
    .report-page-header.text--large .title u a span,
    .report-page-header.text--large .title u a u,
    .report-page-header.text--large .title u b a,
    .report-page-header.text--large .title u b b,
    .report-page-header.text--large .title u b i,
    .report-page-header.text--large .title u b span,
    .report-page-header.text--large .title u b u,
    .report-page-header.text--large .title u i a,
    .report-page-header.text--large .title u i b,
    .report-page-header.text--large .title u i i,
    .report-page-header.text--large .title u i span,
    .report-page-header.text--large .title u i u,
    .report-page-header.text--large .title u li a,
    .report-page-header.text--large .title u li b,
    .report-page-header.text--large .title u li i,
    .report-page-header.text--large .title u li span,
    .report-page-header.text--large .title u li u,
    .report-page-header.text--large .title u ol a,
    .report-page-header.text--large .title u ol b,
    .report-page-header.text--large .title u ol i,
    .report-page-header.text--large .title u ol span,
    .report-page-header.text--large .title u ol u,
    .report-page-header.text--large .title u span a,
    .report-page-header.text--large .title u span b,
    .report-page-header.text--large .title u span i,
    .report-page-header.text--large .title u span span,
    .report-page-header.text--large .title u span u,
    .report-page-header.text--large .title u u a,
    .report-page-header.text--large .title u u b,
    .report-page-header.text--large .title u u i,
    .report-page-header.text--large .title u u span,
    .report-page-header.text--large .title u u u,
    .report-page-header.text--large .title u ul a,
    .report-page-header.text--large .title u ul b,
    .report-page-header.text--large .title u ul i,
    .report-page-header.text--large .title u ul span,
    .report-page-header.text--large .title u ul u,
    .report-page-header.text--large .title ul a a,
    .report-page-header.text--large .title ul a b,
    .report-page-header.text--large .title ul a i,
    .report-page-header.text--large .title ul a span,
    .report-page-header.text--large .title ul a u,
    .report-page-header.text--large .title ul b a,
    .report-page-header.text--large .title ul b b,
    .report-page-header.text--large .title ul b i,
    .report-page-header.text--large .title ul b span,
    .report-page-header.text--large .title ul b u,
    .report-page-header.text--large .title ul i a,
    .report-page-header.text--large .title ul i b,
    .report-page-header.text--large .title ul i i,
    .report-page-header.text--large .title ul i span,
    .report-page-header.text--large .title ul i u,
    .report-page-header.text--large .title ul li a,
    .report-page-header.text--large .title ul li b,
    .report-page-header.text--large .title ul li i,
    .report-page-header.text--large .title ul li span,
    .report-page-header.text--large .title ul li u,
    .report-page-header.text--large .title ul ol a,
    .report-page-header.text--large .title ul ol b,
    .report-page-header.text--large .title ul ol i,
    .report-page-header.text--large .title ul ol span,
    .report-page-header.text--large .title ul ol u,
    .report-page-header.text--large .title ul span a,
    .report-page-header.text--large .title ul span b,
    .report-page-header.text--large .title ul span i,
    .report-page-header.text--large .title ul span span,
    .report-page-header.text--large .title ul span u,
    .report-page-header.text--large .title ul u a,
    .report-page-header.text--large .title ul u b,
    .report-page-header.text--large .title ul u i,
    .report-page-header.text--large .title ul u span,
    .report-page-header.text--large .title ul u u,
    .report-page-header.text--large .title ul ul a,
    .report-page-header.text--large .title ul ul b,
    .report-page-header.text--large .title ul ul i,
    .report-page-header.text--large .title ul ul span,
    .report-page-header.text--large .title ul ul u {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.report-page-header .main-container,
.report-page-header .main-container .headline-container .card,
.report-page-header.travertine .main-container,
.report-page-header.travertine .main-container .headline-container .card {
    background-color: #f1f3f6
}

.report-page-header.dark .main-container,
.report-page-header.dark .main-container .headline-container .card {
    background-color: #101537
}

.report-page-header.dark .main-container .headline-container .card .eyebrow {
    color: #a8a8a8
}

.report-page-header.dark .main-container .headline-container .card .date,
.report-page-header.dark .main-container .headline-container .card .description,
.report-page-header.dark .main-container .headline-container .card .title {
    color: #fff
}

.report-page-header.dark .main-container .headline-container .card .description a a,
.report-page-header.dark .main-container .headline-container .card .description a a a,
.report-page-header.dark .main-container .headline-container .card .description b a,
.report-page-header.dark .main-container .headline-container .card .description b a a,
.report-page-header.dark .main-container .headline-container .card .description div a,
.report-page-header.dark .main-container .headline-container .card .description div a a,
.report-page-header.dark .main-container .headline-container .card .description h1 a,
.report-page-header.dark .main-container .headline-container .card .description h1 a a,
.report-page-header.dark .main-container .headline-container .card .description h2 a,
.report-page-header.dark .main-container .headline-container .card .description h2 a a,
.report-page-header.dark .main-container .headline-container .card .description h3 a,
.report-page-header.dark .main-container .headline-container .card .description h3 a a,
.report-page-header.dark .main-container .headline-container .card .description h4 a,
.report-page-header.dark .main-container .headline-container .card .description h4 a a,
.report-page-header.dark .main-container .headline-container .card .description h5 a,
.report-page-header.dark .main-container .headline-container .card .description h5 a a,
.report-page-header.dark .main-container .headline-container .card .description h6 a,
.report-page-header.dark .main-container .headline-container .card .description h6 a a,
.report-page-header.dark .main-container .headline-container .card .description i a,
.report-page-header.dark .main-container .headline-container .card .description i a a,
.report-page-header.dark .main-container .headline-container .card .description li a,
.report-page-header.dark .main-container .headline-container .card .description li a a,
.report-page-header.dark .main-container .headline-container .card .description ol a,
.report-page-header.dark .main-container .headline-container .card .description ol a a,
.report-page-header.dark .main-container .headline-container .card .description p a,
.report-page-header.dark .main-container .headline-container .card .description p a a,
.report-page-header.dark .main-container .headline-container .card .description span a,
.report-page-header.dark .main-container .headline-container .card .description span a a,
.report-page-header.dark .main-container .headline-container .card .description u a,
.report-page-header.dark .main-container .headline-container .card .description u a a,
.report-page-header.dark .main-container .headline-container .card .description ul a,
.report-page-header.dark .main-container .headline-container .card .description ul a a,
.report-page-header.dark .main-container .headline-container .card .title a a,
.report-page-header.dark .main-container .headline-container .card .title a a a,
.report-page-header.dark .main-container .headline-container .card .title b a,
.report-page-header.dark .main-container .headline-container .card .title b a a,
.report-page-header.dark .main-container .headline-container .card .title div a,
.report-page-header.dark .main-container .headline-container .card .title div a a,
.report-page-header.dark .main-container .headline-container .card .title h1 a,
.report-page-header.dark .main-container .headline-container .card .title h1 a a,
.report-page-header.dark .main-container .headline-container .card .title h2 a,
.report-page-header.dark .main-container .headline-container .card .title h2 a a,
.report-page-header.dark .main-container .headline-container .card .title h3 a,
.report-page-header.dark .main-container .headline-container .card .title h3 a a,
.report-page-header.dark .main-container .headline-container .card .title h4 a,
.report-page-header.dark .main-container .headline-container .card .title h4 a a,
.report-page-header.dark .main-container .headline-container .card .title h5 a,
.report-page-header.dark .main-container .headline-container .card .title h5 a a,
.report-page-header.dark .main-container .headline-container .card .title h6 a,
.report-page-header.dark .main-container .headline-container .card .title h6 a a,
.report-page-header.dark .main-container .headline-container .card .title i a,
.report-page-header.dark .main-container .headline-container .card .title i a a,
.report-page-header.dark .main-container .headline-container .card .title li a,
.report-page-header.dark .main-container .headline-container .card .title li a a,
.report-page-header.dark .main-container .headline-container .card .title ol a,
.report-page-header.dark .main-container .headline-container .card .title ol a a,
.report-page-header.dark .main-container .headline-container .card .title p a,
.report-page-header.dark .main-container .headline-container .card .title p a a,
.report-page-header.dark .main-container .headline-container .card .title span a,
.report-page-header.dark .main-container .headline-container .card .title span a a,
.report-page-header.dark .main-container .headline-container .card .title u a,
.report-page-header.dark .main-container .headline-container .card .title u a a,
.report-page-header.dark .main-container .headline-container .card .title ul a,
.report-page-header.dark .main-container .headline-container .card .title ul a a {
    color: #adb6f5
}

.cmp-banner {
    display: block;
    position: relative
}

@media screen and (min-width:1024px) {
    .cmp-banner .jpmc-image {
        height: 5in
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-banner .jpmc-image {
        height: 16pc
    }
}

.cmp-banner .cmp-wrapper {
    position: relative;
    width: 91%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -3pc
}

@media screen and (min-width:1024px) {
    .cmp-banner .cmp-wrapper {
        margin-top: -5pc
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-banner .cmp-wrapper {
        margin-top: -4pc
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content {
    background-color: #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 40px 60px 40px 5pc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content {
        padding: 40px 3pc
    }
}

@media screen and (max-width:767px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content {
        padding: 2pc 24px
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title {
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
    padding-left: 7pc;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-small-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .eyebrow-tags,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
        font-size: 2.4rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus:hover:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover:focus:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:hover:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:focus:after,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
        left: 5pc
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li:not(:last-of-type),
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol:not(:last-of-type),
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:not(:last-of-type),
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p+ul,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul+p {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h1,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h1 {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h2,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h2 {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h3,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h3 {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h4,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h4 {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h5,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h5 {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h6,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h6 {
    margin-top: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:hover {
    outline: 1px dashed #474c50
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
        padding-left: 8px
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li::marker {
    color: #936846
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li ol li,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li ol li ol li {
    margin-left: -1.8rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul>li {
    position: relative;
    padding-left: 2pc
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li:before {
        line-height: 2pc
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li {
    position: relative
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li ul li {
    position: relative
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content b,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content div,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content i,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content span,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content u,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul {
    word-break: break-word
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table tr {
    border: none
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>p:not(:last-of-type),
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>ul li:not(:last-of-type),
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table b,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table div,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h1,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h2,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h3,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h4,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h5,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h6,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table i,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table li,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table ol,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table p,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table span,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table u,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table ul {
    word-break: unset
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
        padding-left: 59px
    }
}

@media screen and (max-width:767px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
        width: 100%;
        font-size: 1pc;
        padding-left: 0
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:first-of-type {
    margin-top: 24px
}

@media screen and (max-width:767px) {
    .cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:first-of-type {
        margin-top: 1pc
    }
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span {
    color: #C74A07
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span span.hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span.hyper-link {
    font-size: inherit
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus-within,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within {
    outline: 1px dashed #C74A07
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus span.hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus-within span.hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus span.hyper-link,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within span.hyper-link {
    outline: unset
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus-within {
    outline: unset
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol li:before,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul li:before {
    background: #C74A07
}

.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol li::marker,
.cmp-banner .cmp-wrapper .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul li::marker {
    color: #C74A07
}

.banner.notched .cmp-wrapper {
    width: 91%
}

.banner.not-notched .cmp-wrapper,
.banner.not-notched .cmp-wrapper .cmp-banner-container {
    width: 100%
}

.banner.not-notched .cmp-wrapper .cmp-banner-container .cmp-banner-content {
    padding: 40px 5pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .banner.not-notched .cmp-wrapper .cmp-banner-container .cmp-banner-content {
        padding: 40px 3pc
    }
}

@media screen and (max-width:767px) {
    .banner.not-notched .cmp-wrapper .cmp-banner-container .cmp-banner-content {
        padding: 2pc 24px
    }
}

.banner.disability-inclusion .cmp-wrapper .cmp-banner-content {
    background: #003d63;
    color: #ade7f0
}

.banner.disability-inclusion .cmp-wrapper .cmp-banner-content .cmp-banner-title {
    color: #ade7f0
}

.cmp-simple-banner {
    padding: 4pc 5pc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-simple-banner {
        padding: 3pc;
        gap: 2pc
    }
}

@media screen and (max-width:767px) {
    .cmp-simple-banner {
        padding: 2pc 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

.cmp-simple-banner .cmp-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem;
    margin-bottom: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 4rem;
        letter-spacing: -.04rem;
        margin-bottom: 1pc
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-small-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .eyebrow-tags,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
        font-size: 2.4rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus:hover:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover:focus:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:hover:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:focus:after,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
        left: 5pc
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li:not(:last-of-type),
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol:not(:last-of-type),
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:not(:last-of-type),
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p+ul,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul+p {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h1,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h1 {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h2,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h2 {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h3,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h3 {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h4,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h4 {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h5,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h5 {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h6,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h6 {
    margin-top: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:hover {
    outline: 1px dashed #474c50
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
        padding-left: 8px
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li::marker {
    color: #936846
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li ol li,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li ol li ol li {
    margin-left: -1.8rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul>li {
    position: relative;
    padding-left: 2pc
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li:before {
        line-height: 2pc
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li {
    position: relative
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li ul li {
    position: relative
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content b,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content div,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content i,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content span,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content u,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul {
    word-break: break-word
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table tr {
    border: none
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>p:not(:last-of-type),
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>ul li:not(:last-of-type),
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table b,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table div,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h1,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h2,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h3,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h4,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h5,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h6,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table i,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table li,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table ol,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table p,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table span,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table u,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table ul {
    word-break: unset
}

@media screen and (max-width:767px) {
    .cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
        font-size: 1pc
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span {
    color: #C74A07
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span span.hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span.hyper-link {
    font-size: inherit
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus-within,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within {
    outline: 1px dashed #C74A07
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus span.hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus-within span.hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus span.hyper-link,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within span.hyper-link {
    outline: unset
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus-within {
    outline: unset
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol li:before,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul li:before {
    background: #C74A07
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol li::marker,
.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul li::marker {
    color: #C74A07
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-simple-banner .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (max-width:767px) {
    .cmp-simple-banner .image-container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.banner.white .cmp-simple-banner {
    background-color: #fff
}

.banner.white a {
    color: #C74A07
}

.banner.travertine .cmp-simple-banner,
.banner.travertine .cmp-simple-banner .cmp-banner-container {
    background-color: #f1f3f6
}

.banner.travertine a {
    color: #C74A07
}

.banner.dark .cmp-simple-banner {
    background-color: #101537;
    color: #fff
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content a,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a span {
    color: #adb6f5
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content a span.hyper-link,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a span span.hyper-link,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a span.hyper-link {
    font-size: inherit
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content a:focus,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content a:focus-within,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a:focus,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a:focus-within {
    outline: 1px dashed #adb6f5
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content a:focus span.hyper-link,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content a:focus-within span.hyper-link,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a:focus span.hyper-link,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content p a:focus-within span.hyper-link {
    outline: unset
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content a span.hyper-link:focus,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content a span.hyper-link:focus-within {
    outline: unset
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content ol li:before,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content ul li:before {
    background: #adb6f5
}

.banner.dark .cmp-simple-banner .cmp-banner-sub-content ol li::marker,
.banner.dark .cmp-simple-banner .cmp-banner-sub-content ul li::marker {
    color: #adb6f5
}

.banner.dark a {
    color: #adb6f5 !important
}

.cmp-fifty-fifty-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-fifty-fifty-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .cmp-fifty-fifty-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container {
    margin-top: 4pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-fifty-fifty-banner .cmp-banner-container {
        margin-top: -3pc
    }
}

@media screen and (max-width:767px) {
    .cmp-fifty-fifty-banner .cmp-banner-container {
        margin-top: -40px
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
    padding: 4pc 60px 4pc 5pc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
    gap: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    width: 55%;
    z-index: 1
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
        padding: 40px 2pc 40px 3pc;
        width: 85%
    }
}

@media screen and (max-width:767px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
        padding: 2pc 24px;
        gap: 1pc;
        width: 90%
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 8.8rem;
    line-height: 1.15;
    letter-spacing: -.088rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 7.2rem;
        letter-spacing: -.072rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .body-small-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .eyebrow-tags,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-large-bold,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .headline-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .sub-title,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .sub-title {
        font-size: 2.4rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-large,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .title-small,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:hover a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a:hover {
    text-decoration: none;
    outline: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:before:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:hover:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:active:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:focus:hover:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover:focus:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p>a .hyper-link-with-icon .link-text:hover:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:focus:after,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p .statement-style:before,
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul .statement-style:before {
        left: 5pc
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li:not(:last-of-type),
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol:not(:last-of-type),
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:not(:last-of-type),
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p+ul,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul+p {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1 {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h1,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h1 {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2 {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h2,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h2 {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3 {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h3,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h3 {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4 {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h4,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h4 {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5 {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h5,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h5 {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6 {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6:not(:first-child):last-child {
    margin-bottom: 0
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p:last-of-type+h6,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul:last-of-type+h6 {
    margin-top: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:hover {
    outline: 1px dashed #474c50
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li {
        padding-left: 8px
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li::marker {
    color: #936846
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li ol li,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ol li ol li ol li {
    margin-left: -1.8rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul>li {
    position: relative;
    padding-left: 2pc
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li:before {
        line-height: 2pc
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li {
    position: relative
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li ul li {
    position: relative
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content b,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content div,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h1,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h2,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h3,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h4,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h5,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content h6,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content i,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content li,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content span,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content u,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul {
    word-break: break-word
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table tr {
    border: none
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>p:not(:last-of-type),
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>ul li:not(:last-of-type),
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table b,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table div,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h1,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h2,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h3,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h4,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h5,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table h6,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table i,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table li,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table ol,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table p,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table span,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table u,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content table ul {
    word-break: unset
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span {
    color: #C74A07
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span span.hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a span.hyper-link {
    font-size: inherit
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus-within,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within {
    outline: 1px dashed #C74A07
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus span.hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a:focus-within span.hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus span.hyper-link,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within span.hyper-link {
    outline: unset
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus-within {
    outline: unset
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol li:before,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul li:before {
    background: #C74A07
}

.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ol li::marker,
.cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content ul li::marker {
    color: #C74A07
}

.cmp-fifty-fifty-banner .jpmc-image-container {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    right: 0;
    width: 100%
}

@media screen and (max-width:1023px) {
    .cmp-fifty-fifty-banner .jpmc-image-container .jpmc-image {
        max-height: 423px
    }
}

@media screen and (max-width:767px) {
    .cmp-fifty-fifty-banner .jpmc-image-container .jpmc-image {
        max-height: 250px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-fifty-fifty-banner .jpmc-image-container {
        padding-left: 13.3rem
    }
}

@media screen and (min-width:1024px) {
    .cmp-fifty-fifty-banner .jpmc-image-container {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        position: absolute;
        width: 52.084%
    }
}

@media screen and (min-width:1024px) {
    .banner.notched .cmp-fifty-fifty-banner {
        min-height: 519px
    }
}

@media screen and (min-width:1024px) {
    .banner.notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-content-container {
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1
    }
}

@media screen and (min-width:1024px) {
    .banner.notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
        width: 750px;
        padding: 6.4rem 11.2rem 6.4rem 8rem
    }
}

.banner.notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
    display: block
}

@media screen and (min-width:1024px) {
    .banner.notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-sub-content {
        padding-left: 7pc
    }
}

@media screen and (min-width:1024px) {
    .banner.notched.white .cmp-content-container {
        background-color: #fff
    }
}

.banner.notched.white .cmp-banner-content {
    background-color: #fff
}

.banner.notched.white a {
    color: #C74A07
}

.banner.notched.white a:focus {
    outline: 1px dashed #C74A07 !important
}

@media screen and (min-width:1024px) {
    .banner.notched.travertine .cmp-fifty-fifty-banner {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f1f3f6));
        background: linear-gradient(90deg, #fff 50%, #f1f3f6 0)
    }
}

.banner.notched.travertine .cmp-content-container,
.banner.notched.travertine .cmp-content-container .cmp-banner-content {
    background-color: #f1f3f6
}

.banner.notched.travertine a {
    color: #C74A07
}

.banner.notched.travertine a:focus {
    outline: 1px dashed #C74A07 !important
}

@media screen and (min-width:1024px) {
    .banner.notched.dark .cmp-fifty-fifty-banner {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #000));
        background: linear-gradient(90deg, #fff 50%, #000 0)
    }
}

.banner.notched.dark .cmp-content-container {
    background-color: #000
}

.banner.notched.dark .cmp-content-container .cmp-banner-content {
    background-color: #000;
    color: #fff
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a span {
    color: #adb6f5
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a span span.hyper-link,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a span.hyper-link {
    font-size: inherit
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus-within,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within {
    outline: 1px dashed #adb6f5
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus span.hyper-link,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus-within span.hyper-link,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus span.hyper-link,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within span.hyper-link {
    outline: unset
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus-within {
    outline: unset
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ol li:before,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ul li:before {
    background: #adb6f5
}

.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ol li::marker,
.banner.notched.dark .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ul li::marker {
    color: #adb6f5
}

.banner.notched.dark a {
    color: #adb6f5 !important
}

.banner.notched.dark a:focus {
    outline: 1px dashed #adb6f5 !important
}

.banner.not-notched.white .cmp-fifty-fifty-banner,
.banner.not-notched.white .cmp-fifty-fifty-banner .cmp-banner-content {
    background-color: #fff
}

.banner.not-notched.white a {
    color: #C74A07
}

.banner.not-notched.white a:focus {
    outline: 1px dashed #C74A07 !important
}

.banner.not-notched.travertine .cmp-fifty-fifty-banner {
    background-color: #fff
}

@media screen and (min-width:1024px) {
    .banner.not-notched.travertine .cmp-fifty-fifty-banner {
        background-color: #f1f3f6
    }
}

.banner.not-notched.travertine .cmp-fifty-fifty-banner .cmp-content-container,
.banner.not-notched.travertine .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content {
    background-color: #f1f3f6
}

.banner.not-notched.travertine a {
    color: #C74A07
}

.banner.not-notched.travertine a:focus {
    outline: 1px dashed #C74A07 !important
}

.banner.not-notched.dark .cmp-fifty-fifty-banner {
    background-color: #fff
}

@media screen and (min-width:1024px) {
    .banner.not-notched.dark .cmp-fifty-fifty-banner {
        background-color: #000
    }
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container {
    background-color: #000
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content {
    background-color: #000;
    color: #fff
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a span {
    color: #adb6f5
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a span span.hyper-link,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a span.hyper-link {
    font-size: inherit
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus-within,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within {
    outline: 1px dashed #adb6f5
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus span.hyper-link,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a:focus-within span.hyper-link,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus span.hyper-link,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content p a:focus-within span.hyper-link {
    outline: unset
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content a span.hyper-link:focus-within {
    outline: unset
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ol li:before,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ul li:before {
    background: #adb6f5
}

.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ol li::marker,
.banner.not-notched.dark .cmp-fifty-fifty-banner .cmp-content-container .cmp-banner-content .cmp-banner-sub-content ul li::marker {
    color: #adb6f5
}

.banner.not-notched.dark a {
    color: #adb6f5 !important
}

.banner.not-notched.dark a:focus {
    outline: 1px dashed #adb6f5 !important
}

.banner.not-notched .cmp-fifty-fifty-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

@media screen and (min-width:1024px) {
    .banner.not-notched .cmp-fifty-fifty-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 60px
    }
}

.banner.not-notched .cmp-fifty-fifty-banner .cmp-banner-container {
    width: 50%;
    margin-top: 0
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .banner.not-notched .cmp-fifty-fifty-banner .cmp-banner-container {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .banner.not-notched .cmp-fifty-fifty-banner .cmp-banner-container {
        width: 100%
    }
}

.banner.not-notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4pc 0 4pc 5pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .banner.not-notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
        padding: 2pc 3pc 40px
    }
}

@media screen and (max-width:767px) {
    .banner.not-notched .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content {
        padding: 2pc 24px;
        gap: 1pc
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .banner.not-notched .cmp-fifty-fifty-banner .jpmc-image-container .jpmc-image {
        max-height: 460px
    }
}

@media screen and (min-width:1024px) {
    .banner.not-notched .cmp-fifty-fifty-banner .jpmc-image-container {
        position: relative
    }

    .banner.not-notched .cmp-fifty-fifty-banner .jpmc-image-container .jpmc-image {
        min-height: 460px
    }
}

.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
.banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title a,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title b,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title div,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h2,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h3,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h4,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h5,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h6,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title i,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title li,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ol,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title p,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title span,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title u,
    .banner.text-small .cmp-fifty-fifty-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title ul {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.breaker-text-only .headline {
    padding: 4pc 522px 4pc 5pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .headline {
        padding: 3pc
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .headline {
        padding: 2pc 24px
    }
}

.breaker-text-only .headline .description,
.breaker-text-only .headline .eyebrow,
.breaker-text-only .headline .title {
    color: #000
}

.breaker-text-only .headline .title,
.breaker-text-only .headline .title b,
.breaker-text-only .headline .title h1,
.breaker-text-only .headline .title h2,
.breaker-text-only .headline .title h3,
.breaker-text-only .headline .title h4,
.breaker-text-only .headline .title h5,
.breaker-text-only .headline .title h6,
.breaker-text-only .headline .title li,
.breaker-text-only .headline .title ol,
.breaker-text-only .headline .title p,
.breaker-text-only .headline .title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-size: 4pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .headline .title,
    .breaker-text-only .headline .title b,
    .breaker-text-only .headline .title h1,
    .breaker-text-only .headline .title h2,
    .breaker-text-only .headline .title h3,
    .breaker-text-only .headline .title h4,
    .breaker-text-only .headline .title h5,
    .breaker-text-only .headline .title h6,
    .breaker-text-only .headline .title li,
    .breaker-text-only .headline .title ol,
    .breaker-text-only .headline .title p,
    .breaker-text-only .headline .title ul {
        font-size: 3pc
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .headline .title,
    .breaker-text-only .headline .title b,
    .breaker-text-only .headline .title h1,
    .breaker-text-only .headline .title h2,
    .breaker-text-only .headline .title h3,
    .breaker-text-only .headline .title h4,
    .breaker-text-only .headline .title h5,
    .breaker-text-only .headline .title h6,
    .breaker-text-only .headline .title li,
    .breaker-text-only .headline .title ol,
    .breaker-text-only .headline .title p,
    .breaker-text-only .headline .title ul {
        font-size: 36px
    }
}

.breaker-text-only .description {
    display: block
}

.breaker-text-only .description h1,
.breaker-text-only .description h1 .body-large,
.breaker-text-only .description h2,
.breaker-text-only .description h2 .body-large,
.breaker-text-only .description h3,
.breaker-text-only .description h3 .body-large,
.breaker-text-only .description h4,
.breaker-text-only .description h4 .body-large,
.breaker-text-only .description h5,
.breaker-text-only .description h5 .body-large,
.breaker-text-only .description h6,
.breaker-text-only .description h6 .body-large,
.breaker-text-only .description li,
.breaker-text-only .description li .body-large,
.breaker-text-only .description ol,
.breaker-text-only .description ol .body-large,
.breaker-text-only .description p,
.breaker-text-only .description p .body-large,
.breaker-text-only .description ul,
.breaker-text-only .description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.breaker-text-only .description h1 .body-large-bold,
.breaker-text-only .description h2 .body-large-bold,
.breaker-text-only .description h3 .body-large-bold,
.breaker-text-only .description h4 .body-large-bold,
.breaker-text-only .description h5 .body-large-bold,
.breaker-text-only .description h6 .body-large-bold,
.breaker-text-only .description li .body-large-bold,
.breaker-text-only .description ol .body-large-bold,
.breaker-text-only .description p .body-large-bold,
.breaker-text-only .description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.breaker-text-only .description h1 .body-small,
.breaker-text-only .description h2 .body-small,
.breaker-text-only .description h3 .body-small,
.breaker-text-only .description h4 .body-small,
.breaker-text-only .description h5 .body-small,
.breaker-text-only .description h6 .body-small,
.breaker-text-only .description li .body-small,
.breaker-text-only .description ol .body-small,
.breaker-text-only .description p .body-small,
.breaker-text-only .description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.breaker-text-only .description h1 .body-small-bold,
.breaker-text-only .description h2 .body-small-bold,
.breaker-text-only .description h3 .body-small-bold,
.breaker-text-only .description h4 .body-small-bold,
.breaker-text-only .description h5 .body-small-bold,
.breaker-text-only .description h6 .body-small-bold,
.breaker-text-only .description li .body-small-bold,
.breaker-text-only .description ol .body-small-bold,
.breaker-text-only .description p .body-small-bold,
.breaker-text-only .description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.breaker-text-only .description h1 .eyebrow-tags,
.breaker-text-only .description h2 .eyebrow-tags,
.breaker-text-only .description h3 .eyebrow-tags,
.breaker-text-only .description h4 .eyebrow-tags,
.breaker-text-only .description h5 .eyebrow-tags,
.breaker-text-only .description h6 .eyebrow-tags,
.breaker-text-only .description li .eyebrow-tags,
.breaker-text-only .description ol .eyebrow-tags,
.breaker-text-only .description p .eyebrow-tags,
.breaker-text-only .description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.breaker-text-only .description h1 .headline-large,
.breaker-text-only .description h2 .headline-large,
.breaker-text-only .description h3 .headline-large,
.breaker-text-only .description h4 .headline-large,
.breaker-text-only .description h5 .headline-large,
.breaker-text-only .description h6 .headline-large,
.breaker-text-only .description li .headline-large,
.breaker-text-only .description ol .headline-large,
.breaker-text-only .description p .headline-large,
.breaker-text-only .description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .headline-large,
    .breaker-text-only .description h2 .headline-large,
    .breaker-text-only .description h3 .headline-large,
    .breaker-text-only .description h4 .headline-large,
    .breaker-text-only .description h5 .headline-large,
    .breaker-text-only .description h6 .headline-large,
    .breaker-text-only .description li .headline-large,
    .breaker-text-only .description ol .headline-large,
    .breaker-text-only .description p .headline-large,
    .breaker-text-only .description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .headline-large,
    .breaker-text-only .description h2 .headline-large,
    .breaker-text-only .description h3 .headline-large,
    .breaker-text-only .description h4 .headline-large,
    .breaker-text-only .description h5 .headline-large,
    .breaker-text-only .description h6 .headline-large,
    .breaker-text-only .description li .headline-large,
    .breaker-text-only .description ol .headline-large,
    .breaker-text-only .description p .headline-large,
    .breaker-text-only .description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.breaker-text-only .description h1 .headline-large-bold,
.breaker-text-only .description h2 .headline-large-bold,
.breaker-text-only .description h3 .headline-large-bold,
.breaker-text-only .description h4 .headline-large-bold,
.breaker-text-only .description h5 .headline-large-bold,
.breaker-text-only .description h6 .headline-large-bold,
.breaker-text-only .description li .headline-large-bold,
.breaker-text-only .description ol .headline-large-bold,
.breaker-text-only .description p .headline-large-bold,
.breaker-text-only .description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .headline-large-bold,
    .breaker-text-only .description h2 .headline-large-bold,
    .breaker-text-only .description h3 .headline-large-bold,
    .breaker-text-only .description h4 .headline-large-bold,
    .breaker-text-only .description h5 .headline-large-bold,
    .breaker-text-only .description h6 .headline-large-bold,
    .breaker-text-only .description li .headline-large-bold,
    .breaker-text-only .description ol .headline-large-bold,
    .breaker-text-only .description p .headline-large-bold,
    .breaker-text-only .description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .headline-large-bold,
    .breaker-text-only .description h2 .headline-large-bold,
    .breaker-text-only .description h3 .headline-large-bold,
    .breaker-text-only .description h4 .headline-large-bold,
    .breaker-text-only .description h5 .headline-large-bold,
    .breaker-text-only .description h6 .headline-large-bold,
    .breaker-text-only .description li .headline-large-bold,
    .breaker-text-only .description ol .headline-large-bold,
    .breaker-text-only .description p .headline-large-bold,
    .breaker-text-only .description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.breaker-text-only .description h1 .headline-small,
.breaker-text-only .description h2 .headline-small,
.breaker-text-only .description h3 .headline-small,
.breaker-text-only .description h4 .headline-small,
.breaker-text-only .description h5 .headline-small,
.breaker-text-only .description h6 .headline-small,
.breaker-text-only .description li .headline-small,
.breaker-text-only .description ol .headline-small,
.breaker-text-only .description p .headline-small,
.breaker-text-only .description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .headline-small,
    .breaker-text-only .description h2 .headline-small,
    .breaker-text-only .description h3 .headline-small,
    .breaker-text-only .description h4 .headline-small,
    .breaker-text-only .description h5 .headline-small,
    .breaker-text-only .description h6 .headline-small,
    .breaker-text-only .description li .headline-small,
    .breaker-text-only .description ol .headline-small,
    .breaker-text-only .description p .headline-small,
    .breaker-text-only .description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .headline-small,
    .breaker-text-only .description h2 .headline-small,
    .breaker-text-only .description h3 .headline-small,
    .breaker-text-only .description h4 .headline-small,
    .breaker-text-only .description h5 .headline-small,
    .breaker-text-only .description h6 .headline-small,
    .breaker-text-only .description li .headline-small,
    .breaker-text-only .description ol .headline-small,
    .breaker-text-only .description p .headline-small,
    .breaker-text-only .description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.breaker-text-only .description h1 .sub-title,
.breaker-text-only .description h2 .sub-title,
.breaker-text-only .description h3 .sub-title,
.breaker-text-only .description h4 .sub-title,
.breaker-text-only .description h5 .sub-title,
.breaker-text-only .description h6 .sub-title,
.breaker-text-only .description li .sub-title,
.breaker-text-only .description ol .sub-title,
.breaker-text-only .description p .sub-title,
.breaker-text-only .description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .sub-title,
    .breaker-text-only .description h2 .sub-title,
    .breaker-text-only .description h3 .sub-title,
    .breaker-text-only .description h4 .sub-title,
    .breaker-text-only .description h5 .sub-title,
    .breaker-text-only .description h6 .sub-title,
    .breaker-text-only .description li .sub-title,
    .breaker-text-only .description ol .sub-title,
    .breaker-text-only .description p .sub-title,
    .breaker-text-only .description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .sub-title,
    .breaker-text-only .description h2 .sub-title,
    .breaker-text-only .description h3 .sub-title,
    .breaker-text-only .description h4 .sub-title,
    .breaker-text-only .description h5 .sub-title,
    .breaker-text-only .description h6 .sub-title,
    .breaker-text-only .description li .sub-title,
    .breaker-text-only .description ol .sub-title,
    .breaker-text-only .description p .sub-title,
    .breaker-text-only .description ul .sub-title {
        font-size: 2.4rem
    }
}

.breaker-text-only .description h1 .title-large,
.breaker-text-only .description h2 .title-large,
.breaker-text-only .description h3 .title-large,
.breaker-text-only .description h4 .title-large,
.breaker-text-only .description h5 .title-large,
.breaker-text-only .description h6 .title-large,
.breaker-text-only .description li .title-large,
.breaker-text-only .description ol .title-large,
.breaker-text-only .description p .title-large,
.breaker-text-only .description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .title-large,
    .breaker-text-only .description h2 .title-large,
    .breaker-text-only .description h3 .title-large,
    .breaker-text-only .description h4 .title-large,
    .breaker-text-only .description h5 .title-large,
    .breaker-text-only .description h6 .title-large,
    .breaker-text-only .description li .title-large,
    .breaker-text-only .description ol .title-large,
    .breaker-text-only .description p .title-large,
    .breaker-text-only .description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .title-large,
    .breaker-text-only .description h2 .title-large,
    .breaker-text-only .description h3 .title-large,
    .breaker-text-only .description h4 .title-large,
    .breaker-text-only .description h5 .title-large,
    .breaker-text-only .description h6 .title-large,
    .breaker-text-only .description li .title-large,
    .breaker-text-only .description ol .title-large,
    .breaker-text-only .description p .title-large,
    .breaker-text-only .description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.breaker-text-only .description h1 .title-small,
.breaker-text-only .description h2 .title-small,
.breaker-text-only .description h3 .title-small,
.breaker-text-only .description h4 .title-small,
.breaker-text-only .description h5 .title-small,
.breaker-text-only .description h6 .title-small,
.breaker-text-only .description li .title-small,
.breaker-text-only .description ol .title-small,
.breaker-text-only .description p .title-small,
.breaker-text-only .description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .title-small,
    .breaker-text-only .description h2 .title-small,
    .breaker-text-only .description h3 .title-small,
    .breaker-text-only .description h4 .title-small,
    .breaker-text-only .description h5 .title-small,
    .breaker-text-only .description h6 .title-small,
    .breaker-text-only .description li .title-small,
    .breaker-text-only .description ol .title-small,
    .breaker-text-only .description p .title-small,
    .breaker-text-only .description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .title-small,
    .breaker-text-only .description h2 .title-small,
    .breaker-text-only .description h3 .title-small,
    .breaker-text-only .description h4 .title-small,
    .breaker-text-only .description h5 .title-small,
    .breaker-text-only .description h6 .title-small,
    .breaker-text-only .description li .title-small,
    .breaker-text-only .description ol .title-small,
    .breaker-text-only .description p .title-small,
    .breaker-text-only .description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.breaker-text-only .description h1 .hyper-link,
.breaker-text-only .description h2 .hyper-link,
.breaker-text-only .description h3 .hyper-link,
.breaker-text-only .description h4 .hyper-link,
.breaker-text-only .description h5 .hyper-link,
.breaker-text-only .description h6 .hyper-link,
.breaker-text-only .description li .hyper-link,
.breaker-text-only .description ol .hyper-link,
.breaker-text-only .description p .hyper-link,
.breaker-text-only .description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1 .hyper-link,
    .breaker-text-only .description h2 .hyper-link,
    .breaker-text-only .description h3 .hyper-link,
    .breaker-text-only .description h4 .hyper-link,
    .breaker-text-only .description h5 .hyper-link,
    .breaker-text-only .description h6 .hyper-link,
    .breaker-text-only .description li .hyper-link,
    .breaker-text-only .description ol .hyper-link,
    .breaker-text-only .description p .hyper-link,
    .breaker-text-only .description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.breaker-text-only .description h1 .hyper-link:active,
.breaker-text-only .description h1 .hyper-link:focus,
.breaker-text-only .description h2 .hyper-link:active,
.breaker-text-only .description h2 .hyper-link:focus,
.breaker-text-only .description h3 .hyper-link:active,
.breaker-text-only .description h3 .hyper-link:focus,
.breaker-text-only .description h4 .hyper-link:active,
.breaker-text-only .description h4 .hyper-link:focus,
.breaker-text-only .description h5 .hyper-link:active,
.breaker-text-only .description h5 .hyper-link:focus,
.breaker-text-only .description h6 .hyper-link:active,
.breaker-text-only .description h6 .hyper-link:focus,
.breaker-text-only .description li .hyper-link:active,
.breaker-text-only .description li .hyper-link:focus,
.breaker-text-only .description ol .hyper-link:active,
.breaker-text-only .description ol .hyper-link:focus,
.breaker-text-only .description p .hyper-link:active,
.breaker-text-only .description p .hyper-link:focus,
.breaker-text-only .description ul .hyper-link:active,
.breaker-text-only .description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.breaker-text-only .description h1 .hyper-link:hover,
.breaker-text-only .description h2 .hyper-link:hover,
.breaker-text-only .description h3 .hyper-link:hover,
.breaker-text-only .description h4 .hyper-link:hover,
.breaker-text-only .description h5 .hyper-link:hover,
.breaker-text-only .description h6 .hyper-link:hover,
.breaker-text-only .description li .hyper-link:hover,
.breaker-text-only .description ol .hyper-link:hover,
.breaker-text-only .description p .hyper-link:hover,
.breaker-text-only .description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.breaker-text-only .description h1 .hyper-link .icon:after,
.breaker-text-only .description h2 .hyper-link .icon:after,
.breaker-text-only .description h3 .hyper-link .icon:after,
.breaker-text-only .description h4 .hyper-link .icon:after,
.breaker-text-only .description h5 .hyper-link .icon:after,
.breaker-text-only .description h6 .hyper-link .icon:after,
.breaker-text-only .description li .hyper-link .icon:after,
.breaker-text-only .description ol .hyper-link .icon:after,
.breaker-text-only .description p .hyper-link .icon:after,
.breaker-text-only .description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.breaker-text-only .description h1 .hyper-link:hover,
.breaker-text-only .description h2 .hyper-link:hover,
.breaker-text-only .description h3 .hyper-link:hover,
.breaker-text-only .description h4 .hyper-link:hover,
.breaker-text-only .description h5 .hyper-link:hover,
.breaker-text-only .description h6 .hyper-link:hover,
.breaker-text-only .description li .hyper-link:hover,
.breaker-text-only .description ol .hyper-link:hover,
.breaker-text-only .description p .hyper-link:hover,
.breaker-text-only .description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.breaker-text-only .description h1 .hyper-link:hover a,
.breaker-text-only .description h1 .hyper-link:hover a:hover,
.breaker-text-only .description h2 .hyper-link:hover a,
.breaker-text-only .description h2 .hyper-link:hover a:hover,
.breaker-text-only .description h3 .hyper-link:hover a,
.breaker-text-only .description h3 .hyper-link:hover a:hover,
.breaker-text-only .description h4 .hyper-link:hover a,
.breaker-text-only .description h4 .hyper-link:hover a:hover,
.breaker-text-only .description h5 .hyper-link:hover a,
.breaker-text-only .description h5 .hyper-link:hover a:hover,
.breaker-text-only .description h6 .hyper-link:hover a,
.breaker-text-only .description h6 .hyper-link:hover a:hover,
.breaker-text-only .description li .hyper-link:hover a,
.breaker-text-only .description li .hyper-link:hover a:hover,
.breaker-text-only .description ol .hyper-link:hover a,
.breaker-text-only .description ol .hyper-link:hover a:hover,
.breaker-text-only .description p .hyper-link:hover a,
.breaker-text-only .description p .hyper-link:hover a:hover,
.breaker-text-only .description ul .hyper-link:hover a,
.breaker-text-only .description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.breaker-text-only .description h1 .hyper-link:active,
.breaker-text-only .description h1 .hyper-link:focus,
.breaker-text-only .description h2 .hyper-link:active,
.breaker-text-only .description h2 .hyper-link:focus,
.breaker-text-only .description h3 .hyper-link:active,
.breaker-text-only .description h3 .hyper-link:focus,
.breaker-text-only .description h4 .hyper-link:active,
.breaker-text-only .description h4 .hyper-link:focus,
.breaker-text-only .description h5 .hyper-link:active,
.breaker-text-only .description h5 .hyper-link:focus,
.breaker-text-only .description h6 .hyper-link:active,
.breaker-text-only .description h6 .hyper-link:focus,
.breaker-text-only .description li .hyper-link:active,
.breaker-text-only .description li .hyper-link:focus,
.breaker-text-only .description ol .hyper-link:active,
.breaker-text-only .description ol .hyper-link:focus,
.breaker-text-only .description p .hyper-link:active,
.breaker-text-only .description p .hyper-link:focus,
.breaker-text-only .description ul .hyper-link:active,
.breaker-text-only .description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.breaker-text-only .description h1>a:hover,
.breaker-text-only .description h2>a:hover,
.breaker-text-only .description h3>a:hover,
.breaker-text-only .description h4>a:hover,
.breaker-text-only .description h5>a:hover,
.breaker-text-only .description h6>a:hover,
.breaker-text-only .description li>a:hover,
.breaker-text-only .description ol>a:hover,
.breaker-text-only .description p>a:hover,
.breaker-text-only .description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.breaker-text-only .description h1>a .hyper-link-with-icon,
.breaker-text-only .description h2>a .hyper-link-with-icon,
.breaker-text-only .description h3>a .hyper-link-with-icon,
.breaker-text-only .description h4>a .hyper-link-with-icon,
.breaker-text-only .description h5>a .hyper-link-with-icon,
.breaker-text-only .description h6>a .hyper-link-with-icon,
.breaker-text-only .description li>a .hyper-link-with-icon,
.breaker-text-only .description ol>a .hyper-link-with-icon,
.breaker-text-only .description p>a .hyper-link-with-icon,
.breaker-text-only .description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .breaker-text-only .description h1>a .hyper-link-with-icon,
    .breaker-text-only .description h2>a .hyper-link-with-icon,
    .breaker-text-only .description h3>a .hyper-link-with-icon,
    .breaker-text-only .description h4>a .hyper-link-with-icon,
    .breaker-text-only .description h5>a .hyper-link-with-icon,
    .breaker-text-only .description h6>a .hyper-link-with-icon,
    .breaker-text-only .description li>a .hyper-link-with-icon,
    .breaker-text-only .description ol>a .hyper-link-with-icon,
    .breaker-text-only .description p>a .hyper-link-with-icon,
    .breaker-text-only .description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.breaker-text-only .description h1>a .hyper-link-with-icon:active,
.breaker-text-only .description h1>a .hyper-link-with-icon:focus,
.breaker-text-only .description h2>a .hyper-link-with-icon:active,
.breaker-text-only .description h2>a .hyper-link-with-icon:focus,
.breaker-text-only .description h3>a .hyper-link-with-icon:active,
.breaker-text-only .description h3>a .hyper-link-with-icon:focus,
.breaker-text-only .description h4>a .hyper-link-with-icon:active,
.breaker-text-only .description h4>a .hyper-link-with-icon:focus,
.breaker-text-only .description h5>a .hyper-link-with-icon:active,
.breaker-text-only .description h5>a .hyper-link-with-icon:focus,
.breaker-text-only .description h6>a .hyper-link-with-icon:active,
.breaker-text-only .description h6>a .hyper-link-with-icon:focus,
.breaker-text-only .description li>a .hyper-link-with-icon:active,
.breaker-text-only .description li>a .hyper-link-with-icon:focus,
.breaker-text-only .description ol>a .hyper-link-with-icon:active,
.breaker-text-only .description ol>a .hyper-link-with-icon:focus,
.breaker-text-only .description p>a .hyper-link-with-icon:active,
.breaker-text-only .description p>a .hyper-link-with-icon:focus,
.breaker-text-only .description ul>a .hyper-link-with-icon:active,
.breaker-text-only .description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.breaker-text-only .description h1>a .hyper-link-with-icon:hover,
.breaker-text-only .description h2>a .hyper-link-with-icon:hover,
.breaker-text-only .description h3>a .hyper-link-with-icon:hover,
.breaker-text-only .description h4>a .hyper-link-with-icon:hover,
.breaker-text-only .description h5>a .hyper-link-with-icon:hover,
.breaker-text-only .description h6>a .hyper-link-with-icon:hover,
.breaker-text-only .description li>a .hyper-link-with-icon:hover,
.breaker-text-only .description ol>a .hyper-link-with-icon:hover,
.breaker-text-only .description p>a .hyper-link-with-icon:hover,
.breaker-text-only .description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.breaker-text-only .description h1>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description h2>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description h3>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description h4>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description h5>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description h6>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description li>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description ol>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description p>a .hyper-link-with-icon .icon:after,
.breaker-text-only .description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.breaker-text-only .description h1>a .hyper-link-with-icon:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:before,
.breaker-text-only .description li>a .hyper-link-with-icon:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:before,
.breaker-text-only .description p>a .hyper-link-with-icon:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.breaker-text-only .description h1>a .hyper-link-with-icon:before:active,
.breaker-text-only .description h1>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description h2>a .hyper-link-with-icon:before:active,
.breaker-text-only .description h2>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description h3>a .hyper-link-with-icon:before:active,
.breaker-text-only .description h3>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description h4>a .hyper-link-with-icon:before:active,
.breaker-text-only .description h4>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description h5>a .hyper-link-with-icon:before:active,
.breaker-text-only .description h5>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description h6>a .hyper-link-with-icon:before:active,
.breaker-text-only .description h6>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description li>a .hyper-link-with-icon:before:active,
.breaker-text-only .description li>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description ol>a .hyper-link-with-icon:before:active,
.breaker-text-only .description ol>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description p>a .hyper-link-with-icon:before:active,
.breaker-text-only .description p>a .hyper-link-with-icon:before:focus,
.breaker-text-only .description ul>a .hyper-link-with-icon:before:active,
.breaker-text-only .description ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.breaker-text-only .description h1>a .hyper-link-with-icon:active,
.breaker-text-only .description h1>a .hyper-link-with-icon:focus,
.breaker-text-only .description h1>a .hyper-link-with-icon:hover,
.breaker-text-only .description h2>a .hyper-link-with-icon:active,
.breaker-text-only .description h2>a .hyper-link-with-icon:focus,
.breaker-text-only .description h2>a .hyper-link-with-icon:hover,
.breaker-text-only .description h3>a .hyper-link-with-icon:active,
.breaker-text-only .description h3>a .hyper-link-with-icon:focus,
.breaker-text-only .description h3>a .hyper-link-with-icon:hover,
.breaker-text-only .description h4>a .hyper-link-with-icon:active,
.breaker-text-only .description h4>a .hyper-link-with-icon:focus,
.breaker-text-only .description h4>a .hyper-link-with-icon:hover,
.breaker-text-only .description h5>a .hyper-link-with-icon:active,
.breaker-text-only .description h5>a .hyper-link-with-icon:focus,
.breaker-text-only .description h5>a .hyper-link-with-icon:hover,
.breaker-text-only .description h6>a .hyper-link-with-icon:active,
.breaker-text-only .description h6>a .hyper-link-with-icon:focus,
.breaker-text-only .description h6>a .hyper-link-with-icon:hover,
.breaker-text-only .description li>a .hyper-link-with-icon:active,
.breaker-text-only .description li>a .hyper-link-with-icon:focus,
.breaker-text-only .description li>a .hyper-link-with-icon:hover,
.breaker-text-only .description ol>a .hyper-link-with-icon:active,
.breaker-text-only .description ol>a .hyper-link-with-icon:focus,
.breaker-text-only .description ol>a .hyper-link-with-icon:hover,
.breaker-text-only .description p>a .hyper-link-with-icon:active,
.breaker-text-only .description p>a .hyper-link-with-icon:focus,
.breaker-text-only .description p>a .hyper-link-with-icon:hover,
.breaker-text-only .description ul>a .hyper-link-with-icon:active,
.breaker-text-only .description ul>a .hyper-link-with-icon:focus,
.breaker-text-only .description ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.breaker-text-only .description h1>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description h1>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description h1>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description h1>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description h1>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description h1>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description h2>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description h3>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description h4>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description h5>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description h6>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description li>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description li>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description li>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description li>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description li>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description li>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description ol>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description p>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description p>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description p>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description p>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description p>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description p>a .hyper-link-with-icon:hover:hover:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:active:focus:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:active:hover:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:focus:focus:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:focus:hover:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:hover:focus:before,
.breaker-text-only .description ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.breaker-text-only .description h1>a .hyper-link-with-icon:after,
.breaker-text-only .description h2>a .hyper-link-with-icon:after,
.breaker-text-only .description h3>a .hyper-link-with-icon:after,
.breaker-text-only .description h4>a .hyper-link-with-icon:after,
.breaker-text-only .description h5>a .hyper-link-with-icon:after,
.breaker-text-only .description h6>a .hyper-link-with-icon:after,
.breaker-text-only .description li>a .hyper-link-with-icon:after,
.breaker-text-only .description ol>a .hyper-link-with-icon:after,
.breaker-text-only .description p>a .hyper-link-with-icon:after,
.breaker-text-only .description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.breaker-text-only .description h1>a .hyper-link-with-icon .link-text,
.breaker-text-only .description h2>a .hyper-link-with-icon .link-text,
.breaker-text-only .description h3>a .hyper-link-with-icon .link-text,
.breaker-text-only .description h4>a .hyper-link-with-icon .link-text,
.breaker-text-only .description h5>a .hyper-link-with-icon .link-text,
.breaker-text-only .description h6>a .hyper-link-with-icon .link-text,
.breaker-text-only .description li>a .hyper-link-with-icon .link-text,
.breaker-text-only .description ol>a .hyper-link-with-icon .link-text,
.breaker-text-only .description p>a .hyper-link-with-icon .link-text,
.breaker-text-only .description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.breaker-text-only .description h1>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description h2>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description h3>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description h4>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description h5>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description h6>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description li>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description ol>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description p>a .hyper-link-with-icon .link-text:after,
.breaker-text-only .description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.breaker-text-only .description h1>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description h1>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description h2>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description h2>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description h3>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description h3>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description h4>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description h4>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description h5>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description h5>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description h6>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description h6>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description li>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description li>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description ol>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description ol>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description p>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description p>a .hyper-link-with-icon .link-text:hover:after,
.breaker-text-only .description ul>a .hyper-link-with-icon .link-text:focus:after,
.breaker-text-only .description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.breaker-text-only .description h1 .statement-style,
.breaker-text-only .description h2 .statement-style,
.breaker-text-only .description h3 .statement-style,
.breaker-text-only .description h4 .statement-style,
.breaker-text-only .description h5 .statement-style,
.breaker-text-only .description h6 .statement-style,
.breaker-text-only .description li .statement-style,
.breaker-text-only .description ol .statement-style,
.breaker-text-only .description p .statement-style,
.breaker-text-only .description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .statement-style,
    .breaker-text-only .description h2 .statement-style,
    .breaker-text-only .description h3 .statement-style,
    .breaker-text-only .description h4 .statement-style,
    .breaker-text-only .description h5 .statement-style,
    .breaker-text-only .description h6 .statement-style,
    .breaker-text-only .description li .statement-style,
    .breaker-text-only .description ol .statement-style,
    .breaker-text-only .description p .statement-style,
    .breaker-text-only .description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .breaker-text-only .description h1 .statement-style,
    .breaker-text-only .description h2 .statement-style,
    .breaker-text-only .description h3 .statement-style,
    .breaker-text-only .description h4 .statement-style,
    .breaker-text-only .description h5 .statement-style,
    .breaker-text-only .description h6 .statement-style,
    .breaker-text-only .description li .statement-style,
    .breaker-text-only .description ol .statement-style,
    .breaker-text-only .description p .statement-style,
    .breaker-text-only .description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.breaker-text-only .description h1 .statement-style:before,
.breaker-text-only .description h2 .statement-style:before,
.breaker-text-only .description h3 .statement-style:before,
.breaker-text-only .description h4 .statement-style:before,
.breaker-text-only .description h5 .statement-style:before,
.breaker-text-only .description h6 .statement-style:before,
.breaker-text-only .description li .statement-style:before,
.breaker-text-only .description ol .statement-style:before,
.breaker-text-only .description p .statement-style:before,
.breaker-text-only .description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .breaker-text-only .description h1 .statement-style:before,
    .breaker-text-only .description h2 .statement-style:before,
    .breaker-text-only .description h3 .statement-style:before,
    .breaker-text-only .description h4 .statement-style:before,
    .breaker-text-only .description h5 .statement-style:before,
    .breaker-text-only .description h6 .statement-style:before,
    .breaker-text-only .description li .statement-style:before,
    .breaker-text-only .description ol .statement-style:before,
    .breaker-text-only .description p .statement-style:before,
    .breaker-text-only .description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .breaker-text-only .description h1 .statement-style:before,
    .breaker-text-only .description h2 .statement-style:before,
    .breaker-text-only .description h3 .statement-style:before,
    .breaker-text-only .description h4 .statement-style:before,
    .breaker-text-only .description h5 .statement-style:before,
    .breaker-text-only .description h6 .statement-style:before,
    .breaker-text-only .description li .statement-style:before,
    .breaker-text-only .description ol .statement-style:before,
    .breaker-text-only .description p .statement-style:before,
    .breaker-text-only .description ul .statement-style:before {
        left: 5pc
    }
}

.breaker-text-only .description li:not(:last-of-type),
.breaker-text-only .description ol:not(:last-of-type),
.breaker-text-only .description p:not(:last-of-type),
.breaker-text-only .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.breaker-text-only .description p+ul,
.breaker-text-only .description ul+p {
    margin-top: 2rem
}

.breaker-text-only .description h1 {
    margin-bottom: 2rem
}

.breaker-text-only .description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.breaker-text-only .description p:last-of-type+h1,
.breaker-text-only .description ul:last-of-type+h1 {
    margin-top: 2rem
}

.breaker-text-only .description h2 {
    margin-bottom: 2rem
}

.breaker-text-only .description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.breaker-text-only .description p:last-of-type+h2,
.breaker-text-only .description ul:last-of-type+h2 {
    margin-top: 2rem
}

.breaker-text-only .description h3 {
    margin-bottom: 2rem
}

.breaker-text-only .description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.breaker-text-only .description p:last-of-type+h3,
.breaker-text-only .description ul:last-of-type+h3 {
    margin-top: 2rem
}

.breaker-text-only .description h4 {
    margin-bottom: 2rem
}

.breaker-text-only .description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.breaker-text-only .description p:last-of-type+h4,
.breaker-text-only .description ul:last-of-type+h4 {
    margin-top: 2rem
}

.breaker-text-only .description h5 {
    margin-bottom: 2rem
}

.breaker-text-only .description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.breaker-text-only .description p:last-of-type+h5,
.breaker-text-only .description ul:last-of-type+h5 {
    margin-top: 2rem
}

.breaker-text-only .description h6 {
    margin-bottom: 2rem
}

.breaker-text-only .description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.breaker-text-only .description p:last-of-type+h6,
.breaker-text-only .description ul:last-of-type+h6 {
    margin-top: 2rem
}

.breaker-text-only .description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.breaker-text-only .description a:focus,
.breaker-text-only .description a:hover {
    outline: 1px dashed #474c50
}

.breaker-text-only .description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.breaker-text-only .description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .description>ol li {
        padding-left: 8px
    }
}

.breaker-text-only .description>ol li::marker {
    color: #936846
}

.breaker-text-only .description>ol li ol li,
.breaker-text-only .description>ol li ol li ol li {
    margin-left: -1.8rem
}

.breaker-text-only .description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.breaker-text-only .description>ul>li {
    position: relative;
    padding-left: 2pc
}

.breaker-text-only .description>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.breaker-text-only .description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.breaker-text-only .description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.breaker-text-only .description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .breaker-text-only .description>ul li>ul li:before {
        line-height: 2pc
    }
}

.breaker-text-only .description>ul li>ul li ul li {
    position: relative
}

.breaker-text-only .description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.breaker-text-only .description>ul li>ul li ul li ul li {
    position: relative
}

.breaker-text-only .description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.breaker-text-only .description a,
.breaker-text-only .description b,
.breaker-text-only .description div,
.breaker-text-only .description h1,
.breaker-text-only .description h2,
.breaker-text-only .description h3,
.breaker-text-only .description h4,
.breaker-text-only .description h5,
.breaker-text-only .description h6,
.breaker-text-only .description i,
.breaker-text-only .description li,
.breaker-text-only .description ol,
.breaker-text-only .description p,
.breaker-text-only .description span,
.breaker-text-only .description u,
.breaker-text-only .description ul {
    word-break: break-word
}

.breaker-text-only .description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .breaker-text-only .description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .breaker-text-only .description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .breaker-text-only .description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.breaker-text-only .description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.breaker-text-only .description table td,
.breaker-text-only .description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.breaker-text-only .description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.breaker-text-only .description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.breaker-text-only .description table tr {
    border: none
}

.breaker-text-only .description table td>p:not(:last-of-type),
.breaker-text-only .description table td>ul li:not(:last-of-type),
.breaker-text-only .description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.breaker-text-only .description table a,
.breaker-text-only .description table b,
.breaker-text-only .description table div,
.breaker-text-only .description table h1,
.breaker-text-only .description table h2,
.breaker-text-only .description table h3,
.breaker-text-only .description table h4,
.breaker-text-only .description table h5,
.breaker-text-only .description table h6,
.breaker-text-only .description table i,
.breaker-text-only .description table li,
.breaker-text-only .description table ol,
.breaker-text-only .description table p,
.breaker-text-only .description table span,
.breaker-text-only .description table u,
.breaker-text-only .description table ul {
    word-break: unset
}

@media screen and (max-width:767px) {

    .breaker-text-only .description,
    .breaker-text-only .description b,
    .breaker-text-only .description h1,
    .breaker-text-only .description h2,
    .breaker-text-only .description h3,
    .breaker-text-only .description h4,
    .breaker-text-only .description h5,
    .breaker-text-only .description h6,
    .breaker-text-only .description li,
    .breaker-text-only .description ol,
    .breaker-text-only .description p,
    .breaker-text-only .description ul {
        font-size: 1pc
    }
}

.breaker-text-only .titleDescriptionLink .primary.iconPresent {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.breaker-text-only.white .eyebrow {
    color: #666
}

.breaker-text-only.white .headline {
    background-color: #fff
}

.breaker-text-only.travertine .eyebrow {
    color: #666
}

.breaker-text-only.travertine .headline {
    background-color: #f1f3f6
}

.breaker-text-only.dark .headline {
    background-color: #101537
}

.breaker-text-only.dark .headline .eyebrow.cardText {
    color: #a8a8a8
}

.breaker-text-only.dark .headline .cardText,
.breaker-text-only.dark .headline .cardText b,
.breaker-text-only.dark .headline .cardText h1,
.breaker-text-only.dark .headline .cardText h2,
.breaker-text-only.dark .headline .cardText h3,
.breaker-text-only.dark .headline .cardText h4,
.breaker-text-only.dark .headline .cardText h5,
.breaker-text-only.dark .headline .cardText h6,
.breaker-text-only.dark .headline .cardText li,
.breaker-text-only.dark .headline .cardText ol,
.breaker-text-only.dark .headline .cardText p,
.breaker-text-only.dark .headline .cardText ul,
.breaker-text-only.dark .headline .description,
.breaker-text-only.dark .headline .description b,
.breaker-text-only.dark .headline .description h1,
.breaker-text-only.dark .headline .description h2,
.breaker-text-only.dark .headline .description h3,
.breaker-text-only.dark .headline .description h4,
.breaker-text-only.dark .headline .description h5,
.breaker-text-only.dark .headline .description h6,
.breaker-text-only.dark .headline .description li,
.breaker-text-only.dark .headline .description ol,
.breaker-text-only.dark .headline .description p,
.breaker-text-only.dark .headline .description ul,
.breaker-text-only.dark .headline .title,
.breaker-text-only.dark .headline .title b,
.breaker-text-only.dark .headline .title h1,
.breaker-text-only.dark .headline .title h2,
.breaker-text-only.dark .headline .title h3,
.breaker-text-only.dark .headline .title h4,
.breaker-text-only.dark .headline .title h5,
.breaker-text-only.dark .headline .title h6,
.breaker-text-only.dark .headline .title li,
.breaker-text-only.dark .headline .title ol,
.breaker-text-only.dark .headline .title p,
.breaker-text-only.dark .headline .title ul,
.breaker-text-only.dark .headline .title.cardText,
.breaker-text-only.dark .headline .title.cardText b,
.breaker-text-only.dark .headline .title.cardText h1,
.breaker-text-only.dark .headline .title.cardText h2,
.breaker-text-only.dark .headline .title.cardText h3,
.breaker-text-only.dark .headline .title.cardText h4,
.breaker-text-only.dark .headline .title.cardText h5,
.breaker-text-only.dark .headline .title.cardText h6,
.breaker-text-only.dark .headline .title.cardText li,
.breaker-text-only.dark .headline .title.cardText ol,
.breaker-text-only.dark .headline .title.cardText p,
.breaker-text-only.dark .headline .title.cardText ul {
    color: #fff
}

.fifty-fifty-breaker {
    background-color: #fff;
    margin-top: 12.8rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker {
        margin-top: 9.8rem
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker {
        margin-top: 3.2rem
    }
}

.fifty-fifty-breaker:has(.inset) {
    margin-top: 0
}

.fifty-fifty-breaker:has(.full-width) {
    margin-top: 0
}

.fifty-fifty-breaker .container {
    background-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: unset;
    position: relative;
    margin-bottom: 6.4rem
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker .container {
        padding-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.fifty-fifty-breaker .container .text-wrapper {
    background-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(50% + 5.2rem)
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .container .text-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        padding-right: 2.4rem;
        margin-top: -4rem;
        padding-bottom: 4rem
    }
}

.fifty-fifty-breaker .container .text-wrapper .text-container {
    background-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 6rem 11.2rem 0 8rem
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .container .text-wrapper .text-container {
        gap: 1.6rem;
        position: relative;
        width: 100%;
        padding: 2.4rem 2.4rem 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker .container .text-wrapper .text-container {
        position: relative;
        padding: 4rem 2.4rem 0 4.8rem
    }
}

.fifty-fifty-breaker .container .text-wrapper .text-container .title a,
.fifty-fifty-breaker .container .text-wrapper .text-container .title b,
.fifty-fifty-breaker .container .text-wrapper .text-container .title div,
.fifty-fifty-breaker .container .text-wrapper .text-container .title h1,
.fifty-fifty-breaker .container .text-wrapper .text-container .title h2,
.fifty-fifty-breaker .container .text-wrapper .text-container .title h3,
.fifty-fifty-breaker .container .text-wrapper .text-container .title h4,
.fifty-fifty-breaker .container .text-wrapper .text-container .title h5,
.fifty-fifty-breaker .container .text-wrapper .text-container .title h6,
.fifty-fifty-breaker .container .text-wrapper .text-container .title i,
.fifty-fifty-breaker .container .text-wrapper .text-container .title li,
.fifty-fifty-breaker .container .text-wrapper .text-container .title ol,
.fifty-fifty-breaker .container .text-wrapper .text-container .title p,
.fifty-fifty-breaker .container .text-wrapper .text-container .title span,
.fifty-fifty-breaker .container .text-wrapper .text-container .title u,
.fifty-fifty-breaker .container .text-wrapper .text-container .title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .fifty-fifty-breaker .container .text-wrapper .text-container .title a,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title b,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title div,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h1,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h2,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h3,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h4,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h5,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h6,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title i,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title li,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title ol,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title p,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title span,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title u,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .fifty-fifty-breaker .container .text-wrapper .text-container .title a,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title b,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title div,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h1,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h2,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h3,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h4,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h5,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title h6,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title i,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title li,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title ol,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title p,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title span,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title u,
    .fifty-fifty-breaker .container .text-wrapper .text-container .title ul {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .container .text-wrapper .text-container .title {
        text-align: left
    }
}

.fifty-fifty-breaker .container .text-wrapper .text-container .title a:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title b:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title div:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title h1:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title h2:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title h3:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title h4:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title h5:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title h6:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title i:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title li:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title ol:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title p:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title span:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title u:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .title ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description a,
.fifty-fifty-breaker .container .text-wrapper .text-container .description b,
.fifty-fifty-breaker .container .text-wrapper .text-container .description div,
.fifty-fifty-breaker .container .text-wrapper .text-container .description h1,
.fifty-fifty-breaker .container .text-wrapper .text-container .description h2,
.fifty-fifty-breaker .container .text-wrapper .text-container .description h3,
.fifty-fifty-breaker .container .text-wrapper .text-container .description h4,
.fifty-fifty-breaker .container .text-wrapper .text-container .description h5,
.fifty-fifty-breaker .container .text-wrapper .text-container .description h6,
.fifty-fifty-breaker .container .text-wrapper .text-container .description i,
.fifty-fifty-breaker .container .text-wrapper .text-container .description li,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ol,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p,
.fifty-fifty-breaker .container .text-wrapper .text-container .description span,
.fifty-fifty-breaker .container .text-wrapper .text-container .description u,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .fifty-fifty-breaker .container .text-wrapper .text-container .description a,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description b,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description div,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description h1,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description h2,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description h3,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description h4,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description h5,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description h6,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description i,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description li,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description ol,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description p,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description span,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description u,
    .fifty-fifty-breaker .container .text-wrapper .text-container .description ul {
        font-size: 1.6rem
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .container .text-wrapper .text-container .description {
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker .container .text-wrapper .text-container .description {
        padding-right: 6rem
    }
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description li:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .description ol:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .description p:not(:last-of-type),
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p+ul,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul+p {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h1 {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p:last-of-type+h1,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:last-of-type+h1 {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h2 {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p:last-of-type+h2,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:last-of-type+h2 {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h3 {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p:last-of-type+h3,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:last-of-type+h3 {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h4 {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p:last-of-type+h4,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:last-of-type+h4 {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h5 {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p:last-of-type+h5,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:last-of-type+h5 {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h6 {
    margin-bottom: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description p:last-of-type+h6,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul:last-of-type+h6 {
    margin-top: 2rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description a,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a span {
    color: #C74A07
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description a span.hyper-link,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a span span.hyper-link,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a span.hyper-link {
    font-size: inherit
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description a:focus,
.fifty-fifty-breaker .container .text-wrapper .text-container .description a:focus-within,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a:focus,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a:focus-within {
    outline: 1px dashed #C74A07
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description a:focus span.hyper-link,
.fifty-fifty-breaker .container .text-wrapper .text-container .description a:focus-within span.hyper-link,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a:focus span.hyper-link,
.fifty-fifty-breaker .container .text-wrapper .text-container .description p a:focus-within span.hyper-link {
    outline: unset
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description a span.hyper-link:focus,
.fifty-fifty-breaker .container .text-wrapper .text-container .description a span.hyper-link:focus-within {
    outline: unset
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description ol li:before,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul li:before {
    background: #C74A07
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description ol li::marker,
.fifty-fifty-breaker .container .text-wrapper .text-container .description ul li::marker {
    color: #C74A07
}

.fifty-fifty-breaker .container .text-wrapper .text-container .description ul {
    margin-left: 3rem
}

.fifty-fifty-breaker .container .text-wrapper .text-container .cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.6rem;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .container .text-wrapper .text-container .cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fifty-fifty-breaker .image-container.half-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 460px;
    position: relative;
    top: -6.4rem;
    width: 50%;
    margin-left: -5.2rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker .image-container.half-width {
        max-height: 246px
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker .image-container.half-width {
        width: 100%;
        top: 0;
        background-color: #fff !important;
        padding: 0 0 0 2.4rem;
        margin-left: 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker .image-container.half-width {
        top: -4rem
    }
}

.fifty-fifty-breaker .image-container.half-width img {
    aspect-ratio: 3/2
}

.fifty-fifty-breaker.img__align--left .container.half-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.img__align--left .container.half-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.fifty-fifty-breaker.img__align--left .container.half-width .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -5.2rem
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.img__align--left .container.half-width .text-wrapper {
        margin-left: 0;
        padding-right: 0;
        padding-left: 2.4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.img__align--left .container.half-width .text-wrapper {
        margin-left: -4.8rem
    }
}

.fifty-fifty-breaker.img__align--left .container.half-width .text-wrapper .text-container {
    left: unset;
    right: 0;
    padding: 6rem 4.8rem 0 11.2rem
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.img__align--left .container.half-width .text-wrapper .text-container {
        padding: 2.4rem 2.4rem 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.img__align--left .container.half-width .text-wrapper .text-container {
        padding: 4rem 4.8rem 0 4rem
    }
}

.fifty-fifty-breaker.img__align--left .image-container {
    margin-left: 0
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.img__align--left .image-container {
        left: 0
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.img__align--left .image-container {
        padding: 0 2.4rem 0 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.img__align--right .container.half-width {
        padding-bottom: .8rem
    }
}

.fifty-fifty-breaker.img__align--right .container.half-width .text-container {
    padding: 4rem 0 0 1.6rem
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.img__align--right .container.half-width .text-container {
        padding: 6rem 5.2rem 0 8rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.img__align--right .container.half-width .text-container {
        padding: 4rem 2.4rem 0 4.8rem
    }
}

.fifty-fifty-breaker.img__align--right .image-container.half-width {
    margin-left: -5.2rem
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.img__align--right .image-container.half-width {
        padding: 0 0 0 2.4rem;
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.img__align--right .text-wrapper.half-width {
        right: 0;
        padding-right: 2.4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.img__align--right .text-wrapper.half-width {
        display: block;
        padding: 0
    }
}

.fifty-fifty-breaker.not-notched {
    margin: 0
}

.fifty-fifty-breaker.not-notched .container.half-width {
    padding-top: 0;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.not-notched .container.half-width {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched .container.half-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 3.2rem
    }
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.not-notched .container.half-width {
        padding-top: 6.4rem;
        padding-bottom: 6.4rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fifty-fifty-breaker.not-notched .container.half-width .text-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched .container.half-width .text-wrapper {
        top: 0;
        width: 100%;
        margin-top: -4rem;
        padding: 6.4rem 2.4rem 3.2rem
    }
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.not-notched .container.half-width .text-wrapper {
        display: block;
        padding: 0 6rem 0 8rem;
        margin-left: 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.not-notched .container.half-width .text-wrapper {
        padding: 3.2rem 3.2rem 0 4.8rem
    }
}

.fifty-fifty-breaker.not-notched .container.half-width .text-wrapper .text-container {
    position: relative;
    padding: 0;
    z-index: unset
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.not-notched .container.half-width .text-wrapper .text-container {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.not-notched .container.half-width .text-wrapper .text-container {
        width: 100%
    }
}

.fifty-fifty-breaker.not-notched .image-container,
.fifty-fifty-breaker.not-notched .text-container {
    position: static
}

.fifty-fifty-breaker.not-notched .image-container.half-width {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    top: 0;
    margin-left: 0
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched .image-container.half-width {
        padding: 0 0 0 2.4rem;
        margin-left: 0
    }
}

.fifty-fifty-breaker.not-notched.travertine .image-container {
    background-color: #f1f3f6 !important
}

.fifty-fifty-breaker.not-notched.dark .image-container {
    background-color: #101537 !important
}

.fifty-fifty-breaker.not-notched.img__align--left .container.half-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched.img__align--left .container.half-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched.img__align--left .container.half-width .text-wrapper {
        top: 0;
        padding: 6.4rem 2.4rem 2.4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.not-notched.img__align--left .container.half-width .text-wrapper {
        display: block;
        padding: 3.2rem 4.8rem 0 3.2rem;
        margin-left: 0
    }
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.not-notched.img__align--left .container.half-width .text-wrapper {
        margin-left: 0;
        display: block;
        padding: 0 8rem 0 6rem
    }
}

.fifty-fifty-breaker.not-notched.img__align--left .container.half-width .text-wrapper .text-container {
    padding: 0
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.not-notched.img__align--left .container.half-width .text-wrapper .text-container {
        padding: unset
    }
}

.fifty-fifty-breaker.not-notched.img__align--right .container.half-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched.img__align--right .container.half-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .fifty-fifty-breaker.not-notched.img__align--right .container.half-width .text-wrapper {
        padding: 3.2rem 3.2rem 0 4.8rem
    }
}

@media screen and (min-width:1024px) {
    .fifty-fifty-breaker.not-notched.img__align--right .container.half-width .text-wrapper {
        padding: 0 6rem 0 8rem
    }
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.not-notched.img__align--right .container.half-width .text-wrapper {
        top: 0;
        padding: 6.4rem 2.4rem 2.4rem
    }
}

.fifty-fifty-breaker.not-notched.img__align--right .image-container.half-width {
    margin-left: 0;
    padding: 0 2.4rem 0 0
}

.fifty-fifty-breaker.travertine {
    background-color: #f1f3f6
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.travertine {
        background-color: transparent
    }

    .fifty-fifty-breaker.travertine .container,
    .fifty-fifty-breaker.travertine .container .text-wrapper {
        background-color: #f1f3f6
    }
}

.fifty-fifty-breaker.dark {
    background-color: #101537
}

.fifty-fifty-breaker.dark .text-wrapper .description,
.fifty-fifty-breaker.dark .text-wrapper .title {
    color: #fff
}

.fifty-fifty-breaker.dark .text-wrapper .description a,
.fifty-fifty-breaker.dark .text-wrapper .description p a,
.fifty-fifty-breaker.dark .text-wrapper .description p a span {
    color: #adb6f5
}

.fifty-fifty-breaker.dark .text-wrapper .description a span.hyper-link,
.fifty-fifty-breaker.dark .text-wrapper .description p a span span.hyper-link,
.fifty-fifty-breaker.dark .text-wrapper .description p a span.hyper-link {
    font-size: inherit
}

.fifty-fifty-breaker.dark .text-wrapper .description a:focus,
.fifty-fifty-breaker.dark .text-wrapper .description a:focus-within,
.fifty-fifty-breaker.dark .text-wrapper .description p a:focus,
.fifty-fifty-breaker.dark .text-wrapper .description p a:focus-within {
    outline: 1px dashed #adb6f5
}

.fifty-fifty-breaker.dark .text-wrapper .description a:focus span.hyper-link,
.fifty-fifty-breaker.dark .text-wrapper .description a:focus-within span.hyper-link,
.fifty-fifty-breaker.dark .text-wrapper .description p a:focus span.hyper-link,
.fifty-fifty-breaker.dark .text-wrapper .description p a:focus-within span.hyper-link {
    outline: unset
}

.fifty-fifty-breaker.dark .text-wrapper .description a span.hyper-link:focus,
.fifty-fifty-breaker.dark .text-wrapper .description a span.hyper-link:focus-within {
    outline: unset
}

.fifty-fifty-breaker.dark .text-wrapper .description ol li:before,
.fifty-fifty-breaker.dark .text-wrapper .description ul li:before {
    background: #adb6f5
}

.fifty-fifty-breaker.dark .text-wrapper .description ol li::marker,
.fifty-fifty-breaker.dark .text-wrapper .description ul li::marker {
    color: #adb6f5
}

@media screen and (max-width:767px) {
    .fifty-fifty-breaker.dark {
        background-color: transparent
    }

    .fifty-fifty-breaker.dark .container,
    .fifty-fifty-breaker.dark .container .image-container,
    .fifty-fifty-breaker.dark .container .text-wrapper {
        background-color: #101537
    }
}

html:has(.cmp-secondary-navigation) {
    scroll-padding-top: 93px
}

.cmp-secondary-navigation {
    padding: 0 5pc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2pc;
    background: #fff
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-secondary-navigation {
        padding: 0 3pc
    }
}

@media screen and (max-width:767px) {
    .cmp-secondary-navigation {
        padding: 0 24px;
        gap: 1pc
    }
}

.cmp-secondary-navigation .cmp-secondary-navigation-links {
    padding: 24px 24px 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid #666;
    background: #fff;
    inline-size: 100%
}

@media screen and (max-width:767px) {
    .cmp-secondary-navigation .cmp-secondary-navigation-links {
        padding: 1pc 1pc 1pc 0
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-secondary-navigation .cmp-secondary-navigation-links {
        padding: 1pc 1pc 1pc 0
    }
}

.cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 1pc
}

.cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 1pc;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 1pc
}

@media screen and (max-width:767px) {
    .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 {
        gap: 1pc
    }
}

.cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 1pc;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        gap: 1pc
    }
}

@media screen and (max-width:767px) {

    .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4,
    .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 {
        min-height: 1pc
    }

    .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 li:nth-of-type(n+2):before,
    .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 li:nth-of-type(n+2):before {
        padding-right: 1pc;
        content: "|";
        position: absolute
    }
}

.secondary-navigation.anchor-links .cmp-secondary-navigation {
    padding: 0 5pc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2pc
}

@media screen and (max-width:767px) {
    .secondary-navigation.anchor-links .cmp-secondary-navigation {
        padding: 0 1pc;
        margin: 0 24px 0 0
    }
}

.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links {
    background: #f1f3f6;
    margin: 0;
    padding: 24px;
    border-left: 4px solid;
    border-bottom: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links {
        margin: 0
    }
}

.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-4 .links .anchor-4,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-4 .links .anchor-9,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-9 .links .anchor-4,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-9 .links .anchor-9,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-4 .links .anchor-4,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-4 .links .anchor-9,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-9 .links .anchor-4,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-9 .links .anchor-9 {
    color: #C74A07;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-4 .links .anchor-4.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-4 .links .anchor-9.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-9 .links .anchor-4.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-4 .navigation-links-9 .links .anchor-9.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-4 .links .anchor-4.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-4 .links .anchor-9.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-9 .links .anchor-4.active,
.secondary-navigation.anchor-links .cmp-secondary-navigation .cmp-secondary-navigation-links .cmp-nav-links-9 .navigation-links-9 .links .anchor-9.active {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.header:has(.primary-navigation) {
    position: sticky;
    top: 0;
    z-index: 9999
}

.header:has(.primary-navigation) .xf-content-height {
    margin: 0
}

@-moz-document url-prefix() {
    .header .cmp-experiencefragment--primary-nav .xf-content-height {
        margin: 0
    }

    .header.position-sticky {
        position: sticky;
        top: 0;
        z-index: 9999
    }
}

.primary-navigation .cmp-primarynav-expfragmnet .link-set .primary-link-group {
    list-style-type: none
}

.primary-navigation .cmp-primarynav-expfragmnet .cws-primary-navigation .card-image-container,
.primary-navigation .cmp-primarynav-expfragmnet .cws-primary-navigation .card-image-container .card-nav.show-card {
    display: none
}

.primary-navigation .cmp-primarynav-expfragmnet.show-menu .cws-primary-navigation .card-image-container .card-nav.show-card {
    display: block
}

@media screen and (max-width:1372px) {
    .primary-navigation .cmp-primarynav-expfragmnet.show-menu .cws-primary-navigation .card-image-container {
        display: none
    }
}

.primary-navigation .cmp-primarynav-expfragmnet.show-menu,
.primary-navigation .cmp-primarynav-expfragmnet.show-menu .cws-primary-navigation .card-image-container {
    display: block
}

.primary-navigation .cmp-primarynav-expfragmnet.show-menu .cws-primary-navigation .card-image-container.card-nav {
    display: none
}

.primary-navigation .cmp-primarynav-expfragmnet.show-menu .cws-primary-navigation .card-image-container.card-nav .text-container a {
    margin-top: 0
}

@media screen and (min-width:1373px) {
    .primary-navigation .cmp-primarynav-expfragmnet.show-menu .cws-primary-navigation .card-image-container.card-nav.show-card {
        display: block
    }
}

.cws-primary-navigation {
    background-color: #fff;
    position: relative;
    z-index: 9999
}

.cws-primary-navigation.default .experience-fragment__container {
    background-color: red
}

.cws-primary-navigation .bar {
    background: linear-gradient(266deg, #000f84 39.15%, #000f84 62.81%, #1125b8 90.77%);
    display: block;
    height: 4px
}

@media screen and (min-width:1024px) {
    .cws-primary-navigation .bar {
        height: 8px
    }
}

.cws-primary-navigation .nav-content {
    border-bottom: 1px solid #cecece;
    display: grid;
    grid-auto-flow: column
}

@media screen and (max-width:1372px) {
    .cws-primary-navigation .nav-content {
        padding: 1.6rem 2.4rem
    }
}

@media screen and (min-width:1024px) {
    .cws-primary-navigation .nav-content {
        padding: 1.6rem 4rem
    }
}

.cws-primary-navigation .nav-content .logo-container {
    width: 196px
}

@media screen and (min-width:1024px) {
    .cws-primary-navigation .nav-content .logo-container {
        width: 7pc
    }
}

.cws-primary-navigation .nav-content .logo-container img {
    -o-object-fit: unset;
    object-fit: unset;
    -o-object-position: unset;
    object-position: unset
}

.cws-primary-navigation .nav-content .logo-container a:focus {
    outline: 1px dashed #C74A07
}

.cws-primary-navigation .nav-content .action-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2pc;
    -moz-column-gap: 2pc;
    column-gap: 2pc;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cws-primary-navigation .nav-content .action-items .primary {
    -ms-flex-item-align: unset;
    align-self: unset
}

@media screen and (max-width:767px) {
    .cws-primary-navigation .nav-content .action-items .primary {
        display: none
    }
}

.cws-primary-navigation .nav-content .action-items .menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 20.13px
}

.cws-primary-navigation .nav-content .action-items .menu-icon span:after {
    color: #000;
    font-family: Font Awesome\ 6 Sharp, sans-serif;
    font-size: 2.3rem
}

.cws-primary-navigation .nav-content .action-items .menu-icon:focus {
    outline: 1px dashed #C74A07
}

.cws-primary-navigation .card-image-container {
    display: none;
    background-color: #f1f3f6;
    width: 483px;
    padding: 4.8rem
}

@media screen and (max-width:1371px) {
    .cws-primary-navigation .card-image-container {
        display: none
    }
}

.cws-primary-navigation .card-image-container.show-card {
    display: block
}

@media screen and (max-width:1371px) {
    .cws-primary-navigation .card-image-container.show-card {
        display: none
    }
}

.cws-primary-navigation .card-image-container .headline {
    padding-bottom: 3.2rem
}

.cws-primary-navigation .card-image-container .headline h1,
.cws-primary-navigation .card-image-container .headline h2,
.cws-primary-navigation .card-image-container .headline h3,
.cws-primary-navigation .card-image-container .headline h4,
.cws-primary-navigation .card-image-container .headline h5,
.cws-primary-navigation .card-image-container .headline h6,
.cws-primary-navigation .card-image-container .headline li,
.cws-primary-navigation .card-image-container .headline ol,
.cws-primary-navigation .card-image-container .headline p,
.cws-primary-navigation .card-image-container .headline ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1,
    .cws-primary-navigation .card-image-container .headline h2,
    .cws-primary-navigation .card-image-container .headline h3,
    .cws-primary-navigation .card-image-container .headline h4,
    .cws-primary-navigation .card-image-container .headline h5,
    .cws-primary-navigation .card-image-container .headline h6,
    .cws-primary-navigation .card-image-container .headline li,
    .cws-primary-navigation .card-image-container .headline ol,
    .cws-primary-navigation .card-image-container .headline p,
    .cws-primary-navigation .card-image-container .headline ul {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1,
    .cws-primary-navigation .card-image-container .headline h2,
    .cws-primary-navigation .card-image-container .headline h3,
    .cws-primary-navigation .card-image-container .headline h4,
    .cws-primary-navigation .card-image-container .headline h5,
    .cws-primary-navigation .card-image-container .headline h6,
    .cws-primary-navigation .card-image-container .headline li,
    .cws-primary-navigation .card-image-container .headline ol,
    .cws-primary-navigation .card-image-container .headline p,
    .cws-primary-navigation .card-image-container .headline ul {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .body-large,
.cws-primary-navigation .card-image-container .headline h2 .body-large,
.cws-primary-navigation .card-image-container .headline h3 .body-large,
.cws-primary-navigation .card-image-container .headline h4 .body-large,
.cws-primary-navigation .card-image-container .headline h5 .body-large,
.cws-primary-navigation .card-image-container .headline h6 .body-large,
.cws-primary-navigation .card-image-container .headline li .body-large,
.cws-primary-navigation .card-image-container .headline ol .body-large,
.cws-primary-navigation .card-image-container .headline p .body-large,
.cws-primary-navigation .card-image-container .headline ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.cws-primary-navigation .card-image-container .headline h1 .body-large-bold,
.cws-primary-navigation .card-image-container .headline h2 .body-large-bold,
.cws-primary-navigation .card-image-container .headline h3 .body-large-bold,
.cws-primary-navigation .card-image-container .headline h4 .body-large-bold,
.cws-primary-navigation .card-image-container .headline h5 .body-large-bold,
.cws-primary-navigation .card-image-container .headline h6 .body-large-bold,
.cws-primary-navigation .card-image-container .headline li .body-large-bold,
.cws-primary-navigation .card-image-container .headline ol .body-large-bold,
.cws-primary-navigation .card-image-container .headline p .body-large-bold,
.cws-primary-navigation .card-image-container .headline ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.cws-primary-navigation .card-image-container .headline h1 .body-small,
.cws-primary-navigation .card-image-container .headline h2 .body-small,
.cws-primary-navigation .card-image-container .headline h3 .body-small,
.cws-primary-navigation .card-image-container .headline h4 .body-small,
.cws-primary-navigation .card-image-container .headline h5 .body-small,
.cws-primary-navigation .card-image-container .headline h6 .body-small,
.cws-primary-navigation .card-image-container .headline li .body-small,
.cws-primary-navigation .card-image-container .headline ol .body-small,
.cws-primary-navigation .card-image-container .headline p .body-small,
.cws-primary-navigation .card-image-container .headline ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.cws-primary-navigation .card-image-container .headline h1 .body-small-bold,
.cws-primary-navigation .card-image-container .headline h2 .body-small-bold,
.cws-primary-navigation .card-image-container .headline h3 .body-small-bold,
.cws-primary-navigation .card-image-container .headline h4 .body-small-bold,
.cws-primary-navigation .card-image-container .headline h5 .body-small-bold,
.cws-primary-navigation .card-image-container .headline h6 .body-small-bold,
.cws-primary-navigation .card-image-container .headline li .body-small-bold,
.cws-primary-navigation .card-image-container .headline ol .body-small-bold,
.cws-primary-navigation .card-image-container .headline p .body-small-bold,
.cws-primary-navigation .card-image-container .headline ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.cws-primary-navigation .card-image-container .headline h1 .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline h2 .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline h3 .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline h4 .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline h5 .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline h6 .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline li .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline ol .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline p .eyebrow-tags,
.cws-primary-navigation .card-image-container .headline ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.cws-primary-navigation .card-image-container .headline h1 .headline-large,
.cws-primary-navigation .card-image-container .headline h2 .headline-large,
.cws-primary-navigation .card-image-container .headline h3 .headline-large,
.cws-primary-navigation .card-image-container .headline h4 .headline-large,
.cws-primary-navigation .card-image-container .headline h5 .headline-large,
.cws-primary-navigation .card-image-container .headline h6 .headline-large,
.cws-primary-navigation .card-image-container .headline li .headline-large,
.cws-primary-navigation .card-image-container .headline ol .headline-large,
.cws-primary-navigation .card-image-container .headline p .headline-large,
.cws-primary-navigation .card-image-container .headline ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .headline-large,
    .cws-primary-navigation .card-image-container .headline h2 .headline-large,
    .cws-primary-navigation .card-image-container .headline h3 .headline-large,
    .cws-primary-navigation .card-image-container .headline h4 .headline-large,
    .cws-primary-navigation .card-image-container .headline h5 .headline-large,
    .cws-primary-navigation .card-image-container .headline h6 .headline-large,
    .cws-primary-navigation .card-image-container .headline li .headline-large,
    .cws-primary-navigation .card-image-container .headline ol .headline-large,
    .cws-primary-navigation .card-image-container .headline p .headline-large,
    .cws-primary-navigation .card-image-container .headline ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .headline-large,
    .cws-primary-navigation .card-image-container .headline h2 .headline-large,
    .cws-primary-navigation .card-image-container .headline h3 .headline-large,
    .cws-primary-navigation .card-image-container .headline h4 .headline-large,
    .cws-primary-navigation .card-image-container .headline h5 .headline-large,
    .cws-primary-navigation .card-image-container .headline h6 .headline-large,
    .cws-primary-navigation .card-image-container .headline li .headline-large,
    .cws-primary-navigation .card-image-container .headline ol .headline-large,
    .cws-primary-navigation .card-image-container .headline p .headline-large,
    .cws-primary-navigation .card-image-container .headline ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .headline-large-bold,
.cws-primary-navigation .card-image-container .headline h2 .headline-large-bold,
.cws-primary-navigation .card-image-container .headline h3 .headline-large-bold,
.cws-primary-navigation .card-image-container .headline h4 .headline-large-bold,
.cws-primary-navigation .card-image-container .headline h5 .headline-large-bold,
.cws-primary-navigation .card-image-container .headline h6 .headline-large-bold,
.cws-primary-navigation .card-image-container .headline li .headline-large-bold,
.cws-primary-navigation .card-image-container .headline ol .headline-large-bold,
.cws-primary-navigation .card-image-container .headline p .headline-large-bold,
.cws-primary-navigation .card-image-container .headline ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h2 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h3 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h4 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h5 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h6 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline li .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline ol .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline p .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h2 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h3 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h4 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h5 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline h6 .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline li .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline ol .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline p .headline-large-bold,
    .cws-primary-navigation .card-image-container .headline ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .headline-small,
.cws-primary-navigation .card-image-container .headline h2 .headline-small,
.cws-primary-navigation .card-image-container .headline h3 .headline-small,
.cws-primary-navigation .card-image-container .headline h4 .headline-small,
.cws-primary-navigation .card-image-container .headline h5 .headline-small,
.cws-primary-navigation .card-image-container .headline h6 .headline-small,
.cws-primary-navigation .card-image-container .headline li .headline-small,
.cws-primary-navigation .card-image-container .headline ol .headline-small,
.cws-primary-navigation .card-image-container .headline p .headline-small,
.cws-primary-navigation .card-image-container .headline ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .headline-small,
    .cws-primary-navigation .card-image-container .headline h2 .headline-small,
    .cws-primary-navigation .card-image-container .headline h3 .headline-small,
    .cws-primary-navigation .card-image-container .headline h4 .headline-small,
    .cws-primary-navigation .card-image-container .headline h5 .headline-small,
    .cws-primary-navigation .card-image-container .headline h6 .headline-small,
    .cws-primary-navigation .card-image-container .headline li .headline-small,
    .cws-primary-navigation .card-image-container .headline ol .headline-small,
    .cws-primary-navigation .card-image-container .headline p .headline-small,
    .cws-primary-navigation .card-image-container .headline ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .headline-small,
    .cws-primary-navigation .card-image-container .headline h2 .headline-small,
    .cws-primary-navigation .card-image-container .headline h3 .headline-small,
    .cws-primary-navigation .card-image-container .headline h4 .headline-small,
    .cws-primary-navigation .card-image-container .headline h5 .headline-small,
    .cws-primary-navigation .card-image-container .headline h6 .headline-small,
    .cws-primary-navigation .card-image-container .headline li .headline-small,
    .cws-primary-navigation .card-image-container .headline ol .headline-small,
    .cws-primary-navigation .card-image-container .headline p .headline-small,
    .cws-primary-navigation .card-image-container .headline ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .sub-title,
.cws-primary-navigation .card-image-container .headline h2 .sub-title,
.cws-primary-navigation .card-image-container .headline h3 .sub-title,
.cws-primary-navigation .card-image-container .headline h4 .sub-title,
.cws-primary-navigation .card-image-container .headline h5 .sub-title,
.cws-primary-navigation .card-image-container .headline h6 .sub-title,
.cws-primary-navigation .card-image-container .headline li .sub-title,
.cws-primary-navigation .card-image-container .headline ol .sub-title,
.cws-primary-navigation .card-image-container .headline p .sub-title,
.cws-primary-navigation .card-image-container .headline ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .sub-title,
    .cws-primary-navigation .card-image-container .headline h2 .sub-title,
    .cws-primary-navigation .card-image-container .headline h3 .sub-title,
    .cws-primary-navigation .card-image-container .headline h4 .sub-title,
    .cws-primary-navigation .card-image-container .headline h5 .sub-title,
    .cws-primary-navigation .card-image-container .headline h6 .sub-title,
    .cws-primary-navigation .card-image-container .headline li .sub-title,
    .cws-primary-navigation .card-image-container .headline ol .sub-title,
    .cws-primary-navigation .card-image-container .headline p .sub-title,
    .cws-primary-navigation .card-image-container .headline ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .sub-title,
    .cws-primary-navigation .card-image-container .headline h2 .sub-title,
    .cws-primary-navigation .card-image-container .headline h3 .sub-title,
    .cws-primary-navigation .card-image-container .headline h4 .sub-title,
    .cws-primary-navigation .card-image-container .headline h5 .sub-title,
    .cws-primary-navigation .card-image-container .headline h6 .sub-title,
    .cws-primary-navigation .card-image-container .headline li .sub-title,
    .cws-primary-navigation .card-image-container .headline ol .sub-title,
    .cws-primary-navigation .card-image-container .headline p .sub-title,
    .cws-primary-navigation .card-image-container .headline ul .sub-title {
        font-size: 2.4rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .title-large,
.cws-primary-navigation .card-image-container .headline h2 .title-large,
.cws-primary-navigation .card-image-container .headline h3 .title-large,
.cws-primary-navigation .card-image-container .headline h4 .title-large,
.cws-primary-navigation .card-image-container .headline h5 .title-large,
.cws-primary-navigation .card-image-container .headline h6 .title-large,
.cws-primary-navigation .card-image-container .headline li .title-large,
.cws-primary-navigation .card-image-container .headline ol .title-large,
.cws-primary-navigation .card-image-container .headline p .title-large,
.cws-primary-navigation .card-image-container .headline ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .title-large,
    .cws-primary-navigation .card-image-container .headline h2 .title-large,
    .cws-primary-navigation .card-image-container .headline h3 .title-large,
    .cws-primary-navigation .card-image-container .headline h4 .title-large,
    .cws-primary-navigation .card-image-container .headline h5 .title-large,
    .cws-primary-navigation .card-image-container .headline h6 .title-large,
    .cws-primary-navigation .card-image-container .headline li .title-large,
    .cws-primary-navigation .card-image-container .headline ol .title-large,
    .cws-primary-navigation .card-image-container .headline p .title-large,
    .cws-primary-navigation .card-image-container .headline ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .title-large,
    .cws-primary-navigation .card-image-container .headline h2 .title-large,
    .cws-primary-navigation .card-image-container .headline h3 .title-large,
    .cws-primary-navigation .card-image-container .headline h4 .title-large,
    .cws-primary-navigation .card-image-container .headline h5 .title-large,
    .cws-primary-navigation .card-image-container .headline h6 .title-large,
    .cws-primary-navigation .card-image-container .headline li .title-large,
    .cws-primary-navigation .card-image-container .headline ol .title-large,
    .cws-primary-navigation .card-image-container .headline p .title-large,
    .cws-primary-navigation .card-image-container .headline ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .title-small,
.cws-primary-navigation .card-image-container .headline h2 .title-small,
.cws-primary-navigation .card-image-container .headline h3 .title-small,
.cws-primary-navigation .card-image-container .headline h4 .title-small,
.cws-primary-navigation .card-image-container .headline h5 .title-small,
.cws-primary-navigation .card-image-container .headline h6 .title-small,
.cws-primary-navigation .card-image-container .headline li .title-small,
.cws-primary-navigation .card-image-container .headline ol .title-small,
.cws-primary-navigation .card-image-container .headline p .title-small,
.cws-primary-navigation .card-image-container .headline ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .title-small,
    .cws-primary-navigation .card-image-container .headline h2 .title-small,
    .cws-primary-navigation .card-image-container .headline h3 .title-small,
    .cws-primary-navigation .card-image-container .headline h4 .title-small,
    .cws-primary-navigation .card-image-container .headline h5 .title-small,
    .cws-primary-navigation .card-image-container .headline h6 .title-small,
    .cws-primary-navigation .card-image-container .headline li .title-small,
    .cws-primary-navigation .card-image-container .headline ol .title-small,
    .cws-primary-navigation .card-image-container .headline p .title-small,
    .cws-primary-navigation .card-image-container .headline ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .title-small,
    .cws-primary-navigation .card-image-container .headline h2 .title-small,
    .cws-primary-navigation .card-image-container .headline h3 .title-small,
    .cws-primary-navigation .card-image-container .headline h4 .title-small,
    .cws-primary-navigation .card-image-container .headline h5 .title-small,
    .cws-primary-navigation .card-image-container .headline h6 .title-small,
    .cws-primary-navigation .card-image-container .headline li .title-small,
    .cws-primary-navigation .card-image-container .headline ol .title-small,
    .cws-primary-navigation .card-image-container .headline p .title-small,
    .cws-primary-navigation .card-image-container .headline ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link,
.cws-primary-navigation .card-image-container .headline li .hyper-link,
.cws-primary-navigation .card-image-container .headline ol .hyper-link,
.cws-primary-navigation .card-image-container .headline p .hyper-link,
.cws-primary-navigation .card-image-container .headline ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1 .hyper-link,
    .cws-primary-navigation .card-image-container .headline h2 .hyper-link,
    .cws-primary-navigation .card-image-container .headline h3 .hyper-link,
    .cws-primary-navigation .card-image-container .headline h4 .hyper-link,
    .cws-primary-navigation .card-image-container .headline h5 .hyper-link,
    .cws-primary-navigation .card-image-container .headline h6 .hyper-link,
    .cws-primary-navigation .card-image-container .headline li .hyper-link,
    .cws-primary-navigation .card-image-container .headline ol .hyper-link,
    .cws-primary-navigation .card-image-container .headline p .hyper-link,
    .cws-primary-navigation .card-image-container .headline ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h1 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline li .hyper-link:active,
.cws-primary-navigation .card-image-container .headline li .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:active,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline p .hyper-link:active,
.cws-primary-navigation .card-image-container .headline p .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:active,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline li .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline p .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline li .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline ol .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline p .hyper-link .icon:after,
.cws-primary-navigation .card-image-container .headline ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline li .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline p .hyper-link:hover,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline h1 .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline li .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline li .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline p .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline p .hyper-link:hover a:hover,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:hover a,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.cws-primary-navigation .card-image-container .headline h1 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h1 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h2 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h3 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h4 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h5 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:active,
.cws-primary-navigation .card-image-container .headline h6 .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline li .hyper-link:active,
.cws-primary-navigation .card-image-container .headline li .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:active,
.cws-primary-navigation .card-image-container .headline ol .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline p .hyper-link:active,
.cws-primary-navigation .card-image-container .headline p .hyper-link:focus,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:active,
.cws-primary-navigation .card-image-container .headline ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.cws-primary-navigation .card-image-container .headline h1>a:hover,
.cws-primary-navigation .card-image-container .headline h2>a:hover,
.cws-primary-navigation .card-image-container .headline h3>a:hover,
.cws-primary-navigation .card-image-container .headline h4>a:hover,
.cws-primary-navigation .card-image-container .headline h5>a:hover,
.cws-primary-navigation .card-image-container .headline h6>a:hover,
.cws-primary-navigation .card-image-container .headline li>a:hover,
.cws-primary-navigation .card-image-container .headline ol>a:hover,
.cws-primary-navigation .card-image-container .headline p>a:hover,
.cws-primary-navigation .card-image-container .headline ul>a:hover {
    text-decoration: none;
    outline: 0
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon,
    .cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon .icon:after,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:before:focus,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:before:active,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:hover,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:active,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:focus,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:hover:hover:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:active:focus:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:active:hover:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:focus:focus:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:focus:hover:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:hover:focus:before,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon:after,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon .link-text,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon .link-text:after,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline h1>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline h2>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline h3>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline h4>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline h5>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline h6>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline li>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline ol>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline p>a .hyper-link-with-icon .link-text:hover:after,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon .link-text:focus:after,
.cws-primary-navigation .card-image-container .headline ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cws-primary-navigation .card-image-container .headline h1 .statement-style,
.cws-primary-navigation .card-image-container .headline h2 .statement-style,
.cws-primary-navigation .card-image-container .headline h3 .statement-style,
.cws-primary-navigation .card-image-container .headline h4 .statement-style,
.cws-primary-navigation .card-image-container .headline h5 .statement-style,
.cws-primary-navigation .card-image-container .headline h6 .statement-style,
.cws-primary-navigation .card-image-container .headline li .statement-style,
.cws-primary-navigation .card-image-container .headline ol .statement-style,
.cws-primary-navigation .card-image-container .headline p .statement-style,
.cws-primary-navigation .card-image-container .headline ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .statement-style,
    .cws-primary-navigation .card-image-container .headline h2 .statement-style,
    .cws-primary-navigation .card-image-container .headline h3 .statement-style,
    .cws-primary-navigation .card-image-container .headline h4 .statement-style,
    .cws-primary-navigation .card-image-container .headline h5 .statement-style,
    .cws-primary-navigation .card-image-container .headline h6 .statement-style,
    .cws-primary-navigation .card-image-container .headline li .statement-style,
    .cws-primary-navigation .card-image-container .headline ol .statement-style,
    .cws-primary-navigation .card-image-container .headline p .statement-style,
    .cws-primary-navigation .card-image-container .headline ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .cws-primary-navigation .card-image-container .headline h1 .statement-style,
    .cws-primary-navigation .card-image-container .headline h2 .statement-style,
    .cws-primary-navigation .card-image-container .headline h3 .statement-style,
    .cws-primary-navigation .card-image-container .headline h4 .statement-style,
    .cws-primary-navigation .card-image-container .headline h5 .statement-style,
    .cws-primary-navigation .card-image-container .headline h6 .statement-style,
    .cws-primary-navigation .card-image-container .headline li .statement-style,
    .cws-primary-navigation .card-image-container .headline ol .statement-style,
    .cws-primary-navigation .card-image-container .headline p .statement-style,
    .cws-primary-navigation .card-image-container .headline ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.cws-primary-navigation .card-image-container .headline h1 .statement-style:before,
.cws-primary-navigation .card-image-container .headline h2 .statement-style:before,
.cws-primary-navigation .card-image-container .headline h3 .statement-style:before,
.cws-primary-navigation .card-image-container .headline h4 .statement-style:before,
.cws-primary-navigation .card-image-container .headline h5 .statement-style:before,
.cws-primary-navigation .card-image-container .headline h6 .statement-style:before,
.cws-primary-navigation .card-image-container .headline li .statement-style:before,
.cws-primary-navigation .card-image-container .headline ol .statement-style:before,
.cws-primary-navigation .card-image-container .headline p .statement-style:before,
.cws-primary-navigation .card-image-container .headline ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cws-primary-navigation .card-image-container .headline h1 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h2 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h3 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h4 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h5 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h6 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline li .statement-style:before,
    .cws-primary-navigation .card-image-container .headline ol .statement-style:before,
    .cws-primary-navigation .card-image-container .headline p .statement-style:before,
    .cws-primary-navigation .card-image-container .headline ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .cws-primary-navigation .card-image-container .headline h1 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h2 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h3 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h4 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h5 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline h6 .statement-style:before,
    .cws-primary-navigation .card-image-container .headline li .statement-style:before,
    .cws-primary-navigation .card-image-container .headline ol .statement-style:before,
    .cws-primary-navigation .card-image-container .headline p .statement-style:before,
    .cws-primary-navigation .card-image-container .headline ul .statement-style:before {
        left: 5pc
    }
}

.cws-primary-navigation .card-image-container .headline li:not(:last-of-type),
.cws-primary-navigation .card-image-container .headline ol:not(:last-of-type),
.cws-primary-navigation .card-image-container .headline p:not(:last-of-type),
.cws-primary-navigation .card-image-container .headline ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline p+ul,
.cws-primary-navigation .card-image-container .headline ul+p {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline h1 {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline h1:not(:first-child):last-child {
    margin-bottom: 0
}

.cws-primary-navigation .card-image-container .headline p:last-of-type+h1,
.cws-primary-navigation .card-image-container .headline ul:last-of-type+h1 {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline h2 {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline h2:not(:first-child):last-child {
    margin-bottom: 0
}

.cws-primary-navigation .card-image-container .headline p:last-of-type+h2,
.cws-primary-navigation .card-image-container .headline ul:last-of-type+h2 {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline h3 {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline h3:not(:first-child):last-child {
    margin-bottom: 0
}

.cws-primary-navigation .card-image-container .headline p:last-of-type+h3,
.cws-primary-navigation .card-image-container .headline ul:last-of-type+h3 {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline h4 {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline h4:not(:first-child):last-child {
    margin-bottom: 0
}

.cws-primary-navigation .card-image-container .headline p:last-of-type+h4,
.cws-primary-navigation .card-image-container .headline ul:last-of-type+h4 {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline h5 {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline h5:not(:first-child):last-child {
    margin-bottom: 0
}

.cws-primary-navigation .card-image-container .headline p:last-of-type+h5,
.cws-primary-navigation .card-image-container .headline ul:last-of-type+h5 {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline h6 {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline h6:not(:first-child):last-child {
    margin-bottom: 0
}

.cws-primary-navigation .card-image-container .headline p:last-of-type+h6,
.cws-primary-navigation .card-image-container .headline ul:last-of-type+h6 {
    margin-top: 2rem
}

.cws-primary-navigation .card-image-container .headline a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.cws-primary-navigation .card-image-container .headline a:focus,
.cws-primary-navigation .card-image-container .headline a:hover {
    outline: 1px dashed #474c50
}

.cws-primary-navigation .card-image-container .headline>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.cws-primary-navigation .card-image-container .headline>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cws-primary-navigation .card-image-container .headline>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .cws-primary-navigation .card-image-container .headline>ol li {
        padding-left: 8px
    }
}

.cws-primary-navigation .card-image-container .headline>ol li::marker {
    color: #936846
}

.cws-primary-navigation .card-image-container .headline>ol li ol li,
.cws-primary-navigation .card-image-container .headline>ol li ol li ol li {
    margin-left: -1.8rem
}

.cws-primary-navigation .card-image-container .headline>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.cws-primary-navigation .card-image-container .headline>ul>li {
    position: relative;
    padding-left: 2pc
}

.cws-primary-navigation .card-image-container .headline>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.cws-primary-navigation .card-image-container .headline>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.cws-primary-navigation .card-image-container .headline>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.cws-primary-navigation .card-image-container .headline>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .cws-primary-navigation .card-image-container .headline>ul li>ul li:before {
        line-height: 2pc
    }
}

.cws-primary-navigation .card-image-container .headline>ul li>ul li ul li {
    position: relative
}

.cws-primary-navigation .card-image-container .headline>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.cws-primary-navigation .card-image-container .headline>ul li>ul li ul li ul li {
    position: relative
}

.cws-primary-navigation .card-image-container .headline>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.cws-primary-navigation .card-image-container .headline a,
.cws-primary-navigation .card-image-container .headline b,
.cws-primary-navigation .card-image-container .headline div,
.cws-primary-navigation .card-image-container .headline h1,
.cws-primary-navigation .card-image-container .headline h2,
.cws-primary-navigation .card-image-container .headline h3,
.cws-primary-navigation .card-image-container .headline h4,
.cws-primary-navigation .card-image-container .headline h5,
.cws-primary-navigation .card-image-container .headline h6,
.cws-primary-navigation .card-image-container .headline i,
.cws-primary-navigation .card-image-container .headline li,
.cws-primary-navigation .card-image-container .headline ol,
.cws-primary-navigation .card-image-container .headline p,
.cws-primary-navigation .card-image-container .headline span,
.cws-primary-navigation .card-image-container .headline u,
.cws-primary-navigation .card-image-container .headline ul {
    word-break: break-word
}

.cws-primary-navigation .card-image-container .headline table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .cws-primary-navigation .card-image-container .headline table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cws-primary-navigation .card-image-container .headline table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .cws-primary-navigation .card-image-container .headline table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.cws-primary-navigation .card-image-container .headline table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.cws-primary-navigation .card-image-container .headline table td,
.cws-primary-navigation .card-image-container .headline table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.cws-primary-navigation .card-image-container .headline table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.cws-primary-navigation .card-image-container .headline table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.cws-primary-navigation .card-image-container .headline table tr {
    border: none
}

.cws-primary-navigation .card-image-container .headline table td>p:not(:last-of-type),
.cws-primary-navigation .card-image-container .headline table td>ul li:not(:last-of-type),
.cws-primary-navigation .card-image-container .headline table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.cws-primary-navigation .card-image-container .headline table a,
.cws-primary-navigation .card-image-container .headline table b,
.cws-primary-navigation .card-image-container .headline table div,
.cws-primary-navigation .card-image-container .headline table h1,
.cws-primary-navigation .card-image-container .headline table h2,
.cws-primary-navigation .card-image-container .headline table h3,
.cws-primary-navigation .card-image-container .headline table h4,
.cws-primary-navigation .card-image-container .headline table h5,
.cws-primary-navigation .card-image-container .headline table h6,
.cws-primary-navigation .card-image-container .headline table i,
.cws-primary-navigation .card-image-container .headline table li,
.cws-primary-navigation .card-image-container .headline table ol,
.cws-primary-navigation .card-image-container .headline table p,
.cws-primary-navigation .card-image-container .headline table span,
.cws-primary-navigation .card-image-container .headline table u,
.cws-primary-navigation .card-image-container .headline table ul {
    word-break: unset
}

.cws-primary-navigation .card-image-container .text-container {
    padding: 2.4rem 2.4rem 0;
    background-color: #f1f3f6;
    border-left: 1px solid #666;
    display: grid;
    position: relative;
    top: -24px;
    left: 24px
}

.cws-primary-navigation .card-image-container .text-container .textCard {
    border-left: none;
    padding-left: 0
}

.cws-primary-navigation .card-image-container .text-container .eyebrow {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase;
    color: #666
}

.cws-primary-navigation .card-image-container .text-container .eyebrow,
.cws-primary-navigation .card-image-container .text-container .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal
}

.cws-primary-navigation .card-image-container .text-container .title {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cws-primary-navigation .card-image-container .text-container .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .cws-primary-navigation .card-image-container .text-container .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.cws-primary-navigation .card-image-container .text-container .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.cws-primary-navigation .card-image-container .text-container a {
    margin-top: 1.6rem
}

.cws-primary-navigation .card-image-container .text-container .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.cws-primary-navigation .card-image-container.card-nav {
    position: fixed;
    left: 50%;
    top: 154px;
    z-index: 9999
}

.cws-primary-navigation .card-image-container.card-nav.show-card_alt {
    display: block;
    position: unset
}

@media screen and (max-width:1372px) {
    .cws-primary-navigation .card-image-container.card-nav.show-card_alt {
        display: none
    }
}

.cws-primary-navigation.default+.experience-fragment__container {
    min-height: 604px
}

@media screen and (min-width:1024px) {
    .cws-primary-navigation.default+.experience-fragment__container {
        width: 547px
    }
}

.experience-fragment__container {
    background-color: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1pc;
    padding: 3.2rem 2.4rem 6.4rem
}

@media screen and (max-width:767px) {
    .experience-fragment__container {
        width: 351px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .experience-fragment__container {
        width: 93.6%
    }
}

@media screen and (min-width:1024px) {
    .experience-fragment__container {
        padding: 6.4rem 8rem;
        max-width: 913px
    }
}

@media screen and (min-width:1373px) {
    @-moz-document url-prefix() {
        .experience-fragment__container.float .column-links-navigation .primary-navigation-column-links-container .link-card__container {
            right: unset;
            left: 538px
        }
    }
}

.experience-fragment__container.show-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:1024px) {
    .experience-fragment__container.show-menu:has(.primary-navigation-column-links-container.active) {
        max-width: 100%;
        min-height: 747px;
        width: 79.902%
    }
}

.experience-fragment__container li {
    list-style-type: none
}

.experience-fragment__container li.experience-fragment-list-item:last-of-type .content-title-container {
    padding-bottom: 0
}

@media screen and (max-width:767px) {

    .experience-fragment__container .experience-fragment-list-item.hide,
    .experience-fragment__container .experience-fragment.hide {
        display: none
    }
}

@media screen and (min-width:768px)and (max-width:1372px) {

    .experience-fragment__container .experience-fragment-list-item.hide,
    .experience-fragment__container .experience-fragment.hide {
        display: none
    }
}

@media screen and (min-width:768px) {

    .experience-fragment__container .nav-link__column-link-container,
    .experience-fragment__container .nav-link__column-link-container .nav-link__column-link {
        display: none
    }
}

.experience-fragment__container .nav-link__column-link {
    margin-bottom: 1.6rem
}

.column-links-navigation .primary-navigation-column-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:1372px) {
    .column-links-navigation .primary-navigation-column-links-container {
        display: block
    }

    .column-links-navigation .primary-navigation-column-links-container .content-title-container {
        padding-bottom: 1.6rem
    }
}

@media screen and (min-width:1373px) {
    .column-links-navigation .primary-navigation-column-links-container {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

.column-links-navigation .primary-navigation-column-links-container:not(.active) .column-links-container {
    display: none
}

.column-links-navigation .primary-navigation-column-links-container .link-card__container {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:1373px) {
    .column-links-navigation .primary-navigation-column-links-container .link-card__container {
        position: absolute;
        right: 75pt;
        top: 121px
    }

    .column-links-navigation .primary-navigation-column-links-container .link-card__container.show {
        display: grid;
        inset: 0;
        position: relative
    }
}

.column-links-navigation .primary-navigation-column-links-container .nav-link.active {
    color: #C74A07
}

.column-links-navigation .primary-navigation-column-links-container .nav-link.active .icon {
    opacity: 1;
    right: 0
}

.column-links-navigation .primary-navigation-column-links-container .nav-link.active .container {
    padding-left: 1pc
}

.column-links-navigation .primary-navigation-column-links-container .primary-link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1pc;
    width: 303px
}

@media screen and (min-width:1373px) {
    .column-links-navigation .primary-navigation-column-links-container .primary-link-group {
        max-width: 259px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width:1024px) {
    .column-links-navigation .primary-navigation-column-links-container .primary-link-group .link-group-header {
        padding-bottom: 1.6rem
    }
}

@media screen and (min-width:1024px) {
    .column-links-navigation .primary-navigation-column-links-container .primary-link-group .primary-link {
        margin-left: 1.6rem;
        width: auto
    }
}

.column-links-navigation .primary-navigation-column-links-container .primary-link-group .nav-link__item.two {
    font-weight: 600
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container {
    display: none;
    background-color: #f1f3f6;
    width: 483px;
    padding: 4.8rem
}

@media screen and (max-width:1371px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container {
        display: none
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container.show-card {
    display: block
}

@media screen and (max-width:1371px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container.show-card {
        display: none
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline {
    padding-bottom: 3.2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .body-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .body-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .body-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .body-small-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .eyebrow-tags,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-large-bold,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-large-bold,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .headline-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .sub-title,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .sub-title,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .sub-title {
        font-size: 2.4rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .title-large,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .title-large,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .title-small,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .title-small,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:hover a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:hover a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .hyper-link:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a:hover {
    text-decoration: none;
    outline: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon .icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:before:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:before:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:hover,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:active,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:hover:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:active:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:active:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:focus:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:focus:hover:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:hover:focus:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon .link-text,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon .link-text:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p>a .hyper-link-with-icon .link-text:hover:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon .link-text:focus:after,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .statement-style,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .statement-style,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .statement-style:before,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p .statement-style:before,
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul .statement-style:before {
        left: 5pc
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li:not(:last-of-type),
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol:not(:last-of-type),
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:not(:last-of-type),
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p+ul,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul+p {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1 {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1:not(:first-child):last-child {
    margin-bottom: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:last-of-type+h1,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:last-of-type+h1 {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2 {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2:not(:first-child):last-child {
    margin-bottom: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:last-of-type+h2,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:last-of-type+h2 {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3 {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3:not(:first-child):last-child {
    margin-bottom: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:last-of-type+h3,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:last-of-type+h3 {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4 {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4:not(:first-child):last-child {
    margin-bottom: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:last-of-type+h4,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:last-of-type+h4 {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5 {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5:not(:first-child):last-child {
    margin-bottom: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:last-of-type+h5,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:last-of-type+h5 {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6 {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6:not(:first-child):last-child {
    margin-bottom: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p:last-of-type+h6,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul:last-of-type+h6 {
    margin-top: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline a:focus,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline a:hover {
    outline: 1px dashed #474c50
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol li {
        padding-left: 8px
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol li::marker {
    color: #936846
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol li ol li,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ol li ol li ol li {
    margin-left: -1.8rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul>li {
    position: relative;
    padding-left: 2pc
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li:before {
        line-height: 2pc
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li ul li {
    position: relative
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li ul li ul li {
    position: relative
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline b,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline div,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h1,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h2,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h3,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h4,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h5,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline h6,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline i,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline li,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ol,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline p,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline span,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline u,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline ul {
    word-break: break-word
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table td,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table tr {
    border: none
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table td>p:not(:last-of-type),
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table td>ul li:not(:last-of-type),
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table a,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table b,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table div,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table h1,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table h2,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table h3,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table h4,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table h5,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table h6,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table i,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table li,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table ol,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table p,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table span,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table u,
.column-links-navigation .primary-navigation-column-links-container .card-image-container .headline table ul {
    word-break: unset
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container {
    padding: 2.4rem 2.4rem 0;
    background-color: #f1f3f6;
    border-left: 1px solid #666;
    display: grid;
    position: relative;
    top: -24px;
    left: 24px
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .textCard {
    border-left: none;
    padding-left: 0
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .eyebrow {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase;
    color: #666
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container a {
    margin-top: 1.6rem
}

.column-links-navigation .primary-navigation-column-links-container .card-image-container .text-container .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dynamic-grid.dark {
    background: #101537
}

.dynamic-grid.dark .cmp-dynamic-grid .headline .description,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title div,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title h1,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title h2,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title h3,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title h4,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title h5,
.dynamic-grid.dark .cmp-dynamic-grid .headline .titleDescriptionLink .title p,
.dynamic-grid.dark .cmp-dynamic-grid .headline div,
.dynamic-grid.dark .cmp-dynamic-grid .headline h1,
.dynamic-grid.dark .cmp-dynamic-grid .headline h2,
.dynamic-grid.dark .cmp-dynamic-grid .headline h3,
.dynamic-grid.dark .cmp-dynamic-grid .headline h4,
.dynamic-grid.dark .cmp-dynamic-grid .headline h5,
.dynamic-grid.dark .cmp-dynamic-grid .headline p {
    color: #fff
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container .card-content .cardContent a.link:focus {
    outline: 1px dashed #adb6f5
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content {
    background: #101537;
    border-color: #a8a8a8
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent h1,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent h2,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent h3,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent h4,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent h5,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent h6,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent p {
    color: #fff
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent a {
    color: #adb6f5
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .eyebrow {
    color: #a8a8a8
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .icon:after,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .link {
    color: #adb6f5
}

.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container .card-content .cardContent a.link:focus,
.dynamic-grid.dark .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .list-container a.link:focus {
    outline: 1px dashed #adb6f5
}

.dynamic-grid.dark .cmp-dynamic-grid .card-content {
    background: #101537;
    border-color: #a8a8a8
}

.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent h1,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent h2,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent h3,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent h4,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent h5,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent h6,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent p {
    color: #fff
}

.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent a {
    color: #adb6f5
}

.dynamic-grid.dark .cmp-dynamic-grid .card-content .cardContent .eyebrow {
    color: #a8a8a8
}

.dynamic-grid.dark .cmp-dynamic-grid .card-content .icon:after,
.dynamic-grid.dark .cmp-dynamic-grid .card-content .link {
    color: #adb6f5
}

.cmp-dynamic-grid {
    width: 87%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid {
        width: 100%;
        margin-top: 4pc;
        margin-bottom: 4pc
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid {
        margin-top: 3pc;
        margin-bottom: 3pc
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid {
        margin-top: 2pc;
        margin-bottom: 2pc
    }
}

.cmp-dynamic-grid .headline {
    margin-bottom: 40px
}

.cmp-dynamic-grid .headline div.titleDescriptionLink {
    display: grid;
    row-gap: 24px
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid .headline div.titleDescriptionLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

.titleo{
    font-weight:bold;
    margin-bottom:20px;
}

.cmp-dynamic-grid .headline div.titleDescriptionLink .title {
    margin-bottom: 0
}

.cmp-dynamic-grid .headline div.titleDescriptionLink .title div,
.cmp-dynamic-grid .headline div.titleDescriptionLink .title h1,
.cmp-dynamic-grid .headline div.titleDescriptionLink .title h2,
.cmp-dynamic-grid .headline div.titleDescriptionLink .title h3,
.cmp-dynamic-grid .headline div.titleDescriptionLink .title h4,
.cmp-dynamic-grid .headline div.titleDescriptionLink .title h5,
.cmp-dynamic-grid .headline div.titleDescriptionLink .title p {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem;
    margin: 0;
    color: #000
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .cmp-dynamic-grid .headline div.titleDescriptionLink .title div,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h1,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h2,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h3,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h4,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h5,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title p {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .cmp-dynamic-grid .headline div.titleDescriptionLink .title div,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h1,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h2,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h3,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h4,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title h5,
    .cmp-dynamic-grid .headline div.titleDescriptionLink .title p {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink {
        margin: 0
    }
}

.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description {
    color: #000;
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description {
        margin-bottom: 1pc
    }
}

.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description div,
.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h1,
.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h2,
.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h3,
.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h4,
.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h5,
.cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description p {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description div,
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h1,
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h2,
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h3,
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h4,
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description h5,
    .cmp-dynamic-grid .headline div.titleDescriptionLink div.descriptionLink .description p {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main {
    margin: auto
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content {
    display: block;
    margin-top: 40px
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) {
        margin-bottom: 40px
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content {
    padding: 24px 24px 0
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .eyebrow {
        display: none
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .eyebrow {
        display: none
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .eyebrow {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: -.014rem;
        text-transform: uppercase
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .title {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem;
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 1.15;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px)and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px)and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content .cardContent .link .link-text {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content {
        top: -3pc;
        max-width: 70%
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content {
        top: -40px;
        font-size: 28px
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards .container:not(.cmp-dynamic-grid.cmp-dynamic-grid-main.cmp-dynamic-grid-contentulli.container) .card-img-container .card-content {
        top: -1pc;
        padding: 1pc 1pc 0
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view {
    display: flow
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view {
        width: 66%;
        margin: auto
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li {
    border-top: 1px solid #666;
    padding: 0 0 2pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li {
        padding: 0 0 24px
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content {
    position: unset;
    border-left: none;
    padding: 24px 0 0
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content {
        padding: 1pc 0 0
    }
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content {
        padding: 1pc 1pc 0
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content .cardContent .date {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content .cardContent .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content .cardContent .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content .cardContent .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul.list-view li .list-container .card-img-container .card-content .cardContent .link .link-text {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    grid-row-gap: 40px;
    grid-column-gap: 60px
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 2pc;
        grid-column-gap: 2pc
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 40px
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container {
    margin: inherit
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container .jpmc-image-container img {
    aspect-ratio: 3/2
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content {
    top: -24px;
    padding: 24px 24px 0
}

@media screen and (min-width:1024px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content {
        max-width: 100%;
        left: 24px;
        border-left: 1px solid #666;
        background-color: #fff
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content {
        left: 1pc
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content {
        top: -1pc;
        padding: 1pc 1pc 0
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .eyebrow {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .title {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 3.6rem;
        line-height: 1.15;
        letter-spacing: -.036rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px)and (min-width:768px)and (max-width:1023px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .title {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px)and (max-width:767px) {
    .cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.cmp-dynamic-grid .cmp-dynamic-grid-main .cmp-dynamic-grid-content .cards ul li .container .card-img-container:not(.card-img-right):not(.card-img-left):not(.card-img-6):not(.card-img-4):not(.card-img-3) .card-content .cardContent .link .link-text {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

.cmp-dynamic-grid .headline .titleDescriptionLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .headline .titleDescriptionLink {
        display: inline
    }
}

.cmp-dynamic-grid .headline .titleDescriptionLink .cardText,
.cmp-dynamic-grid .headline .titleDescriptionLink .descriptionLink {
    width: 100%
}

@media screen and (max-width:767px) {
    .cmp-dynamic-grid .headline .titleDescriptionLink .descriptionLink {
        margin-bottom: 40px
    }
}

.cmp-speedbump .speedbump__wrapper.visible {
    display: block
}

.speed-bump-component {
    display: none;
    position: fixed;
    z-index: 1000000;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    background-color: rgba(244, 239, 231, .97)
}

.speed-bump-component.visible {
    display: block
}

.speed-bump-component .content {
    width: 58.6%;
    margin: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .speed-bump-component .content {
        width: 74.5%
    }
}

@media screen and (max-width:767px) {
    .speed-bump-component .content {
        width: 100%;
        padding: 0 2.4rem
    }
}

.speed-bump-component .content .headline .titleDescriptionLink .cardText.title {
    margin-bottom: 3.6rem;
    margin-right: 0;
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title {
        font-size: 2.8rem
    }
}

@media screen and (max-width:767px) {
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title {
        font-size: 2.6rem
    }
}

.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b {
    display: inline;
    color: #936846
}

.speed-bump-component .content .headline .titleDescriptionLink .cardText.title a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title div,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title li,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title p,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title span,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul {
        font-size: 2.8rem
    }
}

@media screen and (max-width:767px) {

    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul {
        font-size: 2.6rem
    }
}

.speed-bump-component .content .headline .titleDescriptionLink .cardText.title a a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title a b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title a i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title a u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title div a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title div b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title div i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title div u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title i a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title i b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title i i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title i u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title li a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title li b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title li i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title li u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title p a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title p b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title p i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title p u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title span a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title span b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title span i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title span u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title u a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title u b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title u i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title u u,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul a,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul i,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul u {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    display: inline;
    color: #000
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul u {
        font-size: 2.8rem
    }
}

@media screen and (max-width:767px) {

    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title a u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title b u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title div u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title i u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title li u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title p u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title span u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title u u,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul a,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul b,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul i,
    .speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul u {
        font-size: 2.6rem
    }
}

.speed-bump-component .content .headline .titleDescriptionLink .cardText.title a b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title b b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title div b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h1 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h2 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h3 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h4 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h5 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title h6 b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title i b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title li b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ol b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title p b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title span b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title u b,
.speed-bump-component .content .headline .titleDescriptionLink .cardText.title ul b {
    color: #936846
}

.speed-bump-component .content .headline .titleDescriptionLink .descriptionLink .cardText.description {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    margin-bottom: 3.6rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .speed-bump-component .content .headline .titleDescriptionLink .descriptionLink .cardText.description {
        margin-bottom: 2.8rem
    }
}

@media screen and (max-width:767px) {
    .speed-bump-component .content .headline .titleDescriptionLink .descriptionLink .cardText.description {
        margin-bottom: 2.4rem
    }
}

.speed-bump-component .content .speedbump__inner--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.speed-bump-component .content .speedbump__inner--links button.secondary .btnContent:hover {
    border: 1px solid #adb6f5
}

.speed-bump-component .content .speedbump__inner--links .spacing {
    padding-left: 3.6rem
}

@media screen and (min-width:1024px) {
    .speed-bump-component .content .speedbump__inner--links .spacing {
        padding-left: 2.4rem
    }
}

.editorial-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.editorial-cards .cmp-icp {
    width: 100%
}

.editorial-cards .cardContent .cardText.description {
    -webkit-line-clamp: 3
}

.editorial-card-package {
    padding-bottom: 120px
}

.editorial-cards .editorial-card-package-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2pc
}

.editorial-cards .editorial-card-package-header a {
    color: #C74A07
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .editorial-card-package-header {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1024px) {
    .editorial-cards .editorial-card-package-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 4pc
    }
}

.editorial-cards .editorial-card-package-header .editorial-card-package-title {
    width: 100%;
    color: #000;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    word-wrap: break-word
}

.editorial-cards .editorial-card-package-header .editorial-card-package-title a,
.editorial-cards .editorial-card-package-header .editorial-card-package-title b,
.editorial-cards .editorial-card-package-header .editorial-card-package-title div,
.editorial-cards .editorial-card-package-header .editorial-card-package-title h1,
.editorial-cards .editorial-card-package-header .editorial-card-package-title h2,
.editorial-cards .editorial-card-package-header .editorial-card-package-title h3,
.editorial-cards .editorial-card-package-header .editorial-card-package-title h4,
.editorial-cards .editorial-card-package-header .editorial-card-package-title h5,
.editorial-cards .editorial-card-package-header .editorial-card-package-title h6,
.editorial-cards .editorial-card-package-header .editorial-card-package-title i,
.editorial-cards .editorial-card-package-header .editorial-card-package-title li,
.editorial-cards .editorial-card-package-header .editorial-card-package-title ol,
.editorial-cards .editorial-card-package-header .editorial-card-package-title p,
.editorial-cards .editorial-card-package-header .editorial-card-package-title span,
.editorial-cards .editorial-card-package-header .editorial-card-package-title u,
.editorial-cards .editorial-card-package-header .editorial-card-package-title ul {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.15;
    letter-spacing: -.064rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .editorial-card-package-title a,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title b,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title div,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h1,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h2,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h3,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h4,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h5,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h6,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title i,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title li,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title ol,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title p,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title span,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title u,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title ul {
        font-size: 4.8rem;
        letter-spacing: -.048rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .editorial-card-package-title a,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title b,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title div,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h1,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h2,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h3,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h4,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h5,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title h6,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title i,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title li,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title ol,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title p,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title span,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title u,
    .editorial-cards .editorial-card-package-header .editorial-card-package-title ul {
        font-size: 3.6rem;
        letter-spacing: -.036rem
    }
}

@media screen and (min-width:1024px) {
    .editorial-cards .editorial-card-package-header .editorial-card-package-title {
        width: 56.4%;
        margin-right: 13.3%;
        padding-bottom: 0
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper {
    width: 100%
}

@media screen and (min-width:1024px) {
    .editorial-cards .editorial-card-package-header .description_wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 29.2%
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper a,
.editorial-cards .editorial-card-package-header .description_wrapper b,
.editorial-cards .editorial-card-package-header .description_wrapper div,
.editorial-cards .editorial-card-package-header .description_wrapper h1,
.editorial-cards .editorial-card-package-header .description_wrapper h2,
.editorial-cards .editorial-card-package-header .description_wrapper h3,
.editorial-cards .editorial-card-package-header .description_wrapper h4,
.editorial-cards .editorial-card-package-header .description_wrapper h5,
.editorial-cards .editorial-card-package-header .description_wrapper h6,
.editorial-cards .editorial-card-package-header .description_wrapper i,
.editorial-cards .editorial-card-package-header .description_wrapper li,
.editorial-cards .editorial-card-package-header .description_wrapper ol,
.editorial-cards .editorial-card-package-header .description_wrapper p,
.editorial-cards .editorial-card-package-header .description_wrapper span,
.editorial-cards .editorial-card-package-header .description_wrapper u,
.editorial-cards .editorial-card-package-header .description_wrapper ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper a,
    .editorial-cards .editorial-card-package-header .description_wrapper b,
    .editorial-cards .editorial-card-package-header .description_wrapper div,
    .editorial-cards .editorial-card-package-header .description_wrapper h1,
    .editorial-cards .editorial-card-package-header .description_wrapper h2,
    .editorial-cards .editorial-card-package-header .description_wrapper h3,
    .editorial-cards .editorial-card-package-header .description_wrapper h4,
    .editorial-cards .editorial-card-package-header .description_wrapper h5,
    .editorial-cards .editorial-card-package-header .description_wrapper h6,
    .editorial-cards .editorial-card-package-header .description_wrapper i,
    .editorial-cards .editorial-card-package-header .description_wrapper li,
    .editorial-cards .editorial-card-package-header .description_wrapper ol,
    .editorial-cards .editorial-card-package-header .description_wrapper p,
    .editorial-cards .editorial-card-package-header .description_wrapper span,
    .editorial-cards .editorial-card-package-header .description_wrapper u,
    .editorial-cards .editorial-card-package-header .description_wrapper ul {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent {
    padding: 1rem 2.4rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent {
        line-height: 1.2pc
    }
}

@media screen and (max-width:767px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent {
        line-height: 1.2pc
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .btnLabel,
.editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .btnLabel,
    .editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .icon {
        line-height: 1.2pc
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .btnLabel,
    .editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .icon {
        line-height: 1.2pc
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .primary .btnContent .icon {
    position: relative;
    top: -1.7px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description {
    padding-bottom: 24px
}

@media screen and (max-width:767px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description {
        padding-bottom: 1pc
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul {
    margin-left: 3rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a span {
    color: #C74A07
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a span.hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a span span.hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a span.hyper-link {
    font-size: inherit
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a:focus-within,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a:focus-within {
    outline: 1px dashed #C74A07
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a:focus span.hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a:focus-within span.hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a:focus span.hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p a:focus-within span.hyper-link {
    outline: unset
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a span.hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a span.hyper-link:focus-within {
    outline: unset
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol li:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul li:before {
    background: #C74A07
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol li::marker,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul li::marker {
    color: #C74A07
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .body-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .body-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .body-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .body-large-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.02rem;
    font-weight: 600
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .body-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .body-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .body-small-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .body-small-bold {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem;
    font-weight: 600
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .eyebrow-tags,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .eyebrow-tags {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.014rem;
    text-transform: uppercase
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-large {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-large {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-large {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-large-bold,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-large-bold {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1.15;
    letter-spacing: -.072rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-large-bold {
        font-size: 6.4rem;
        letter-spacing: -.064rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-large-bold,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-large-bold {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-small {
    font-family: Sons,  Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.15;
    letter-spacing: -.048rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-small {
        font-size: 4rem;
        letter-spacing: -.04rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .headline-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .headline-small {
        font-size: 3.2rem;
        letter-spacing: -.032rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .sub-title,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .sub-title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .sub-title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .sub-title,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .sub-title {
        font-size: 2.4rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .title-large,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .title-large {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: -.036rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .title-large {
        font-size: 2.8rem;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .title-large,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .title-large {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .title-small,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .title-small {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .title-small {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .title-small,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .title-small {
        font-size: 2rem;
        letter-spacing: -.02rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
    -webkit-transition: -webkit-text-decoration-color .3s ease-out;
    transition: -webkit-text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out;
    transition: text-decoration-color .3s ease-out, -webkit-text-decoration-color .3s ease-out;
    margin: 0 2px;
    outline-offset: 2px;
    border: 0
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:hover {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:hover a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:hover a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:hover a:hover {
    text-decoration: none;
    outline: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .hyper-link:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .hyper-link:focus {
    border: 0;
    text-decoration: none;
    outline-offset: 2px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a:hover {
    text-decoration: none;
    outline: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02rem;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C74A07;
    text-decoration: none;
    text-underline-offset: 4px;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    outline-offset: 2px !important
}

@media screen and (max-width:767px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.016rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:focus {
    outline: 1px dashed #C74A07;
    outline-offset: 4px;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon .icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon .icon:after {
    display: inline-block;
    text-decoration: none;
    color: #C74A07
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:before:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:before:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:before:focus {
    text-decoration: none;
    border: 4px dashed #C74A07;
    outline-offset: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:hover,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:active,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:hover {
    text-decoration: none;
    outline-offset: 2px;
    outline: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:hover:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:active:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:active:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:focus:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:focus:hover:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:hover:focus:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:hover:hover:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline-offset: 4px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon:after {
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Brands, sans-serif;
    content: "";
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 2px;
    position: relative
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon .link-text,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon .link-text {
    position: relative;
    overflow: hidden
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon .link-text:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C74A07;
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p>a .hyper-link-with-icon .link-text:hover:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon .link-text:focus:after,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul>a .hyper-link-with-icon .link-text:hover:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .statement-style,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .statement-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2pc 24px 2pc 3pc
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .statement-style {
        padding: 2pc 3pc 2pc 72px
    }
}

@media screen and (min-width:1024px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .statement-style,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .statement-style {
        padding: 2pc 5pc 2pc 129px
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .statement-style:before,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .statement-style:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 24px
}

@media screen and (min-width:768px)and (max-width:1023px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .statement-style:before {
        left: 3pc
    }
}

@media screen and (min-width:1024px) {

    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p .statement-style:before,
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul .statement-style:before {
        left: 5pc
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li:not(:last-of-type),
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol:not(:last-of-type),
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:not(:last-of-type),
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p+ul,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul+p {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1 {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1:not(:first-child):last-child {
    margin-bottom: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:last-of-type+h1,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:last-of-type+h1 {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2 {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2:not(:first-child):last-child {
    margin-bottom: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:last-of-type+h2,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:last-of-type+h2 {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3 {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3:not(:first-child):last-child {
    margin-bottom: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:last-of-type+h3,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:last-of-type+h3 {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4 {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4:not(:first-child):last-child {
    margin-bottom: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:last-of-type+h4,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:last-of-type+h4 {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5 {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5:not(:first-child):last-child {
    margin-bottom: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:last-of-type+h5,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:last-of-type+h5 {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6 {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6:not(:first-child):last-child {
    margin-bottom: 0
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p:last-of-type+h6,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul:last-of-type+h6 {
    margin-top: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a {
    text-decoration: underline;
    color: #C74A07;
    scroll-margin-top: 220px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a:focus,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a:hover {
    outline: 1px dashed #474c50
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 2.4rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol li {
    padding-left: 1pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol li {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol li {
        padding-left: 8px
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol li::marker {
    color: #936846
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol li ol li,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ol li ol li ol li {
    margin-left: -1.8rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul>li {
    position: relative;
    padding-left: 2pc
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul>li:before {
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul {
    padding-top: 24px;
    display: grid;
    row-gap: 24px;
    padding-left: 2pc
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-left: 28px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li:before {
    line-height: 23px;
    border: 1px solid #936846;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    padding: 0
}

@media screen and (min-width:1025px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li:before {
        line-height: 2pc
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li ul li {
    position: relative
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li ul li:before {
    border: 0;
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    border-radius: 0;
    background-color: #936846
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li ul li ul li {
    position: relative
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description>ul li>ul li ul li ul li:before {
    content: "";
    background: 0 0;
    color: #936846;
    border: 0;
    top: 8px;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #C74A07;
    border-bottom: 5px solid transparent
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description b,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description div,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h1,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h2,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h3,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h4,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h5,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description h6,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description i,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description li,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ol,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description p,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description span,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description u,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description ul {
    word-break: break-word
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table {
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table {
        padding-top: 3.6rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width:767px) {
    .editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table {
        padding-top: 1.6rem;
        margin-bottom: 1.2rem
    }
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table tbody {
    padding-bottom: 1.6rem;
    display: block
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table td,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table th {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 1pc;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    gap: 28px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table td {
    border-bottom: 1px solid #a8a8a8;
    padding: 9pt 24px
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table th {
    border-bottom: none;
    padding: 18px 24px;
    font-weight: 600
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table tr {
    border: none
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table td>p:not(:last-of-type),
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table td>ul li:not(:last-of-type),
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table td>ul:not(:last-of-type) {
    margin-bottom: 2rem
}

.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table a,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table b,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table div,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table h1,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table h2,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table h3,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table h4,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table h5,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table h6,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table i,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table li,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table ol,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table p,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table span,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table u,
.editorial-cards .editorial-card-package-header .description_wrapper .editorial-card-package-description table ul {
    word-break: unset
}

.editorial-cards .cards-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    width: 21.6%
}

.editorial-cards .cards-with-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.editorial-cards .inner-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 60px;
    width: 100%;
    margin-top: 7pc
}

.editorial-cards .inner-cards.container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0
}

@media screen and (max-width:767px) {
    .editorial-cards .secondcard-four-up .card-content {
        padding-bottom: 0
    }
}

.editorial-cards .secondcard-four-up .card-content .title {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: -.028rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .secondcard-four-up .card-content .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px) {
    .editorial-cards .secondcard-four-up .card-content .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.editorial-cards .secondcard-four-up .card-content .link {
    font-weight: 600
}

.editorial-cards .secondcard-four-up .card-content .description,
.editorial-cards .secondcard-four-up .card-content .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem
}

.editorial-cards .secondcard-four-up .card-content .description {
    font-weight: 400
}

.editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content .cardContent .title {
    word-wrap: break-word;
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -.024rem
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content .cardContent .title {
        font-size: 2.2rem;
        letter-spacing: -.022rem
    }
}

@media screen and (max-width:767px) {
    .editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content .cardContent .title {
        font-size: 2rem;
        letter-spacing: -.02rem;
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 1.15;
        letter-spacing: -.028rem
    }
}

@media screen and (max-width:767px)and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content .cardContent .title {
        font-size: 2.6rem;
        letter-spacing: -.026rem
    }
}

@media screen and (max-width:767px)and (max-width:767px) {
    .editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content .cardContent .title {
        font-size: 2.4rem;
        letter-spacing: -.024rem
    }
}

.editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content .cardContent .link {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.016rem;
    font-weight: 600
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards .icp-three-up .cards-with-image .inner-cards .card-content {
        margin-left: 1pc
    }
}

@media screen and (min-width:1024px) {
    .editorial-cards {
        gap: 3pc;
        padding: 4pc 5pc 1pc
    }

    .editorial-cards .four-up-horizontal .secondcard-four-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 60px
    }

    .editorial-cards .four-up-horizontal .secondcard-four-up .container {
        margin: 0;
        width: 33%;
        max-width: 100%
    }

    .editorial-cards .four-up-horizontal .secondcard-four-up .container .card-img-container.card-img-3 {
        max-width: unset
    }

    .editorial-cards .four-up-horizontal .secondcard-four-up .container .card-img-container .card-content {
        width: 100%;
        gap: 4pc;
        left: 0;
        position: relative;
        margin: 0 0 0 24px;
        padding: 24px 24px 0;
        top: -24px
    }

    .editorial-cards .four-up-horizontal .secondcard-four-up .container .card-img-container .card-content .cardText.eyebrow {
        word-break: break-word
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .editorial-cards {
        padding: 3pc 3pc 1pc
    }

    .editorial-cards .secondcard-four-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: -24px
    }

    .editorial-cards .secondcard-four-up .container {
        margin: 0
    }

    .editorial-cards .secondcard-four-up .container:nth-of-type(2) {
        padding-left: 2pc;
        margin-bottom: 24px
    }

    .editorial-cards .secondcard-four-up .container .card-img-container .jpmc-image-container {
        width: 20pc
    }

    .editorial-cards .secondcard-four-up .container .card-img-container .card-content {
        width: 20pc;
        padding-bottom: 0;
        top: -24px;
        left: 1pc
    }

    .editorial-cards .cmp-icp .icp-four-up-horizontal,
    .editorial-cards .cmp-icp .icp-three-up {
        margin: 0
    }

    .editorial-cards .four-up-horizontal {
        display: grid;
        row-gap: 40px
    }
}

@media screen and (max-width:767px) {
    .editorial-cards {
        padding: 2pc 24px 24px;
        margin-bottom: -40px
    }

    .editorial-cards .secondcard-four-up {
        max-width: 100%;
        margin: 15px
    }

    .editorial-cards .secondcard-four-up .container {
        margin-bottom: 24px
    }

    .editorial-cards .secondcard-four-up .container:nth-of-type(3) {
        margin-bottom: 40px
    }
}

.editorial-cards .cmp-icp .icp-four-up-horizontal,
.editorial-cards .cmp-icp .icp-three-up {
    margin: 0
}

.editorial-card-package.dark {
    background: #101537
}

.editorial-card-package.dark .card-content {
    background: #101537
}

.editorial-card-package.dark .card-content .cardContent h1,
.editorial-card-package.dark .card-content .cardContent h2,
.editorial-card-package.dark .card-content .cardContent h3,
.editorial-card-package.dark .card-content .cardContent h4,
.editorial-card-package.dark .card-content .cardContent h5,
.editorial-card-package.dark .card-content .cardContent h6,
.editorial-card-package.dark .card-content .cardContent p {
    color: #fff
}

.editorial-card-package.dark .card-content .cardContent a {
    color: #adb6f5
}

.editorial-card-package.dark .card-content .cardContent a:focus {
    outline: 1px dashed #adb6f5
}

.editorial-card-package.dark .card-content .cardContent a .icon:after {
    color: #adb6f5
}

.editorial-card-package.dark .card-content .cardContent span:focus {
    outline: 1px dashed #adb6f5
}

.editorial-card-package.dark .card-content .cardContent .eyebrow {
    color: #a8a8a8
}

.editorial-card-package.dark .link {
    color: #adb6f5
}

.editorial-card-package.dark .editorial-card-package-description a,
.editorial-card-package.dark .editorial-card-package-description b,
.editorial-card-package.dark .editorial-card-package-description div,
.editorial-card-package.dark .editorial-card-package-description h1,
.editorial-card-package.dark .editorial-card-package-description h2,
.editorial-card-package.dark .editorial-card-package-description h3,
.editorial-card-package.dark .editorial-card-package-description h4,
.editorial-card-package.dark .editorial-card-package-description h5,
.editorial-card-package.dark .editorial-card-package-description h6,
.editorial-card-package.dark .editorial-card-package-description i,
.editorial-card-package.dark .editorial-card-package-description li,
.editorial-card-package.dark .editorial-card-package-description ol,
.editorial-card-package.dark .editorial-card-package-description p,
.editorial-card-package.dark .editorial-card-package-description span,
.editorial-card-package.dark .editorial-card-package-description u,
.editorial-card-package.dark .editorial-card-package-description ul,
.editorial-card-package.dark .editorial-card-package-title {
    color: #fff
}

.editorial-card-package.dark .editorial-card-package-description a,
.editorial-card-package.dark .editorial-card-package-description p a,
.editorial-card-package.dark .editorial-card-package-description p a span {
    color: #adb6f5
}

.editorial-card-package.dark .editorial-card-package-description a span.hyper-link,
.editorial-card-package.dark .editorial-card-package-description p a span span.hyper-link,
.editorial-card-package.dark .editorial-card-package-description p a span.hyper-link {
    font-size: inherit
}

.editorial-card-package.dark .editorial-card-package-description a:focus,
.editorial-card-package.dark .editorial-card-package-description a:focus-within,
.editorial-card-package.dark .editorial-card-package-description p a:focus,
.editorial-card-package.dark .editorial-card-package-description p a:focus-within {
    outline: 1px dashed #adb6f5
}

.editorial-card-package.dark .editorial-card-package-description a:focus span.hyper-link,
.editorial-card-package.dark .editorial-card-package-description a:focus-within span.hyper-link,
.editorial-card-package.dark .editorial-card-package-description p a:focus span.hyper-link,
.editorial-card-package.dark .editorial-card-package-description p a:focus-within span.hyper-link {
    outline: unset
}

.editorial-card-package.dark .editorial-card-package-description a span.hyper-link:focus,
.editorial-card-package.dark .editorial-card-package-description a span.hyper-link:focus-within {
    outline: unset
}

.editorial-card-package.dark .editorial-card-package-description ol li:before,
.editorial-card-package.dark .editorial-card-package-description ul li:before {
    background: #adb6f5
}

.editorial-card-package.dark .editorial-card-package-description ol li::marker,
.editorial-card-package.dark .editorial-card-package-description ul li::marker {
    color: #adb6f5
}

.editorial-card-package.white {
    background: #fff
}

.editorial-card-package.white .card-content a {
    color: #C74A07
}

html:has(.cmp-featured-accordion) {
    scroll-padding-top: 93px
}

.two-column-container-text .text-container .right .cmp-text.travertine .cmp-text>ol li::marker {
    color: #936846
}

.two-column-container-text .text-container .right .cmp-text.dark .cmp-text>ol li::marker {
    color: #936846
}

.two-column-container-text .text-container .right .cmp-text.white .cmp-text>ol li::marker {
    color: #936846
}

body {
    scroll-behavior: smooth
}

.jpmc-breadcrumbs {
    padding: 1pc 5pc
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-breadcrumbs {
        padding: 1pc 5pc 1pc 3pc
    }
}

@media screen and (max-width:767px) {
    .jpmc-breadcrumbs {
        padding: 8px 24px
    }
}

.jpmc-breadcrumbs ol {
    list-style: none
}

.jpmc-breadcrumbs ol li {
    display: inline-block
}

.jpmc-breadcrumbs ol li a {
    display: inline-block;
    color: #000;
    text-decoration: none
}

.jpmc-breadcrumbs ol li a,
.jpmc-breadcrumbs ol li a:hover {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.jpmc-breadcrumbs ol li a:hover {
    font-weight: 600;
    color: #C74A07;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: #C74A07;
    text-decoration-color: #C74A07
}

.jpmc-breadcrumbs ol li a:focus {
    border-radius: unset
}

.jpmc-breadcrumbs ol li:after {
    display: inline-block;
    content: "";
    font-family: Font Awesome\ 6 Pro;
    font-size: 1.2rem;
    padding-left: .8em;
    padding-right: .5em
}

.jpmc-breadcrumbs ol li:last-child {
    font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.014rem
}

.jpmc-breadcrumbs ol li:last-child:after {
    content: ""
}

@media screen and (min-width:768px)and (max-width:1023px) {
    .jpmc-breadcrumbs ol li {
        display: none
    }

    .jpmc-breadcrumbs ol li,
    .jpmc-breadcrumbs ol li a {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: -.014rem
    }

    .jpmc-breadcrumbs ol li a {
        display: inline-block
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2) {
        display: block;
        text-decoration: none;
        cursor: none
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2):before {
        content: "";
        font-family: Font Awesome\ 6 Pro;
        font-size: 1.2rem;
        padding-left: .8em;
        padding-right: .5em
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2):after {
        display: none
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2) a {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: -.014rem
    }
}

@media screen and (max-width:767px) {
    .jpmc-breadcrumbs ol li {
        display: none
    }

    .jpmc-breadcrumbs ol li,
    .jpmc-breadcrumbs ol li a {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: -.014rem
    }

    .jpmc-breadcrumbs ol li a {
        display: inline-block
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2) {
        display: block;
        text-decoration: none
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2):before {
        content: "";
        font-family: Font Awesome\ 6 Pro;
        font-size: 1.2rem;
        padding-left: .8em;
        padding-right: .5em
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2):after {
        display: none
    }

    .jpmc-breadcrumbs ol li:nth-last-of-type(2) a {
        font-family: Sons, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: -.014rem
    }
}

.cmp-simple-banner .cmp-banner-container .cmp-banner-content .cmp-banner-title h1 {
    margin-bottom: unset
}

.description .icon-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.formelo .form-container {
    width: 100%
}

.formelo .slider-container {
    margin-bottom: 20px
}

.formelo .form-container {
    margin-top: 30px
}

.formelo .slider-container label {
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
    justify-content: space-between;
    margin-bottom: 10px
}

.formelo .form-submit {

}

.formelo .form-submit:hover {

}

.formelo .slider-container {
    margin-top: 20px
}

.formelo .step1-form {
    display: block;
    opacity: 1;
    transition: opacity .5s ease
}

.formelo .step2-form {
    display: none;
    opacity: 0;
    transition: opacity .5s ease
}

.formelo .success-screen {
    display: none;
    opacity: 0;
    transition: opacity .5s ease
}

.success-icon i {
    font-size: 30px;
    margin: 0;
    margin-right: 10px;
    color: #101537
}

.message-area {
    padding: 10px
}

.message-area {
    padding: 30px;
    padding-bottom: 0
}

.message-area+.sep {
    margin-bottom: 30px
}

.stext,
.success-icon {
    float: left
}

.stext {
    margin-left: 12px
}

.step1-form,
.step2-form {
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.step2-form {
    display: none;
    opacity: 0;
    transform: translateY(20px)
}


.step2-form {
    margin-bottom: 30px
}

.sep {
    height: 1px;
    background: #eee;
    margin-top: 30px
}

.valuef {
    color: #1a1a1a;
    font-size: 19px;
    font-weight: 600;
    float: right;
    text-align: right
}

.formelo .slider-container label {
    font-size: 16px;
    font-weight: 600
}

.d-flex {
    display: flex
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.label-monthly-payment {
    font-size: 13px;
    float: right
}

.price-text {
    font-size: 21px;
    font-weight: 500
}

.max-value,
.min-value {
    margin-top: 14px;
    font-size: 12px
}

.form-o {
    padding: 4rem 8rem 4rem 8rem;
    background: #f1f3f6;
    width:100%;
}

.mr-3{
    margin-right:12px;
}

.aprox {
    padding-bottom: 14px;
    margin-top: 30px
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.calculator__input {
    flex: 1
}

#basic-phone {
    font-size: 13px;
    padding: 0 22px
}

.est-form {
    margin-top: 0
}

.input-group {
    margin-bottom: 9px
}

.small-text {
    font-size: 11.4px;
    color: #706b63;
    margin-top: 20px;
    line-height: 1;
    width: 100%;
    display: block
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ced4da;
    border-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.form-control {
    font-size: 15px
}

.form-control,
input {
    width: 100%;
    height: auto;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 4px
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.form-control {
    font-size: 15px
}

.form-control,
input {
    width: 100%;
    height: auto;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 4px
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input.form-control {
    padding: 17px 12px;
    font-size: 14px
}

.input-group-text {
    background: #fff;
    border-right: none
}

.title h2 {
    line-height: 1
}

.orbit-container {
position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    margin-right: -40px;
    margin-top: -20px;
    transform: scale(0.6);
}

.rel {
    position: relative
}

.planet {
    width: 100%;
    height: 100%;
    background-color: #a9b1f4;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.planet::before {
    content: "";
    width: 40%;
    height: 40%;
    background-color: #fff;
    border-radius: 50%;
}

.moon {
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbit 14s linear infinite
}

.cmp-primary-footer .orbit-container {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    margin-bottom: 40px;
    margin-right: 40px
}

.cmp-primary-footer .planet {
    background-color: #1f2656
}

.cmp-primary-footer .planet::before {
    background-color: #101537;
    box-shadow: unset
}

.cmp-primary-footer .moon {
    background-color: #abb3f3
}

.tns-liveregion.tns-visually-hidden{
    display:none !important;
}

.rangeslider__fill{
background: rgb(147, 158, 245);
    background: linear-gradient(90deg, rgba(147, 158, 245, 1) 0%, rgba(169, 177, 244, 1) 100%);
}

.nav-content a.primary {
    margin-bottom: 0;
}

.backButtonContainer{
    display:none !important;
}

@keyframes orbit {
    0% {
        transform: rotate(0) translateX(60px) rotate(0)
    }

    100% {
        transform: rotate(360deg) translateX(60px) rotate(-360deg)
    }
}



.backo{
    margin:0 auto;
    display:table;
}
.mob-only{
    display:none !important;
}









.carousel {
    position: relative;
    overflow: hidden;
    /* Hide overflow to prevent showing slides outside the container */
    width: 100%;
    /* Adjust as necessary */
    transition: height 0.5s ease;
    /* Smooth transition for height */
}

.cards {
    position: absolute;
    width: 100%;
    /* Ensure each card takes full width */
    transition: transform 0.5s ease, opacity 0.5s ease;
    /* Smooth transition for transform and opacity */
    opacity: 0;
    /* Start hidden */
}

.cards.active {
    opacity: 1;
    /* Show the active slide */
    transform: translateX(0);
    /* Reset transform for active slide */
}


.button-sl {
    display: grid;
    /* Use grid layout */
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    grid-template-rows: repeat(2, auto);
    /* 2 rows, height based on content */
    gap: 10px;
    /* Space between buttons */
margin-top: -40px;
    margin-bottom: 40px;
    /* Optional: space above the button container */
}

.nav-to-slide {
    background-color: #D9DCF1;
    /* No background color initially */
    color: #000;
    /* Default text color */
    border: none;
    /* No borders */
    border-radius: 4px;
    /* Rounded corners */
    padding: 15px 10px;
    /* Padding for the button */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for background and shadow */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size:13px;
    /* Slight shadow */
}

.nav-to-slide:hover {
    background-color: rgba(199, 74, 7, 0.1);
    /* Light shade on hover */
}

.nav-to-slide.active {
    background-color: #C74A07;
    /* Active background color */
    color: #FFF;
    /* Active text color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-weight:bold;
    /* Slightly stronger shadow when active */
}





@media screen and (max-width:767px) {

    .nav-to-slide{
        padding: 12px 5px;
    }
    .cws-primary-navigation .nav-content .logo-container{
        width:96px;
    }

    .home-page-header .cws-home-page-header .carousel .cards .home-page-header__container{
        flex-direction: column-reverse;
    }

    .jpmc-image-container.panoramic .jpmc-image{
        max-width: 100%;
        aspect-ratio: 2/1;
    }

    .form-o{
        padding: 2rem;
    }

    .home-page-header .cws-home-page-header .carousel .cards .home-page-header__container{
        padding-right:0;
    }

    .hide-mob{
        display:none !important;
    }

    .mob-only{
        display:block !important;
    }

    .description>ul>li{
        padding-left:0;
    }

    .orbit-container{
        position:relative;
    }

    .home-page-header__content{
        min-height:auto;
    }

    .home-page-header__content{
        padding-left:0;
    }
    .home-page-header__content .text-container{
        padding:0 2.4rem;
    }

    .orbit-container{
        margin:0 auto;
        display:table;
    }

    .hold-controls{
        display:none !important;
    }

    .eupat{
        margin-top:0;
    }
    .cmp-dynamic-grid{
        width:100%;
    }
    .editorial-cards{

    }
    .editorial-cards .secondcard-four-up{
        margin:0;
    }

    .card-img-container .card-content{
        top:0;
        left:0;
        padding:0;
        padding-top:1.3pc;
        padding-bottom:2pc;
    }

    .formelo h2.mob-only{
        font-size: 4rem;
            margin-top: -2rem;
            margin-bottom: 4rem;
    }

    .button-sl{
        margin-top: -30px;
            margin-bottom: 50px;
    }
}