.l-grid,
.l-hub-grid,
.l-product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}
.error,
.l-grid,
.l-hub-grid,
.l-product-list {
    -webkit-box-direction: normal
}
.error h1,
.error h1 a {
    color: #fff
}
.contentful-validation-error-Preview {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e4450e;
    background-color: #666;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .25) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .25) inset;
    border-radius: 3px;
    text-align: center;
    word-wrap: break-word;
    outline: red solid 2px
}
.l-centered,
.l-centered--narrow {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.contentful-validation-error-Live {
    display: none
}
.l-centered--narrow:after,
.l-centered:after {
    content: " ";
    display: block;
    clear: both
}
@media (min-width: 48em) {
    .l-centered--narrow {
        max-width: 704px;
        margin-left: auto;
        margin-right: auto
    }
    .l-centered--narrow:after {
        content: " ";
        display: block;
        clear: both
    }
    .l-centered--rhythm {
        margin-bottom: 32px
    }
}
@media (min-width: 62em) {
    .l-centered--narrow {
        max-width: 909.33px;
        margin-left: auto;
        margin-right: auto
    }
    .l-centered--narrow:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media (min-width: 75em) {
    .l-centered--narrow {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto
    }
    .l-centered--narrow:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media (min-width: 90.625em) {
    .l-centered--narrow {
        max-width: 1329.17px;
        margin-left: auto;
        margin-right: auto
    }
    .l-centered--narrow:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media (min-width: 62em) {
    .l-centered--wide {
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto
    }
    .l-centered--wide:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media (min-width: 90.625em) {
    .l-centered--wide {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto
    }
    .l-centered--wide:after {
        content: " ";
        display: block;
        clear: both
    }
}
.l-flexible {
    margin-right: 1.69492%;
    margin-left: 1.69492%
}
@media (min-width: 62em) {
    .l-centered--rhythm {
        margin-bottom: 41.33px
    }
    .l-flexible {
        margin-right: 0;
        margin-left: 0
    }
}
@media (min-width: 48em) {
    .l-flexible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .l-flexible__item {
        margin-left: 1.69492%;
        display: block;
        max-width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .l-flexible__item:first-child {
        margin-left: 0
    }
}
.l-full-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.l-full-width:after {
    content: " ";
    display: block;
    clear: both
}
.l-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.l-grid__item {
    width: 100%;
    position: relative
}
@media (min-width: 48em) {
    .l-grid__item {
        width: 50%;
        background: #eee;
        position: relative;
        overflow: hidden
    }
    .l-grid__item:before {
        display: block;
        width: 100%;
        content: '';
        padding-bottom: 100%
    }
}
.l-grid__item--half-width {
    width: 100%
}
@media (min-width: 48em) {
    .l-grid__item--half-width {
        width: 50%;
        position: relative;
        overflow: hidden
    }
    .l-grid__item--half-width:before {
        display: block;
        width: 100%;
        content: '';
        padding-bottom: 100%
    }
    .l-grid__item--full-width {
        position: relative;
        overflow: hidden
    }
    .l-grid__item--full-width:before {
        display: block;
        width: 100%;
        content: '';
        padding-bottom: 50%
    }
}
.l-grid__item--full-width {
    width: 100%
}
.l-hub-grid,
.l-multi-column-2-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
.l-hub-grid {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6.77966% 6.77966% 0
}
.l-hub-grid:first-child {
    margin-top: 0
}
.l-hub-grid:last-child {
    padding-bottom: 6.77966%
}
.l-hub-grid>* {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
.l-hub-grid__item {
    width: 100%;
    position: relative
}
@media (min-width: 48em) {
    .l-hub-grid {
        margin-top: 1.69492%;
        padding: 0
    }
    .l-hub-grid.news-hub__latest-others {
        margin-top: 0
    }
    .l-hub-grid:last-child {
        padding-bottom: 0
    }
    .l-hub-grid__item {
        position: relative;
        overflow: hidden;
        width: 49.15254%;
        margin-right: 1.69492%;
        background: #eee
    }
    .l-hub-grid__item:before {
        display: block;
        width: 100%;
        content: '';
        padding-bottom: 100%
    }
    .l-hub-grid__item:last-child {
        margin-right: 0;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .l-hub-grid__item--three {
        width: 32.20339%;
        margin-top: 1.69492%
    }
    .l-hub-grid__item--three:nth-child(3n+0) {
        margin-right: 0;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}
.l-stackable:after,
.l-stackable__item:after {
    content: " ";
    display: block;
    clear: both
}
.l-masthead-lead {
    margin-top: auto;
    position: relative
}
@media (min-width: 48em) {
    .l-masthead-lead {
        margin-top: -8.47458%
    }
}
.l-stackable {
    max-width: 100%;
    margin-left: 8.47458%;
    margin-right: 8.47458%
}
@media (min-width: 62em) {
    .l-stackable {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.69492%;
        padding-right: 1.69492%
    }
    .l-stackable:after {
        content: " ";
        display: block;
        clear: both
    }
}
.l-stackable__item {
    max-width: 100%;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}
.l-widget--factfile,
.l-widget--subject {
    padding: 90px 8.47458%
}
.l-multi-column-2-1 {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.l-product-list,
.l-product-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
.l-multi-column-2-1>* {
    margin-top: 1.69492%;
    width: 100%
}
.l-multi-column-2-1>:nth-child(-n+1) {
    margin-top: 0
}
@media (min-width: 48em) {
    .l-multi-column-2-1>* {
        margin-right: 1.69492%;
        width: 49.15254%
    }
    .l-multi-column-2-1>:nth-child(2n) {
        margin-right: 0
    }
    .l-multi-column-2-1>:nth-child(-n+2) {
        margin-top: 0
    }
}
.l-product-list {
    margin: 0 auto;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.l-product-list__item {
    display: flex;
    margin-top: 60px;
    margin-right: 2.5641%;
    width: 48.71795%
}
.l-product-list__item:nth-child(2n) {
    margin-right: 0
}
.l-product-list__item:nth-child(-n+2) {
    margin-top: 0
}
@media (min-width: 62em) {
    .l-product-list__item {
        margin-right: 2.5641%;
        width: 23.07692%
    }
    .l-product-list__item:nth-child(2n) {
        margin-right: 2.5641%
    }
    .l-product-list__item:nth-child(4n) {
        margin-right: 0
    }
    .l-product-list__item:nth-child(-n+4) {
        margin-top: 0
    }
}
.error {
    height: 100vh;
    background: url(../images/page-not-found.jpg?w=414&h=547) center no-repeat #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column
}
.error h1 {
    line-height: 58px;
    text-align: center;
    letter-spacing: 0;
    margin: 0 auto;
    font: 36px/42px "Magorian Regular", Georgia, Times, "Times New Roman", serif;
    padding: 0 10px;
    width: 100%
}
@media (min-width: 30.0625em) {
    .error {
        background-image: url(../images/page-not-found.jpg?w=1210&h=1007)
    }
}
@media (min-width: 48em) {
    .error h1 {
        line-height: 58px;
        width: 66.10169%;
        font: 48px/51px "Magorian Regular", Georgia, Times, "Times New Roman", serif
    }
}
@media (min-width: 62em) {
    .error {
        background-image: url(../images/page-not-found.jpg)
    }
    .error h1 {
        font: 60px/66px "Magorian Regular", Georgia, Times, "Times New Roman", serif
    }
}