.h1,
.h2,
.h3,
.h4,
.h5,
.tag {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1 {
    font-size: 2rem
}

.h2 {
    font-size: 1.5rem
}

.h3 {
    font-size: 1.25rem
}

.h4,
.tag {
    font-size: 1rem
}

.h5 {
    font-size: .9rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

th {
    color: #000000 !important;
    font-size: 16px !important
}

td {
    color: #000000 !important
}

.cta-button[data-v-37db85e5] {
    margin: 2rem 0;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.copy img {
    width: 30px
}

.copy table tr td:first-child {
    width: 30%
}

.copy table tr td:nth-child(2) {
    width: 35%
}

.copy table tr td:nth-child(3) {
    width: 35%
}

.retailers table tr td:first-child {
    width: 35%
}

.retailers table tr td:nth-child(2) {
    width: 25%
}

.retailers table tr td:nth-child(3) {
    width: 40%
}

.horizontal.black[data-v-64d7b7ea] {
    background: #000
}

.horizontal[data-v-64d7b7ea] {
    height: .0625rem;
    width: 100%;
    border: none;
    margin: 0 1rem
}

.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.tag.light {
    color: #000;
    background: transparent
}

.h1.light a:active,
.h1.light a:focus,
.h1.light a:hover,
.h1.light a:link,
.h1.light a:visited,
.h2.light a:active,
.h2.light a:focus,
.h2.light a:hover,
.h2.light a:link,
.h2.light a:visited,
.h3.light a:active,
.h3.light a:focus,
.h3.light a:hover,
.h3.light a:link,
.h3.light a:visited,
.h4.light a:active,
.h4.light a:focus,
.h4.light a:hover,
.h4.light a:link,
.h4.light a:visited,
.h5.light a:active,
.h5.light a:focus,
.h5.light a:hover,
.h5.light a:link,
.h5.light a:visited,
.tag.light a:active,
.tag.light a:focus,
.tag.light a:hover,
.tag.light a:link,
.tag.light a:visited {
    color: #000
}

.h1.dark,
.h2.dark,
.h3.dark,
.h4.dark,
.h5.dark,
.tag.dark {
    color: #fff;
    background: #000
}

.h1.dark a:active,
.h1.dark a:focus,
.h1.dark a:hover,
.h1.dark a:link,
.h1.dark a:visited,
.h2.dark a:active,
.h2.dark a:focus,
.h2.dark a:hover,
.h2.dark a:link,
.h2.dark a:visited,
.h3.dark a:active,
.h3.dark a:focus,
.h3.dark a:hover,
.h3.dark a:link,
.h3.dark a:visited,
.h4.dark a:active,
.h4.dark a:focus,
.h4.dark a:hover,
.h4.dark a:link,
.h4.dark a:visited,
.h5.dark a:active,
.h5.dark a:focus,
.h5.dark a:hover,
.h5.dark a:link,
.h5.dark a:visited,
.tag.dark a:active,
.tag.dark a:focus,
.tag.dark a:hover,
.tag.dark a:link,
.tag.dark a:visited {
    color: #fff
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy table thead {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

.copy {

    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy.intro p {
    font-size: 1rem
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cta-button {
    margin: 2rem 0;

    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.cta-button:active,
.cta-button:focus,
.cta-button:hover,
.cta-button:link,
.cta-button:visited {
    text-decoration: none
}

.cta-button.light {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.cta-button.light:active,
.cta-button.light:focus,
.cta-button.light:hover,
.cta-button.light:link,
.cta-button.light:visited {
    color: #000
}

.cta-button.light:focus {
    outline: 1px solid #000
}

.cta-button.light:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.cta-button.light.tag:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.cta-button.dark {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cta-button.dark:active,
.cta-button.dark:focus,
.cta-button.dark:hover,
.cta-button.dark:link,
.cta-button.dark:visited {
    color: #fff
}

.cta-button.dark:focus {
    outline: 1px solid #fff
}

.cta-button.dark:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.cta-button.dark.tag:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.cta-button.no-hover {
    background: red
}

.cta-button.no-hover:hover {
    background: inherit;
    color: inherit
}

.cta-button.left {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cta-button.center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cta-button.right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.card,
.global-card {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    width: calc(100% - 2rem);
    margin: 1rem;
    min-height: 0;
    display: block
}

.card .dark,
.global-card .dark {
    background: #000;
    color: #fff
}

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

    .card,
    .global-card {
        width: calc(50% - 2rem)
    }
}

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

    .card,
    .global-card {
        width: calc(33.33333% - 2rem)
    }

    .card.half-card,
    .card.third-card,
    .global-card.half-card,
    .global-card.third-card {
        width: calc(50% - 2rem)
    }
}

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

    .card,
    .global-card {
        width: calc(25% - 2rem)
    }

    .card.half-card,
    .global-card.half-card {
        width: calc(50% - 2rem)
    }

    .card.third-card,
    .global-card.third-card {
        width: calc(33.33333% - 2rem)
    }

    .card.fourth-card,
    .global-card.fourth-card {
        width: calc(25% - 2rem)
    }
}

.card:active,
.card:hover,
.card:link,
.card:visited,
.global-card:active,
.global-card:hover,
.global-card:link,
.global-card:visited {
    color: #000;
    text-decoration: none
}

.card .card-container,
.global-card .card-container {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.card .content,
.global-card .content {
    margin: 1.5rem 1.5rem 0
}

.card .content--padding,
.global-card .content--padding {
    margin: 1.5rem
}

.card .image,
.global-card .image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 3px 3px 0 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .card .image,
    .global-card .image {
        max-height: 300px
    }
}

.card .tag,
.global-card .tag {
    color: #000;
    margin: 0;
    word-break: break-word
}

.card .heading,
.global-card .heading {
    margin: .5rem 0
}

.card .card-container.image-wrapper div,
.card .card-container.image-wrapper div img,
.global-card .card-container.image-wrapper div,
.global-card .card-container.image-wrapper div img {
    height: 100%
}

.card,
.horizontalCard-container {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    width: calc(40% - 2rem);
    margin: 1rem;
    min-height: 0
}

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

    .card,
    .horizontalCard-container {
        width: calc(50% - 2rem);
        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:950px) {

    .card,
    .horizontalCard-container {
        width: calc(33.33333% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card.half-card,
    .card.third-card,
    .horizontalCard-container.half-card,
    .horizontalCard-container.third-card {
        width: calc(50% - 2rem)
    }
}

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

    .card,
    .horizontalCard-container {
        width: calc(25% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card.half-card,
    .horizontalCard-container.half-card {
        width: calc(50% - 2rem)
    }

    .card.third-card,
    .horizontalCard-container.third-card {
        width: calc(33.33333% - 2rem)
    }

    .card.fourth-card,
    .horizontalCard-container.fourth-card {
        width: calc(25% - 2rem)
    }
}

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

    .card,
    .horizontalCard-container {
        width: calc(100% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card:active,
.card:hover,
.card:link,
.card:visited,
.horizontalCard-container:active,
.horizontalCard-container:hover,
.horizontalCard-container:link,
.horizontalCard-container:visited {
    color: #000;
    text-decoration: none
}

.card .content,
.horizontalCard-container .content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.5rem 1.5rem 0
}

.card .content--padding,
.horizontalCard-container .content--padding {
    margin: 1.5rem
}

.card .image,
.horizontalCard-container .image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0
}

.card .image.imageBorder,
.horizontalCard-container .image.imageBorder {
    border: .5px solid #d8d9da;
    padding: 2px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .card .image,
    .horizontalCard-container .image {
        max-height: 300px
    }
}

.__nuxt-error-page {
    padding: 1rem;
    background: #ffc943;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.__nuxt-error-page .error {
    max-width: 450px
}

.__nuxt-error-page .title {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #47494e;
    margin-bottom: 8px
}

.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px
}

.__nuxt-error-page a {
    color: #7f828b !important;
    text-decoration: none
}

.__nuxt-error-page .logo {
    position: fixed;
    left: 12px;
    bottom: 12px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    -webkit-transition: width .1s, opacity .4s;
    -o-transition: width .1s, opacity .4s;
    transition: width .1s, opacity .4s;
    background-color: #fff;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.tag,
h1,
h2,
h3,
h4,
h5 {

    letter-spacing: 0.05rem !important;
    margin: 1rem 0;
    font-weight: 400
}

.h1 {
    font-size: 2rem
}

.h2 {
    font-size: 1.5rem
}

.h3 {
    font-size: 1.25rem
}

.h4,
.tag {
    font-size: 1rem
}

.h5 {
    font-size: .9rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.tag.light {
    color: #000;
    background: transparent
}

.h1.light a:active,
.h1.light a:focus,
.h1.light a:hover,
.h1.light a:link,
.h1.light a:visited,
.h2.light a:active,
.h2.light a:focus,
.h2.light a:hover,
.h2.light a:link,
.h2.light a:visited,
.h3.light a:active,
.h3.light a:focus,
.h3.light a:hover,
.h3.light a:link,
.h3.light a:visited,
.h4.light a:active,
.h4.light a:focus,
.h4.light a:hover,
.h4.light a:link,
.h4.light a:visited,
.h5.light a:active,
.h5.light a:focus,
.h5.light a:hover,
.h5.light a:link,
.h5.light a:visited,
.tag.light a:active,
.tag.light a:focus,
.tag.light a:hover,
.tag.light a:link,
.tag.light a:visited {
    color: #000
}

.h1.dark,
.h2.dark,
.h3.dark,
.h4.dark,
.h5.dark,
.tag.dark {
    color: #fff;
    background: #000
}

.h1.dark a:active,
.h1.dark a:focus,
.h1.dark a:hover,
.h1.dark a:link,
.h1.dark a:visited,
.h2.dark a:active,
.h2.dark a:focus,
.h2.dark a:hover,
.h2.dark a:link,
.h2.dark a:visited,
.h3.dark a:active,
.h3.dark a:focus,
.h3.dark a:hover,
.h3.dark a:link,
.h3.dark a:visited,
.h4.dark a:active,
.h4.dark a:focus,
.h4.dark a:hover,
.h4.dark a:link,
.h4.dark a:visited,
.h5.dark a:active,
.h5.dark a:focus,
.h5.dark a:hover,
.h5.dark a:link,
.h5.dark a:visited,
.tag.dark a:active,
.tag.dark a:focus,
.tag.dark a:hover,
.tag.dark a:link,
.tag.dark a:visited {
    color: #fff
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.container {
    margin: 0 auto !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container--constraint {
    width: 100% !important;
    max-width: 1200px
}

.container--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container.card {
    width: calc(100%);
    margin: 0 auto;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.container.dark {
    background: #fff
}

.container.light {
    background: #eee;
    width: 100%
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy table thead {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem;
    color: #000000 !important
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.copy {

    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy.intro p {
    font-size: 1rem
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.rich-text {
    margin: 0 auto;
    display: block;
    max-width: 900px;
    width: calc(100% - 2rem);
    padding: 2rem 1rem
}

#__nuxt {
    text-align: center
}

#__nuxt .rich-text*> {
    margin: 0.5rem 0
}

#__nuxt .card .content {
    text-align: left
}

#__nuxt .card .content h2,
#__nuxt .card .content p {
    margin: 0.5rem 0;
    color: rgba(0, 0, 0, 0.75)
}

#__nuxt .card .cta-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 1.25rem 1.25rem 0;
    border: none;
    padding: 0;
    color: rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.75)
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.link {
    text-decoration: none
}

img.hero {
    margin-top: 70px;
}

.banner {
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    float: none !important;
    cursor: default !important
}

.banner .figure {
    margin: 0 auto
}

.banner .figure:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: ""
}

.banner .figure:after,
.banner .image {
    display: block;
    width: 100%
}

.banner .caption {
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center
}

@media screen and (min-width:992px) {
    .banner .caption {
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        font-weight: 400;
        left: 5rem;
        width: calc(100% - 10rem);
        height: auto;
        text-align: left
    }
}

.banner .caption-header {
    padding: 0 0 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:992px) {
    .banner .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.banner .caption-button,
.banner .caption-subtitle,
.banner .caption-title {
    margin-bottom: 0;
    padding: 0;
    line-height: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.banner .caption-button h1,
.banner .caption-button h2,
.banner .caption-button h3,
.banner .caption-button h4,
.banner .caption-button h5,
.banner .caption-button h6,
.banner .caption-button p,
.banner .caption-subtitle h1,
.banner .caption-subtitle h2,
.banner .caption-subtitle h3,
.banner .caption-subtitle h4,
.banner .caption-subtitle h5,
.banner .caption-subtitle h6,
.banner .caption-subtitle p,
.banner .caption-title h1,
.banner .caption-title h2,
.banner .caption-title h3,
.banner .caption-title h4,
.banner .caption-title h5,
.banner .caption-title h6,
.banner .caption-title p {
    margin: 0
}

.banner .caption-title {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: 700;

    font-weight: 600;
    max-width: 100%;
    margin: 0 0 .5rem
}

@media screen and (min-width:992px) {
    .banner .caption-title {
        max-width: 500px;
        font-size: 2.5rem
    }
}

.banner .caption-subtitle {
    font-weight: 400;
    font-smoothing: initial;
    -webkit-font-smoothing: initial;
    font-size: 1rem;
    line-height: 1.25rem;

    max-width: 100%;
    margin-top: 0
}

@media screen and (min-width:992px) {
    .banner .caption-subtitle {
        margin-top: 1rem;
        max-width: 350px;
        font-size: 1.125rem
    }
}

.banner .caption-button {
    border: 1px solid #000;
    color: #000;
    padding: .75em 1.5em;
    font-size: .9rem;
    background: transparent;
    font-weight: 500;

    text-transform: uppercase;
    margin-top: 1rem
}

@media screen and (min-width:992px) {
    .banner .caption-button {
        margin-top: 1.5rem
    }
}

.banner .caption-button:hover {
    -webkit-transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__bgwtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75))
    }
}

th {
    border: none !important;
    background: transparent !important
}

td {
    border: none !important
}

.g__bgwtl .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__bgwtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__bgwtl .caption-header .caption-subtitle,
.g__bgwtl .caption-header .caption-title {
    color: #fff
}

.g__bgwtl .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__bgwtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

@media screen and (min-width:992px) {
    .g__bgwtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75))
    }
}

.g__bgwtr .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__bgwtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__bgwtr .caption-header .caption-subtitle,
.g__bgwtr .caption-header .caption-title {
    color: #fff;
    margin-left: auto
}

.g__bgwtr .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__bgwtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

@media screen and (min-width:992px) {
    .g__wgbtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9))
    }
}

.g__wgbtl .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__wgbtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__wgbtl .caption-header .caption-subtitle,
.g__wgbtl .caption-header .caption-title {
    color: #000
}

.g__wgbtl .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__wgbtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__wgbtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9))
    }
}

.g__wgbtr .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__wgbtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__wgbtr .caption-header .caption-subtitle,
.g__wgbtr .caption-header .caption-title {
    color: #000;
    margin-left: auto
}

.g__wgbtr .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__wgbtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(right, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(right, transparent, transparent 75%, transparent);
        background: linear-gradient(270deg, transparent, transparent 75%, transparent)
    }
}

.g__ngbtl .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__ngbtl .caption-header .caption-subtitle,
.g__ngbtl .caption-header .caption-title {
    color: #000
}

.g__ngbtl .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__ngbtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(left, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(left, transparent, transparent 75%, transparent);
        background: linear-gradient(90deg, transparent, transparent 75%, transparent)
    }
}

.g__ngbtr .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__ngbtr .caption-header .caption-subtitle,
.g__ngbtr .caption-header .caption-title {
    color: #000;
    margin-left: auto
}

.g__ngbtr .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__ngbtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__ngwtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(right, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(right, transparent, transparent 75%, transparent);
        background: linear-gradient(270deg, transparent, transparent 75%, transparent)
    }
}

.g__ngwtl .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__ngwtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__ngwtl .caption-header .caption-subtitle,
.g__ngwtl .caption-header .caption-title {
    color: #fff
}

.g__ngwtl .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__ngwtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

@media screen and (min-width:992px) {
    .g__ngwtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(left, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(left, transparent, transparent 75%, transparent);
        background: linear-gradient(90deg, transparent, transparent 75%, transparent)
    }
}

.g__ngwtr .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__ngwtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__ngwtr .caption-header .caption-subtitle,
.g__ngwtr .caption-header .caption-title {
    color: #fff;
    margin-left: auto
}

.g__ngwtr .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__ngwtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.nav {
    position: relative;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.nav::-webkit-scrollbar {
    display: none
}

.nav--content-overflow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav .link {
    font-size: .9rem;
    letter-spacing: .02rem;
    text-transform: uppercase;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.nav .link:active,
.nav .link:focus,
.nav .link:hover,
.nav .link:link,
.nav .link:visited {
    color: #fff;
    text-decoration: none
}

.nav .link .text {

    text-align: center;
    white-space: nowrap
}

.nav .link svg path {
    stroke: #fff
}

.nav .link--active {
    margin: 1rem 2rem 1.5rem;
    color: #fff;

    text-decoration: none;
    text-transform: uppercase;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.nav .link--active .icon {
    height: 50px
}

.nav .link--active:after {
    height: .25rem;
    width: 100%;
    margin-top: .5rem;
    background: #60cff6;
    content: ""
}

.nav.LightGray,
.nav.White {
    color: #000;
    border-bottom: 1px solid #d8d9da
}

.nav.LightGray .link:active,
.nav.LightGray .link:focus,
.nav.LightGray .link:hover,
.nav.LightGray .link:link,
.nav.LightGray .link:visited,
.nav.White .link:active,
.nav.White .link:focus,
.nav.White .link:hover,
.nav.White .link:link,
.nav.White .link:visited {
    color: #000
}

.nav.LightGray .link svg path,
.nav.White .link svg path {
    stroke: #000
}

.nav.LightGray .link--active,
.nav.White .link--active {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.nav.LightGray .link--active .icon,
.nav.White .link--active .icon {
    height: 50px
}

.nav.LightGray .link--active:after,
.nav.White .link--active:after {
    height: .25rem;
    width: 100%;
    margin-top: .5rem;
    background: #60cff6;
    content: ""
}

.nav.White {
    background: #fff
}

.nav.LightGray {
    background: #eee
}

.nav.DarkGray {
    background: #222
}

.nav.Black {
    background: #000
}

.icon-nav {
    padding: 1rem 0
}

.icon-nav .link {
    margin: 0;
    padding: 1rem 2rem 1.5rem
}

.icon-nav .link .icon {
    height: 50px
}

.base-nav .link {
    margin: 1rem 0 0;
    padding: 0 2rem
}

.base-nav .link .text {
    padding-bottom: 1rem
}

.base-nav .link--active {
    margin-top: 1rem
}

.base-nav .link--active .text {
    padding-bottom: .5rem
}

.base-nav.White .link--active:after {
    background: #000
}

.base-nav.Black .link--active:after,
.base-nav.Gray .link--active:after {
    background: #fff
}

.h1[data-v-5674d45c],
.h2[data-v-5674d45c],
.h3[data-v-5674d45c],
.h4[data-v-5674d45c],
.h5[data-v-5674d45c],
.tag[data-v-5674d45c] {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1[data-v-5674d45c] {
    font-size: 2rem
}

.h2[data-v-5674d45c] {
    font-size: 1.5rem
}

.h3[data-v-5674d45c] {
    font-size: 1.25rem
}

.h4[data-v-5674d45c],
.tag[data-v-5674d45c] {
    font-size: 1rem
}

.h5[data-v-5674d45c] {
    font-size: .9rem
}

.visually-hidden[data-v-5674d45c] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light[data-v-5674d45c],
.h2.light[data-v-5674d45c],
.h3.light[data-v-5674d45c],
.h4.light[data-v-5674d45c],
.h5.light[data-v-5674d45c],
.tag.light[data-v-5674d45c] {
    color: #000;
    background: transparent
}

.h1.light a[data-v-5674d45c]:active,
.h1.light a[data-v-5674d45c]:focus,
.h1.light a[data-v-5674d45c]:hover,
.h1.light a[data-v-5674d45c]:link,
.h1.light a[data-v-5674d45c]:visited,
.h2.light a[data-v-5674d45c]:active,
.h2.light a[data-v-5674d45c]:focus,
.h2.light a[data-v-5674d45c]:hover,
.h2.light a[data-v-5674d45c]:link,
.h2.light a[data-v-5674d45c]:visited,
.h3.light a[data-v-5674d45c]:active,
.h3.light a[data-v-5674d45c]:focus,
.h3.light a[data-v-5674d45c]:hover,
.h3.light a[data-v-5674d45c]:link,
.h3.light a[data-v-5674d45c]:visited,
.h4.light a[data-v-5674d45c]:active,
.h4.light a[data-v-5674d45c]:focus,
.h4.light a[data-v-5674d45c]:hover,
.h4.light a[data-v-5674d45c]:link,
.h4.light a[data-v-5674d45c]:visited,
.h5.light a[data-v-5674d45c]:active,
.h5.light a[data-v-5674d45c]:focus,
.h5.light a[data-v-5674d45c]:hover,
.h5.light a[data-v-5674d45c]:link,
.h5.light a[data-v-5674d45c]:visited,
.tag.light a[data-v-5674d45c]:active,
.tag.light a[data-v-5674d45c]:focus,
.tag.light a[data-v-5674d45c]:hover,
.tag.light a[data-v-5674d45c]:link,
.tag.light a[data-v-5674d45c]:visited {
    color: #000
}

.h1.dark[data-v-5674d45c],
.h2.dark[data-v-5674d45c],
.h3.dark[data-v-5674d45c],
.h4.dark[data-v-5674d45c],
.h5.dark[data-v-5674d45c],
.tag.dark[data-v-5674d45c] {
    color: #fff;
    background: #000
}

.h1.dark a[data-v-5674d45c]:active,
.h1.dark a[data-v-5674d45c]:focus,
.h1.dark a[data-v-5674d45c]:hover,
.h1.dark a[data-v-5674d45c]:link,
.h1.dark a[data-v-5674d45c]:visited,
.h2.dark a[data-v-5674d45c]:active,
.h2.dark a[data-v-5674d45c]:focus,
.h2.dark a[data-v-5674d45c]:hover,
.h2.dark a[data-v-5674d45c]:link,
.h2.dark a[data-v-5674d45c]:visited,
.h3.dark a[data-v-5674d45c]:active,
.h3.dark a[data-v-5674d45c]:focus,
.h3.dark a[data-v-5674d45c]:hover,
.h3.dark a[data-v-5674d45c]:link,
.h3.dark a[data-v-5674d45c]:visited,
.h4.dark a[data-v-5674d45c]:active,
.h4.dark a[data-v-5674d45c]:focus,
.h4.dark a[data-v-5674d45c]:hover,
.h4.dark a[data-v-5674d45c]:link,
.h4.dark a[data-v-5674d45c]:visited,
.h5.dark a[data-v-5674d45c]:active,
.h5.dark a[data-v-5674d45c]:focus,
.h5.dark a[data-v-5674d45c]:hover,
.h5.dark a[data-v-5674d45c]:link,
.h5.dark a[data-v-5674d45c]:visited,
.tag.dark a[data-v-5674d45c]:active,
.tag.dark a[data-v-5674d45c]:focus,
.tag.dark a[data-v-5674d45c]:hover,
.tag.dark a[data-v-5674d45c]:link,
.tag.dark a[data-v-5674d45c]:visited {
    color: #fff
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy table thead {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.copy {

    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy p a:active,
.copy p a:focus,
.copy p a:hover,
.copy p a:link,
.copy p a:visited {
    color: #000
}

.copy.intro p {
    font-size: 1rem
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {
    font-family: Roboto, sans-serif
}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

.visually-hidden[data-v-37db85e5] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cta-button[data-v-37db85e5] {
    margin: 2rem 0;

    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.cta-button[data-v-37db85e5]:active,
.cta-button[data-v-37db85e5]:focus,
.cta-button[data-v-37db85e5]:hover,
.cta-button[data-v-37db85e5]:link,
.cta-button[data-v-37db85e5]:visited {
    text-decoration: none
}

.cta-button.light[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:active,
.cta-button.light[data-v-37db85e5]:focus,
.cta-button.light[data-v-37db85e5]:hover,
.cta-button.light[data-v-37db85e5]:link,
.cta-button.light[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.light[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.cta-button.light.tag[data-v-37db85e5]:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.cta-button.dark[data-v-37db85e5] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:active,
.cta-button.dark[data-v-37db85e5]:focus,
.cta-button.dark[data-v-37db85e5]:hover,
.cta-button.dark[data-v-37db85e5]:link,
.cta-button.dark[data-v-37db85e5]:visited {
    color: #fff
}

.cta-button.dark[data-v-37db85e5]:focus {
    outline: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.cta-button.dark.tag[data-v-37db85e5]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.cta-button.candy-blue[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #60cff6;
    background: #60cff6
}

.cta-button.candy-blue[data-v-37db85e5]:active,
.cta-button.candy-blue[data-v-37db85e5]:focus,
.cta-button.candy-blue[data-v-37db85e5]:hover,
.cta-button.candy-blue[data-v-37db85e5]:link,
.cta-button.candy-blue[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.candy-blue[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.candy-blue[data-v-37db85e5]:hover {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #60cff6;
    box-shadow: inset 0 0 0 1px #60cff6
}

.cta-button.candy-blue.tag[data-v-37db85e5]:hover {
    background: rgba(96, 207, 246, 0.1);
    color: #000
}

.cta-button.no-hover[data-v-37db85e5]:hover {
    background: inherit;
    color: inherit
}

.cta-button.left[data-v-37db85e5] {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cta-button.center[data-v-37db85e5] {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cta-button.right[data-v-37db85e5] {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.visually-hidden[data-v-4eee616b] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.media-spotlight[data-v-4eee616b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media screen and (min-width:992px) {
    .media-spotlight[data-v-4eee616b] {
        text-align: left;
        padding: 0 1.5rem 2rem
    }

    .media-spotlight[data-v-4eee616b]:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .media-spotlight[data-v-4eee616b]:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.media-spotlight.Black[data-v-4eee616b] {
    background: #000
}

.media-spotlight.White[data-v-4eee616b] {
    background: #fff
}

.media-spotlight.LightGray[data-v-4eee616b] {
    background: #eee
}

.media-spotlight__media[data-v-4eee616b] {
    position: relative
}

@media screen and (min-width:992px) {
    .media-spotlight__media[data-v-4eee616b] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.media-spotlight__media:hover svg[data-v-4eee616b] {
    opacity: 1
}

.media-spotlight__media .media-image[data-v-4eee616b] {
    width: auto;
    pointer-events: none;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.media-spotlight__media .media-play[data-v-4eee616b] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    opacity: .65;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer
}

.media-spotlight__media .media-play .play-triangle[data-v-4eee616b] {
    fill: #fff
}

.media-spotlight__media .media-play .play-circle[data-v-4eee616b] {
    stroke: #fff;
    fill: none;
    stroke-width: 10;
    stroke-miterlimit: 10
}

.media-spotlight__media .media-play--dark .play-triangle[data-v-4eee616b] {
    fill: #545454
}

.media-spotlight__media .media-play--dark .play-circle[data-v-4eee616b] {
    stroke: #545454
}

.media-spotlight__media .media-iframe[data-v-4eee616b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-spotlight__text[data-v-4eee616b] {
    padding: 2em;
    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) {
    .media-spotlight__text[data-v-4eee616b] {
        padding: 3em 4em
    }
}

@media screen and (min-width:992px) {
    .media-spotlight__text[data-v-4eee616b] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 2em
    }
}

.visually-hidden[data-v-10ac3d5a] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.image[data-v-10ac3d5a] {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-height: 455px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .image[data-v-10ac3d5a] {
        max-height: 100%
    }
}

.h1[data-v-5674d45c],
.h2[data-v-5674d45c],
.h3[data-v-5674d45c],
.h4[data-v-5674d45c],
.h5[data-v-5674d45c],
.tag[data-v-5674d45c] {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1[data-v-5674d45c] {
    font-size: 2rem
}

.h2[data-v-5674d45c] {
    font-size: 1.5rem
}

.h3[data-v-5674d45c] {
    font-size: 1.25rem
}

.h4[data-v-5674d45c],
.tag[data-v-5674d45c] {
    font-size: 1rem
}

.h5[data-v-5674d45c] {
    font-size: .9rem
}

.visually-hidden[data-v-5674d45c] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light[data-v-5674d45c],
.h2.light[data-v-5674d45c],
.h3.light[data-v-5674d45c],
.h4.light[data-v-5674d45c],
.h5.light[data-v-5674d45c],
.tag.light[data-v-5674d45c] {
    color: #000;
    background: transparent
}

.h1.light a[data-v-5674d45c]:active,
.h1.light a[data-v-5674d45c]:focus,
.h1.light a[data-v-5674d45c]:hover,
.h1.light a[data-v-5674d45c]:link,
.h1.light a[data-v-5674d45c]:visited,
.h2.light a[data-v-5674d45c]:active,
.h2.light a[data-v-5674d45c]:focus,
.h2.light a[data-v-5674d45c]:hover,
.h2.light a[data-v-5674d45c]:link,
.h2.light a[data-v-5674d45c]:visited,
.h3.light a[data-v-5674d45c]:active,
.h3.light a[data-v-5674d45c]:focus,
.h3.light a[data-v-5674d45c]:hover,
.h3.light a[data-v-5674d45c]:link,
.h3.light a[data-v-5674d45c]:visited,
.h4.light a[data-v-5674d45c]:active,
.h4.light a[data-v-5674d45c]:focus,
.h4.light a[data-v-5674d45c]:hover,
.h4.light a[data-v-5674d45c]:link,
.h4.light a[data-v-5674d45c]:visited,
.h5.light a[data-v-5674d45c]:active,
.h5.light a[data-v-5674d45c]:focus,
.h5.light a[data-v-5674d45c]:hover,
.h5.light a[data-v-5674d45c]:link,
.h5.light a[data-v-5674d45c]:visited,
.tag.light a[data-v-5674d45c]:active,
.tag.light a[data-v-5674d45c]:focus,
.tag.light a[data-v-5674d45c]:hover,
.tag.light a[data-v-5674d45c]:link,
.tag.light a[data-v-5674d45c]:visited {
    color: #000
}

.h1.dark[data-v-5674d45c],
.h2.dark[data-v-5674d45c],
.h3.dark[data-v-5674d45c],
.h4.dark[data-v-5674d45c],
.h5.dark[data-v-5674d45c],
.tag.dark[data-v-5674d45c] {
    color: #fff;
    background: #000
}

.h1.dark a[data-v-5674d45c]:active,
.h1.dark a[data-v-5674d45c]:focus,
.h1.dark a[data-v-5674d45c]:hover,
.h1.dark a[data-v-5674d45c]:link,
.h1.dark a[data-v-5674d45c]:visited,
.h2.dark a[data-v-5674d45c]:active,
.h2.dark a[data-v-5674d45c]:focus,
.h2.dark a[data-v-5674d45c]:hover,
.h2.dark a[data-v-5674d45c]:link,
.h2.dark a[data-v-5674d45c]:visited,
.h3.dark a[data-v-5674d45c]:active,
.h3.dark a[data-v-5674d45c]:focus,
.h3.dark a[data-v-5674d45c]:hover,
.h3.dark a[data-v-5674d45c]:link,
.h3.dark a[data-v-5674d45c]:visited,
.h4.dark a[data-v-5674d45c]:active,
.h4.dark a[data-v-5674d45c]:focus,
.h4.dark a[data-v-5674d45c]:hover,
.h4.dark a[data-v-5674d45c]:link,
.h4.dark a[data-v-5674d45c]:visited,
.h5.dark a[data-v-5674d45c]:active,
.h5.dark a[data-v-5674d45c]:focus,
.h5.dark a[data-v-5674d45c]:hover,
.h5.dark a[data-v-5674d45c]:link,
.h5.dark a[data-v-5674d45c]:visited,
.tag.dark a[data-v-5674d45c]:active,
.tag.dark a[data-v-5674d45c]:focus,
.tag.dark a[data-v-5674d45c]:hover,
.tag.dark a[data-v-5674d45c]:link,
.tag.dark a[data-v-5674d45c]:visited {
    color: #fff
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy table thead {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

.copy {

    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy p a:active,
.copy p a:focus,
.copy p a:hover,
.copy p a:link,
.copy p a:visited {
    color: #000
}

.copy.intro p {
    font-size: 1rem
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {
    font-family: Roboto, sans-serif
}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

.visually-hidden[data-v-37db85e5] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cta-button[data-v-37db85e5] {
    margin: 2rem 0;

    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.cta-button[data-v-37db85e5]:active,
.cta-button[data-v-37db85e5]:focus,
.cta-button[data-v-37db85e5]:hover,
.cta-button[data-v-37db85e5]:link,
.cta-button[data-v-37db85e5]:visited {
    text-decoration: none
}

.cta-button.light[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:active,
.cta-button.light[data-v-37db85e5]:focus,
.cta-button.light[data-v-37db85e5]:hover,
.cta-button.light[data-v-37db85e5]:link,
.cta-button.light[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.light[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.cta-button.light.tag[data-v-37db85e5]:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.cta-button.dark[data-v-37db85e5] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:active,
.cta-button.dark[data-v-37db85e5]:focus,
.cta-button.dark[data-v-37db85e5]:hover,
.cta-button.dark[data-v-37db85e5]:link,
.cta-button.dark[data-v-37db85e5]:visited {
    color: #fff
}

.cta-button.dark[data-v-37db85e5]:focus {
    outline: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.cta-button.dark.tag[data-v-37db85e5]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.cta-button.candy-blue[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #60cff6;
    background: #60cff6
}

.cta-button.candy-blue[data-v-37db85e5]:active,
.cta-button.candy-blue[data-v-37db85e5]:focus,
.cta-button.candy-blue[data-v-37db85e5]:hover,
.cta-button.candy-blue[data-v-37db85e5]:link,
.cta-button.candy-blue[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.candy-blue[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.candy-blue[data-v-37db85e5]:hover {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #60cff6;
    box-shadow: inset 0 0 0 1px #60cff6
}

.cta-button.candy-blue.tag[data-v-37db85e5]:hover {
    background: rgba(96, 207, 246, 0.1);
    color: #000
}

.cta-button.no-hover[data-v-37db85e5]:hover {
    background: inherit;
    color: inherit
}

.cta-button.left[data-v-37db85e5] {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cta-button.center[data-v-37db85e5] {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cta-button.right[data-v-37db85e5] {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.global-card {
    position: relative;

    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    width: calc(100% - 2rem);
    margin: 1rem
}

.global-card .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.global-card .copy-container a:link {
    text-decoration: underline
}

@media screen and (min-width:580px) {
    .global-card.card-vertical {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:768px) {
    .global-card.card-vertical {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-vertical.card-half,
    .global-card.card-vertical.card-third {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:900px) {
    .global-card.card-vertical {
        width: calc(25% - 2rem)
    }

    .global-card.card-vertical.card-half {
        width: calc(50% - 2rem)
    }

    .global-card.card-vertical.card-third {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-vertical.card-fourth {
        width: calc(25% - 2rem)
    }
}

@media screen and (min-width:580px) {
    .global-card.card-horizontal {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:950px) {
    .global-card.card-horizontal {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-horizontal .content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .global-card.card-horizontal .image img {
        border-radius: 3px
    }

    .global-card.card-horizontal .image:not(.image-only) {
        max-width: 33%;
        padding: 1rem 0 1rem 1rem
    }

    .global-card.card-horizontal.card-half,
    .global-card.card-horizontal.card-third {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:1200px) {
    .global-card.card-horizontal {
        width: calc(25% - 2rem)
    }

    .global-card.card-horizontal.card-half {
        width: calc(50% - 2rem)
    }

    .global-card.card-horizontal.card-third {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-horizontal.card-fourth {
        width: calc(25% - 2rem)
    }
}

.global-card a:active,
.global-card a:hover,
.global-card a:link,
.global-card a:visited {
    color: #000;
    text-decoration: none
}

.global-card .image {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.global-card .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px 3px 0 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .global-card .image img {
        max-height: 300px
    }
}

.global-card .image img.image-border {
    width: calc(100% - 2px);
    border: 1px solid #d8d9da
}

.global-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.global-card .content .heading {
    margin-top: 0
}

.global-card .copy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    text-align: left
}

.global-card .copy-container .tag {
    margin-top: 0
}

.global-card--dark {
    background: #000
}

.global-card--dark,
.global-card--dark .content {
    color: rgba(255, 255, 255, 0.75)
}

.global-card--light,
.global-card--light .content {
    color: rgba(0, 0, 0, 0.75)
}

.global-card--white {
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24)
}

.global-card__disclaimer {
    width: 100%;
    position: absolute;
    top: 100%
}

.global-card__disclaimer .footnote {
    padding: 0 1rem 1rem;
    width: calc(100% - 2rem);
    color: #000
}

.global-card .cta-wrapper {
    padding: 1rem 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.global-card .cta-wrapper.side-by-side {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.global-card .cta-wrapper.side-by-side .cta-button {
    margin: 0 1rem 1rem 0;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.global-card .cta-wrapper.stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 1rem 0
}

.global-card .cta-wrapper.stacked .cta-button {
    margin: 0 0 1rem;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.global-card .cta-wrapper.noBorder .cta-button,
.global-card .cta-wrapper.singleCTA .cta-button {
    padding: 0;
    border: none;
    color: rgba(0, 0, 0, 0.75)
}

.global-card .cta-wrapper.noBorder .cta-button:hover,
.global-card .cta-wrapper.singleCTA .cta-button:hover {
    background: none;
    border: none
}

.global-card .cta-wrapper.noBorder.dark .cta-button,
.global-card .cta-wrapper.singleCTA.dark .cta-button {
    color: #fff
}

.global-card .cta-wrapper.manyCTA.noBorder .cta-button:hover {
    text-decoration: underline
}

.h1[data-v-5674d45c],
.h2[data-v-5674d45c],
.h3[data-v-5674d45c],
.h4[data-v-5674d45c],
.h5[data-v-5674d45c],
.tag[data-v-5674d45c] {

    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1[data-v-5674d45c] {
    font-size: 2rem
}

.h2[data-v-5674d45c] {
    font-size: 1.5rem
}

.h3[data-v-5674d45c] {
    font-size: 1.25rem
}

.h4[data-v-5674d45c],
.tag[data-v-5674d45c] {
    font-size: 1rem
}

.h5[data-v-5674d45c] {
    font-size: .9rem
}

.visually-hidden[data-v-5674d45c] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light[data-v-5674d45c],
.h2.light[data-v-5674d45c],
.h3.light[data-v-5674d45c],
.h4.light[data-v-5674d45c],
.h5.light[data-v-5674d45c],
.tag.light[data-v-5674d45c] {
    color: #000;
    background: transparent
}

.h1.light a[data-v-5674d45c]:active,
.h1.light a[data-v-5674d45c]:focus,
.h1.light a[data-v-5674d45c]:hover,
.h1.light a[data-v-5674d45c]:link,
.h1.light a[data-v-5674d45c]:visited,
.h2.light a[data-v-5674d45c]:active,
.h2.light a[data-v-5674d45c]:focus,
.h2.light a[data-v-5674d45c]:hover,
.h2.light a[data-v-5674d45c]:link,
.h2.light a[data-v-5674d45c]:visited,
.h3.light a[data-v-5674d45c]:active,
.h3.light a[data-v-5674d45c]:focus,
.h3.light a[data-v-5674d45c]:hover,
.h3.light a[data-v-5674d45c]:link,
.h3.light a[data-v-5674d45c]:visited,
.h4.light a[data-v-5674d45c]:active,
.h4.light a[data-v-5674d45c]:focus,
.h4.light a[data-v-5674d45c]:hover,
.h4.light a[data-v-5674d45c]:link,
.h4.light a[data-v-5674d45c]:visited,
.h5.light a[data-v-5674d45c]:active,
.h5.light a[data-v-5674d45c]:focus,
.h5.light a[data-v-5674d45c]:hover,
.h5.light a[data-v-5674d45c]:link,
.h5.light a[data-v-5674d45c]:visited,
.tag.light a[data-v-5674d45c]:active,
.tag.light a[data-v-5674d45c]:focus,
.tag.light a[data-v-5674d45c]:hover,
.tag.light a[data-v-5674d45c]:link,
.tag.light a[data-v-5674d45c]:visited {
    color: #000
}

.h1.dark[data-v-5674d45c],
.h2.dark[data-v-5674d45c],
.h3.dark[data-v-5674d45c],
.h4.dark[data-v-5674d45c],
.h5.dark[data-v-5674d45c],
.tag.dark[data-v-5674d45c] {
    color: #fff;
    background: #000
}

.h1.dark a[data-v-5674d45c]:active,
.h1.dark a[data-v-5674d45c]:focus,
.h1.dark a[data-v-5674d45c]:hover,
.h1.dark a[data-v-5674d45c]:link,
.h1.dark a[data-v-5674d45c]:visited,
.h2.dark a[data-v-5674d45c]:active,
.h2.dark a[data-v-5674d45c]:focus,
.h2.dark a[data-v-5674d45c]:hover,
.h2.dark a[data-v-5674d45c]:link,
.h2.dark a[data-v-5674d45c]:visited,
.h3.dark a[data-v-5674d45c]:active,
.h3.dark a[data-v-5674d45c]:focus,
.h3.dark a[data-v-5674d45c]:hover,
.h3.dark a[data-v-5674d45c]:link,
.h3.dark a[data-v-5674d45c]:visited,
.h4.dark a[data-v-5674d45c]:active,
.h4.dark a[data-v-5674d45c]:focus,
.h4.dark a[data-v-5674d45c]:hover,
.h4.dark a[data-v-5674d45c]:link,
.h4.dark a[data-v-5674d45c]:visited,
.h5.dark a[data-v-5674d45c]:active,
.h5.dark a[data-v-5674d45c]:focus,
.h5.dark a[data-v-5674d45c]:hover,
.h5.dark a[data-v-5674d45c]:link,
.h5.dark a[data-v-5674d45c]:visited,
.tag.dark a[data-v-5674d45c]:active,
.tag.dark a[data-v-5674d45c]:focus,
.tag.dark a[data-v-5674d45c]:hover,
.tag.dark a[data-v-5674d45c]:link,
.tag.dark a[data-v-5674d45c]:visited {
    color: #fff
}

.visually-hidden[data-v-2c511f36] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.g__pagination-container[data-v-2c511f36],
.g__pagination[data-v-2c511f36] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g__pagination-container[data-v-2c511f36] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    padding: 1rem 2rem
}

.g__pagination__item[data-v-2c511f36] {
    border: 1px solid #000;
    color: #000;
    list-style: none;
    margin: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: .5rem .75rem;

    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.g__pagination__item.active[data-v-2c511f36],
.g__pagination__item[data-v-2c511f36]:hover {
    color: #fff;
    background: #000
}

.g__pagination__show-more[data-v-2c511f36] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 2rem
}

.g__pagination__show-more .arrow[data-v-2c511f36] {
    fill: #000;
    width: 9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 3px 0 0 1rem
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.multiselect,
.multiselect__single {

    border-radius: 0
}

.multiselect__tag {
    color: #000;
    background: #dcdcdc
}

.multiselect,
.multiselect__tag-icon,
.multiselect__tags {
    border-radius: 0
}

.multiselect__tag-icon:after {
    color: #000
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #000
}

.multiselect__current {
    border-radius: 0
}

.multiselect__placeholder {
    color: #757575
}

.multiselect__option--highlight,
.multiselect__option--highlight:after {
    background: #000
}

.multiselect__option--selected {
    font-weight: 400
}

.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight:after {
    background: #000
}

.entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:480px) {
    .entry {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

@media screen and (min-width:768px) {
    .entry {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%
    }
}

.visually-hidden[data-v-7c794bdf] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.filters[data-v-7c794bdf] {
    width: 100%
}

.filters--constraint[data-v-7c794bdf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem 1rem
}

.filters__wrapper[data-v-7c794bdf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:480px) {
    .filters__wrapper[data-v-7c794bdf] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.visually-hidden[data-v-2923f35a] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.container[data-v-2923f35a] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container--constraint[data-v-2923f35a],
.container[data-v-2923f35a] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container--constraint[data-v-2923f35a] {
    max-width: 1200px;
    padding: 2rem 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container--center[data-v-2923f35a] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container.dark[data-v-2923f35a],
.container.white[data-v-2923f35a] {
    background: #fff
}

.container.light[data-v-2923f35a] {
    background: #eee
}


header.gh__header {
    position: absolute;
    width: 100%;
    top: 0
}

#aem-email,
footer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: +1
}

#aem-email {
    background-color: #fff
}

footer {
    background-color: #000
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-box>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%
}

.wave {
    position: relative;
    height: 8px;
    background-size: auto 8px;
    display: block;
    width: 90%;
    margin: 0px auto;
}

.wave.black {
    background-image: url("../images/wave--black.png");
}

.bg-image {
    background-size: cover;
    background-position: center
}

.container--center[data-v-2923f35a] {
    padding: 0
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100
}

.sticking {
    position: fixed;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 100
}

.sticking-dummy {
    display: none
}

.sticking+.sticking-dummy {
    display: block
}

body {
    margin: 0;
    padding: 0
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body small {
    color: #000
}

body .text-light .h1,
body .text-light .h2,
body .text-light .h3,
body .text-light .h4,
body .text-light .h5,
body .text-light .h6,
body .text-light a,
body .text-light h1,
body .text-light h2,
body .text-light h3,
body .text-light h4,
body .text-light h5,
body .text-light h6,
body .text-light p,
body .text-light small {
    color: #fff
}

body h1,
body h2 {
    font-size: 50px;
    line-height: 1.5
}

body h3 {
    font-size: 25px
}

body p {
    font-size: 18px
}

body .container {
    width: 90%;
    padding: 80px 0;
    display: block
}

body .cta-button {
    margin: 2rem 2px
}

body img {
    width: 100%
}

body .btn-size-default {
    border-radius: 50px;
    font-size: 18px
}

.global-card.card-vertical.card-half {
    width: calc(100% / 3 - 2rem)
}

nav.base-nav .link {
    margin: 1rem 0
}

nav#mobile-giveaway {
    background-color: #000;
    display: none
}

nav#mobile-giveaway.p-sticky {
    top: 56px
}

nav#mobile-giveaway a {
    color: #fff;
    line-height: 60px;
    padding: 8px 10px 8px 20px;
    border-radius: 50px;
    border: 1px solid #fff
}

#menu {
    background: #F7B53E;
    z-index: 10;
    border-bottom: 1px solid #E58E1C;
    top: -1px;
}

#menu .container {
    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-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 0;
}

#menu .container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 auto;
}

#menu .container ul li {
    list-style: none;
    font-size: 21px;
    margin: 0 25px;
    height: 50px;
    text-align: center;
}

#menu .container ul li a {
    color: #000;
    text-transform: uppercase;
}

#menu .container ul li a span {
    display: block;
    font-size: 12px;
    margin-top: -8px;
    text-align: center;
    text-transform: uppercase;
}

#menu .container ul li a.active {
    color: #000000;
    border-bottom: 5px solid #0793FE;
    padding-bottom: 19px;
}

#menu .container ul li a:hover {
    color: #000000;
}



.menu-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}


#app-root {
    background-color: #F7B53E;
    position: relative;
    width: 100vw;
    height: auto;
    background-size: cover;
    overflow: hidden
}

#app-root main {
    overflow-x: hidden
}

#app-root main .base-nav .link {
    margin: 1rem 0
}

#intro {
    position: relative;
    background-color: #0793FE;
}

#intro .container {
    max-width: 1170px;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#intro h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 10px;
    line-height: 1.4
}

#intro h1 span {
    display: inline-block;
    font-size: inherit
}

#intro h1 .discount {
    display: inline;
    font-size: 2em;
    line-height: 0.5;
    vertical-align: sub
}

#intro h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

#intro h3 span {
    display: block
}

#intro .left{
    width:48px;
    height:54px;
    margin-right: 40px;
}
#intro .right{
    width:42.75px;
    height: 54px;
    margin-left:40px;
}

@media (max-width:479px) {
    #intro h3 span {
        display: inline
    }
}


#product-con,#e-commerce {
    position: relative;
    z-index: 1;
    background-color: #FFC943;
}

#e-commerce{
    background: linear-gradient(#ffc943, #fff);
    padding: 0;
}


#product-con{
    background: #ffc943;
}

#product-con .title{
    width: 100%;
    max-width: 200px;
}

#e-commerce .container{
    padding-top: 0;
}

#product-con .container--constraint,#e-commerce .container--constraint {
    max-width: inherit
}

#product-con .global-card,#e-commerce .global-card {
    margin: 2rem 1rem
}


#product-con h2{
    color: #000;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    margin-bottom:15px;
    margin-top: 10px;
}


#product-con h3,#e-commerce h3{
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;

}

#product-con h3 span,#e-commerce h3 span{
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

#product-con .small{
    color: #888;
    text-align: center;
    font-size: 16px;
    margin-bottom:30px;
}

#product-con .product{
    border-radius: 30px;
    border: 15px solid #095EC3;
    background: #0793FE;
    width: 100%;
    max-width: 1170px;
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
}

#product-con .set{
    width: 100%;
    max-width: 420px;
}

#product-con .text{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 60px;
}
#product-con .text h2{
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

#product-con .text h3{
    font-size: 21px;
    color: #fff;
}
#product-con .tag{
    margin: 23px 0 15px 0;
}

#product-con .tag span{
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 5px;
}

#product-con .tag span:nth-child(1){
    background-color: #E8E2D8;
}

#product-con .tag span:nth-child(2){
    background-color: #E7D0E6;
}

#product-con .old-price{
    color: #095EC3;
    font-size: 18px;
    font-weight: 500;
    
    text-decoration-line: line-through;
    margin: 15px 0 0 0;
}

#product-con .sale-price{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}



#product-con .product-image-con,#e-commerce .product-image-con {
    position: relative;
}



#product-con .product:before {
    content: "";
    width: 48px;
    height: 54px;
    background-image: url(../images/decorate-01.png);
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

#product-con .product:after {
    content: "";
    width: 100px;
    height:100px;
    background-image: url(../images/decorate-03.png);
    position: absolute;
    right: 60px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

/*分隔兩個區塊*/

#e-commerce .e-h3{
    width: 100%;
    max-width: 200px;
    margin-top: 100px;
}

#e-commerce h3{
    margin-bottom:60px;
     margin-top: 10px;
}

#e-commerce .secondh3{
    margin-bottom:30px;
}

#e-commerce .instincth301{
    margin-bottom: 30px;
    margin-top: 10px;
}

#e-commerce .instincth302{
    margin-bottom: 30px;
    margin-top: 0;
}
#e-commerce .instincth303{
    margin-bottom:30px;
    margin-top: 0;
}

#e-commerce h2 {
    color: #000;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
}


#e-commerce .ec-product-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 60px;
    flex-wrap: wrap;
}

#e-commerce .two-colunm{
    max-width: 900px;
}

#e-commerce .product{
    border-radius: 30px;
    border: 10px solid #F7B53E;
    background: #FFF1D2;
    width: 33.33%;
    max-width: 400px;
    max-height: 630px;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#e-commerce .two-colunm .product{
    width: 50%;
}

#e-commerce .forerunner .product{
    max-height: 600px;
}
#e-commerce .epix-fenix .product{
    max-height: 600px;
}

#e-commerce hr{
    width: 100%;
    margin: 100px 0;
}

#e-commerce .product img{
    width: 70%;
    max-width: 340px;
}


#e-commerce .epix img {
    width: 100%;
    max-width: 300px;
}

#e-commerce .product .text{
    margin: 0 auto;
    margin-bottom: -30px;
}

#e-commerce .product .text h2{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

#e-commerce .product .text h3{
    color: #000;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}


#e-commerce .product .text{
    width: 100%;
}

#e-commerce .old-price {
    text-decoration: line-through;
    color: #999;
    margin-bottom: 5px;
    font-size: 14px
}

#e-commerce .sale-price {
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000;

}

#e-commerce .link a.btn-size-default {
    font-size: 16px;
}

#e-commerce .link {
    width: 100%;
    padding: 20px 0px 40px 0px;
    background-color: #ffc943;
    border-top: 10px solid #F7B53E;
    font-weight: bold;
}

#product-con .link a.btn-size-default,#e-commerce .link a.btn-size-default {
    background-color: #fff !important;
    border-color: #000000 !important;
    color: #000 !important;
    border-radius: 50px;
}

#product-con .link a.btn-size-default:hover,#e-commerce .link a.btn-size-default:hover {
    background-color: #000 !important;
    border-color: #000000 !important;
    color: #fff !important;
    border-radius: 50px;
}

#product-con a.btn-size-default,#e-commerce a.btn-size-default {
    background-color: #ffc943 !important;
    border-color: #000000 !important;
    color: #000 !important;
    border-radius: 0 50px 50px 50px;
    font-weight: bold;
}

#product-con a.btn-size-default:hover,#e-commerce a.btn-size-default:hover {
    background-color: #000 !important;
    border-color: #000000 !important;
    color: #fff !important;
    border-radius: 0 50px 50px 50px;
    font-weight: bold;
}

#product-con .more-pd-con,#e-commerce .more-pd-con {
    margin-top: 40px
}

#product-con .more-pd-con a.more-pd,#e-commerce .more-pd-con a.more-pd {
    display: inline-block;
    font-size: 25px;
    color: #6c1111;
    font-style: italic;
    margin: 0 20px
}

#product-con .category,#e-commerce .category {
    color: #e66c2f;
    display: inline-block;
    position: relative
}

#product-con .category span,#e-commerce .category span {
    color: #eb7e48;
    font-size: inherit;
    display: inline-block
}


a.close-btn {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 3vw;
    right: 3vw;
    border-radius: 50%;
    background-color: #b92c49;
    color: #fff !important;
    z-index: 10
}

a.close-btn span {
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1024px) {
    a.close-btn {
        width: 10vw;
        height: 10vw
    }

    a.close-btn span {
        font-size: 8vw
    }
}

@media (max-width:500px) {
    a.close-btn {
        width: 14vw;
        height: 14vw
    }

    a.close-btn span {
        font-size: 10vw
    }
}

.scroll-down-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    cursor: default;
    color: #eb6d6c !important;
    text-align: center;
    font-size: 70px;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
    margin: 0
}

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0
    }
}

@keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0
    }
}

@media (max-width:1199px) and (min-width:992px) {
    img.hero{
        margin-top: 110px;
    }
}

@media (max-width:1440px) {
    #intro h1 {
        font-size: 52px;
    }
    #intro h2 {
        font-size: 28px;
    }
    #e-commerce .ec-product-con{
        max-width: 1020px;
    }
    #e-commerce .two-colunm {
        max-width: 700px;
    }
    #e-commerce .product{
        max-width: 320px;
        max-height: 540px;
    }
    #e-commerce .product .text h2{
        font-size: 24px;
    }
    #e-commerce .link a.btn-size-default {
        font-size: 12px !important;
    }
    #product-con h2,#e-commerce h2{
        font-size: 36px;
    }
    #product-con h3, #e-commerce h3,#product-con h3 span, #e-commerce h3 span{
        font-size: 21px;
    }

    #e-commerce .epix-fenix .product img {
        max-width: 230px;
    }

    #e-commerce hr {
        margin: 80px 0;
    }
    #e-commerce .forerunner .product {
        max-height: 510px;
    }

    #e-commerce .epix-fenix .product {
        max-height: 470px;
    }
    #e-commerce .epix-fenix .epix {
        max-height: 520px;
    }
    #e-commerce .epix-fenix .epix img {
        max-width: 230px;
    }
    #e-commerce .product .text h3 {
        font-size: 16px;
    }
    #e-commerce .sale-price {
        font-size: 18px;
    }
    
}

@media (max-width:1024px) {
    #intro .left {
        width: 40px;
        height: 60px;
        margin-right: 10px;
        display: none;
    }
    #intro .right {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        display: none;
    }
    #e-commerce .product {
        max-width: 280px;
        max-height: 535px;
    }
    #e-commerce .two-colunm {
        max-width: 620px;
    }
    #e-commerce .product .text h2 {
        font-size: 18px;
    }
    #e-commerce .old-price {
        font-size: 12px;
        margin-bottom: 0;
    }
    #e-commerce .sale-price {
        font-size: 16px;
    }
    #e-commerce .forerunner .product {
        max-height: 500px;
    }
    #e-commerce .epix-fenix .epix {
        max-height: 510px;
    }
    #e-commerce hr {
        margin: 60px 0;
    }
   
}



@media (max-width:820px) {

    #e-commerce .two-colunm {
        max-width: 680px;
    }
    #intro h1 {
        font-size: 45px;
    }
    #intro h2 {
        font-size: 21px;
    }
    body .container {
        padding: 60px 0;
    }
    #product-con .set {
        max-width: 330px;
    }
    #product-con .product{
        flex-direction: column;
    }
    #product-con .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        text-align: center;
    }
    #product-con .product:before {
        -moz-transform:scaleX(-1);
        -webkit-transform:scaleX(-1);
        -o-transform:scaleX(-1);
        transform:scaleX(-1);
        background-image: url(../images/decorate-03.png);
        left: 60px;
        bottom: 0px;
        width: 100px;
        height:100px;
    }
    #e-commerce .product {
        width: 50%;
        max-width: 320px;
        max-height: 495px;
    }
    #e-commerce .forerunner .product {
        max-height: 465px;
    }
    #e-commerce .epix-fenix .product, #e-commerce .epix-fenix .product {
        max-height: 475px;
    }
    #e-commerce .epix-fenix .fenix .text h2{
        margin-bottom: 30px;
    }
    #e-commerce .epix-fenix .fenix .sale-price {
        margin-bottom: 30px;
    }

}



@media (max-width:768px) {

    #menu .container ul li {
        list-style: none;
        margin: 0px 25px;
        white-space: nowrap;
        height: 55px;
    }

    #menu .container ul li a.active {
        padding-bottom: 20px;
    }
    
    #product-con .product:before {
        -moz-transform:scaleX(-1);
        -webkit-transform:scaleX(-1);
        -o-transform:scaleX(-1);
        transform:scaleX(-1);
        background-image: url(../images/decorate-03.png);
        left: 30px;
        bottom: 0px;
        width: 100px;
        height:100px;
    }
    #product-con .product:after {
        right: 30px;
        width: 100px;
        height:100px;
    }
    #e-commerce .product {
        width: 50%;
        max-width: 320px;
        max-height: 495px;
    }

    
}

@media (max-width:500px) {


    body .container {
        padding: 50px 0
    }
    #menu .container{
        padding: 5px 0 0;
    }
    
    #menu .container ul {
        flex-flow: row;
        overflow-x: hidden;
        overflow-y: hidden; 
    }
    
    #menu .container ul li {
        margin: 10px 20px 0px 20px;
        height: 50px; 
    }

    #menu .container ul li a {
        font-size: 16px; }

    #menu .container ul li a.active {
        padding-bottom: 20px; 
    }

    #intro .container{
        padding: 50px 0;
        width: 100%;
    }
    
    #intro .container div{
        width: 90%;
    }


    #intro h1 {
        font-size: 27px !important
    }
    #intro h2 {
        font-size: 17px;
    }

    #product-con .global-card .image img,#e-commerce .global-card .image img {
        max-width: 280px
    }
    #product-con .title {
        width: 100%;
        max-width: 280px;
    }
    #product-con h2, #e-commerce h2 {
        font-size: 28px;
    }

    #product-con .small {
        font-size: 12px;
    }
    #e-commerce .two-colunm .product {
        width: 100%;
    }

    #product-con .set {
        max-width: 250px;
    }
    #product-con .text h2{
        font-size: 32px;
    }

    #product-con .text h3 {
        font-size: 18px;
    }
    #product-con .tag span {
        font-size: 12px;
        padding: 8px 12px;
    }
    #product-con .old-price{
        font-size: 14px;
    }
    #product-con .sale-price {
        font-size: 21px;
        margin-bottom: 10px;
    }
    #product-con .title,#e-commerce .title {

        max-width: 240px;
    }
    #product-con .more-pd-con a.more-pd,#e-commerce .more-pd-con a.more-pd {
        font-size: 20px;
        margin-bottom: 10px
    }
    #product-con .tag {
        margin: 16px 0 10px 0;
    }
    
    #product-con a.btn-size-default{
        margin-bottom: 30px;
    }
    #product-con .product:after{
    }
    #product-con .product:before {
        -moz-transform:scaleX(-1);
        -webkit-transform:scaleX(-1);
        -o-transform:scaleX(-1);
        transform:scaleX(-1);
        background-image: url(../images/decorate-03.png);
        left: 10px;
        bottom: 0px;
        width: 65px;
        height:65px;
    }
    #product-con .product:after {
        right: 10px;
        width: 65px;
        height:65px;
    }
    #product-con h3, #e-commerce h3, #product-con h3 span, #e-commerce h3 span {
        font-size: 16px;
    }
    body .wave {
        margin: 50px auto 0 auto
    }
    #e-commerce h3 {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    #e-commerce .product {
        width: 100%;
        max-width: 320px;
        max-height: 500px;
    }
    #product-con h2, #e-commerce h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    #e-commerce .sale-price {
        font-size: 18px;
    }
    #e-commerce .product .text h2 {
        font-size: 24px;
    }
    #e-commerce .epix-fenix .fenix .text h2 {
        margin-bottom: 15px;
    }

}
    


@media (max-width: 360px) {
    #intro h1 {
        font-size: 30px !important;
    }
    #intro .container div {
        width: 80%;
    }
    #product-con h2, #e-commerce h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #product-con .set {
        max-width: 210px;
    }
    #product-con .title, #e-commerce .title {
        max-width: 210px;
    }
    #product-con .text h2 {
        font-size: 28px;
    }
    #product-con .text h3 {
        font-size: 16px;
    }
    #e-commerce .product {
        width: 100%;
        max-width: 324px;
        max-height: 515px;
    }
    #e-commerce hr {
        margin: 30px 0 50px 0;
    }
    #e-commerce .forerunner .product {
        max-height: 480px;
    }

}


@media (max-width:320px) {
    body .wave {
        margin: 30px auto 0px auto;
    }
    #menu .container ul li a {
    font-size: 14px; 
    }
    #menu .container {
        padding: 0;
    }
    #product-con .set {
        max-width: 180px;
    }
    #product-con a.btn-size-default {
        margin-bottom: 60px;
        font-size: 16px;
    }
    #product-con .tag span {
        font-size: 10px;
        padding: 8px 12px;
    }
    #product-con h3, #e-commerce h3, #product-con h3 span, #e-commerce h3 span {
        font-size: 14px;
    }
    #e-commerce .product img {
        width: 100%;
        max-width: 180px;
    }
    #e-commerce .link a.btn-size-default {
        font-size: 10px !important;
    }
    #e-commerce .product .text h2 {
        font-size: 21px;
    }
    #e-commerce .product {
        width: 100%;
        max-width: 200px;
        max-height: 460px;
    }
    #e-commerce .forerunner .product {
        max-height: 420px;
    }
    #e-commerce .epix-fenix .product, #e-commerce .epix-fenix .product {
        max-height: 465px;
    }

    
}