/*!
 * Editorial CSS for feature articles
 * @Generated from the "Editorial Template Builder"
 * @Version 1.16.6
 */
@font-face {
    font-family: "Lane Crawford";
    font-weight: 400;
    font-style: normal;
    src: url(/_assets/dist/fonts/lane-crawford/lane_crawford_reg-web.woff) format("woff"),url(/_assets/dist/fonts/lane-crawford/lane_crawford_reg-web.ttf) format("truetype"),url(/_assets/dist/fonts/lane-crawford/lane_crawford_reg-web.svg#lc) format("svg")
}

@font-face {
    font-family: "Lane Crawford";
    font-weight: 600;
    font-style: normal;
    src: url(/_assets/dist/fonts/lane-crawford/lane_crawford_bld-web.woff) format("woff"),url(/_assets/dist/fonts/lane-crawford/lane_crawford_bld-web.ttf) format("truetype"),url(/_assets/dist/fonts/lane-crawford/lane_crawford_bld-web.svg#lc) format("svg")
}

@font-face {
    font-family: Sabon;
    font-weight: 400;
    font-style: normal;
    src: url(/_assets/dist/fonts/sabon/sabon-LT-w01-regular.woff) format("woff"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-regular.ttf) format("truetype"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-regular.svg#lc) format("svg")
}

@font-face {
    font-family: Sabon;
    font-weight: 400;
    font-style: italic;
    src: url(/_assets/dist/fonts/sabon/sabon-LT-w01-italic.woff) format("woff"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-italic.ttf) format("truetype"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-italic.svg#lc) format("svg")
}

@font-face {
    font-family: Sabon;
    font-weight: 600;
    font-style: normal;
    src: url(/_assets/dist/fonts/sabon/sabon-LT-w01-bold.woff) format("woff"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-bold.ttf) format("truetype"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-bold.svg#lc) format("svg")
}

@font-face {
    font-family: Sabon;
    font-weight: 600;
    font-style: italic;
    src: url(/_assets/dist/fonts/sabon/sabon-LT-w01-bold-italic.woff) format("woff"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-bold-italic.ttf) format("truetype"),url(/_assets/dist/fonts/sabon/sabon-LT-w01-bold-italic.svg#lc) format("svg")
}

@font-face {
    font-family: lc-icons;
    font-weight: 400;
    font-style: normal;
    src: url(/_assets/dist/icons/fonts/lc-icons.woff) format("woff"),url(/_assets/dist/icons/fonts/lc-icons.ttf) format("truetype"),url(/_assets/dist/icons/fonts/lc-icons.svg#lc-icons) format("svg")
}

@keyframes vex-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes vex-rotation {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

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

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-overlay {
    background: #000
}

.vex-overlay {
    animation: vex-fadein .5s;
    -webkit-animation: vex-fadein .5s;
    -moz-animation: vex-fadein .5s;
    -ms-animation: vex-fadein .5s;
    -o-animation: vex-fadein .5s;
    -webkit-backface-visibility: hidden;
    position: fixed;
    background: rgba(0,0,0,.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex.vex-closing .vex-overlay {
    animation: vex-fadeout .5s;
    -webkit-animation: vex-fadeout .5s;
    -moz-animation: vex-fadeout .5s;
    -ms-animation: vex-fadeout .5s;
    -o-animation: vex-fadeout .5s;
    -webkit-backface-visibility: hidden
}

.vex-content {
    animation: vex-fadein .5s;
    -webkit-animation: vex-fadein .5s;
    -moz-animation: vex-fadein .5s;
    -ms-animation: vex-fadein .5s;
    -o-animation: vex-fadein .5s;
    -webkit-backface-visibility: hidden;
    background: #fff
}

.vex.vex-closing .vex-content {
    animation: vex-fadeout .5s;
    -webkit-animation: vex-fadeout .5s;
    -moz-animation: vex-fadeout .5s;
    -ms-animation: vex-fadeout .5s;
    -o-animation: vex-fadeout .5s;
    -webkit-backface-visibility: hidden
}

.vex-close:before {
    font-family: Arial,sans-serif;
    content: "\00D7"
}

.vex-dialog-form {
    margin: 0
}

.vex-dialog-button {
    -webkit-appearance: none;
    cursor: pointer
}

.vex-loading-spinner {
    animation: vex-rotation .7s linear infinite;
    -webkit-animation: vex-rotation .7s linear infinite;
    -moz-animation: vex-rotation .7s linear infinite;
    -ms-animation: vex-rotation .7s linear infinite;
    -o-animation: vex-rotation .7s linear infinite;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 1em rgba(0,0,0,.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff
}

body.vex-open {
    overflow: hidden
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255,255,255,.25)
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255,255,255,.25)
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px
}

.vex.vex-theme-plain .vex-content {
    font-family: "Helvetica Neue",sans-serif;
    background: #fff;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em
}

.vex.vex-theme-plain .vex-content h1,.vex.vex-theme-plain .vex-content h2,.vex.vex-theme-plain .vex-content h3,.vex.vex-theme-plain .vex-content h4,.vex.vex-theme-plain .vex-content h5,.vex.vex-theme-plain .vex-content h6,.vex.vex-theme-plain .vex-content li,.vex.vex-theme-plain .vex-content p,.vex.vex-theme-plain .vex-content ul {
    color: inherit
}

.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.vex.vex-theme-plain .vex-close:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: 0 0
}

.vex.vex-theme-plain .vex-close:active:before,.vex.vex-theme-plain .vex-close:hover:before {
    color: #777;
    background: #e0e0e0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
    background: #f0f0f0;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
    outline: 0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both
}

.vex.vex-theme-plain .vex-dialog-button {
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
    margin-left: 0
}

.vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: vex-pulse 1.1s infinite;
    animation: vex-pulse 1.1s infinite;
    outline: 0
}

@media (max-width: 568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation:none;
        animation: none
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em
}

.vex.vex-theme-hotspot {
    padding-top: 80px;
    padding-bottom: 80px
}

.vex.vex-theme-hotspot .vex-overlay {
    background-color: rgba(0,0,0,.8)
}

.vex.vex-theme-hotspot .vex-content {
    padding: 1em 2em;
    width: 314px
}

.vex.vex-theme-hotspot .vex-close {
    top: 6px;
    right: 6px
}

.vex.vex-theme-hotspot .vex-close:before {
    color: #000
}

.vex.vex-theme-hotspot .hotspot__product__figure {
    margin-bottom: 12px
}

.vex.vex-theme-hotspot .hotspot__product__text {
    text-align: center;
    text-transform: uppercase;
    white-space: normal
}

.vex.vex-theme-hotspot .hotspot__product__text--brand {
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: .3em
}

.vex.vex-theme-hotspot .hotspot__product__text--name {
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em
}

.vex.vex-theme-hotspot .hotspot__product__text--button {
    margin: .8em 0
}

#FeatureEditorial .flickity-enabled {
    position: relative
}

#FeatureEditorial .flickity-enabled:focus {
    outline: 0
}

#FeatureEditorial .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

#FeatureEditorial .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

#FeatureEditorial .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#FeatureEditorial .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

#FeatureEditorial .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

#FeatureEditorial .flickity-button {
    position: absolute;
    border: none;
    color: #000;
    cursor: pointer;
    background: 0 0
}

#FeatureEditorial .flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

#FeatureEditorial .flickity-button-icon {
    fill: #000
}

#FeatureEditorial .flickity-prev-next-button {
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateY(-50%)
}

#FeatureEditorial .flickity-prev-next-button.previous {
    left: 10px
}

#FeatureEditorial .flickity-prev-next-button.next {
    right: 10px
}

#FeatureEditorial .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

#FeatureEditorial .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

#FeatureEditorial .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

#FeatureEditorial .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

#FeatureEditorial .flickity-rtl .flickity-page-dots {
    direction: rtl
}

#FeatureEditorial .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

#FeatureEditorial .flickity-page-dots .dot.is-selected {
    opacity: 1
}

#plpGrid #article-top-desc {
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

#plpGrid #article-top-desc.row {
    padding: 0
}

#FeatureEditorial {
    letter-spacing: 0
}

#FeatureEditorial :not([class*=vjs]) {
    font-family: Sabon,å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,serif;
    padding: 0;
    margin: auto;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit
}

#FeatureEditorial {
    max-width: 1200px;
    margin: 0 auto 50px
}

.js #FeatureEditorial {
    position: relative;
    z-index: 1
}

.js #FeatureEditorial:after {
    display: block;
    content: "_";
    text-indent: -99999em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #fff url(https://media.lanecrawford.com.cn/_assets/dist/img/spinner50w.gif) scroll no-repeat center 300px
}

.js #FeatureEditorial.js-ready {
    z-index: auto
}

.js #FeatureEditorial.js-ready:after {
    animation: ready .6s ease-out forwards
}

.js #FeatureEditorial.js-done:after {
    display: none
}

@keyframes ready {
    0% {
        opacity: 1
    }

    99.9% {
        opacity: 0
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

#FeatureEditorial header {
    border: none
}

#FeatureEditorial strong {
    font-weight: 900!important
}

#FeatureEditorial .lc-button,.vex-content .hotspot__product__link .lc-button {
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    padding: 13px 40px 12px;
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #000;
    text-align: center;
    text-decoration: none
}

#FeatureEditorial .lc-button:active,#FeatureEditorial .lc-button:focus,#FeatureEditorial .lc-button:hover {
    background: #000;
    color: #fff;
    opacity: 1
}

#FeatureEditorial .lc-button.inverted {
    background: #000;
    color: #fff
}

#FeatureEditorial .lc-button.inverted:active,#FeatureEditorial .lc-button.inverted:focus,#FeatureEditorial .lc-button.inverted:hover {
    background: 0 0;
    color: #000
}

#FeatureEditorial .hero {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: start
}

#FeatureEditorial .hero.hero--centered {
    align-items: center
}

#FeatureEditorial .hero--offset .hero__figure:last-child {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .hero {
        margin-top:90px;
        margin-bottom: 90px;
        max-width: 560px;
    }

    #FeatureEditorial .hero--offset .hero__figure:last-child {
        margin-top: 120px
    }
}

#FeatureEditorial #read-more-checkbox+.hero {
    margin-top: 20px;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial #read-more-checkbox+.hero {
        margin-top:40px
    }
}

#FeatureEditorial .hero__figure {
    margin: 0;
    position: relative
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .hero--spaced .hero__figure {
        margin:0 10px
    }
}

#FeatureEditorial .hero__container {
    position: relative
}

#FeatureEditorial .hero__image {
    display: block;
    max-width: 100%
}

#FeatureEditorial .hero__image.is-loading {
    min-width: 320px;
    background: url(https://media.lanecrawford.com.cn/_assets/dist/img/spinner120w.gif) no-repeat center
}

#FeatureEditorial .adjacent .hero__image.is-loading,#FeatureEditorial .hero--double .hero__image.is-loading {
    min-width: 160px;
    background: url(https://media.lanecrawford.com.cn/_assets/dist/img/spinner50w.gif) no-repeat center
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .hero__image {
        width:auto;
        max-height: 640px
    }

    #FeatureEditorial .hero--double .hero__image {
        max-height: 560px
    }

    #FeatureEditorial .hero__image.is-loading {
        min-width: 480px
    }

    #FeatureEditorial .adjacent .hero__image.is-loading,#FeatureEditorial .hero--double .hero__image.is-loading {
        min-width: 300px
    }
}

#FeatureEditorial .hotspot {
    position: absolute;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 5
}

#FeatureEditorial .hotspot,#FeatureEditorial .hotspot * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

#FeatureEditorial .hotspot--active {
    z-index: 6
}

#FeatureEditorial .hotspot__icon {
    font-size: 50px;
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    background: rgba(255,255,255,.05);
    font-weight: 300;
    color: #000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    transition: all .3s ease,background 2s ease .5s;
    line-height: 42px;
    user-select: none;
    animation: pulse-invert 6s ease 5
}

#FeatureEditorial .hotspot__icon--inverted {
    background: rgba(0,0,0,.05);
    color: #fff;
    animation: pulse 6s ease 5
}

#FeatureEditorial .hotspot__icon:before {
    display: none
}

#FeatureEditorial .hotspot__product {
    position: absolute;
    opacity: 0;
    transform: scale(.6);
    transition: all .3s ease;
    background: #fff;
    width: 190px;
    padding: 10px;
    margin: 5px;
    top: 0;
    left: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    visibility: hidden
}

#FeatureEditorial .hotspot__product *,.vex-content .hotspot__product__link * {
    text-align: center
}

#FeatureEditorial .hotspot__product--right {
    left: auto;
    right: 40px
}

#FeatureEditorial .hotspot__product--bottom {
    top: auto;
    bottom: 0
}

#FeatureEditorial .hotspot__product *,.vex-content .hotspot__product__link * {
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    text-transform: uppercase
}

#FeatureEditorial .hotspot__product .hotspot__product__text,.vex-content .hotspot__product__link .hotspot__product__text {
    font-size: 14px;
    margin: 2px auto;
    line-height: 1.2
}

#FeatureEditorial .hotspot__product .hotspot__product__text--brand,.vex-content .hotspot__product__link .hotspot__product__text--brand {
    font-weight: 700
}

#FeatureEditorial .hotspot__product .hotspot__product__text--button,.vex-content .hotspot__product__link .hotspot__product__text--button {
    margin-top: 15px
}

#FeatureEditorial .hotspot__product .lc-button {
    padding: 13px 15px 12px
}

#FeatureEditorial .hotspot--active .hotspot__product {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

#FeatureEditorial .hotspot--active .hotspot__icon {
    transform: rotate(45deg)
}

#FeatureEditorial .hero__figure--shoppable:active .hotspot__icon,#FeatureEditorial .hero__figure--shoppable:focus .hotspot__icon,#FeatureEditorial .hero__figure--shoppable:hover .hotspot__icon {
    background: rgba(255,255,255,.8)
}

#FeatureEditorial .hero__figure--shoppable:active .hotspot__icon--inverted,#FeatureEditorial .hero__figure--shoppable:focus .hotspot__icon--inverted,#FeatureEditorial .hero__figure--shoppable:hover .hotspot__icon--inverted {
    background: rgba(0,0,0,.6)
}

#FeatureEditorial .hotspot__product:active .lc-button,#FeatureEditorial .hotspot__product:focus .lc-button,#FeatureEditorial .hotspot__product:hover .lc-button,.vex-content .hotspot__product__link:active .lc-button,.vex-content .hotspot__product__link:focus .lc-button,.vex-content .hotspot__product__link:hover .lc-button {
    background: #000!important;
    color: #fff!important
}

#FeatureEditorial .header {
    width: 95%
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .header {
        max-width:968px;
        margin: auto
    }
}

#FeatureEditorial .header__title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none
}

#FeatureEditorial .header__title,#FeatureEditorial .header__title * {
    text-align: center
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .header__title {
        font-size:42px
    }
}

#FeatureEditorial .header__title__lines__item {
    font-family: inherit;
    line-height: 1.2;
    margin: 20px auto
}

#FeatureEditorial .header__title__lines__item--primary {
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: .06em;
    word-spacing: 0
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .header__title__lines__item--primary {
        margin-top:90px
    }
}

#FeatureEditorial .header__title__lines__item--below {
    margin-top: 26px;
    font-size: 19px;
    text-transform: none
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .header__title__lines__item--below {
        margin-top:40px;
        font-size: 30px
    }
}

#FeatureEditorial .header__credit {
    margin-top: 20px;
    font-size: 16px
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .header__credit {
        margin-top:30px;
        font-size: 20px
    }
}

#FeatureEditorial .content {
    width: 83%
}

#FeatureEditorial .content__desc {
    margin-top: 50px;
    font-size: 15px;
    max-width: 514px
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .content__desc {
        margin-top:90px
    }
}

@media only screen and (min-width: 600px) {
    #FeatureEditorial .content__desc--three-column,#FeatureEditorial .content__desc--two-column {
        columns:2;
        column-gap: 2em;
        max-width: 560px
    }
}

@media only screen and (min-width: 840px) {
    #FeatureEditorial .content__desc--three-column {
        columns:3;
        max-width: 800px
    }
}

#FeatureEditorial .content__desc p,#FeatureEditorial .marked p {
    margin-bottom: .6em;
    text-align: justify;
    line-height: 1.4
}

#FeatureEditorial .content__desc.center p,#FeatureEditorial .marked.center p {
    text-align: center
}

#FeatureEditorial .marked a {
    color: #000
}

#FeatureEditorial .marked a[target="_blank"] {
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-right: 8px
}

#FeatureEditorial .marked a[target="_blank"]:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxje4D8eTBawB+LXQEyWATDNIJpkA5A1gwBJBqBrBgGiDcCmGQSIMgCXZhAgaAA+zQTBwGkGgTIgJlvzQAEGBgAm6Bob9VNMHwAAAABJRU5ErkJggg==);
    background-size: 8px;
    vertical-align: text-top;
    opacity: .7;
    position: absolute;
    margin-top: 2px
}

#FeatureEditorial .marked h1,#FeatureEditorial .marked h2,#FeatureEditorial .marked h3,#FeatureEditorial .marked h4,#FeatureEditorial .marked h5,#FeatureEditorial .marked h6 {
    margin-top: .5em;
    margin-bottom: .35em;
    letter-spacing: .06em;
    word-spacing: .05em;
    text-transform: none;
    font-weight: 400;
    text-align: center
}

#FeatureEditorial .marked h1,#FeatureEditorial .marked h3,#FeatureEditorial .marked h5 {
    text-transform: uppercase
}

#FeatureEditorial .marked h1 {
    font-size: 32px
}

#FeatureEditorial .marked h2 {
    font-size: 28px
}

#FeatureEditorial .marked h3 {
    font-size: 24px
}

#FeatureEditorial .marked h4 {
    font-size: 20px
}

#FeatureEditorial .marked h5 {
    font-size: 18px
}

#FeatureEditorial .marked h6 {
    font-size: 16px
}

#FeatureEditorial .marked ol,#FeatureEditorial .marked ul {
    margin-bottom: 1em
}

#FeatureEditorial .marked ol li,#FeatureEditorial .marked ul li {
    padding-left: 1em;
    text-align: justify
}

#FeatureEditorial .content__desc.center ul li,#FeatureEditorial .marked.center ol li {
    text-align: center
}

#FeatureEditorial .marked ul li:before {
    content: "â€“";
    margin-right: .5em
}

#FeatureEditorial .marked ol li {
    list-style: decimal;
    margin-left: 1.2em
}

#FeatureEditorial .marked blockquote {
    padding: .5em 0 .5em 1em;
    margin: .5em 2em .5em 1em;
    border-right: 5px solid transparent;
    border-left: 5px solid #888
}

#FeatureEditorial .marked blockquote p {
    color: #555
}

#FeatureEditorial .marked code {
    font-family: Consolas,Incosolata,Monaco,monospace;
    color: #000;
    background: #eee;
    border-radius: 3px;
    padding: 1px 3px
}

#FeatureEditorial .marked hr {
    margin: 2em -10px;
    height: 1px;
    background: #ccc
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .marked hr {
        margin:2em -3em
    }
}

#FeatureEditorial .content__title {
    max-width: 850px;
    line-height: 1.2;
    font-size: 20px;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: .1em
}

#FeatureEditorial .content__title--caps {
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .content__title {
        margin-top:100px;
        margin-bottom: 20px
    }
}

#FeatureEditorial .content__title+.content__desc {
    margin-top: 20px
}

#FeatureEditorial .pull-quote {
    border: none;
    font-weight: 700;
    max-width: 800px;
    margin: 80px 30px
}

#FeatureEditorial .pull-quote * {
    text-align: left
}

#FeatureEditorial .pull-quote--right * {
    text-align: right
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .pull-quote {
        margin:80px auto;
        margin-left: 15px
    }

    #FeatureEditorial .pull-quote--right {
        margin-left: auto;
        margin-right: 15px
    }
}

@media only screen and (min-width: 1200px) {
    #FeatureEditorial .pull-quote {
        margin-left:0
    }

    #FeatureEditorial .pull-quote--right {
        margin-left: auto;
        margin-right: 0
    }
}

#FeatureEditorial .pull-quote__text {
    font-size: 33px;
    line-height: 1.4;
    color: #000
}

#FeatureEditorial .pull-quote__text:before {
    content: "â€œ"
}

#FeatureEditorial .pull-quote__text:after {
    content: "â€"
}

#FeatureEditorial .products {
    margin-top: 70px;
    max-width: 1000px
}

#FeatureEditorial .products * {
    text-align: center
}

#FeatureEditorial .products a {
    display: block
}

#FeatureEditorial .products__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch
}

#FeatureEditorial .products__item {
    min-width: 160px;
    max-width: 49%;
    padding: 0 10px;
    margin: 0 auto 30px;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    #FeatureEditorial .products {
        overflow-x:auto
    }

    #FeatureEditorial .products__list {
        width: fit-content;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 10px
    }

    #FeatureEditorial [data-scrolling] .products__item {
        min-width: 190px
    }
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .products__item {
        width:170px;
        max-width: 200px;
        min-width: auto;
        margin: 0 10px;
        padding: 0
    }

    #FeatureEditorial .products--2 {
        max-width: 600px
    }

    #FeatureEditorial .products--5,#FeatureEditorial .products--6 {
        max-width: 720px
    }

    #FeatureEditorial .products--7,#FeatureEditorial .products--8 {
        max-width: 920px
    }

    #FeatureEditorial .products--5 .products__list,#FeatureEditorial .products--6 .products__list {
        justify-content: center
    }

    #FeatureEditorial .products--5 .products__list .products__item,#FeatureEditorial .products--6 .products__list .products__item {
        margin: 0 30px
    }
}

#FeatureEditorial .products__item__text {
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    line-height: 1.2
}

#FeatureEditorial .products__item__text--brand {
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0
}

#FeatureEditorial .products__item__text--name {
    font-size: 14px;
    margin: 5px 0
}

#FeatureEditorial .products__item__text--price {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 12px
}

#FeatureEditorial .style__content__cta {
    margin-top: 50px;
    text-align: center
}

#FeatureEditorial .style__content__cta:last-child {
    margin-top: 80px;
    margin-bottom: 80px
}

#FeatureEditorial .style__content__cta__button {
    min-width: 220px;
    margin: 5px;
    padding: 13px 15px 12px
}

#FeatureEditorial .ordered-list {
    overflow: hidden;
    max-width: 515px;
    width: 83%;
    margin: auto;
    margin-top: 70px
}

#FeatureEditorial .ordered-list__item {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 50px;
    counter-increment: step-counter;
    position: relative;
    top: 5px
}

#FeatureEditorial .ordered-list__item:before {
    content: counter(step-counter);
    display: block;
    width: 30px;
    height: 30px;
    font-family: "Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-indent: 1px;
    color: currentColor;
    border: 1px solid rgba(0,0,0,.8);
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
    box-shadow: 0 0 0 3px #fff
}

#FeatureEditorial .ordered-list__item:last-child:after {
    content: "line";
    display: block;
    width: 1px;
    height: 10000px;
    position: absolute;
    z-index: -1;
    left: 16px;
    bottom: 100%;
    border-left: 1px dashed currentColor
}

#FeatureEditorial .ordered-list__item__title {
    font-size: 20px;
    letter-spacing: .6px;
    text-transform: none;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left
}

#FeatureEditorial .ordered-list__item__desc p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:before {
    text-indent: 0
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(1):before {
    content: "A"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(2):before {
    content: "B"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(3):before {
    content: "C"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(4):before {
    content: "D"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(5):before {
    content: "E"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(6):before {
    content: "F"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(7):before {
    content: "G"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(8):before {
    content: "H"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(9):before {
    content: "I"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(10):before {
    content: "J"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(11):before {
    content: "K"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(12):before {
    content: "L"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(13):before {
    content: "M"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(14):before {
    content: "N"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(15):before {
    content: "O"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(16):before {
    content: "P"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(17):before {
    content: "Q"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(18):before {
    content: "R"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(19):before {
    content: "S"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(20):before {
    content: "T"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(21):before {
    content: "U"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(22):before {
    content: "V"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(23):before {
    content: "W"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(24):before {
    content: "X"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(25):before {
    content: "Y"
}

#FeatureEditorial .ordered-list--alpha .ordered-list__item:nth-child(26):before {
    content: "Z"
}

#FeatureEditorial .adjacent {
    max-width: 400px;
    margin: 80px auto 0;
    padding: 10px
}

#FeatureEditorial .adjacent+.adjacent {
    margin-top: 20px
}

#FeatureEditorial .adjacent+.adjacent--colored {
    margin-top: 0
}

#FeatureEditorial .adjacent__wrapper {
    position: relative
}

#FeatureEditorial .adjacent__wrapper>a,#FeatureEditorial .adjacent__wrapper>span {
    display: block;
    line-height: 0
}

#FeatureEditorial .adjacent__wrapper * {
    color: inherit
}

#FeatureEditorial .adjacent .adjacent__image {
    margin-bottom: 20px
}

#FeatureEditorial .adjacent__title__lines__item--primary {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
    letter-spacing: .065em;
    text-align: center
}

#FeatureEditorial .adjacent__title__lines__item--below {
    font-size: 15px
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .adjacent {
        display:flex;
        max-width: 800px;
        padding: 10px 0;
        align-items: center;
        align-content: center;
        justify-content: space-evenly
    }

    #FeatureEditorial .adjacent+.adjacent {
        margin-top: 0
    }

    #FeatureEditorial .adjacent {
        flex-direction: row
    }

    #FeatureEditorial .adjacent--on-right {
        flex-direction: row-reverse
    }

    #FeatureEditorial .adjacent .adjacent__content,#FeatureEditorial .adjacent .adjacent__image {
        display: flex;
        position: relative
    }

    #FeatureEditorial .adjacent .adjacent__image {
        flex: 0 0 340px;
        margin: 0
    }

    #FeatureEditorial .adjacent .adjacent__content {
        flex: 0 0 360px
    }
}

@media only screen and (min-width: 880px) {
    #FeatureEditorial .adjacent .adjacent__content {
        flex:0 0 400px
    }
}

#FeatureEditorial .adjacent .marked h1,#FeatureEditorial .adjacent .marked h2,#FeatureEditorial .adjacent .marked h3,#FeatureEditorial .adjacent .marked h4,#FeatureEditorial .adjacent .marked h5,#FeatureEditorial .adjacent .marked h6 {
    text-align: justify
}

#FeatureEditorial .adjacent--padded .adjacent__title__lines__item--primary {
    text-align: left
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .adjacent--padded {
        align-items:start
    }

    #FeatureEditorial .adjacent--padded .adjacent__image {
        padding: 30px;
        margin-top: 0
    }

    #FeatureEditorial .adjacent--padded .adjacent__content {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0
    }
}

#FeatureEditorial .read-more {
    margin: 40px auto;
    text-align: center;
    position: relative
}

#FeatureEditorial .read-more-label:before {
    content: "";
    width: 95%;
    height: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    top: -10px;
    background-image: linear-gradient(0deg,#fff 30%,transparent 120%)
}

#FeatureEditorial #read-more-checkbox:checked~* [for=read-more-checkbox] {
    display: none
}

#FeatureEditorial [for=read-more-checkbox] {
    max-width: 180px;
    display: block
}

@media only screen and (max-width: 767px) {
    #FeatureEditorial .hide-for-read-more {
        max-height:0;
        overflow: hidden;
        position: absolute;
        left: -20000em;
        width: 100%
    }
}

#FeatureEditorial .hide-for-read-more.forDesktop {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: -20000em;
    width: 100%
}

#FeatureEditorial #read-more-checkbox:checked~* .hide-for-read-more,#FeatureEditorial #read-more-checkbox:checked~.hide-for-read-more {
    max-height: none;
    overflow: visible;
    position: relative;
    left: auto
}

@media only screen and (min-width: 1024px) {
    #FeatureEditorial .hideOnDesktop {
        display:none!important
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    #FeatureEditorial .hideOnTablet {
        display:none!important
    }
}

@media only screen and (min-width: 905px) and (max-width:1023px) {
    #FeatureEditorial .hideOnTabletLandscape {
        display:none!important
    }
}

@media only screen and (min-width: 768px) and (max-width:904px) {
    #FeatureEditorial .hideOnTabletPortrait {
        display:none!important
    }
}

@media only screen and (max-width: 767px) {
    #FeatureEditorial .hideOnMobile {
        display:none!important
    }
}

@media only screen and (min-width: 541px) and (max-width:767px) {
    #FeatureEditorial .hideOnMobileLandscape {
        display:none!important
    }
}

@media only screen and (max-width: 540px) {
    #FeatureEditorial .hideOnMobilePortrait {
        display:none!important
    }
}

#FeatureEditorial .hero--video {
    display: block;
    position: relative;
    max-width: 1024px;
    z-index: 1
}

#FeatureEditorial .hero--video>[data-video-id] {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 100%;
    background: 0 0
}

#FeatureEditorial .hero--video__sentinel {
    display: block;
    padding: 0;
    margin: 0 auto
}

#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-big-play-button {
    background-color: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    transition: background-color .35s ease
}

#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-big-play-button:active,#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-big-play-button:focus,#FeatureEditorial .bc-player-t8uLfHjnb_default:active .vjs-big-play-button,#FeatureEditorial .bc-player-t8uLfHjnb_default:hover .vjs-big-play-button {
    background-color: rgba(0,0,0,.35);
    transition: background-color .35s ease
}

#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 120px;
    opacity: .6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
    box-shadow: 0 0 120px 60px rgba(0,0,0,.3);
    background: rgba(0,0,0,.3);
    border-radius: 120px
}

#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-big-play-button:active .vjs-icon-placeholder,#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-big-play-button:focus .vjs-icon-placeholder,#FeatureEditorial .bc-player-t8uLfHjnb_default:active .vjs-big-play-button .vjs-icon-placeholder,#FeatureEditorial .bc-player-t8uLfHjnb_default:hover .vjs-big-play-button .vjs-icon-placeholder {
    opacity: 1
}

#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-control:focus,#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-control:focus:before,#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-control:hover:before {
    text-shadow: none;
    outline: 1px dotted rgba(255,255,255,.5);
    outline-offset: -2px
}

#FeatureEditorial .bc-player-t8uLfHjnb_default .vjs-load-progress div {
    background: rgba(0,0,0,.25)
}

#FeatureEditorial .carousel {
    margin: auto;
    margin-top: 70px;
    max-width: 640px;
    width: 100%
}

#FeatureEditorial #read-more-checkbox+.carousel {
    margin-top: 20px;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial #read-more-checkbox+.carousel {
        margin-top:40px
    }
}

#FeatureEditorial .carousel__slide {
    width: 100%;
    position: relative
}

#FeatureEditorial .flickity-enabled .carousel__slide {
    display: flex;
    min-height: 100%
}

#FeatureEditorial .carousel__slide__wrapper {
    text-align: center;
    display: block
}

#FeatureEditorial .carousel__slide__wrapper:hover {
    opacity: 1!important
}

#FeatureEditorial .carousel__slide__content {
    max-width: 500px;
    width: 100%
}

#FeatureEditorial .carousel__slide__text p,#FeatureEditorial .carousel__slide__title {
    text-align: center
}

#FeatureEditorial .carousel__slide__title {
    font-size: 22px;
    margin-top: 15px;
    letter-spacing: .065em
}

#FeatureEditorial .carousel__slide__text {
    font-size: 16px;
    margin: 10px 10px 0
}

#FeatureEditorial .carousel__slide__image {
    max-width: 100%;
    max-height: 420px
}

#FeatureEditorial .flickity-button-icon {
    stroke: #fff;
    stroke-width: 2px;
    stroke-opacity: .75
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial .flickity-button.previous {
        left:-80px
    }

    #FeatureEditorial .flickity-button.next {
        right: -80px
    }
}

#FeatureEditorial figcaption {
    font-size: 14px!important;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
    z-index: 1
}

#FeatureEditorial .hero__figure__caption {
    color: #666;
    max-width: 440px;
    margin-top: 5px;
    margin-bottom: 5px
}

#FeatureEditorial .hero--double .hero__figure__caption {
    max-width: 390px
}

#FeatureEditorial .hero__figure__caption a {
    border-bottom: 1px solid #ddd;
    color: #000
}

@media only screen and (max-width: 767px) {
    #FeatureEditorial section:not(.adjacent) .hero__figure__caption {
        padding:0 10px
    }
}

#FeatureEditorial .hero--double .hero__figure:first-of-type .hero__figure__caption {
    text-align: left;
    margin-left: 0;
    padding-right: 20px
}

#FeatureEditorial .hero--double .hero__figure:last-of-type .hero__figure__caption {
    text-align: right;
    margin-right: 0;
    padding-left: 20px
}

#FeatureEditorial .adjacent__image .hero__figure__caption {
    text-align: left;
    bottom: -5px
}

#FeatureEditorial .podcast {
    position: relative;
    text-align: center
}

#FeatureEditorial .hero+.podcast {
    margin-top: -40px
}

#FeatureEditorial .podcast__wrapper {
    margin: 50px auto 50px
}

#FeatureEditorial .hero+.podcast .podcast__wrapper {
    margin-top: 0
}

#FeatureEditorial .podcast__iframe {
    border-radius: 0;
    overflow: hidden
}

#FeatureEditorial .podcast__iframe-wrapper {
    position: relative;
    max-width: 720px
}

#FeatureEditorial .podcast__listen {
    margin: 5px 0;
    font-size: 14px;
    text-transform: none
}

#FeatureEditorial .podcast-transcript {
    display: flex;
    align-items: flex-start;
    justify-items: space-evenly
}

#FeatureEditorial .podcast-transcript__content {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 600px
}

#FeatureEditorial .podcast-transcript hr {
    margin: 2em 0
}

#FeatureEditorial .podcast+.header .header__title h1 {
    margin-top: -10px!important
}

#FeatureEditorial .podcast__tabs {
    text-align: center;
    display: block;
    margin: 30px auto;
    border-bottom: 1px solid grey;
    max-width: 1000px
}

#FeatureEditorial .podcast__tab {
    display: none
}

@media only screen and (max-width: 999px) {
    #FeatureEditorial .podcast__tab {
        font-family:"Lane Crawford",å¾®è½¯é›…é»‘ä½“,"Microsoft YaHei",å†¬é’é»‘ä½“,"Hiragino Sans GB",åŽæ–‡é»‘ä½“,STHeiti,sans-serif;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2.5px;
        padding: 5px 12px;
        background: 0 0;
        border: none;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        transition: all .2s ease;
        outline: 0;
        transform: translateY(2px)
    }

    #FeatureEditorial .podcast__tab.selected {
        border-bottom-color: #000
    }
}

@media only screen and (min-width: 1000px) {
    #FeatureEditorial .hero+.podcast {
        margin-top:40px
    }

    #FeatureEditorial .podcast-transcript--double {
        max-width: 1000px
    }

    #FeatureEditorial .podcast-transcript--double .podcast-transcript__content {
        flex: 0 0 50%;
        width: 50%
    }

    #FeatureEditorial .podcast-transcript--triple {
        max-width: 1400px
    }

    #FeatureEditorial .podcast-transcript--triple .podcast-transcript__content {
        flex: 0 0 33.3%;
        width: 33.3%
    }

    #FeatureEditorial .podcast+.content .content__desc,#FeatureEditorial .podcast+.header .header__title h1,#FeatureEditorial .podcast+.header+.content .content__desc {
        margin-top: 30px!important
    }
}

#FeatureEditorial .podcast__icon {
    width: 24px;
    display: inline-block;
    margin: 5px 10px
}

@media only screen and (min-width: 1000px) {
    #FeatureEditorial .podcast__icon {
        width:32px
    }
}

#FeatureEditorial .podcast .marked p {
    text-align: left;
    margin: 1em
}

#FeatureEditorial .podcast blockquote {
    border: none;
    font-size: 1.4em;
    margin: 1em 0;
    padding: 0;
    color: #000!important
}

#FeatureEditorial .podcast blockquote p:first-child:before {
    content: "â€Ÿ";
    display: inline-block;
    text-indent: 0
}

#FeatureEditorial .podcast blockquote p:last-child:after {
    content: "â€";
    display: inline-block;
    text-indent: 0
}

#FeatureEditorial .podcast blockquote p {
    color: inherit
}

@media only screen and (min-width: 768px) {
    #FeatureEditorial>.hide-for-read-more>section.hero--video,#FeatureEditorial>.hide-for-read-more>section:not(.hero--double):not(.adjacent) .hero__image,#FeatureEditorial>section:nth-of-type(n+2).hero--video,#FeatureEditorial>section:nth-of-type(n+2):not(.hero--double):not(.adjacent) .hero__image {
        height:auto;
        max-width: 680px
    }
}

#FeatureEditorial>.hide-for-read-more>section.hero--double .hero__image {
    max-height: 500px
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.4)
    }

    35% {
        box-shadow: 0 0 0 12px rgba(255,255,255,0)
    }

    100%,50% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes pulse-invert {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }

    35% {
        box-shadow: 0 0 0 12px transparent
    }

    100%,50% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes video-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
