@charset "UTF-8";

body,
html {
    font-size: 16px
}

body,
button {
    padding: 0
}

#content,
.mainContent,
body,
html {
    position: relative
}

.hidden,
.slick-loading .slick-track {
    visibility: hidden
}

.captcha-tools,
img {
    vertical-align: middle
}

.progress a,
a,
nav a,
nav button {
    text-decoration: none
}

.career p a,
.general-page p a {
    word-break: break-all
}

.panel .slick-slide,
.slick-slide.dragging img {
    pointer-events: none
}

body {
    opacity: 0;
    font-family: Roboto-Regular;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-variant-ligatures: no-common-ligatures
}

body.mobile-opened {
    overflow: hidden
}

.headerMobile,
.mainContent {
    -webkit-overflow-scrolling: touch
}

body.mobile-opened #header,
body.mobile-opened .mainContent {
    -webkit-transform: translateX(-330px);
    -moz-transform: translateX(-330px);
    -ms-transform: translateX(-330px);
    transform: translateX(-330px)
}

body.admin-menu #header {
    top: 30px
}

html.size-medium,
html.size-medium body {
    font-size: 18px
}

html.size-large,
html.size-large body {
    font-size: 20px
}

html[lang=zh-hk] *,
html[lang=zh-cn] * {
    font-family: "Microsoft JhengHei", "微軟正黑體" !important
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.contact__left,
.contact__right,
.m-form__half,
.slick-slider {
    box-sizing: border-box
}

input:not([type=checkbox]),
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

select {
    background-repeat: no-repeat !important;
    background-position: right 5px center !important
}

select:focus,
select:hover {
    background-color: #2b2e34;
    color: #fff
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    max-width: 100%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    img {
        outline: 0;
        border: 0
    }
}

a {
    cursor: pointer
}

#content {
    padding-top: 175px
}

@media (max-width:1200px) {
    #content {
        padding-top: 95px
    }
}

@media (max-width:580px) {
    #content {
        padding-top: 85px
    }
}

.mainContent {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    overflow-y: auto
}

.linkBorder a,
.linkBorder button,
.m-form__field {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media print {
    #content {
        padding-top: 10px
    }

    .mainContent {
        padding-top: 0 !important
    }
}

.hidden {
    position: absolute;
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
    left: 0
}

.mainTitles {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center
}

.mainTitles__big {
    padding-bottom: 10px
}

@supports (-webkit-overflow-scrolling:touch) {
    .mainTitles__big {
        letter-spacing: -1px
    }
}

@media screen and (max-width:580px) {
    .mainTitles__small {
        font-size: 13px !important
    }

    .mainTitles {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

nav a,
nav button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}

nav a:focus,
nav a:hover,
nav button:focus,
nav button:hover {
    outline: 0
}

.linkBorder__text {
    margin-left: 35px;
    line-height: 40px
}

.linkBorder a,
.linkBorder button {
    transition: all .2s;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #d9242d;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 1
}

.linkBorder a i,
.linkBorder button i {
    line-height: auto;
    position: absolute;
    left: 0;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 28px
}

.linkBorder a:focus,
.linkBorder a:hover,
.linkBorder button:focus,
.linkBorder button:hover {
    background-color: #2b2e34
}

.m-form__section {
    display: inline-block;
    min-height: 40px;
    margin-bottom: 8px;
    width: 100%
}

.m-form__column {
    width: calc(50% - 10px)
}

@media screen and (max-width:580px) {
    .m-form__column {
        width: 100%
    }
}

.m-form__half {
    float: left;
    width: calc(50% - 10px)
}

.m-form__half:last-of-type {
    margin-left: 20px
}

.m-form__field {
    transition: all .2s;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: 0 0;
    padding: 15px 16px
}

.m-form__dropdown>ul li a,
.m-form__textArea {
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.m-form__field:focus,
.m-form__field:hover {
    border: 1px solid #2b2e34
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .m-form__field {
        padding-left: 10px
    }
}

@media screen and (max-width:580px) {
    .m-form__half {
        width: 100%;
        float: none
    }

    .m-form__half:last-child {
        margin-left: 0;
        margin-top: 10px
    }

    .m-form__field {
        padding: 11px 16px
    }
}

.m-form__textArea {
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px
}

.m-form__textArea:focus,
.m-form__textArea:hover {
    border: 1px solid #2b2e34
}

.m-form__dropdown {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    position: relative
}

.m-form__dropdown>ul {
    max-height: 300px;
    overflow: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 !important;
    margin: 0;
    text-align: left;
    z-index: 20;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.m-form__dropdown>a,
.m-form__dropdown>ul li a {
    padding: 14px 40px 13px 16px;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    display: block
}

.m-form__dropdown>ul li {
    font-size: 14px;
    display: block;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #ebebeb;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word
}

@media screen and (max-width:580px) {
    .m-form__dropdown>ul li {
        font-size: 12px
    }
}

.m-form__dropdown>ul li a {
    transition: all .2s;
    color: #666
}

.m-form__dropdown>ul li a.selected,
.m-form__dropdown>ul li a:focus,
.m-form__dropdown>ul li a:hover {
    background-color: #2b2e34;
    color: #f2f2f2
}

.m-form__dropdown>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important;
    min-height: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.m-form__dropdown>a[aria-expanded=true] {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.m-form__dropdown>a[aria-expanded=true]:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px
}

.m-form__dropdown>a span {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #666;
    font-size: 14px
}

.m-form__dropdown>a span a {
    color: #666
}

.m-form__dropdown>a.dropdownError {
    border: 1px solid #da252e
}

.m-form__dropdown>a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-top: rgba(102, 102, 102, .6) 2px solid;
    border-right: rgba(102, 102, 102, .6) 2px solid;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width:580px) {
    .m-form__dropdown>a span {
        font-size: 12px
    }

    .m-form__dropdown>a:before {
        width: 9px;
        height: 9px;
        right: 17px;
        margin-top: -8px
    }
}

.m-form__dropdown>a[aria-expanded=true]+ul,
.m-form__dropdown>a[aria-expanded=true]>ul {
    display: block;
    background: #fff;
    z-index: 10
}

.m-form__dropdown.dark>a {
    background: #2b2e34
}

.m-form__dropdown.dark>a span {
    color: #fff
}

.m-form__dropdown.dark>a:before {
    border-top: #fff 2px solid;
    border-right: #fff 2px solid
}

.m-form__invisible {
    background: 0 0
}

.compat-object-fit,
.loader {
    background-repeat: no-repeat
}

.m-form__label {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.m-form__error {
    display: none;
    position: relative;
    min-height: 20px;
    margin: 0;
    padding: 10px 0;
    text-align: left
}

#requestForm .m-form__half {
    width: calc(50% - 5px)
}

#requestForm .m-form__half:last-of-type {
    margin-left: 10px
}

#requestForm .m-form__field {
    padding: 19px 16px
}

@media screen and (max-width:580px) {
    #requestForm .m-form__half {
        width: 100%
    }

    #requestForm .m-form__half:last-child {
        margin-left: 0
    }

    #requestForm .m-form__field {
        padding: 11px 16px
    }
}

#requestForm .m-form__dropdown>a {
    min-height: 55px;
    padding: 17px 40px 17px 16px
}

@media screen and (max-width:580px) {
    #requestForm .m-form__dropdown>a {
        min-height: 39px;
        padding: 11px 40px 11px 16px
    }
}

#requestForm .m-form__dropdown>ul li {
    padding: 0
}

#requestForm .m-form__dropdown>ul li a {
    padding: 17px 40px 17px 16px
}

.loader__container {
    position: relative;
    margin-top: 20%;
    min-height: 150px
}

.loader {
    background-image: url(/assets/loading.svg);
    background-position: center center;
    background-size: 150px 150px;
    width: 100%;
    height: 200px
}

.loadMoreButton {
    cursor: pointer;
    width: 355px;
    max-width: 100%;
    border-radius: 4px;
    color: #2b2e34 !important;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #d6d6d6;
    display: inline-block;
    font-size: 17px !important;
    font-weight: 700;
    -webkit-transition: color .2s, background-color .2s;
    -moz-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    -ms-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s
}

.loadMoreButton:focus,
.loadMoreButton:hover {
    background-color: #cacaca
}

@media screen and (max-width:580px) {
    #requestForm .m-form__dropdown>ul li a {
        padding: 11px 40px 11px 16px
    }

    #requestForm .m-form__section {
        margin-bottom: 10px
    }

    .loadMoreButton {
        width: 178px;
        height: 30px;
        line-height: 30px;
        font-size: 12px !important
    }
}

.compat-object-fit {
    background-size: cover !important;
    background-position: top center !important
}

.compat-object-fit img {
    opacity: 0 !important
}

.socialShare {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    display: none;
    overflow: hidden;
    padding: 0 20px;
    background-color: #d6d6d6
}

.socialShare__icon {
    padding: 12px 2px 8px;
    margin: 0;
    width: 13%;
    max-width: 35px;
    text-align: left;
    float: left;
    font-size: 20px;
    color: #666;
    cursor: pointer
}

.socialShare__icon a:focus+.icon,
.socialShare__icon a:hover+.icon,
.socialShare__icon:focus,
.socialShare__icon:hover {
    color: #2b2e34
}

.socialShare__icon a {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

.socialShare__close {
    position: relative;
    float: right;
    text-align: right;
    margin: 0
}

.socialShare__end,
.socialShare__end a {
    position: absolute;
    width: 0
}

.socialShare__slide {
    display: block;
    -o-animation: slideUp .5s both;
    -moz-animation: slideUp .5s both;
    -webkit-animation: slideUp .5s both;
    -ms-animation: slideUp .5s both;
    animation: slideUp .5s both
}

.cmsImage,
.cmsLink,
.cmsText {
    padding: 0;
    margin: 0
}

@-webkit-keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 4em
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

@-moz-keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 4em
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

@-o-keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 4em
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

@keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 4em
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

@-webkit-keyframes expandCard {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes expandCard {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes expandCard {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes expandCard {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cardHover {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-moz-keyframes cardHover {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-o-keyframes cardHover {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes cardHover {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes MoveInRight {
    from {
        right: -100px
    }

    to {
        right: 0
    }
}

@-moz-keyframes MoveInRight {
    from {
        right: -100px
    }

    to {
        right: 0
    }
}

@-o-keyframes MoveInRight {
    from {
        right: -100px
    }

    to {
        right: 0
    }
}

@keyframes MoveInRight {
    from {
        right: -100px
    }

    to {
        right: 0
    }
}

@-webkit-keyframes MoveOutRight {
    from {
        right: 0
    }

    to {
        right: -100px
    }
}

@-moz-keyframes MoveOutRight {
    from {
        right: 0
    }

    to {
        right: -100px
    }
}

@-o-keyframes MoveOutRight {
    from {
        right: 0
    }

    to {
        right: -100px
    }
}

@keyframes MoveOutRight {
    from {
        right: 0
    }

    to {
        right: -100px
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.general-page {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left !important
}

@media screen and (max-width:1350px) {
    .general-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.general-page [class$='_quote'],
.general-page blockquote {
    font-family: RobotoSlab-Bold !important;
    max-width: 640px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 24px !important;
    line-height: 36px
}

@media screen and (max-width:580px) {

    .general-page [class$='_quote'],
    .general-page blockquote {
        font-size: 16px !important;
        line-height: 24px;
        margin-bottom: 20px
    }

    @supports (-webkit-overflow-scrolling:touch) {

        .general-page [class$='_quote'],
        .general-page blockquote {
            letter-spacing: -1px
        }
    }
}

@media print {

    .general-page [class$='_quote'],
    .general-page blockquote {
        text-align: left;
        font-size: 16px !important;
        line-height: 28px
    }
}

.general-page [class$='__header'],
.general-page h2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:580px) {

    .general-page [class$='__header'],
    .general-page h2 {
        font-size: 24px
    }
}

.general-page [class$='__header'] p,
.general-page h2 p {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #2b2e34;
    margin-top: 14px;
    font-weight: 700
}

@media screen and (max-width:580px) {

    .general-page [class$='__header'] p,
    .general-page h2 p {
        font-size: 12px
    }
}

.general-page h2 {
    margin: 0
}

.general-page [class$='__inner'] img {
    display: block;
    margin: 10px auto;
    text-align: center;
    /*width:100%!important;*/
    max-width: 640px !important;
    height: auto !important;
    max-height: 550px;
}

.general-page [class$='__inner'] .slick-slide img {
    height: inherit !important;
    max-width: 100% !important
}

@media print {

    .general-page [class$='__header'],
    .general-page h2 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .general-page [class$='__inner'] .slick-slide img {
        max-width: 50% !important
    }
}

.general-page [class$='__inner'] .slick-slide.industriesPageSliderItem .industriesPageSliderItem__left img {
    max-width: 100% !important;
    object-fit: unset !important
}

@media screen and (max-width:800px) {
    .general-page h2 {
        font-size: 20px
    }
}

.general-page p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 24px
}

@media screen and (max-width:800px) {
    .general-page p {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width:580px) {
    .general-page p {
        font-size: 12px;
        line-height: 20px
    }
}

@media print {
    .general-page p {
        line-height: normal;
        margin-bottom: 0;
        font-size: 12px
    }
}

.general-page p a {
    color: #d9242d
}

.general-page [class$='__tags'] {
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center
}

.general-page [class$='__tags'] a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px
}

.general-page [class$='__tags'] a:focus .tag__item,
.general-page [class$='__tags'] a:hover .tag__item {
    background-color: #d9242d
}

.general-page hr {
    border: none;
    color: #B2B2B2;
    background: #B2B2B2
}

.general-page ol,
.general-page ul {
    padding-left: 20px;
    font-size: 16px
}

@media screen and (max-width:580px) {

    .general-page ol,
    .general-page ul {
        font-size: 12px
    }
}

.general-page ol li,
.general-page ul li {
    line-height: 26px;
    font-size: 16px
}

@media screen and (max-width:580px) {

    .general-page ol li,
    .general-page ul li {
        font-size: 12px;
        line-height: 20px
    }
}

@media print {

    .general-page ol li,
    .general-page ul li {
        font-size: 12px
    }
}

.general-page ol a,
.general-page ul a {
    color: #d9242d
}

.general-page .why-hk-page__inner img,
.industries-page [class$='__inner'] .industries-page__image__container img {
    max-width: 100% !important
}

.result_not_found {
    display: none
}

.result_not_found.active {
    display: block;
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    color: #2b2e34;
    font-weight: 700
}

@media screen and (max-width:580px) {
    .result_not_found.active {
        font-size: 20px
    }
}

body.page-user {
    text-align: center;
    margin: 0;
    padding: 50px 40px
}

@media screen and (max-width:992px) {
    body.page-user {
        padding: 20px
    }
}

body.page-user #header {
    position: relative;
    padding: 0;
    margin: 0 0 30px
}

body.page-user img {
    width: 250px
}

body.page-user div.messages {
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 450px;
    border-radius: 2px;
    border-left-width: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    background-image: none
}

body.page-user div.messages.error {
    background: #fef5f1;
    border: 1px solid #da252e;
    border-left-color: #da252e;
    text-align: left;
    font-size: 14px;
    line-height: 24px
}

body.page-user div.messages ul {
    margin: 0
}

body.page-user div.messages ul li {
    list-style: none
}

body.page-user .breadcrumbs {
    display: none
}

body.page-user .form-item {
    padding: 0 0 10px;
    margin-top: 0
}

body.page-user input[type=text],
body.page-user input[type=password] {
    border: 1px solid #CCC;
    padding: 10px;
    margin: 5px 0;
    width: 100%;
    font-size: .8em;
    text-align: left
}

body.page-user form .form-item input.error {
    border: 1px solid #da252e
}

body.page-user .description {
    font-size: .5em;
    color: #666
}

body.page-user #content {
    text-align: left;
    max-width: 450px;
    margin: 20px auto;
    background: #EEE;
    padding: 30px 20px 20px;
    border-radius: 5px
}

body.page-user .form-submit {
    font-family: Roboto-Regular, serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #d9242d;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 1;
    float: right
}

body.page-user .form-actions {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    display: inline-block
}

body.page-user .form-actions:after,
body.page-user .form-actions:before {
    position: absolute;
    z-index: -1;
    padding: 4px;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    content: '';
    -webkit-transition: all .5s ease-in-out center;
    -moz-transition: all .5s ease-in-out center;
    -o-transition: all .5s ease-in-out center;
    -ms-transition: all .5s ease-in-out center;
    transition: all .5s ease-in-out center
}

.bookletdownload__submit,
.contactus__submit,
.footer__top__icons {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

body.page-user .form-actions:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

body.page-user .form-actions:focus:before,
body.page-user .form-actions:hover:before {
    border-color: #d9242d;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

body.page-user .form-actions:focus:after,
body.page-user .form-actions:hover:after {
    border-color: #d9242d;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

body.page-user .copyright {
    color: #999;
    font-size: 12px
}

.adobe-download {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2b2e34
}

.adobe-download a,
.career p a,
.sitemap a {
    color: #db000b
}

@media screen and (max-width:580px) {
    .adobe-download {
        font-size: 12px;
        line-height: 20px
    }
}

.noAnchor {
    cursor: auto !important
}

.sitemap {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto
}

.about,
.progress {
    max-width: 1200px
}

@media screen and (max-width:1350px) {
    .sitemap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.sitemap h2,
.sitemap .h2 {
    font-family: RobotoSlab-Bold, serif;
    font-size: 18px;
    padding-top: 16px;
    font-weight: bold;
    margin: .83em 0
}

@media screen and (max-width:580px) {

    .sitemap h2,
    .sitemap .h2 {
        font-size: 14px
    }
}

.sitemap h3,
.sitemap .h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
}

@media screen and (max-width:580px) {

    .sitemap h3,
    .sitemap .h3 {
        font-size: 12px;
        margin: 6px 0
    }
}

.career {
    text-align: left !important
}

.career p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 24px
}

@media screen and (max-width:800px) {
    .career p {
        font-size: 14px;
        line-height: 24px
    }
}

.captcha-tools {
    display: inline-block
}

.captcha-tools .refresh,
.captcha-tools .speaker {
    cursor: pointer;
    display: inline-block;
    margin: 4px
}

@media screen and (max-width:580px) {
    .career p {
        font-size: 12px;
        line-height: 20px
    }

    .captcha-tools .refresh,
    .captcha-tools .speaker {
        height: 16px
    }
}

.captcha-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background: rgba(0, 0, 0, .9)
}

.captcha-lightbox .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%
}

.captcha-lightbox .close {
    display: block;
    width: 60px;
    height: 60px;
    background: #d9242d;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    padding-top: 2px
}

.progress a:focus>.progress__section,
.progress__section:hover {
    background-color: #e3e3e3
}

.captcha-lightbox .close i {
    color: #fff;
    font-size: 16px
}

.data-right-desc {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block !important
}

.data-right-desc a {
    color: #d9242d
}

@media screen and (max-width:580px) {
    .data-right-desc {
        font-size: 12px;
        line-height: normal;
        margin-top: 40px
    }

    #contactusForm .data-right-desc,
    #requestForm .data-right-desc,
    .contact__agreement_section .data-right-desc {
        margin-top: 10px;
        line-height: 22px
    }

    #contactusForm .checkbox-with-desc .desc,
    #requestForm .checkbox-with-desc .desc,
    .contact__agreement_section .checkbox-with-desc .desc {
        line-height: 22px
    }
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
    font-family: invest-hk !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.checkbox-with-desc {
    display: block;
    clear: both;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 3px;
    font-weight: 400 !important
}

@media screen and (max-width:580px) {
    .checkbox-with-desc {
        font-size: 12px
    }
}

.checkbox-with-desc .desc,
.checkbox-with-desc .error-msg {
    text-align: left;
    font-size: 13px;
    margin-left: 30px
}

.checkbox-with-desc input {
    float: left;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6)
}

.checkbox-with-desc .error-msg {
    color: #da252e;
    display: none;
    padding-top: 6px
}

.checkbox-with-desc a {
    color: #d9242d
}

body.isMobileApp #footer .footer__bottom,
body.isMobileApp #footer .footer__sitemap,
body.isMobileApp #footer .footer__top__newsletter {
    display: none !important
}

body.isMobileApp .footer {
    margin-bottom: 0
}

body.isMobileApp .text h1 {
    display: none
}

body.isMobileApp #header,
body.isMobileApp .backhome_btn,
body.isMobileApp .breadcrumbs,
body.isMobileApp .geo-location,
body.isMobileApp .request,
body.isMobileApp .resolution-suggestion,
body.isMobileApp .sticky,
body.isMobileApp .to-top {
    display: none !important
}

body.isMobileApp #content {
    padding-top: 0 !important
}

body.isMobileApp .contact .contact__submit {
    width: 100%
}

.progress__section__link,
.progress__section__title {
    width: 40%;
    float: left
}

body.desktop,
body.isMobileApp {
    opacity: 1
}

.node-type-anniversary25th .breadcrumbs {
    display: none
}

.node-type-anniversary25th .index__up {
    height: auto
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/assets/fonts/Roboto-Regular.eot);
    src: url(/assets/fonts/Roboto-Regular.woff) format("woff"), url(/assets/fonts/Roboto-Regular.ttf) format("truetype"), url(/assets/fonts/Roboto-Regular.svg) format("svg"), url(/assets/fonts/Roboto-Regular.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoSlab-Regular;
    src: url(/assets/fonts/RobotoSlab-Regular.eot);
    src: url(/assets/fonts/RobotoSlab-Regular.woff) format("woff"), url(/assets/fonts/RobotoSlab-Regular.ttf) format("truetype"), url(/assets/fonts/RobotoSlab-Regular.svg) format("svg"), url(/assets/fonts/RobotoSlab-Regular.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoSlab-Bold;
    src: url(/assets/fonts/RobotoSlab-Bold.eot);
    src: url(/assets/fonts/RobotoSlab-Bold.woff) format("woff"), url(/assets/fonts/RobotoSlab-Bold.ttf) format("truetype"), url(/assets/fonts/RobotoSlab-Bold.svg) format("svg"), url(/assets/fonts/RobotoSlab-Bold.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: invest-hk;
    src: url(/assets/fonts/invest-hk.eot);
    src: url(/assets/fonts/invest-hk.eot) format("embedded-opentype"), url(/assets/fonts/invest-hk.woff) format("woff"), url(/assets/fonts/invest-hk.ttf) format("truetype"), url(/assets/fonts/invest-hk.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon)
}

.icon-facebook-icon:before {
    content: "\71"
}

.icon-twitter-icon:before {
    content: "\72"
}

.icon-linkdin-icon:before {
    content: "\73"
}

.icon-clock:before {
    content: "\62"
}

.icon-mail-icon:before {
    content: "\63"
}

.icon-location-icon:before {
    content: "\64"
}

.icon-time-icon:before {
    content: "\65"
}

.icon-wechat-icon:before {
    content: "\66"
}

.icon-minus-icon:before {
    content: "\67"
}

.icon-mobile-icon:before {
    content: "\68"
}

.icon-youtube-icon:before {
    content: "\69"
}

.icon-down-arrow-icon:before {
    content: "\6a"
}

.icon-download-icon:before {
    content: "\6c"
}

.icon-mobile-tel:before {
    content: "\6d"
}

.icon-email:before {
    content: "\6f"
}

.icon-plus-icon:before {
    content: "\70"
}

.icon-print-icon:before {
    content: "\74"
}

.icon-fax-icon:before {
    content: "\75"
}

.icon-flickr-icon:before {
    content: "\76"
}

.icon-publications-icon:before {
    content: "\77"
}

.icon-tel:before {
    content: "\42"
}

.icon-calendar-icon:before {
    content: "\61"
}

.icon-close-icon:before {
    content: "\6b"
}

.icon-pdf-icon:before {
    content: "\6e"
}

.icon-search-icon:before {
    content: "\78"
}

.icon-share-icon:before {
    content: "\79"
}

.icon-how-it-works-icon:before {
    content: "\7a"
}

.icon-how-it-works-icon-2:before {
    content: "\41"
}

.icon-how-it-works-icon-3:before {
    content: "\43"
}

.icon-text-size-icon:before {
    content: "\44"
}

.icon-language:before {
    content: "\45"
}

.size1 {
    font-size: 80%
}

.size2 {
    font-size: 110%
}

.size3 {
    font-size: 140%
}

.about__header,
.case-studies-page__facts__header,
.case-studies__top__header,
.client-profiles__top__header,
.contact__header,
.error__header,
.events__top__header,
.f-header,
.faq__header,
.index__section__header,
.industries-page__fast__facts__header,
.industries__header,
.newsletter__header,
.other-hk-news__header,
.quote__header,
.resources-page__facts__header,
.setting-up-in-hk__header,
.success__title,
.text__header,
.why__header {
    font-family: RobotoSlab-Bold, serif;
    font-size: 42px;
    color: #d9242d;
    font-weight: 700;
    letter-spacing: .3px
}

@media (max-width:580px) {

    .about__header,
    .case-studies-page__facts__header,
    .case-studies__top__header,
    .client-profiles__top__header,
    .contact__header,
    .error__header,
    .events__top__header,
    .f-header,
    .faq__header,
    .index__section__header,
    .industries-page__fast__facts__header,
    .industries__header,
    .newsletter__header,
    .other-hk-news__header,
    .quote__header,
    .resources-page__facts__header,
    .setting-up-in-hk__header,
    .success__title,
    .text__header,
    .why__header {
        font-size: 35px
    }
}

.about__section__header,
.aboutus-page__further__header,
.archive__container__text,
.case-studies-page__further__header,
.case-studies-page__link,
.case-studies-page__quote,
.client-profiles-page__link,
.error__main,
.f-sub-header,
.general-page [class$='_quote'],
.general-page blockquote,
.news-page__quote,
.panel__section__paragraph2,
.related-articles__inner h2,
.related__header,
.resources-page__further__header,
.resources-page__link,
.resources-page__quote,
.success__body,
.tender__row__txt,
.upcoming__inner h2,
.whats-happening-page__further__header,
.whats-happening-page__link,
.why-hk-page__quote,
.why__section {
    font-family: RobotoSlab-Regular, serif;
    font-size: 20px;
    color: #d9242d;
    font-weight: 700;
    letter-spacing: .3px
}

@media (max-width:580px) {

    .about__section__header,
    .aboutus-page__further__header,
    .archive__container__text,
    .case-studies-page__further__header,
    .case-studies-page__link,
    .case-studies-page__quote,
    .client-profiles-page__link,
    .error__main,
    .f-sub-header,
    .general-page [class$='_quote'],
    .general-page blockquote,
    .news-page__quote,
    .panel__section__paragraph2,
    .related-articles__inner h2,
    .related__header,
    .resources-page__further__header,
    .resources-page__link,
    .resources-page__quote,
    .success__body,
    .tender__row__txt,
    .upcoming__inner h2,
    .whats-happening-page__further__header,
    .whats-happening-page__link,
    .why-hk-page__quote,
    .why__section {
        font-size: 17px
    }
}

@media (max-width:480px) {

    .about__section__header,
    .aboutus-page__further__header,
    .archive__container__text,
    .case-studies-page__further__header,
    .case-studies-page__link,
    .case-studies-page__quote,
    .client-profiles-page__link,
    .error__main,
    .f-sub-header,
    .general-page [class$='_quote'],
    .general-page blockquote,
    .news-page__quote,
    .panel__section__paragraph2,
    .related-articles__inner h2,
    .related__header,
    .resources-page__further__header,
    .resources-page__link,
    .resources-page__quote,
    .success__body,
    .tender__row__txt,
    .upcoming__inner h2,
    .whats-happening-page__further__header,
    .whats-happening-page__link,
    .why-hk-page__quote,
    .why__section {
        font-size: 13px
    }
}

.aboutus-page__further__text,
.case-studies-page__further__text,
.f-menu,
.header__menu a,
.index__section__top,
.resources-page__further__text,
.start__icons__text,
.whats-happening-page__further__text {
    font-family: RobotoSlab-Regular, serif;
    font-size: 14px;
    color: #2b2e34;
    font-weight: 700
}

.f-menu-dropdown,
.f-menu-dropdown-header,
.f-mid-menu,
.headerMenu__section__header,
.headerMenu__section__text a {
    color: #fff;
    font-family: RobotoSlab-Regular, serif
}

.f-menu-dropdown,
.headerMenu__section__text a {
    font-size: 13px
}

.f-menu-dropdown-header,
.headerMenu__section__header {
    font-size: 17px
}

.f-mid-menu {
    font-size: 12px
}

.f-mobile-menu,
.headerMobile__close,
.headerMobile__menu__item {
    font-family: RobotoSlab-Regular, serif;
    font-size: 18px;
    color: #2b2e34;
    font-weight: 700
}

@media (max-width:580px) {

    .f-mobile-menu,
    .headerMobile__close,
    .headerMobile__menu__item {
        font-size: 13px
    }
}

.f-mobile-menu-sub,
.headerMobile__menu__sub {
    font-family: Roboto-Regular, serif;
    font-size: 16px;
    color: #2b2e34
}

@media (max-width:580px) {

    .f-mobile-menu-sub,
    .headerMobile__menu__sub {
        font-size: 12px
    }
}

.f-footer-social,
.footer__top__title {
    font-family: Roboto-Regular, serif;
    font-size: 14px;
    color: #fff
}

.f-footer-menu,
.footer__sitemap__header {
    font-family: RobotoSlab-Regular, serif;
    font-size: 16px;
    color: #2b2e34;
    font-weight: 700
}

.about__button,
.archive__navigation__button,
.error__button,
.events-page__details__button,
.f-button,
.linkBorder a,
.linkBorder button,
.linkBorder__text,
.resources__navigation__button {
    font-family: Roboto-Regular, serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

.f-load-button,
.loadMoreButton {
    font-family: Roboto-Regular, serif;
    font-size: 14px;
    color: #999
}

.about__career__text,
.about__career__title,
.about__team__card,
.about__team__name,
.about__team__text,
.about__team__title,
.about__text,
.archive__item__header,
.archive__item__text a,
.archive__section__hidden,
.breadcrumbs__arrow,
.breadcrumbs__item,
.case-studies-page__tag,
.client-profiles-page__tag,
.contact__information,
.contact__subHeader,
.eventCard__paragraph,
.events-page__details__bold,
.events-page__details__text,
.events-page__speakers__text,
.events-page__speakers__title,
.events-page__support__text,
.events-page__tag,
.events-page__text,
.f-paragraph,
.faq__section__hidden,
.footer__bottom__menu a,
.footer__bottom__text,
.footer__sitemap__address,
.footer__sitemap__subHeader,
.footer__sitemap__text,
.footer__sitemap__text a,
.headerFocus__menu,
.headerMenu__section__button,
.headerMobile__search__input,
.headerTop__menu,
.index__section__paragraph,
.index__section__tags,
.index__section__tags a,
.industries__sub,
.m-form__dropdown>a,
.m-form__error,
.m-form__field,
.m-form__textArea,
.newsletter__agreement__title,
.newsletter__checkbox__label,
.newsletter__description,
.policy__section p,
.resources-page__tag,
.resources__item__header,
.resources__item__text a,
.resources__section__hidden,
.sticky__left__text,
.sticky__right__address,
.tender__row__ans,
.why__sub {
    font-family: Roboto-Regular, serif;
    font-size: 13px;
    color: #2b2e34
}

.f-heading,
.mainTitles__big {
    font-family: RobotoSlab-Bold, serif;
    font-size: 36px;
    color: #2b2e34;
    font-weight: 700;
    letter-spacing: .3px
}

@media (max-width:580px) {

    .f-heading,
    .mainTitles__big {
        font-size: 30px
    }
}

.f-sub-heading,
.mainTitles__small,
.text p {
    font-family: Roboto-Regular, serif;
    font-size: 15px;
    color: #2b2e34
}

@media (max-width:580px) {

    .f-sub-heading,
    .mainTitles__small,
    .text p {
        font-size: 12px
    }
}

.case-studies-page__header,
.client-profiles-page__header,
.events-page__header,
.f-detail-header,
.general-page [class$='__header'],
.general-page h2,
.industries-page__header,
.industriesCard__inner h3,
.industriesTop__right h2,
.news-page__header,
.related .relatedCard__getAnswer h3,
.related .relatedCard__getAnswer .h3,
.resources-page__header,
.whats-happening-page__header,
.why-hk-page__header {
    font-family: RobotoSlab-Bold, serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #d9242d
}

@media (max-width:580px) {

    .case-studies-page__header,
    .client-profiles-page__header,
    .events-page__header,
    .f-detail-header,
    .general-page [class$='__header'],
    .general-page h2,
    .industries-page__header,
    .industriesCard__inner h3,
    .industriesTop__right h2,
    .news-page__header,
    .related .relatedCard__getAnswer h3,
    .related .relatedCard__getAnswer .h3,
    .resources-page__header,
    .whats-happening-page__header,
    .why-hk-page__header {
        font-size: 25px
    }
}

.contact__information__header,
.events-page__details__header,
.events-page__speakers__header,
.events-page__support__header,
.events-page__text__header,
.f-detail-sub-header,
.resources__subheading,
.setting-up-card .title__inner .title h3 {
    font-family: RobotoSlab-Regular, serif;
    font-size: 18px;
    font-weight: 700;
    color: #db000b
}

@media (max-width:580px) {

    .contact__information__header,
    .events-page__details__header,
    .events-page__speakers__header,
    .events-page__support__header,
    .events-page__text__header,
    .f-detail-sub-header,
    .resources__subheading,
    .setting-up-card .title__inner .title h3 {
        font-size: 14px
    }
}

.events .eventTop__text,
.f-card-header-large {
    font-family: Roboto-Regular, serif;
    font-size: 23px;
    color: #2b2e34;
    font-weight: 700
}

@media (max-width:580px) {

    .events .eventTop__text,
    .f-card-header-large {
        font-size: 18px
    }
}

.events .eventTop__date,
.f-card-date-large {
    font-family: Roboto-Regular, serif;
    font-size: 15px;
    color: #2b2e34;
    font-weight: 700
}

.about__network__text,
.caseStudiesCard__text,
.clientProfilesCard__text,
.eventCard__text,
.f-card-header,
.happeningCard__text,
.newsCard__text,
.other-hk-news__list h3,
.other-hk-news__list .h3,
.related .relatedCard__text {
    font-family: Roboto-Regular, serif;
    font-size: 18px;
    color: #2b2e34;
    font-weight: 700;
    letter-spacing: .3px
}

.caseStudiesCard__date,
.clientProfilesCard__date,
.eventCard__date,
.f-card-date,
.newsCard__date,
.related .relatedCard__date {
    font-family: Roboto-Regular, serif;
    font-size: 13px;
    color: #2b2e34;
    font-weight: 700
}

.archive__section__title,
.f-privacy,
.faq__section__title,
.policy__section__header,
.resources__section__title {
    font-family: Roboto-Regular, serif;
    font-size: 15px;
    color: #2b2e34
}

@media (max-width:580px) {

    .archive__section__title,
    .f-privacy,
    .faq__section__title,
    .policy__section__header,
    .resources__section__title {
        font-size: 12px
    }
}

.f-sticky,
.sticky__left__header,
.sticky__right__contact span,
.sticky__right__text,
.sticky__right__text__mobile,
.sticky__top__text {
    font-family: RobotoSlab-Bold, serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700
}

@media (max-width:580px) {

    .f-sticky,
    .sticky__left__header,
    .sticky__right__contact span,
    .sticky__right__text,
    .sticky__right__text__mobile,
    .sticky__top__text {
        font-size: 10px
    }
}

.progressSpacer {
    height: 20px
}

.progress {
    position: relative;
    line-height: 40px;
    font-size: 15px;
    margin: 0 auto;
    text-indent: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2b2e34;
    white-space: none
}

.progress a {
    outline: 0;
    color: #2b2e34
}

.headerFocus__menu:focus,
.headerFocus__menu:hover,
.headerTop__menu:focus,
.headerTop__menu:hover,
.progress a:focus>.progress__section__link,
.progress__section:hover>.progress__section__link {
    text-decoration: underline
}

.progress__header {
    font-size: 30px;
    line-height: 60px;
    height: 60px
}

.progress__section {
    height: 40px;
    border-bottom: 1px solid #e4e4e4
}

@media (max-width:800px) {
    .progress__section__title {
        display: none
    }

    .progress__section__link {
        width: 70%
    }
}

.progress__section__status {
    float: left;
    width: 20%
}

@media (max-width:800px) {
    .progress__section__status {
        width: 30%
    }
}

.footer__sitemap__text a:focus,
.footer__sitemap__text a:hover,
.footer__sitemap__text:focus,
.footer__sitemap__text:hover {
    text-decoration: none;
    color: #d9242d
}

.progress__section__icon {
    position: absolute;
    padding: 10px
}

.slick-loading .slick-list {
    background: url(/assets/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(/assets/fonts/slick.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    /*background-color:rgba(51,51,51,.5);*/
    /*
        Heiman Cheung 2024/01/17
        1.4.11:- will change the background-colour to 60% of black colour
    
    background: #c2c2c2;
    */
    background:rgba(0, 0, 0, .6);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 0 0 1px #2b2e34;
    padding: 0;
    margin-top: 10px;
    border: none;
    outline: 0;
    color: #d9242d;
    opacity: .8;
    z-index: 3
}

@media print {

    .slick-next,
    .slick-prev {
        display: none
    }
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    opacity: 1;
    background-color: #d9242d
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0;
    color: #d9242d;
    height: 50px;
    width: 48px
}

.slick-prev:before {
    content: "<"
}

.slick-next {
    right: 0;
    height: 50px;
    width: 48px
}

.slick-next:before {
    content: ">"
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    visibility: visible
}

[dir=rtl] .slick-slide {
    /*float: right*/
}

.slick-slide img {
    display: block;
    object-fit: cover;
    margin: 0 !important
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.breadcrumbs {
    max-width: 1350px;
    padding-top: 20px;
    margin: 0 auto 20px
}

@media print {
    .breadcrumbs {
        display: none
    }
}

@media screen and (max-width:1350px) {
    .breadcrumbs {
        padding-left: 20px;
        padding-right: 20px
    }
}

.breadcrumbs__item {
    display: inline-block;
    padding-right: 5px
}

.breadcrumbs__item a {
    color: #666
}

.breadcrumbs__item a.easy-breadcrumb_segment-title,
.contactus__submit:focus .linkBorder__text,
.contactus__submit:hover .linkBorder__text {
    color: #d9242d
}

.breadcrumbs__arrow {
    display: inline-block;
    padding-right: 4px
}

@media screen and (max-width:1350px) {
    .contactus {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print {
    .contactus {
        display: none
    }
}

.contactus .mainTitles {
    margin-top: 100px
}

@media (max-width:1350px) {
    .contactus .mainTitles {
        margin-top: 50px
    }
}

.contactus nav.link button:focus,
.contactus nav.link button:hover {
    background-color: #2b2e34
}

@media screen and (max-width:580px) {
    .breadcrumbs {
        padding-top: 10px
    }

    .contactus {
        padding-bottom: 8px
    }

    .contactus .mainTitles__big {
        font-size: 20px;
        display: none
    }

    .contactus__button {
        margin-top: 12px
    }

    .contactus .m-form__section.last .m-form__half:first-of-type {
        width: 160px
    }

    .contactus .m-form__section.last .m-form__half:first-of-type .captcha_img {
        width: calc(100% - 74px)
    }

    .contactus .m-form__section.last .m-form__half:last-of-type {
        margin-left: 162px;
        margin-top: 0
    }
}

.contactus .m-form__dropdown>a span {
    font-size: 13px
}

.contactus__submit:after,
.contactus__submit:before,
.contactus__submit:focus:after,
.contactus__submit:focus:before,
.contactus__submit:hover:after,
.contactus__submit:hover:before {
    border: none !important
}

@media screen and (max-width:580px) {
    .contactus .m-form__textArea {
        padding: 12px 15px;
        font-size: 12px
    }

    .contactus__submit {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 30px !important;
        width: 128px
    }
}

.bookletdownload,
.contactus {
    display: block;
    padding-bottom: 80px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:1350px) {

    .bookletdownload,
    .contactus {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print {

    .bookletdownload,
    .contactus {
        display: none
    }
}

@media screen and (max-width:580px) {

    .bookletdownload,
    .contactus {
        padding-bottom: 8px
    }

    .bookletdownload .mainTitles__big,
    .contactus .mainTitles__big {
        font-size: 20px
    }
}

.bookletdownload__section,
.contactus__section {
    padding-top: 7px;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 20px
}

.bookletdownload__button,
.contactus__button {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block
}

.bookletdownload__button button,
.contactus__button button {
    font-size: 18px;
    cursor: pointer
}

.bookletdownload nav.link button,
.contactus nav.link button {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    background-color: #d9242d;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
    z-index: 1;
    color: #fff;
    cursor: pointer
}

.bookletdownload nav.link button:focus,
.bookletdownload nav.link button:hover,
.contactus nav.link button:focus,
.contactus nav.link button:hover {
    background-color: #2b2e34
}

.bookletdownload__message,
.contactus__message {
    color: #d9242d;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
    text-align: left
}

.bookletdownload .m-form__section.last .m-form__half:first-of-type,
.contactus .m-form__section.last .m-form__half:first-of-type {
    width: 200px;
    float: left
}

@media screen and (max-width:580px) {

    .bookletdownload__button,
    .contactus__button {
        margin-top: 12px
    }

    .bookletdownload .m-form__section.last .m-form__half:first-of-type,
    .contactus .m-form__section.last .m-form__half:first-of-type {
        width: 160px
    }
}

.bookletdownload .m-form__section.last .m-form__half:first-of-type .captcha_img,
.contactus .m-form__section.last .m-form__half:first-of-type .captcha_img {
    width: calc(100% - 80px);
    vertical-align: middle
}

@media screen and (max-width:580px) {

    .bookletdownload .m-form__section.last .m-form__half:first-of-type .captcha_img,
    .contactus .m-form__section.last .m-form__half:first-of-type .captcha_img {
        width: calc(100% - 74px)
    }
}

.bookletdownload .m-form__section.last .m-form__half:last-of-type,
.contactus .m-form__section.last .m-form__half:last-of-type {
    float: none;
    width: auto;
    margin-left: 205px
}

.bookletdownload .m-form__dropdown>a span,
.contactus .m-form__dropdown>a span {
    font-size: 13px
}

.bookletdownload .m-form__textArea,
.contactus .m-form__textArea {
    padding: 20px 16px;
    margin-bottom: 0
}

@media screen and (max-width:580px) {

    .bookletdownload .m-form__section.last .m-form__half:last-of-type,
    .contactus .m-form__section.last .m-form__half:last-of-type {
        margin-left: 162px;
        margin-top: 0
    }

    .bookletdownload .m-form__textArea,
    .contactus .m-form__textArea {
        padding: 12px 15px;
        font-size: 12px
    }
}

.bookletdownload__submit,
.contactus__submit {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 215px;
    height: 50px !important;
    line-height: 50px !important;
    border: none;
    font-size: 20px
}

.bookletdownload__submit:focus,
.bookletdownload__submit:hover,
.contactus__submit:focus,
.contactus__submit:hover {
    color: #fff;
    background: #2b2e34
}

.bookletdownload__submit:focus .linkBorder__text,
.bookletdownload__submit:hover .linkBorder__text,
.contactus__submit:focus .linkBorder__text,
.contactus__submit:hover .linkBorder__text {
    color: #d9242d
}

.bookletdownload__submit:after,
.bookletdownload__submit:before,
.bookletdownload__submit:focus:after,
.bookletdownload__submit:focus:before,
.bookletdownload__submit:hover:after,
.bookletdownload__submit:hover:before,
.contactus__submit:after,
.contactus__submit:before,
.contactus__submit:focus:after,
.contactus__submit:focus:before,
.contactus__submit:hover:after,
.contactus__submit:hover:before {
    border: none !important
}

@media screen and (max-width:580px) {

    .bookletdownload__submit,
    .contactus__submit {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 30px !important;
        width: 128px
    }

    .floatingTools__print {
        display: none !important
    }
}

.floatingTools {
    font-size: 90%;
    position: fixed;
    right: 0;
    top: 29%;
    z-index: 10
}

@media print {
    .floatingTools {
        display: none
    }
}

.floatingTools__inner {
    list-style: none;
    padding: 0;
    margin: 0
}

.floatingTools__item {
    text-align: center;
    border-bottom: 1px solid #595959;
    position: relative;
    cursor: pointer
}

.floatingTools__item a {
    color: #fff;
    background: #2b2e34;
    display: block;
    padding: 9px 5px;
    width: 54px
}

.floatingTools__item a:focus,
.floatingTools__item a:hover {
    background: #f2f2f2;
    color: #666
}

.floatingTools__item i {
    display: block;
    font-size: 22.5px;
    line-height: 12.6px
}

.floatingTools__item span {
    font-size: 11px
}

.floatingTools__item:last-child {
    border-bottom: none
}

.floatingTools__item:focus a,
.floatingTools__item:hover a {
    background: #f2f2f2;
    color: #666
}

.floatingTools__share {
    background: #f2f2f2
}

.floatingTools__share__social {
    display: none;
    position: absolute;
    top: 0;
    right: 54px;
    background: #f2f2f2;
    padding: 9px 0;
    margin: 0;
    list-style: none;
    box-shadow: -2px 2px 5px 0 #ccc
}

.floatingTools__share__social__item a {
    background: #f2f2f2;
    color: #666;
    display: block;
    padding: 7.2px 15.3px
}

.floatingTools__share__social__item a i {
    font-size: 16.2px
}

.floatingTools__share__social__item a:focus,
.floatingTools__share__social__item a:hover {
    color: #2b2e34
}

.floatingTools__share__social.displayBlock {
    display: block
}

.floatingTools__share .addthis_inline_share_toolbox_hj2w a[role=button] {
    background: 0 0 !important;
    font-size: 20px;
    color: #666;
    line-height: normal;
    padding: 5px 5px 0;
    margin: 0;
    overflow: hidden
}

.floatingTools__share .addthis_inline_share_toolbox_hj2w a[role=button] span {
    font-size: 0
}

.floatingTools__share .addthis_inline_share_toolbox_hj2w a[role=button]:after {
    content: "\66";
    font-family: invest-hk !important
}

.floatingTools__share .addthis_inline_share_toolbox_hj2w a[role=button]:focus,
.floatingTools__share .addthis_inline_share_toolbox_hj2w a[role=button]:hover {
    color: #2b2e34;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.floatingTools__share .addthis_inline_share_toolbox_hj2w span.at-icon-wrapper {
    display: none
}

.floatingTools__out {
    -o-animation: MoveOutRight .7s both;
    -moz-animation: MoveOutRight .7s both;
    -webkit-animation: MoveOutRight .7s both;
    -ms-animation: MoveOutRight .7s both;
    animation: MoveOutRight .7s both
}

.floatingTools__in {
    -o-animation: MoveInRight .7s both;
    -moz-animation: MoveInRight .7s both;
    -webkit-animation: MoveInRight .7s both;
    -ms-animation: MoveInRight .7s both;
    animation: MoveInRight .7s both
}

.footer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #2b2e34;
    margin-bottom: 45px
}

.footer__inner {
    max-width: 1350px;
    margin: 0 auto
}

.footer__inner:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

@media (max-width:1350px) {
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:750px) {
    .footer__inner {
        padding: 40px 0
    }
}

.footer__top {
    min-height: 70px;
    overflow: hidden;
    line-height: 70px;
    background-color: #2b2e34;
    color: #fff;
    text-align: center
}

@media print {
    .footer__top {
        display: none
    }
}

.footer__top__social {
    float: left;
    width: auto;
    padding-right: 20px
}

@media (max-width:750px) {
    .footer__top__social {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        height: 80px
    }
}

@media screen and (max-width:580px) {
    .footer__top__social {
        width: 60%;
        float: none
    }

    .footer__top__social:after {
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
        height: 0
    }
}

.footer__top__social .icon-youtube-icon {
    font-size: 33px
}

.footer__top__social .icon-linkdin-icon {
    font-size: 26px
}

.footer__top__social .icon-twitter-icon {
    font-size: 23px
}

.footer__top__social .icon-flickr-icon {
    font-size: 21px
}

.footer__top__title {
    float: left
}

@media (max-width:750px) {
    .footer__top__title {
        float: none;
        height: 30px;
        padding-bottom: 6px;
        line-height: normal
    }
}

.footer__top__icons {
    float: left;
    margin-right: 18px;
    text-align: center;
    font-size: 23px;
    display: block;
    height: 45px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.footer__top__button a,
.headerTop__social__item {
    -webkit-transition: all .2s;
    -o-transition: all .2s
}

.footer__top__icons:first-of-type {
    margin-left: 20px
}

@media (max-width:750px) {
    .footer__top__icons {
        float: none;
        vertical-align: top;
        display: inline-block
    }
}

.footer__top__icons:focus,
.footer__top__icons:hover {
    color: #d9242d
}

.footer__top__icons .icon-youtube-icon {
    padding-top: 4px
}

.footer__top__icons .icon-linkdin-icon {
    padding-top: 2px
}

.footer__top__icons .icon-flickr-icon,
.footer__top__icons .icon-twitter-icon {
    padding-top: 4px
}

@media screen and (max-width:580px) {
    .footer__top__icons {
        float: left;
        width: 50%;
        margin-left: 0 !important;
        margin: 0;
        height: auto
    }

    .footer__top__icons .icon {
        height: 57px !important
    }

    .footer__top__icons .icon-youtube-icon {
        font-size: 45px
    }

    .footer__top__icons .icon-linkdin-icon {
        font-size: 38px
    }

    .footer__top__icons .icon-twitter-icon {
        font-size: 34px
    }

    .footer__top__icons .icon-flickr-icon {
        font-size: 28px
    }
}

.footer__top__newsletter {
    float: right;
    width: auto
}

@media (max-width:750px) {
    .footer__top__newsletter {
        float: none;
        vertical-align: top;
        display: inline-block;
        margin: 0 auto
    }

    .footer__sitemap {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:580px) {
    .footer__top__newsletter {
        margin-top: 20px
    }
}

.footer__top__input {
    float: left;
    background: 0 0;
    width: 200px;
    height: 30px;
    margin: 15px;
    border: none;
    text-indent: 5px;
    border-bottom: 1px solid #d9242d;
    color: #fff
}

.footer__top__input::placeholder {
    font-style: italic
}

.footer__top__button {
    float: left
}

.footer__top__button a {
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border: none;
    height: 35px;
    line-height: 35px;
    background-color: #d9242d;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 1;
    color: #fff
}

.footer__sitemap__contact a,
.footer__sitemap__header,
.footer__top__button a:hover .linkBorder__text {
    color: #d9242d
}

.footer__top__button a:hover {
    background: #fff;
    color: #d9242d
}

.footer__top__button a:after,
.footer__top__button a:before {
    border: none
}

.footer__top__button a .linkBorder__text {
    line-height: 35px;
    text-transform: capitalize
}

.footer__top__button .icon-mail-icon {
    font-size: 23px;
    margin-top: 4px
}

.footer__sitemap {
    min-height: 280px;
    margin-top: 40px
}

@media screen and (max-width:580px) {
    .footer__sitemap {
        padding: 20px;
        min-height: 0;
        margin-top: 0
    }
}

@media print {
    .footer__sitemap {
        display: none
    }
}

@media screen and (max-width:1100px) {
    .footer__sitemap__container {
        display: none;
        padding: 10px 10px 0
    }
}

.footer__sitemap__section {
    float: left;
    vertical-align: top;
    transition: max-height 1s;
    padding-right: 60px;
    text-align: left;
    position: relative
}

.footer__sitemap__section:nth-child(1) {
    width: 20%
}

@media (max-width:1100px) {
    .footer__sitemap {
        overflow: hidden
    }

    .footer__sitemap__section:nth-child(1) {
        width: 100%
    }
}

.footer__sitemap__section:nth-child(2) {
    width: 24%
}

@media (max-width:1100px) {
    .footer__sitemap__section:nth-child(2) {
        width: 100%
    }
}

.footer__sitemap__section:nth-child(3) {
    width: 23%
}

@media (max-width:1100px) {
    .footer__sitemap__section:nth-child(3) {
        width: 100%
    }
}

.footer__sitemap__section:last-child {
    width: 33%;
    padding-right: 0
}

@media (max-width:1300px) {
    .footer__sitemap__section {
        padding-right: 40px
    }
}

@media (max-width:1100px) {
    .footer__sitemap__section:last-child {
        width: 100%;
        float: none
    }

    .footer__sitemap__section {
        width: 100%;
        cursor: pointer;
        float: none;
        padding: 0;
        overflow: hidden;
        border-bottom: 1px solid #999;
        margin-bottom: 10px
    }
}

@media screen and (max-width:580px) {
    .footer__sitemap__section {
        margin-bottom: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .footer__sitemap__section button {
        cursor: pointer;
        padding: 0 10px
    }
}

.footer__sitemap__section button {
    background: 0 0;
    border: none;
    width: 100%;
    text-align: left
}

.footer__sitemap__section.footer__sitemap__section__active .footer__sitemap__arrows {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px
}

.footer__sitemap__arrows {
    display: none;
    position: absolute;
    right: 20px;
    content: '';
    width: 13px;
    height: 13px;
    border-top: #2b2e2a 3px solid;
    border-right: #2b2e2a 3px solid;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
    top: 20px
}

.footer__sitemap__header {
    font-family: RobotoSlab-Bold;
    padding-bottom: 23px
}

@media (max-width:1100px) {
    .footer__sitemap__arrows {
        display: block
    }

    .footer__sitemap__header {
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width:580px) {
    .footer__sitemap__arrows {
        border-top: #2b2e2a 2px solid;
        border-right: #2b2e2a 2px solid
    }

    .footer__sitemap__header {
        font-size: 14px;
        height: 60px;
        line-height: 60px
    }
}

.footer__sitemap__contact {
    min-height: 25px;
    float: none;
    clear: both
}

@media (max-width:1100px) {
    .footer__sitemap__contact {
        display: block;
        min-height: 35px;
        width: 100%;
        padding-top: 3px;
        padding-bottom: 2px
    }
}

.footer__sitemap__icon {
    float: left;
    width: 15px;
    height: 15px;
    color: #2b2e34;
    font-size: 18px;
    margin-right: 10px
}

.footer__sitemap__icon .icon-mail-icon {
    font-size: 15px
}

.footer__sitemap__icon .icon-time-icon {
    font-size: 17px
}

.footer__sitemap__text {
    display: block;
    padding-bottom: 8px;
    font-size: 14px
}

@media (max-width:1100px) {
    .footer__sitemap__text {
        padding-bottom: 15px
    }
}

.footer__sitemap__text a {
    font-size: 14px;
    display: block;
    padding-bottom: 5px
}

.footer__sitemap__red {
    color: #d9242d
}

.footer__sitemap__left {
    position: relative;
    float: left;
    width: 125px;
    padding-right: 5px
}

@media (max-width:1100px) {
    .footer__sitemap__text a {
        padding-bottom: 15px
    }

    .footer__sitemap__left {
        float: none;
        width: 100%;
        padding: 0;
        height: 30px
    }

    .footer__sitemap__right {
        padding-top: 5px;
        float: none;
        width: 100%
    }
}

.footer__sitemap__right {
    position: relative;
    margin-left: 125px
}

.footer__sitemap__right .footer__sitemap__textp {
    padding-bottom: 6px
}

.footer__sitemap__address,
.footer__sitemap__subHeader {
    padding-bottom: 8px;
    font-size: 14px
}

.footer__sitemap__subHeader {
    font-weight: 700
}

.footer__bottom {
    padding-top: 20px;
    margin-bottom: 60px;
    border-top: 1px solid #999
}

@media (max-width:1100px) {
    .footer__sitemap__right {
        margin-left: 0
    }

    .footer__bottom {
        text-align: center;
        border-top: none;
        padding-left: 20px;
        padding-right: 20px;
        height: auto
    }
}

@media (max-width:580px) {
    .footer__bottom {
        margin-bottom: 0;
        padding-bottom: 10px
    }
}

@media print {
    .footer__bottom {
        padding: 0;
        margin: 0
    }
}

.footer__bottom__left {
    float: left
}

@media (max-width:1100px) {
    .footer__bottom__left {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px
    }
}

.footer__bottom__image {
    margin-right: 5px;
    width: auto;
    vertical-align: middle
}

.footer__bottom__image img {
    width: auto;
    height: auto;
    max-width: 150px;
    vertical-align: middle;
    display: inline-block
}

@media (max-width:580px) {
    .footer__bottom__image {
        height: 40px
    }

    .footer__bottom__text {
        font-size: 12px
    }
}

.footer__bottom__right {
    float: right
}

@media (max-width:1100px) {
    .footer__bottom__right {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 20px
    }
}

@media print {
    .footer__bottom__right {
        display: none
    }
}

.footer__bottom__menu {
    height: 25px
}

.footer__bottom__menu a {
    color: #2b2e34
}

.footer__bottom__menu a:focus,
.footer__bottom__menu a:hover {
    text-decoration: none;
    color: #d9242d
}

.footer__left:hover,
.noLine:hover {
    text-decoration: none;
    color: #2b2e34
}

.footer__bottom__item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px
}

.footer__bottom__item:last-child {
    padding-right: 0
}

@media (max-width:1100px) {
    .footer__bottom__menu {
        height: auto;
        padding-bottom: 10px
    }

    .footer__bottom__item {
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.footer__bottom__text {
    height: 25px;
    text-align: right
}

@media (max-width:1100px) {
    .footer__bottom__text {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        height: auto
    }
}

.footer__left {
    float: left
}

.mailIcon {
    position: relative;
    line-height: 40px;
    top: 8px;
    margin-right: 5px
}

#header {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 800;
    border-bottom: 1px solid #e4e4e4
}

@media screen and (max-width:1350px) {
    #header {
        padding-left: 0;
        padding-right: 0
    }
}

@media print {
    #header {
        position: relative;
        top: 0 !important
    }
}

.skipFocus {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0
}

.headerFocus {
    opacity: 0;
    position: fixed;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    padding: 7px 0;
    margin: 0;
    background-color: #d9242d;
    color: #fff;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media screen and (max-width:1200px) {
    .headerFocus {
        display: none !important
    }
}

.headerFocus.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.headerFocus__inner {
    max-width: 1350px;
    margin: 0 auto
}

.headerFocus__menu {
    cursor: pointer;
    border: none;
    background: 0 0;
    color: #fff;
    float: left;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff
}

a .headerFocus__menu:last-of-type {
    border: none
}

.headerTop#headerTopSub .headerTop__menu:last-of-type,
.headerTop__menu {
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.headerTop {
    position: relative;
    min-height: 40px;
    background-color: #f2f2f2;
    padding: 0;
    margin: 0;
    z-index: 13
}

@media screen and (max-width:1440px) {
    .headerTop {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1200px) {
    .headerTop {
        display: none
    }
}

.headerTop#headerTopSub {
    background-color: #FFF
}

.headerTop__inner {
    max-width: 1350px;
    margin: 0 auto
}

@media screen and (max-width:1350px) {
    .headerFocus__inner {
        width: 95%
    }

    .headerTop {
        padding-left: 0;
        padding-right: 0
    }

    .headerTop__inner {
        width: 95%
    }
}

.headerTop__left {
    float: left;
    width: auto
}

.headerTop__right {
    float: right;
    width: auto;
    padding: 0
}

.headerTop__menu {
    float: left;
    margin-top: 12px;
    padding-left: 9px;
    padding-right: 9px
}

.headerTop__button,
.headerTop__social__item {
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    margin: 5px
}

.headerTop__menu:last-of-type {
    border-right: none
}

.headerTop__menu:first-child {
    padding-left: 0
}

.headerTop__section {
    float: left;
    width: 37px;
    overflow: hidden
}

.headerTop__social {
    float: left;
    width: auto;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    color: #666
}

.headerTop__social__item {
    float: left;
    width: 27px;
    height: 30px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    color: #999;
    color: #2b2e34;
    transition: all .2s
}

.headerTop__social__item:focus,
.headerTop__social__item:hover {
    color: #2b2e34
}

.headerTop__social__item .icon-linkdin-icon {
    font-size: 21px
}

.headerTop__social__item .icon-twitter-icon {
    font-size: 19px
}

.headerTop__social__item .icon-facebook-icon,
.headerTop__social__item .icon-flickr-icon {
    font-size: 17px
}

.headerTop__social__item .icon-youtube-icon {
    font-size: 26px
}

.headerTop__social__spacer {
    float: left;
    width: auto;
    font-size: 25px;
    line-height: 30px;
    padding-left: 5px
}

.headerTop__social__spacer:after {
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, .2);
    height: 13px;
    display: inline-block
}

.headerTop__button {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 21px;
    border: none;
    background: 0 0;
    overflow: hidden;
    color: #999;
    color: #2b2e34
}

.headerTop__button:last-of-type {
    margin-right: 10px
}

.headerTop__button:focus,
.headerTop__button:hover {
    color: #2b2e34
}

.headerTop__button .icon-search-icon {
    font-size: 17px
}

.headerTop a.headerTop__button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px
}

.headerTop a.headerTop__button .icon-text-size-icon {
    font-size: 20px
}

.headerTop__buttonSize {
    line-height: 20px;
    font-size: 13px !important
}

.headerTop__search {
    position: absolute;
    background-color: #fff;
    left: -100vw;
    width: 100vw;
    height: 90px;
    border-bottom: 1px solid #f2f2f2;
    z-index: 999
}

.headerTop__search__inner {
    max-width: 1350px;
    margin: 0 auto
}

.headerTop__search__icon {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 26px;
    color: #666;
    margin: 28px 10px 28px 50px
}

.headerTop__search__input {
    float: left;
    height: 30px;
    min-width: 250px;
    margin: 25px 25px 25px 0;
    font-size: 20px;
    text-indent: 10px;
    border: none
}

.headerTop__close,
.headerTop__hidden {
    position: absolute;
    margin: 0 0 0 -12px
}

.headerTop .icon-close-icon {
    font-size: 15px
}

.headerTop__hidden {
    top: 40px;
    color: #fff;
    z-index: 999
}

.headerTop__hidden__inner {
    /*position: absolute;*/
    left: 0
}

.headerMobile,
.headerMobile.hidden {
    left: auto;
    position: fixed;
    width: 330px
}

.headerTop__hidden__item {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    display: block;
    color: #fff;
    width: 60px;
    text-align: center;
    border: none;
    background-color: #2b2e34;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.headerTop__hidden__item:focus,
.headerTop__hidden__item:hover {
    background-color: #666
}

.headerTop__hidden__item.font__size__item {
    line-height: normal
}

.headerTop__hidden__item.font__size__item.sizeN {
    font-size: 10PX
}

.headerTop__hidden__item.font__size__item.sizeM {
    font-size: 14PX
}

.headerTop__hidden__item.font__size__item.sizeL {
    font-size: 18PX
}

.headerTop__hidden__item:nth-child(2),
.headerTop__hidden__item:nth-child(3),
.headerTop__hidden__item:nth-child(5) {
    font-family: Microsoft JhengHei !important
}

.header__menu a,
.related__header {
    font-family: RobotoSlab-Bold
}
/*
    Heiman Cheung 2024/01/17
    1.4.3: -will change to white colour with underline
*/
.headerTop__hidden__item.selected {
    /*color: #d9242d*/
    text-decoration: underline;
    font-weight: bold;
}

.headerTop__hiddenS {
    position: absolute;
    top: 40px;
    right: 0;
    border: 1px solid #e4e4e4;
    z-index: 10
}

.headerTop__close {
    cursor: pointer;
    top: 0;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
    background-color: #2b2e34;
    height: 40px;
    line-height: 43px;
    width: 60px;
    color: #fff;
    border: none;
    z-index: 5
}

.header {
    padding-top: 14px;
    position: relative;
    height: 95px;
    z-index: 12;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4
}

@media screen and (max-width:580px) {
    .header {
        border-bottom: 0;
        height: 70px;
        padding-top: 9px
    }
}

.header__inner {
    max-width: 1350px;
    margin: 0 auto
}

@media screen and (max-width:1350px) {
    .header__inner {
        width: 100%;
        padding: 0 15px
    }
}

.header__logo {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    height: 70px;
    width: 246px;
    float: left
}

@media screen and (max-width:580px) {
    .header__logo {
        height: 45px
    }

    .header__logo img {
        width: 180px;
        height: auto
    }
}

@media print {
    .header__logo {
        float: none
    }

    .header__menu {
        display: none
    }
}

.header__menu {
    float: right;
    width: auto
}

@media screen and (max-width:1200px) {
    .header__menu {
        display: none
    }
}

.header__menu a {
    font-size: 15px;
    color: #2b2e34;
    text-decoration: none;
    outline: 0
}

.header__menu a:focus .header__menu__item {
    color: #d9242d;
    text-decoration: underline
}

.archive__navigation__button,
.headerMenu__section__button,
.headerMobile__options__item:focus,
.headerMobile__options__item:hover,
.headerMobile__options__item:last-of-type:focus,
.headerMobile__options__item:last-of-type:hover {
    text-decoration: none
}

.header__menu__item {
    cursor: pointer;
    background: 0 0;
    outline: 0;
    padding: 5px 0 0;
    border: none;
    float: left;
    width: auto;
    line-height: 60px;
    margin: 0 25px
}

.header__menu__item:last-of-type {
    margin-right: 0
}

@media screen and (max-width:1400px) {
    .header__menu__item {
        margin: 0 21px
    }
}

@media screen and (max-width:1310px) {
    .header__menu__item {
        margin: 0 16px
    }
}

@media screen and (max-width:1250px) {
    .header__menu__item {
        margin: 0 13px
    }
}

.header__menu__item a:after {
    transition: .5s ease;
    content: '';
    height: 2px;
    background: 0 0;
    margin-top: -20px;
    width: 0
}

.header__menu__item a.selected,
.header__menu__item a:focus,
.header__menu__item a:hover {
    color: #d9242d;
    text-decoration: none
}

.header__menu__item a.selected:after,
.header__menu__item a:focus:after,
.header__menu__item a:hover:after {
    transition: .5s ease;
    content: '';
    height: 2px;
    background: #d9242d;
    display: block;
    margin-top: -20px;
    width: 100%
}

.header__hamburger {
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 5px
}

@media screen and (min-width:1201px) {
    .header__hamburger {
        display: none
    }
}

.header__hamburger:focus .header__line,
.header__hamburger:hover .header__line {
    -o-animation: menuLine .2s forwards;
    -moz-animation: menuLine .2s forwards;
    -webkit-animation: menuLine .2s forwards;
    -ms-animation: menuLine .2s forwards;
    animation: menuLine .2s forwards
}

@media screen and (max-width:580px) {
    .header__hamburger {
        width: 44px;
        height: 44px;
        margin-top: 12px;
        margin-right: 0;
    }
}

@media print {
    .header__hamburger {
        display: none !important
    }
}

.header__lineInner {
    width: 40px;
    height: 40px;
    margin: 5px
}

@media screen and (max-width:580px) {
    .header__lineInner {
        width: 22px;
        height: 22px;
        float: right;
    }
}

.header__line {
    width: 100%;
    height: 4px;
    margin-top: 9px;
    margin-bottom: 9px;
    background-color: #2b2e34
}

.header__line:nth-child(2n+2) {
    width: 70%
}

@media screen and (max-width:580px) {
    .header__line:nth-child(2n+2) {
        width: 80%
    }
}

.header__line:nth-child(3n+3) {
    width: 50%
}

@media screen and (max-width:580px) {
    .header__line:nth-child(3n+3) {
        width: 70%
    }

    .header__line {
        height: 2px;
        margin-top: 0;
        margin-bottom: 6px
    }
}

.headerMobile {
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    right: 0;
    color: #2b2e34;
    overflow: auto;
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
    -o-transition: right .8s;
    -ms-transition: right .8s;
    transition: right .8s;
    display: block
}

.headerMobile__container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: scroll
}

@media screen and (max-height:500px) {
    .headerMobile {
        height: 100%
    }

    .headerMobile__container>.headerMobile__inner:not(.headerMobile__top) {
        padding: 0 20px 80px
    }
}

.headerMobile.hidden {
    height: 100vh;
    display: none;
    right: -330px;
    visibility: visible
}

@media screen and (max-width:1200px) {
    .headerMobile.hidden {
        display: block
    }
}

.headerMobile__top.headerMobile__inner {
    position: sticky;
    width: 330px;
    top: 0;
    background-color: #FFF;
    display: block;
    z-index: 1;
    padding: 0 13px 0 7px;
    z-index: 2;
}

.headerMobile__close {
    position: relative;
    width: 44px;
    height: 44px;
    margin-top: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    float: right;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-animation: textAppear 1s ease-in-out forwards .5s;
    -moz-animation: textAppear 1s ease-in-out forwards .5s;
    -webkit-animation: textAppear 1s ease-in-out forwards .5s;
    -ms-animation: textAppear 1s ease-in-out forwards .5s;
    animation: textAppear 1s ease-in-out forwards .5s
}

.headerMobile__close:focus,
.headerMobile__close:hover {
    color: #d9242d
}

.headerMobile__inner {
    position: relative;
    padding: 10px 20px 10px;
    margin: 0 auto;
}

.headerMobile__inner:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.headerMobile__options {
    float: left;
    width: auto;
    padding: 0 10px
}

.headerMobile__options__item {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin: 3px 0 0 0;
    float: left;
    font-size: 30px;
    line-height: 32px;
    color: #2b2e34;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerMobile__options__item:first-of-type {
    margin-left: 0;
}

.headerMobile__options__item:after {
    transition: .5s ease;
    content: '';
    height: 4px;
    background: 0 0;
    margin-top: -5px;
    width: 0;
    position: absolute;
    bottom: 0;
}

.headerMobile__options__item:last-of-type {
    font-size: 13px;
}

.headerMobile__options__item:last-of-type:focus:after,
.headerMobile__options__item:last-of-type:hover:after {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    content: '';
    height: 4px;
    background: #2b2e34;
    display: block;
    margin-top: -2px;
    width: 100%
}

.headerMobile__options__item:focus:after,
.headerMobile__options__item:hover:after {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    content: '';
    height: 4px;
    background: #2b2e34;
    display: block;
    margin-top: -5px;
    width: 100%
}

.headerMenu__section__text a,
.other-hk-news__list .date {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.headerMobile__options__item .icon-search-icon {
    font-size: 16px
}

.headerMobile__options__item .icon-text-size-icon {
    font-size: 20px
}

.headerMobile__hidden {
    margin-top: 10px;
    background-color: #2b2e34;
    color: #fff
}

.headerMobile__hidden:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.headerMobile__hidden__pointer {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #2b2e34;
    margin-top: -8px;
    margin-left: 8px
}

.headerMobile__hidden__2 {
    margin-left: 64px
}

.headerMobile__hidden__3 {
    margin-left: 117px
}

.headerMobile__hidden__item {
    height: 65px;
    line-height: 65px;
    float: left;
    color: #fff;
    width: 20%;
    text-align: center;
    font-size: 14px
}

.headerMobile__hidden__active {
    color: #d9242d
}

.headerMobile__hidden__section.hm__search {
    height: 65px;
    position: relative
}

.headerMobile__search {
    position: relative;
    margin-top: 10px;
    height: 50px;
    width: 100%
}

.headerMobile__search__input {
    position: absolute;
    left: 0;
    height: 40px;
    border: 1px solid #fff;
    background: 0 0;
    border-radius: 3px;
    width: 100%;
    margin-top: 12px;
    color: #fff;
    text-indent: 20px;
    z-index: 0
}

.headerMobile__search__input::placeholder {
    color: #fff
}

.headerMobile__menu__item:focus,
.headerMobile__menu__item:hover,
.headerMobile__menu__sub:focus,
.headerMobile__menu__sub:hover {
    color: #d9242d
}

.headerMobile__search__icon {
    position: absolute;
    margin: 22px 10px 10px;
    right: 0;
    z-index: 1;
    cursor: pointer
}

@media screen and (max-width:580px) {
    .headerMobile__menu {
        width: 100%
    }
}

.headerMobile__menu__item {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    padding: 22px 10px
}

@media screen and (max-height:700px) {
    .headerMobile__menu__item {
        padding: 16px 10px
    }
}

.headerMobile__menu__item:first-of-type {
    border-top: 1px solid #e3e3e3
}

.headerMobile__menu__sub {
    width: 50%;
    float: left;
    font-size: 14px;
    display: block;
    padding: 0 5px 0 10px;
    margin: 26px 0 0
}

@media screen and (max-height:700px) {
    .headerMobile__menu__sub {
        padding: 0 5px 0 10px;
        margin: 20px 0 0
    }
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000
}

.headerMenu {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 11
}

.headerMenu__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1350px;
    display: table
}

.headerMenu__inner:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.headerMenu__section {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    border-bottom: 3px solid #d9242d;
    color: #fff;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 230px;
    -o-animation: slideDown .5s forwards;
    -moz-animation: slideDown .5s forwards;
    -webkit-animation: slideDown .5s forwards;
    -ms-animation: slideDown .5s forwards;
    animation: slideDown .5s forwards
}

.headerMenu__section__left {
    padding: 30px 65px;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.headerMenu__section__text {
    position: relative;
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
    margin: 14px 0
}

.headerMenu__section__text a {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    color: #2b2e34
}

.headerMenu__section__text a:focus,
.headerMenu__section__text a:hover {
    color: #d9242d
}

.headerMenu__section__right {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    position: relative
}

.headerMenu__section__container {
    position: absolute;
    z-index: 1;
    padding: 40px
}

.headerMenu__section__header {
    width: 80%;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700
}

.headerMenu__section__button {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    height: 30px;
    width: 100px;
    cursor: pointer;
    line-height: 30px;
    border: 1px solid #fff
}

.headerMenu__section__button:hover {
    background: #cfcfcf;
    background: rgba(207, 207, 207, .3)
}

.headerMenu__section__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.headerMenu__section__image img {
    object-fit: cover
}

.headerMenu__section__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(45deg, #252525 0, rgba(244, 244, 244, .25) 75%, rgba(242, 242, 242, .21) 79%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(45deg, #252525 0, rgba(244, 244, 244, .25) 75%, rgba(242, 242, 242, .21) 79%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #252525 0, rgba(244, 244, 244, .25) 75%, rgba(242, 242, 242, .21) 79%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#00ffffff', GradientType=1)
}

#hiddenLanguageField,
#hiddenSearchField,
#hiddenTextSizeField {
    width: 0;
    height: 0;
    border: none
}

@-webkit-keyframes expandMenu {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes expandMenu {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-o-keyframes expandMenu {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes expandMenu {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes menuLine {
    from {
        background-color: #2b2e34
    }

    to {
        background-color: #d9242d
    }
}

@-moz-keyframes menuLine {
    from {
        background-color: #2b2e34
    }

    to {
        background-color: #d9242d
    }
}

@-o-keyframes menuLine {
    from {
        background-color: #2b2e34
    }

    to {
        background-color: #d9242d
    }
}

@keyframes menuLine {
    from {
        background-color: #2b2e34
    }

    to {
        background-color: #d9242d
    }
}

@-webkit-keyframes expandline {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-moz-keyframes expandline {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes expandline {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes expandline {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes textAppear {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes textAppear {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes textAppear {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.geo-location,
.resolution-suggestion {
    -webkit-transition: top .9s;
    -moz-transition: top .9s;
    -o-transition: top .9s;
    -ms-transition: top .9s;
    transition: top .9s;
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #ebebeb;
    padding: 20px;
    font-size: 14px;
    line-height: 22px
}

.geo-location .inner-wrap,
.resolution-suggestion .inner-wrap {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 60px
}

@media screen and (max-width:580px) {

    .geo-location,
    .resolution-suggestion {
        padding: 10px 15px;
        font-size: 12px
    }
}

@media print {

    .geo-location,
    .resolution-suggestion {
        display: none !important
    }
}

.geo-location .text,
.resolution-suggestion .text {
    text-align: left;
    display: inline-block;
    margin: 0
}

.geo-location a.link,
.resolution-suggestion a.link {
    background: #666;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: normal
}

.geo-location .close,
.resolution-suggestion .close {
    background: 0 0;
    top: 50%;
    line-height: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.geo-location .close::after,
.geo-location .close::before,
.resolution-suggestion .close::after,
.resolution-suggestion .close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000
}

.geo-location .close::before,
.resolution-suggestion .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.geo-location .close::after,
.resolution-suggestion .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:580px) {

    .geo-location a.link,
    .resolution-suggestion a.link {
        padding: 3px 26px;
        font-size: 12px
    }

    .geo-location .close,
    .resolution-suggestion .close {
        right: 0
    }
}

.geo-location.showNotice,
.resolution-suggestion.showNotice {
    display: block
}

html[lang=fr] .header__menu__item {
    margin: 0 25px
}

@media screen and (max-width:1400px) {
    html[lang=fr] .header__menu__item {
        margin: 0 22px
    }
}

@media screen and (max-width:1310px) {
    html[lang=fr] .header__menu__item {
        margin: 0 18px
    }
}

@media screen and (max-width:1250px) {
    html[lang=fr] .header__menu__item {
        margin: 0 12px
    }
}

.other-hk-news {
    max-width: 1350px;
    margin: 40px auto
}

@media screen and (max-width:1350px) {
    .other-hk-news {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:580px) {
    .other-hk-news {
        padding: 30px 20px;
        margin: 0
    }
}

.other-hk-news__header {
    font-size: 28px;
    text-align: center;
    margin: 0 0 30px
}

@media screen and (max-width:580px) {
    .other-hk-news__header {
        font-size: 16px;
        text-align: left;
        padding-bottom: 12px;
        border-bottom: 1px solid #cfcfcf;
        margin: 0 0 12px
    }
}

.other-hk-news__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.other-hk-news__list:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.other-hk-news__list__item {
    float: left;
    width: 25%;
    padding-right: 70px;
    margin-bottom: 40px
}

@media screen and (max-width:800px) {
    .other-hk-news__list__item {
        width: 50%
    }
}

.other-hk-news__list .date {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    font-size: 14px
}

@media screen and (max-width:580px) {
    .other-hk-news__list__item {
        width: 100%;
        margin-bottom: 10px;
        padding: 20px 20px 20px 0;
        border-bottom: 1px solid #cfcfcf
    }

    .other-hk-news__list .date {
        font-size: 12px;
        padding-bottom: 8px
    }

    .other-hk-news__list h3 {
        font-size: 16px
    }
}

.other-hk-news__list h3 {
    margin: 6px 0
}

.other-hk-news__list .h3 a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    color: #2b2e34
}

.other-hk-news__list h3 a:focus,
.other-hk-news__list h3 a:hover {
    color: #d9242d
}

.related {
    min-height: 350px;
    background-color: #f2f2f2;
    overflow: hidden;
    padding-bottom: 70px;
    clear: both
}

@media print {
    .related {
        display: none
    }
}

.related__inner {
    max-width: 1350px;
    margin: 0 auto
}

@media screen and (max-width:1350px) {
    .related__inner {
        width: 95%
    }
}

.related__cards {
    position: relative;
    margin: 10px 0
}

@media screen and (max-width:580px) {
    .related {
        padding-bottom: 65px
    }

    .related__cards {
        margin: 0
    }
}

.related__header {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
    font-size: 24px
}

.related .relatedCard {
    float: left;
    position: relative;
    min-height: 370px;
    margin: 0 0 10px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both;
    overflow: hidden
}

.related .relatedCard:focus .relatedCard__content .relatedCard__image,
.related .relatedCard:hover .relatedCard__content .relatedCard__image {
    -o-animation: cardHover 4s both alternate;
    -moz-animation: cardHover 4s both alternate;
    -webkit-animation: cardHover 4s both alternate;
    -ms-animation: cardHover 4s both alternate;
    animation: cardHover 4s both alternate
}

.related .relatedCard:focus .relatedCard__content .relatedCard__imageBackground,
.related .relatedCard:hover .relatedCard__content .relatedCard__imageBackground {
    display: block
}

.related .relatedCard:focus .relatedCard__getAnswerButton a,
.related .relatedCard:hover .relatedCard__getAnswerButton a {
    background: #fff;
    color: #2b2e34;
    font-weight: 700
}

@media screen and (hover:none) {

    .related .relatedCard:focus .relatedCard__content .relatedCard__image,
    .related .relatedCard:hover .relatedCard__content .relatedCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .related .relatedCard:focus .relatedCard__content .relatedCard__imageBackground,
    .related .relatedCard:hover .relatedCard__content .relatedCard__imageBackground {
        display: none
    }

    .related .relatedCard:focus .relatedCard__getAnswerButton a,
    .related .relatedCard:hover .relatedCard__getAnswerButton a {
        background: 0 0;
        color: #fff;
        font-weight: 400
    }
}

@media screen and (max-width:1200px) {
    .related .relatedCard {
        width: 280px !important
    }
}

@media screen and (max-width:580px) {
    .related__header {
        padding-top: 45px;
        padding-bottom: 25px;
        font-size: 16px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .related__header {
            letter-spacing: -1px
        }
    }

    .related .relatedCard {
        max-width: none;
        width: 235px !important;
        min-height: 340px
    }
}

.related .relatedCard__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.related .relatedCard__link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: auto
}

.related .relatedCard__link a:focus {
    outline-offset: -5px;
    outline: #4d90fe auto 5px
}

.related .relatedCard__content {
    cursor: pointer;
    min-height: 370px;
    color: #2b2e34;
    background-color: #fff;
    text-align: left;
    z-index: 0
}

.related .relatedCard__button,
.related .relatedCard__shareButton {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    text-align: center
}

.related .relatedCard__background {
    position: relative;
    color: #fff
}

.related .relatedCard__background .relatedCard__date,
.related .relatedCard__background .relatedCard__text {
    color: #fff
}

.related .relatedCard__background .relatedCard__location:before {
    background: #fff
}

.related .relatedCard__shareButton {
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    color: #d6d6d6;
    font-size: 21px;
    /* margin-left: 8px; */
    display: inline-block;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    justify-content: right;
    align-items: flex-end;
}

.related .relatedCard__shareButton:focus,
.related .relatedCard__shareButton:hover {
    color: #2b2e34
}

.related .relatedCard__shareButton .icon-share-icon {
    font-size: 21px
}

.related .relatedCard__shareButton .icon-calendar-icon {
    font-size: 19px
}

.related .relatedCard__shareButton.relatedCard__calandar[href=""] {
    display: none !important
}

.related .relatedCard__shareWhite a {
    display: inline-block;
    color: #fff;
    padding: 0
}

.related .relatedCard__shareWhite a:focus,
.related .relatedCard__shareWhite a:hover {
    color: #fff
}

.related .relatedCard__inner {
    position: relative;
    display: block;
    padding: 20px 30px;
    z-index: 6
}

.related .relatedCard__imageInner {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden
}

@media screen and (max-width:580px) {
    .related .relatedCard__content {
        min-height: 340px
    }

    .related .relatedCard__inner {
        padding: 22px 20px
    }

    .related .relatedCard__imageInner {
        height: 130px
    }
}

.related .relatedCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3
}

.related .relatedCard__image {
    height: 180px;
    z-index: 0
}

.related .relatedCard__image.noresize {
    position: relative
}

.related .relatedCard__image.noresize img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.related .relatedCard__date {
    padding-bottom: 10px
}

@media screen and (max-width:580px) {
    .related .relatedCard__image {
        height: 130px
    }

    .related .relatedCard__date {
        font-size: 12px
    }
}

.related .relatedCard__dateValue:empty+.relatedCard__location:before,
.related .relatedCard__location:empty:before {
    display: none
}

.related .relatedCard__location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, .2);
    margin: 0 10px
}

.related .relatedCard__text {
    font-size: 17px
}

@media screen and (max-width:580px) {
    .related .relatedCard__text {
        font-size: 14px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .related .relatedCard__text {
            letter-spacing: -1px
        }
    }
}

.related .relatedCard p {
    font-size: 16px;
    line-height: 22px
}

.related .relatedCard__overlay {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 11
}

@media screen and (max-width:580px) {
    .related .relatedCard p {
        font-size: 12px;
        line-height: 20px
    }

    .related .relatedCard__overlay {
        right: 20px
    }

    .related .relatedCard__button {
        display: inline-block;
        vertical-align: middle;
        width: 25px
    }
}

.related .relatedCard__overlay a {
    position: relative;
    z-index: 12
}

.related .relatedCard__button {
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    color: #999;
    font-size: 21px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block
}

.related .relatedCard__button:focus,
.related .relatedCard__button:hover {
    color: #2b2e34
}

.related .relatedCard__button .icon-share-icon {
    font-size: 20px
}

.related .relatedCard__button .icon-calendar-icon {
    font-size: 18px
}

.related .relatedCard__hashtag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: left;
    padding: 20px 20px 10px 30px;
    width: 100%
}

@media screen and (max-width:580px) {
    .related .relatedCard__hashtag {
        padding: 20px 40px 20px 20px
    }
}

.related .relatedCard__hashtag a {
    background: #2b2e34;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.related .relatedCard__hashtag a:focus,
.related .relatedCard__hashtag a:hover {
    background-color: #d9242d
}

.related .relatedCard__getAnswer {
    min-height: 370px;
    color: #fff;
    background-color: #155c61;
    text-align: left;
    z-index: 0
}

@media screen and (max-width:580px) {
    .related .relatedCard__hashtag a {
        font-size: 12px;
        margin-right: 8px
    }

    .related .relatedCard__getAnswer {
        min-height: 340px
    }
}

.related .relatedCard__getAnswer h3,
.related .relatedCard__getAnswer .h3 {
    color: #fff;
    margin: 0;
    line-height: 36px
}

.related .relatedCard__getAnswer .relatedCard__inner {
    padding: 30px
}

@media screen and (max-width:580px) {

    .related .relatedCard__getAnswer h3,
    .related .relatedCard__getAnswer .h3 {
        font-size: 22px;
        line-height: 30px
    }

    .related .relatedCard__getAnswer .relatedCard__inner {
        padding: 20px
    }
}

.related .relatedCard__getAnswerButton {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 10;
}

@media screen and (max-width:580px) {
    .related .relatedCard__getAnswerButton {
        padding: 30px 20px;
        font-size: 14px
    }
}

.related .relatedCard__getAnswerButton a {
    cursor: pointer;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    display: inline-block
}

.related .relatedCard__getAnswerButton a:focus,
.related .relatedCard__getAnswerButton a:hover {
    background: #fff;
    color: #2b2e34;
    font-weight: 700
}

.related .relatedCard .link-wrap {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 8
}

.related .relatedCard.bgColorCard .relatedCard__button,
.related .relatedCard.bgColorCard .relatedCard__content,
.related .relatedCard.bgColorCard .relatedCard__date,
.related .relatedCard.bgColorCard .relatedCard__text {
    color: #fff
}

.related .relatedCard.bgColorCard .relatedCard__button {
    color: rgba(255, 255, 255, .8)
}

.related .relatedCard.bgColorCard .relatedCard__button:focus,
.related .relatedCard.bgColorCard .relatedCard__button:hover {
    color: #fff
}

.related .relatedCard.bgColorCard .relatedCard__content {
    background: #40B4BD
}

.related .relatedCard.bgColorCard p {
    font-size: 14px;
    line-height: 20px
}

.related .slick-slide {
    margin: 0 10px
}

@media screen and (max-width:1200px) {
    .related .slick-slide {
        margin: 0 5px
    }
}

.related .slick-dots {
    bottom: -20px
}

.related .slick-dots li {
    margin: 0 8px 0 0;
    padding: 0;
    width: 6px;
    height: 6px
}

.related .slick-dots li button {
    width: 6px;
    height: 6px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #2b2e34;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.related .slick-dots li button:before {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: ''
}

.related .slick-dots li button:focus,
.related .slick-dots li button:hover {
    background: #fff
}

.related .slick-dots li.slick-active button {
    background: #2b2e34
}

.related .slick-dots.hiddenSlick {
    display: none !important
}

.related .slick-next,
.related .slick-prev {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 50px;
    height: 80px;
    box-shadow: none;
    opacity: 1
}

@media screen and (max-width:580px) {
    .related .slick-dots {
        bottom: -25px
    }

    .related .slick-next,
    .related .slick-prev {
        width: 44px;
        height: 58px;
        top: 145px
    }
}

.related .slick-next:before,
.related .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid
}

.related .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width:580px) {

    .related .slick-next:before,
    .related .slick-prev:before {
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -5px
    }

    .related .slick-prev {
        left: -10px
    }

    .related .slick-next {
        right: -10px
    }
}

.related .slick-next:before {
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:580px) {
    .related .slick-next:before {
        margin-left: -6px
    }
}

.related .socialShare__icon {
    position: relative
}

.related .socialShare__icon a {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.related-articles {
    text-align: left;
    padding: 0 20px
}

.related-articles__icon {
    font-size: 28px;
    float: left;
    width: 40px
}

.related-articles__inner {
    margin-left: 40px
}

.related-articles__inner h2 {
    font-size: 22px;
    color: #2b2e34
}

.related-articles__list {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (max-width:800px) {
    .related-articles__list {
        font-size: 14px
    }
}

.related-articles__list li {
    margin-bottom: 20px
}

.related-articles__list a {
    font-weight: 700;
    color: #d9242d;
    font-family: Roboto-Regular
}

.request {
    display: block;
    padding-bottom: 80px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:1350px) {
    .request {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print {
    .request {
        display: none
    }
}

.request__button,
.request__section {
    vertical-align: top;
    display: inline-block
}

@media screen and (max-width:580px) {
    .request {
        padding-bottom: 8px
    }

    .request .mainTitles__big {
        font-size: 20px
    }
}

.request nav.link button,
.request__button button {
    font-size: 18px;
    cursor: pointer
}

.request__section {
    padding-top: 7px;
    padding-bottom: 20px
}

.request__button {
    margin-top: 20px
}

.request nav.link button {
    height: 52px;
    line-height: 52px;
    background-color: #d9242d;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
    z-index: 1;
    color: #fff
}

.request nav.link button:focus,
.request nav.link button:hover {
    background-color: #2b2e34
}

.request__message {
    color: #d9242d;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
    text-align: left
}

.request__submit {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 215px;
    height: 50px !important;
    line-height: 50px !important;
    border: none;
    font-size: 20px
}

.request__submit:focus,
.request__submit:hover {
    color: #fff;
    background: #2b2e34
}

.request__submit:focus .linkBorder__text,
.request__submit:hover .linkBorder__text {
    color: #d9242d
}

.request__submit:after,
.request__submit:before,
.request__submit:focus:after,
.request__submit:focus:before,
.request__submit:hover:after,
.request__submit:hover:before {
    border: none !important
}

@media screen and (max-width:580px) {
    .request__button {
        margin-top: 12px
    }

    .request__submit {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 30px !important;
        width: 128px
    }
}

.step-by-step {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 0
}

.step-by-step .icon-image {
    margin: 0 auto;
    width: 70px
}

.step-by-step__header {
    text-align: center;
    font-family: RobotoSlab-Bold;
    font-size: 24px;
    margin: 5px 0 30px
}

@media screen and (max-width:580px) {
    .step-by-step {
        padding: 10px 0 0
    }

    .step-by-step .icon-image img {
        max-width: 50px
    }

    .step-by-step__header {
        font-size: 16px;
        margin: 5px 0 20px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .step-by-step__header {
            letter-spacing: -1px
        }
    }
}

.step-by-step__box {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 -10px
}

.step-by-step__box:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.step-by-step__box__item {
    padding: 0 10px;
    float: left;
    width: 33.3%;
    color: #fff;
    position: relative
}

.step-by-step__box__item .inner {
    position: relative;
    padding: 40px;
    background: #d9242d;
    min-height: 355px
}

@media screen and (max-width:1150px) {
    .step-by-step__box__item {
        width: 100%;
        margin-bottom: 15px
    }

    .step-by-step__box__item .inner {
        min-height: 0
    }
}

.step-by-step__box__item .inner .step {
    font-weight: 700
}

@media screen and (max-width:580px) {
    .step-by-step__box__item {
        margin-bottom: 6px
    }

    .step-by-step__box__item:first-child {
        z-index: 3
    }

    .step-by-step__box__item:nth-child(2) {
        z-index: 2
    }

    .step-by-step__box__item:nth-child(3) {
        z-index: 1
    }

    .step-by-step__box__item .inner {
        padding: 30px
    }

    .step-by-step__box__item .inner .step {
        font-size: 12px
    }
}

.step-by-step__box__item .inner h3 {
    font-family: RobotoSlab-Bold;
    font-size: 32px;
    line-height: 34px;
    margin: 15px 0
}

@media screen and (max-width:580px) {
    .step-by-step__box__item .inner h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 15px 0 12px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .step-by-step__box__item .inner h3 {
            letter-spacing: -1px
        }
    }
}

.step-by-step__box__item .inner p {
    font-size: 18px;
    line-height: 23px
}

@media screen and (max-width:580px) {
    .step-by-step__box__item .inner p {
        font-size: 14px;
        line-height: 18px;
        margin: 0
    }
}

.step-by-step__box__item .inner a {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: 40px;
    left: 40px;
    background: 0 0;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px
}

.step-by-step__box__item .inner a:focus,
.step-by-step__box__item .inner a:hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    background: #fff;
    color: #d9242d
}

@media screen and (max-width:1150px) {
    .step-by-step__box__item .inner a {
        position: relative;
        bottom: 0;
        left: 0
    }
}

@media screen and (max-width:580px) {
    .step-by-step__box__item .inner a {
        padding: 7px 16px;
        font-size: 12px;
        width: 100%;
        max-width: 135px;
        margin-top: 30px
    }
}

.step-by-step__box__item:after,
.step-by-step__box__item:before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: ''
}

.step-by-step__box__item:after {
    top: 50%;
    right: -7px;
    margin-top: -16px;
    border-width: 16.5px 0 16.5px 17px;
    border-color: transparent transparent transparent #d9242d
}

@media screen and (max-width:1150px) {
    .step-by-step__box__item:after {
        top: auto;
        bottom: -15px;
        left: 50%;
        margin-top: 0;
        margin-left: -16px;
        border-width: 17px 16.5px 0;
        border-color: #d9242d transparent transparent
    }
}

.step-by-step__box__item:before {
    z-index: 1;
    left: 10px;
    top: 50%;
    margin-top: -16px;
    border-width: 16.5px 0 16.5px 17px;
    border-color: transparent transparent transparent #fff
}

@media screen and (max-width:1150px) {
    .step-by-step__box__item:before {
        left: 50%;
        top: 0;
        margin-left: -16px;
        margin-top: 0;
        border-width: 17px 16.5px 0;
        border-color: #fff transparent transparent
    }
}

.step-by-step__box__item:first-child:before,
.step-by-step__box__item:last-child:after {
    border: none
}

.sticky {
    position: fixed;
    width: 100%;
    min-height: 45px;
    bottom: 0;
    z-index: 999;
    color: #fff
}

@media print {
    .sticky {
        display: none
    }
}

.sticky__left {
    background-color: #2b2e34;
    float: left;
    width: 50%;
    height: 45px;
    position: relative
}

.sticky__left__header {
    font-size: 16px;
    color: #fff;
    float: left;
    line-height: 45px;
    padding-right: 10px
}

.sticky__left__header a {
    color: #fff;
    display: block
}

@media screen and (max-width:1330px) {
    .sticky__left__header {
        position: relative;
        float: none
    }

    .sticky__left__header:after {
        top: 0;
        right: 0;
        position: absolute;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
        content: '';
        width: 6px;
        height: 6px;
        display: none;
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 20px
    }

    .sticky__left__icon {
        display: none
    }
}

.sticky__right__arrow,
.to-top {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media screen and (max-width:580px) {
    .sticky__left__header {
        font-size: 12px;
        font-family: Roboto-Regular
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .sticky__left__header {
            letter-spacing: -1px
        }
    }
}

.sticky__left__header.opened:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 18px
}

.sticky__left__icon {
    display: none;
    color: #fff;
    float: left;
    font-size: 35px;
    margin-left: 10px;
    margin-right: 6px
}

.sticky__left__icon .icons {
    vertical-align: middle
}

.sticky__left__icon .icon-how-it-works-icon-2 {
    font-size: 27px
}

.sticky__left__icon .icon-how-it-works-icon {
    font-size: 26px
}

.sticky__left__icon .icon-how-it-works-icon-3 {
    font-size: 32px
}

.sticky__left__text {
    display: none;
    color: #fff;
    float: left;
    line-height: 45px
}

@media screen and (max-width:1330px) {
    .sticky__left__text {
        display: none
    }
}

.sticky__left__text a {
    color: #fff
}

.sticky__left__text:after {
    content: '';
    width: 1px;
    height: 17px;
    background: #444;
    display: inline-block;
    margin: 0 0 0 8px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.sticky__left__text:last-child:after {
    width: 0
}

.sticky__contentRight {
    position: absolute;
    display: none;
    width: 100%;
    z-index: -1;
    top: auto;
    right: 0;
    background-color: #d9242d
}

@media screen and (max-width:580px) {
    .sticky__contentRight {
        height: auto;
        padding: 20px 15px
    }
}

.sticky__contentRight .sticky__right__content {
    padding: 20px 0 20px 45px;
    width: 100%;
    max-width: 675px
}

.sticky__innerLeft,
.sticky__innerRight {
    margin: 0;
    max-width: 100%;
    cursor: pointer
}

@media screen and (max-width:1390px) {
    .sticky__contentRight .sticky__right__content {
        padding: 20px 0 20px 35px
    }

    .sticky__contentRight .sticky__right__content .sticky__innerRight {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:580px) {
    .sticky__contentRight .sticky__right__content {
        padding: 0
    }
}

@media screen and (max-width:1350px) {
    .sticky__contentRight .sticky__right__content .sticky__innerRight {
        padding-right: 20px
    }
}

.sticky__innerLeft {
    width: 675px;
    height: 45px;
    padding: 0;
    position: relative;
    float: right;
    background: #2b2e34
}

@media screen and (max-width:1390px) {
    .sticky__innerLeft {
        padding: 0 20px
    }
}

@media screen and (max-width:1350px) {
    .sticky__innerLeft {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .sticky__innerLeft {
        padding: 0 20px
    }
}

.sticky__innerLeft.mobileContent {
    display: none !important;
    height: auto;
    float: none;
    position: absolute;
    left: 0;
    padding: 10px 20px;
    bottom: 45px;
    width: 100%;
    background: #2b2e34
}

.sticky__innerLeft.mobileContent ul li:after,
.sticky__innerRight:after {
    clear: both;
    height: 0;
    content: '';
    overflow: hidden
}

@media screen and (max-width:580px) {
    .sticky__innerLeft.mobileContent {
        padding: 0 0 0 15px
    }

    .sticky__innerLeft.mobileContent ul li .icon-how-it-works-icon-2 {
        font-size: 21px
    }
}

.sticky__innerLeft.mobileContent ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sticky__innerLeft.mobileContent ul li {
    display: table;
    padding: 8px 0 5px;
    width: 100%
}

.sticky__innerLeft.mobileContent ul li:after {
    display: block
}

@media screen and (max-width:580px) {
    .sticky__innerLeft.mobileContent ul li .icon-how-it-works-icon {
        font-size: 19px
    }

    .sticky__innerLeft.mobileContent ul li .icon-how-it-works-icon-3 {
        font-size: 24px
    }
}

.sticky__innerLeft.mobileContent ul li .sticky__left__icon {
    font-size: inherit;
    width: 16%;
    float: none;
    text-align: center;
    display: table-cell;
    margin: 0
}

@media screen and (max-width:580px) {
    .sticky__innerLeft.mobileContent ul li .sticky__left__icon {
        width: 22%
    }
}

.sticky__innerLeft.mobileContent ul li .sticky__left__text {
    width: 84%;
    float: none;
    line-height: normal;
    font-size: 13px;
    display: table-cell
}

@media screen and (max-width:580px) {
    .sticky__innerLeft.mobileContent ul li .sticky__left__text {
        width: 78%;
        font-size: 11px
    }
}

.sticky__innerRight {
    width: 675px;
    padding: 0 0 15px
}

.sticky__innerRight:after {
    display: block
}

@media screen and (max-width:1390px) {
    .sticky__innerRight {
        padding: 0 0 15px 20px
    }
}

@media screen and (max-width:1350px) {
    .sticky__innerRight {
        width: 100%;
        padding: 0 20px 15px 35px
    }
}

@media screen and (max-width:580px) {
    .sticky__innerRight {
        height: auto;
        padding: 0 20px 15px 15px
    }

    .sticky__top {
        height: auto
    }
}

.sticky__innerRight:last-child {
    padding-bottom: 0
}

.sticky__header {
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px
}

.sticky__top {
    position: relative
}

.sticky__top__text {
    color: #fff;
    font-size: 16px;
    padding-bottom: 13px
}

@media screen and (max-width:580px) {
    .sticky__top__text {
        float: none;
        font-size: 14px;
        line-height: 20px;
        height: auto;
        padding-left: 0;
        padding-bottom: 0
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .sticky__top__text {
            letter-spacing: -1px
        }
    }

    .sticky__top__close {
        display: none
    }
}

.sticky__top__close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: #fff
}

.sticky__top__close .icon-close-icon {
    font-size: 14px
}

.sticky__right {
    background-color: #d9242d;
    float: right;
    width: 50%;
    height: 45px;
    position: relative
}

.sticky__right__text,
.sticky__right__text__mobile {
    font-family: Roboto-Regular;
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 45px;
    margin-right: 10px
}

@media screen and (max-width:1350px) {

    .sticky__right__text,
    .sticky__right__text__mobile {
        float: left;
        margin-right: 0
    }
}

.sticky__right__text__mobile {
    display: none
}

@media screen and (max-width:1330px) {

    .sticky__right__text,
    .sticky__right__text__mobile {
        display: none
    }

    .sticky__right__text__mobile {
        display: block
    }
}

@media screen and (max-width:580px) {
    .sticky__right__text__mobile {
        font-size: 12px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .sticky__right__text__mobile {
            letter-spacing: -1px
        }
    }
}

.sticky__right__arrow {
    transition: all .2s;
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: right;
    margin-top: 20px
}

.sticky__right__arrow.opened {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 18px
}

.sticky__right__address {
    color: #fff;
    padding-bottom: 12px;
    font-size: 14px
}

@media screen and (max-width:580px) {
    .sticky__right__address {
        margin-top: 8px;
        height: auto;
        font-size: 12px;
        margin-left: 0
    }

    .sticky__right__contact {
        margin-left: 0
    }
}

.sticky__right__contact i {
    float: left;
    margin-right: 5px;
    font-size: 22px
}

.sticky__right__contact i.icon-mail-icon {
    margin-left: 20px
}

@media screen and (max-width:580px) {
    .sticky__right__contact i {
        font-size: 17px;
        width: 22%;
        margin-right: 0;
        margin-bottom: 7px
    }

    .sticky__right__contact i.icon-mail-icon {
        margin-left: 0
    }
}

.sticky__right__contact a {
    color: #fff
}

.sticky__right__contact span {
    font-family: Roboto-Regular;
    font-weight: 700;
    font-size: 16px;
    float: left;
    margin-right: 10px
}

@media screen and (max-width:580px) {
    .sticky__right__contact span {
        width: 78%;
        margin-right: 0;
        font-size: 11px;
        display: block;
        height: 21px;
        margin-bottom: 7px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .sticky__right__contact span {
            letter-spacing: -1px
        }
    }
}

.sticky__button {
    display: block;
    height: 45px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.text {
    max-width: 1100px;
    margin: 10px auto 20px;
    text-align: center
}

@media screen and (max-width:1350px) {
    .text {
        padding: 0 20px
    }
}

@media screen and (max-width:580px) {
    .text {
        margin-bottom: 10px
    }

    .text__header {
        font-size: 24px
    }
}

.text p {
    line-height: 26px;
    font-size: 16px
}

.to-top {
    transition: all .2s;
    position: fixed;
    color: #fff;
    width: 60px;
    height: 60px;
    bottom: 44px;
    /*background-color:#d6d6d6;
    background-color: #c2c2c2;*/
    /*
        Heiman Cheung 2024/01/17
        1.4.11:- will change the background-colour to 60% of black colour
    */
    background:rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 997
}

.archive__navigation__button,
.archive__section__title {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media screen and (max-width:580px) {
    .text p {
        font-size: 12px;
        line-height: 20px
    }

    .to-top {
        width: 45px;
        height: 45px
    }
}

@media print {
    .to-top {
        display: none
    }
}

.to-top:focus,
.to-top:hover {
    background-color: #2b2e34;
    color: #fff;
    -o-animation: MoveInRight .7s both;
    -moz-animation: MoveInRight .7s both;
    -webkit-animation: MoveInRight .7s both;
    -ms-animation: MoveInRight .7s both;
    animation: MoveInRight .7s both
}

.to-top__inner {
    width: 24px;
    height: 30px;
    margin: 17px
}

@media screen and (max-width:580px) {
    .to-top__inner {
        margin: 10px
    }
}

.to-top__icon {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: right;
    margin-top: 10px;
    margin-right: 5px
}

.to-top__out {
    -o-animation: MoveOutRight .7s both;
    -moz-animation: MoveOutRight .7s both;
    -webkit-animation: MoveOutRight .7s both;
    -ms-animation: MoveOutRight .7s both;
    animation: MoveOutRight .7s both
}

.to-top__in {
    -o-animation: MoveInRight .7s both;
    -moz-animation: MoveInRight .7s both;
    -webkit-animation: MoveInRight .7s both;
    -ms-animation: MoveInRight .7s both;
    animation: MoveInRight .7s both
}

.upcoming {
    text-align: left;
    padding: 0 20px
}

.upcoming__icon {
    font-size: 28px;
    float: left;
    width: 40px
}

.upcoming__inner {
    margin-left: 40px
}

.upcoming__inner h2 {
    font-size: 22px;
    color: #2b2e34
}

.upcoming__list {
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (max-width:800px) {
    .upcoming__list {
        font-size: 14px
    }
}

.upcoming__list li {
    margin-bottom: 20px
}

.upcoming__list a {
    font-weight: 700;
    color: #d9242d;
    font-family: Roboto-Regular
}

.wechat-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #f2f2f2
}

.wechat-lightbox .inner {
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%
}

.wechat-lightbox .inner input {
    font-size: 16px
}

.wechat-lightbox .inner img {
    display: block;
    margin: 0 auto
}

.wechat-lightbox .inner h2 {
    font-size: 18px;
    font-weight: 400
}

.wechat-lightbox .inner .wechat-logo {
    max-width: 100px
}

.wechat-lightbox .inner .instruction {
    font-size: 16px;
    padding: 10px 0 20px
}

.wechat-lightbox .inner .instruction p {
    margin-top: 10px;
    margin-bottom: 0
}

.wechat-lightbox .inner .icon-wechat-icon {
    color: #2dc100;
    font-size: 100px
}

.wechat-lightbox .inner .mobile {
    display: none
}

.wechat-lightbox .inner .mobile .open-wechat a {
    font-size: 18px;
    width: 170px;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    margin-top: 12px
}

.wechat-lightbox .inner .mobile .open-wechat a:after,
.wechat-lightbox .inner .mobile .open-wechat a:before {
    border: none !important
}

.wechat-lightbox .inner .mobile .open-wechat a:focus,
.wechat-lightbox .inner .mobile .open-wechat a:hover {
    background-color: #2b2e34
}

@media screen and (max-width:580px) {
    .wechat-lightbox .inner .mobile .open-wechat a {
        height: 40px !important;
        line-height: 40px !important;
        width: auto;
        font-size: 14px !important
    }
}

.wechat-lightbox .close {
    display: block;
    width: 60px;
    height: 60px;
    background: #d9242d;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    padding-top: 2px
}

.wechat-lightbox .close i {
    color: #fff;
    font-size: 16px
}

.indexAni25 {
    min-width: 375px
}

.indexAni25 .index,
.indexAni25 .index__up {
    min-height: 0;
    height: auto
}

.indexAni25 .index__up .index__section__image {
    width: 100%;
    height: auto
}

.indexAni25 .agenda25AWrapper {
    position: relative
}

.indexAni25 .agenda25AWrapper::before {
    content: "";
    width: 100%;
    height: 64%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F2F2F2
}

.indexAni25 .agenda25AWrapper .agenda25A {
    max-width: 1344px;
    margin: 0 auto 90px;
    z-index: 1;
    position: relative;
    padding: 70px 0
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A {
        padding: 29px 20px;
        margin-bottom: 50px
    }
}

.indexAni25 .agenda25AWrapper .agenda25A h2 {
    color: #D9242D;
    font-size: 42px;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 0
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A h2 {
        font-size: 22px;
        padding-bottom: 20px
    }
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItemWrapper {
    display: flex;
    flex-wrap: wrap
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem {
    width: 247px;
    background-color: #D9242D;
    color: #fff;
    padding: 30px 27px;
    margin-right: 27px;
    position: relative;
    min-height: 370px
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem {
        width: 100%;
        padding: 23px 18px;
        min-height: 120px;
        margin: 0 0 22px
    }
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem:last-child {
    margin-right: 0
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem:last-child:before {
    display: none
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.5px 0 14.5px 17px;
    border-color: transparent transparent transparent #D9242D;
    transform: rotate(0)
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem:before {
        border-width: 12px 11px 0;
        border-color: #D9242D transparent transparent;
        top: auto;
        bottom: -12px;
        right: 50%;
        transform: translateX(50%)
    }
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem:nth-child(even) {
    background-color: #000
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem:nth-child(even):before {
    border-color: transparent transparent transparent #000
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaDate {
    font-size: 70px;
    font-weight: 700
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaDate span {
    font-size: 40px;
    padding-left: 10px
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem:nth-child(even):before {
        border-color: #000 transparent transparent
    }

    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendDatePart {
        float: left;
        width: 40%
    }

    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaDate {
        font-size: 40px
    }

    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaDate span {
        font-size: 24px
    }
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaDay {
    font-size: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaDay {
        font-size: 16px;
        padding-bottom: 0
    }
}

.indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaEvent {
    border-top: 1px solid #fff;
    font-size: 34px;
    padding: 16px 0;
    font-weight: 700
}

@media screen and (max-width:1350px) {
    .indexAni25 .agenda25AWrapper .agenda25A .agendaItem .agendaEvent {
        border-top: none;
        border-left: 1px solid #fff;
        float: left;
        width: 60%;
        font-size: 20px;
        padding: 0 25px;
        height: 100%;
        display: flex;
        align-items: center
    }
}

.indexAni25 .newUpdateWrapper {
    padding: 40px 0 145px
}

@media screen and (max-width:1023px) {
    .indexAni25 .newUpdateWrapper {
        padding: 20px 0 100px
    }
}

.indexAni25 .newUpdateWrapper h2 {
    font-size: 20px;
    color: #D9242D;
    padding-bottom: 21px;
    margin-left: calc(12% + 25px)
}

@media screen and (max-width:1023px) {
    .indexAni25 .newUpdateWrapper h2 {
        margin-left: calc(12%)
    }
}

@media screen and (max-width:580px) {
    .indexAni25 .newUpdateWrapper h2 {
        margin-left: calc(12% + 15px)
    }
}

.indexAni25 .newUpdateWrapper .newUpdateContent dl {
    border-right: 1px solid #E0E0E0;
    padding: 0 50px
}

@media screen and (max-width:1023px) {
    .indexAni25 .newUpdateWrapper .newUpdateContent dl {
        padding: 0 30px
    }
}

.indexAni25 .newUpdateWrapper .newUpdateContent dt {
    font-weight: 700;
    padding-bottom: 15px
}

.indexAni25 .newUpdateWrapper .newUpdateContent dd {
    font-size: 20px;
    margin: 0
}

.indexAni25 .newUpdateWrapper .newUpdateContent dd a {
    color: #D9242D
}

.indexAni25 .newUpdateWrapper .slick-list {
    padding: 0 200px 0 0 !important
}

@media screen and (max-width:1023px) {
    .indexAni25 .newUpdateWrapper .slick-list {
        padding: 0 30% 0 0 !important
    }
}

.indexAni25 .newUpdateWrapper .slick-track {
    margin-left: 12%
}

.archive {
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:1100px) {
    .archive {
        padding-left: 20px;
        padding-right: 20px
    }
}

.archive__content {
    margin-bottom: 40px
}

.archive__content .other-hk-news__list {
    margin-top: 27px;
    padding: 0 25px
}

.archive__content .other-hk-news__list__item {
    text-align: left;
    margin-bottom: 40px;
    display: none
}

@media (max-width:580px) {
    .archive__content .other-hk-news__list {
        padding: 0
    }

    .archive__content .other-hk-news__list__item {
        margin-bottom: 0
    }
}

.archive__content .other-hk-news__list__item.visible {
    display: block
}

.archive__container__header {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6
}

.archive__container__text {
    position: relative;
    color: #2b2e34;
    font-family: RobotoSlab-Bold;
    background: 0 0;
    border: none;
    margin: 10px 0 0;
    cursor: pointer;
    width: auto;
    vertical-align: top;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 28px;
    font-size: 24px
}

.archive__container__active,
.archive__container__text:focus,
.archive__container__text:hover {
    color: #d9242d
}

.case-studies__cover__left .details,
.case-studies__cover__left h2,
.indexAni25Detail h1 {
    font-family: RobotoSlab-Bold, serif
}

.archive__container__text:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    top: 6px;
    right: 0;
    background: #000
}

.archive__container__text:last-child:after {
    display: none
}

@media (max-width:768px) {
    .archive__container__text {
        font-size: 20px
    }
}

@media (max-width:580px) {
    .archive__container__text:after {
        width: 0
    }

    .archive__container__text {
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

.archive__container__more {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    display: inline-block
}

.archive__navigation {
    margin-bottom: 40px;
    min-height: 50px
}

@media (max-width:900px) {
    .archive__navigation {
        display: table;
        width: 100%
    }
}

.archive__navigation__button {
    transition: all .2s;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 275px;
    border: none;
    color: #2b2e34;
    padding: 15px 20px;
    margin: 3px 0;
    background: #f2f2f2
}

.archive__item__text a:focus,
.archive__item__text a:hover,
.case-studies-page__link a:focus,
.case-studies-page__link a:hover,
.client-profiles-page__link a:focus,
.client-profiles-page__link a:hover,
.contact__information__section__text a:focus,
.contact__information__section__text a:hover {
    text-decoration: underline
}

.archive__active,
.archive__navigation__button:focus,
.archive__navigation__button:hover {
    background-color: #d9242d;
    color: #fff
}

@media (max-width:900px) {
    .archive__navigation__button {
        display: table-cell;
        padding: 10px;
        width: calc(50% - 6px);
        margin: 3px
    }
}

@media (max-width:650px) {
    .archive__navigation__button {
        font-size: 13px;
        height: 60px
    }
}

@media (max-width:580px) {
    .archive__navigation__button {
        font-size: 12px;
        height: 45px;
        padding: 5px 10px
    }
}

.archive__section__active,
.archive__section__top:focus .archive__section__operator,
.archive__section__top:focus .archive__section__title,
.archive__section__top:hover .archive__section__operator,
.archive__section__top:hover .archive__section__title {
    color: #d9242d
}

.archive__section {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    max-width: 1100px;
    margin: 0 auto;
    transition: max-height .6s ease-in;
    overflow: hidden
}

.archive__section__header {
    border-bottom: 1px solid #d9242d;
    max-width: 1100px;
    margin: 0 auto;
    padding: 46px 10px 23px;
    color: #d9242d;
    text-align: left;
    font-size: 20px;
    font-weight: 700
}

.archive__section__header:first-of-type {
    padding-top: 0
}

@media (max-width:580px) {
    .archive__section__header {
        padding: 26px 0 13px;
        font-size: inherit
    }
}

.archive__section__top {
    min-width: 100%;
    max-width: 800px;
    border: none;
    background: 0 0;
    padding: none;
    margin: 0;
    position: relative;
    cursor: pointer
}

.archive__section__top.resources__section__active {
    border-bottom: 1px solid #f2f2f2
}

.archive__section__title {
    transition: all .2s;
    font-size: 18px;
    padding: 46px 50px 46px 10px;
    font-weight: 700;
    text-align: left;
    width: 100%
}

@media (max-width:580px) {
    .archive__section__title {
        width: 90%;
        text-align: left;
        padding: 26px 50px 26px 0;
        font-size: 15px
    }
}

.archive__section__operator {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: auto
}

.archive__section__icon {
    font-size: 20px
}

.archive__section__hidden {
    text-align: left;
    border-top: 1px solid #e4e4e4;
    display: none
}

.archive__spacer {
    position: relative;
    width: 100%;
    height: 20px
}

.archive__item {
    position: relative;
    width: calc(50% - 20px);
    float: left;
    height: 130px;
    margin-right: 20px;
    margin-bottom: 20px
}

.archive__item:nth-child(2n+0) {
    margin-right: 0
}

@media (max-width:800px) {
    .archive__item {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

.archive__item__image {
    float: left;
    width: 100px;
    height: 130px
}

.archive__item__animation {
    -o-animation: fadeIn .7s normal forwards;
    -moz-animation: fadeIn .7s normal forwards;
    -webkit-animation: fadeIn .7s normal forwards;
    -ms-animation: fadeIn .7s normal forwards;
    animation: fadeIn .7s normal forwards
}

.archive__item__right {
    width: calc(100% - 110px);
    float: left;
    height: 130px;
    padding-left: 10px
}

@media (max-width:580px) {
    .archive__section__operator {
        right: 0
    }

    .archive__section__icon {
        font-size: 14px
    }

    .archive__item__right {
        padding-left: 5px;
        width: 130px
    }
}

.archive__item__header {
    font-weight: 700;
    color: #2b2e34
}

.archive__item__links {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px
}

.archive__item__text a {
    display: inline-block;
    height: 25px;
    color: #d9242d
}

.archive__item__text span {
    padding-left: 5px;
    display: inline-block;
    color: #666
}

@media screen and (max-width:580px) {
    #content {
        padding-top: 71px
    }
}

.indexAni25Detail {
    padding-top: 140px;
    position: relative
}

.indexAni25Detail .sticky15ADatebar {
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -140px);
    padding: 50px 0 30px;
    background-color: #FFF;
    width: 100%;
    z-index: 100
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .sticky15ADatebar {
        padding-top: 80px;
        padding-bottom: 25px
    }
}

.indexAni25Detail .sticky15ADatebar a {
    width: 140px;
    height: 50px;
    background-color: #F2F2F2;
    color: #2B2E34;
    display: inline-block;
    padding-top: 15px;
    margin: 0 5px;
    text-align: center;
    transition: all .2s
}

.indexAni25Detail .sticky15ADatebar a.active,
.indexAni25Detail .sticky15ADatebar a:hover,
.indexAni25Detail .sticky25ARegBtn {
    background-color: #D9242D;
    color: #FFF
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .sticky15ADatebar a {
        width: 18%;
        height: 38px;
        padding-top: 13px;
        margin: 0 .5%;
        font-size: 11px
    }
}

.indexAni25Detail .sticky25ARegBtn {
    width: 215px;
    height: 70px;
    font-weight: 700;
    position: fixed;
    right: 17px;
    transform: translateY(-80px);
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    transition: all .2s;
    z-index: 100
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .sticky25ARegBtn {
        width: 140px;
        height: 38px;
        font-size: 14px;
        padding-top: 10px;
        right: 50%;
        transform: translate(50%, -115px)
    }
}

.indexAni25Detail .sticky25ARegBtn:hover {
    background-color: #2b2e34
}

.indexAni25Detail h1 {
    font-size: 42px;
    color: #D9242D;
    text-align: center;
    font-weight: 700;
    letter-spacing: .3px
}

.indexAni25Detail .detailDesc25A {
    text-align: center
}

.indexAni25Detail .timeSlot25AItem {
    border: 2px solid #EBEBEB;
    margin-bottom: 20px
}

@media screen and (max-width:1350px) {
    .indexAni25Detail h1 {
        font-size: 22px;
        margin-top: 0
    }

    .indexAni25Detail .timeSlot25AItem {
        margin-bottom: 10px
    }
}

.indexAni25Detail .timeSlot25AItem dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl {
        display: block
    }
}

.indexAni25Detail .timeSlot25AItem dl dt {
    width: 24%;
    background-color: #2B2E34;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.indexAni25Detail .timeSlot25AItem dl dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dt {
        display: block;
        width: 100%
    }

    .indexAni25Detail .timeSlot25AItem dl dt span {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 20px;
        width: 100%;
        padding: 14px 24px;
        text-align: left;
        display: block
    }
}

.indexAni25Detail .timeSlot25AItem dl dd {
    width: 76%;
    display: inline-block;
    margin-left: 0;
    padding: 44px 50px;
    position: relative
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd {
        display: block;
        width: 100%;
        padding: 30px 24px
    }
}

.indexAni25Detail .timeSlot25AItem dl dd .webCastVideo {
    position: absolute;
    top: 28px;
    right: 24px;
    width: 150px;
    height: 50px;
    text-align: center;
    padding-top: 18px;
    background-color: #D9242D;
    color: #FFF;
    transition: all .2s;
    display: none;
    font-weight: 700
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd .webCastVideo {
        width: 140px;
        height: 44px;
        position: relative;
        top: auto;
        left: auto;
        font-size: 14px;
        padding-top: 14px;
        margin-bottom: 30px;
        margin-left: 24px
    }
}

.indexAni25Detail .timeSlot25AItem dl dd .webCastVideo:hover {
    background-color: #2b2e34
}

.indexAni25Detail .timeSlot25AItem dl dd h3 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 8px
}

.indexAni25Detail .timeSlot25AItem dl dd .timeSlot25AItemDesc {
    padding-bottom: 50px;
    line-height: 140%;
    width: 80%
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd h3 {
        font-size: 16px
    }

    .indexAni25Detail .timeSlot25AItem dl dd .timeSlot25AItemDesc {
        font-size: 14px;
        width: 100%;
        padding-bottom: 30px
    }
}

.indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper {
    display: flex;
    flex-wrap: wrap
}

.indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl {
    display: block;
    width: 50%;
    margin-bottom: 20px
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl {
        width: 100%
    }
}

.indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl dt {
    width: auto;
    height: auto;
    border: none;
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl dt {
        display: inline-block;
        width: 76px
    }
}

.indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl dd {
    padding: 0 0 0 34px;
    color: #D9242D;
    font-weight: 700;
    width: auto
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl dd {
        display: inline-block;
        font-size: 14px;
        position: relative;
        top: 50%;
        transform: translateY(-62%);
        padding: 0 0 0 20px
    }
}

.indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl dd span {
    display: block;
    color: #2B2E34;
    font-weight: 400;
    padding-top: 5px
}

@media screen and (max-width:1350px) {
    .indexAni25Detail .timeSlot25AItem dl dd .speakerWrapper dl dd span {
        padding-top: 0
    }
}

.indexAni25Detail.expiredDate {
    padding-top: 80px
}

.indexAni25Detail.expiredDate .sticky15ADatebar {
    padding-top: 30px;
    transform: translate(-50%, -90px)
}

.indexAni25Detail.expiredDate .sticky25ARegBtn {
    display: none
}

.indexAni25Detail.expiredDate .timeSlot25AItem dl dd .webCastVideo {
    display: block
}

.bookletDownload {
    position: relative;
    margin: 0 auto 20px;
    max-width: 1084px;
    text-align: center;
    padding-top: 24px
}

@media (max-width:1350px) {
    .bookletDownload {
        width: 95%
    }
}

.bookletDownload .text {
    margin-bottom: 97px
}

@media (max-width:580px) {
    .bookletDownload .text {
        margin-bottom: 60px
    }

    .bookletDownload .text p {
        font-size: 14px;
        text-align: left
    }
}

.bookletDownload .bDBannerWrapper {
    margin-bottom: 40px;
    margin-top: 40px
}

@media (max-width:580px) {
    .bookletDownload .bDBannerWrapper {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.bookletDownload .bDBannerWrapper img {
    width: 100%
}

.bookletDownload .text p {
    text-align: left
}

.bookletDownload .bDListWrapper {
    overflow: hidden
}

.bookletDownload .resources__item {
    position: relative;
    width: calc(50% - 20px);
    float: left;
    height: auto;
    margin-right: 20px;
    margin-bottom: 80px
}

@media (max-width:800px) {
    .bookletDownload .resources__item {
        width: 100%;
        float: none;
        margin-bottom: 60px
    }
}

.bookletDownload .resources__item:nth-child(2n+0) {
    margin-right: 0
}

.bookletDownload .resources__item__image {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden
}

@media (max-width:580px) {
    .bookletDownload .resources__item__image {
        float: none;
        margin: 0 auto 30px
    }
}

.bookletDownload .resources__item__image img {
    object-fit: cover;
    height: auto
}

.bookletDownload .resources__item__right {
    position: relative;
    float: left;
    height: 284px;
    padding-left: 50px;
    width: 50%
}

.bookletDownload .resources__item__right .bDButton {
    position: absolute;
    bottom: 0;
    left: 50px
}

@media (max-width:580px) {
    .bookletDownload .resources__item__right {
        float: none;
        height: auto;
        width: 100%;
        padding: 0;
        margin-left: 0
    }

    .bookletDownload .resources__item__right .bDButton {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center
    }
}

.bookletDownload .resources__item__right .bDButton a {
    transition: all .2s;
    width: 140px;
    height: 45px !important;
    line-height: 45px !important;
    display: block;
    background-color: #d9242d;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    color: #fff !important
}

@media (max-width:580px) {
    .bookletDownload .resources__item__right .bDButton a {
        margin: 0 auto;
        width: 90px;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px
    }
}

.bookletDownload .resources__item__right .bDButton a:hover {
    background: #2b2e34
}

.bookletDownload .resources__item__header {
    font-weight: 700;
    color: #2b2e34;
    font-size: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px
}

@media (max-width:580px) {
    .bookletDownload .resources__item__header {
        text-align: center;
        font-size: 16px;
        padding-bottom: 20px
    }
}

.bookletDownload .resources__item__header .pdfSize {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    padding-top: 30px
}

@media (max-width:580px) {
    .bookletDownload .resources__item__header .pdfSize {
        padding-top: 10px
    }
}

.bookletDownload .resources__item__links {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px
}

.bookletDownload .resources__item__text a {
    font-size: 16px;
    display: inline-block;
    height: 25px;
    color: #d9242d
}

.bookletDownload .resources__item__text span {
    padding-left: 5px;
    display: inline-block;
    color: #666
}

.bookletDownloadDetail {
    position: relative;
    margin: 0 auto 20px;
    max-width: 1350px;
    text-align: center
}

@media (max-width:1350px) {
    .bookletDownloadDetail {
        width: 95%
    }
}

.bookletDownloadDetail .bDDescWrapper {
    overflow: hidden;
    margin-top: 30px
}

.bookletDownloadDetail .bDDescWrapper .bDCover {
    width: 34%;
    float: left;
    text-align: left
}

@media (max-width:1350px) {
    .bookletDownloadDetail .bDDescWrapper .bDCover {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 40px
    }

    .bookletDownloadDetail .bDDescWrapper .bDCover img {
        max-width: 280px
    }
}

.bookletDownloadDetail .bDDescWrapper .bDCover img {
    width: calc(100% - 60px)
}

.bookletDownloadDetail .bDDescWrapper .dBDetail {
    width: 66%;
    float: right;
    line-height: 160%;
    text-align: left
}

@media (max-width:1350px) {
    .bookletDownloadDetail .bDDescWrapper .dBDetail {
        width: 100%;
        float: none;
        font-size: 14px
    }
}

.bookletDownloadDetail .bDDescWrapper .dBDetail p {
    margin-top: 0
}

.bookletDownloadDetail .contactus .mainTitles {
    margin-bottom: 0
}

.bookletDownloadDetail .contactus .mainTitles__big {
    max-width: 656px;
    margin: 0 auto
}

.bookletDownloadDetail .contactus__submit {
    width: auto
}

.bookletDownloadDetail .bDFileSize {
    padding-bottom: 80px;
    margin-bottom: 40px;
    color: #d9242d
}

.case-studies {
    overflow: hidden;
    padding-bottom: 10px;
    max-width: 1100px;
    margin: 0 auto
}

.case-studies__header {
    padding-top: 20px;
    padding-bottom: 32px
}

@media screen and (max-width:580px) {
    .case-studies__header {
        padding-bottom: 15px
    }
}

.case-studies__inner {
    margin: 0 auto;
    height: 100%;
    max-width: 1350px
}

.case-studies__top:after,
.case-studies__top__search:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

@media screen and (max-width:1350px) {
    .case-studies__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.case-studies__top {
    position: relative;
    min-height: 40px;
    z-index: 10
}

.case-studies__top__header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.case-studies__top__search {
    text-align: left
}

.case-studies__top__searchInner {
    top: 0;
    left: 0;
    width: 100%
}

.case-studies__top__searchInnerAnimation {
    display: inline-block;
    -o-animation: fadeIn .3s forwards;
    -moz-animation: fadeIn .3s forwards;
    -webkit-animation: fadeIn .3s forwards;
    -ms-animation: fadeIn .3s forwards;
    animation: fadeIn .3s forwards
}

.case-studies__top__item {
    position: relative;
    float: left;
    padding: 0 8px 0 0;
    margin-bottom: 5px
}

.case-studies__top__item__drop {
    width: 28%
}

@media screen and (max-width:800px) {
    .case-studies__top__item {
        display: inline-block;
        float: none;
        padding: 0;
        margin-bottom: 10px
    }

    .case-studies__top__item__drop {
        width: 100%
    }
}

.case-studies__top__item__input {
    width: 39%
}

@media screen and (max-width:800px) {
    .case-studies__top__item__input {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .case-studies__top__item {
        margin-bottom: 5px
    }

    .case-studies__top__item__input {
        margin-bottom: 8px
    }
}

.case-studies__top__item__button {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 5%;
    padding: 0
}

.case-studies__top__icon {
    position: absolute;
    margin: 0 0 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    color: #666
}

.case-studies__top__input {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    height: 47px;
    line-height: 40px;
    padding-left: 40px;
    text-indent: 15px;
    padding-right: 20px;
    border-radius: 5px;
    color: #2b2e34;
    background-color: #f2f2f2;
    border: none
}

@media screen and (max-width:580px) {
    .case-studies__top__icon {
        margin: 2px 0 0 16px
    }

    .case-studies__top__input {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding-left: 32px
    }
}

.case-studies__top__button {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 100%;
    cursor: pointer;
    height: 47px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #d9242d;
    border: none;
    font-size: 14px
}

@media screen and (max-width:800px) {
    .case-studies__top__item__button {
        width: 100%
    }

    .case-studies__top__button {
        font-size: 18px;
        height: auto;
        line-height: normal;
        padding: 10px 0
    }
}

.case-studies__cover:after,
.case-studies__cover>a:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    overflow: hidden
}

@media screen and (max-width:580px) {
    .case-studies__top__button {
        font-size: 12px
    }
}

.case-studies__top__button:focus,
.case-studies__top__button:hover {
    background-color: #2b2e34
}

.case-studies__top .m-form__dropdown li span {
    font-size: 14px
}

.case-studies__content {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.case-studies__content__cards {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -10px
}

@media screen and (max-width:580px) {
    .case-studies__top .m-form__dropdown li span {
        font-size: 12px
    }

    .case-studies__content__cards {
        margin: 0;
        padding-top: 10px
    }
}

.case-studies__moreContainer {
    padding-top: 20px;
    text-align: center
}

.case-studies__cover {
    text-align: left;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both;
    position: relative;
    overflow: hidden
}

.case-studies__cover>a {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

@media screen and (hover) {

    .case-studies__cover>a:focus .case-studies__cover__right img,
    .case-studies__cover>a:hover .case-studies__cover__right img {
        -o-animation: cardHover 2s both alternate;
        -moz-animation: cardHover 2s both alternate;
        -webkit-animation: cardHover 2s both alternate;
        -ms-animation: cardHover 2s both alternate;
        animation: cardHover 2s both alternate
    }

    .case-studies__cover>a:focus .case-studies__cover__right .case-studies__cover__imageBackground,
    .case-studies__cover>a:hover .case-studies__cover__right .case-studies__cover__imageBackground {
        display: block
    }
}

.case-studies__cover__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 100%;
    width: 100%;
    z-index: 5
}

.case-studies__cover__left {
    padding: 40px;
    background: #d9242d;
    color: #fff;
    float: left;
    width: 39%;
    position: relative;
    height: 370px;
    z-index: 2
}

@media screen and (max-width:1023px) {
    .case-studies__cover__left {
        height: auto;
        float: none;
        width: 100%
    }
}

.case-studies__cover__left h2 {
    margin: 5px 0 0;
    font-size: 32px;
    line-height: 130%
}

@media screen and (max-width:580px) {
    .case-studies__cover__left {
        padding: 30px 20px
    }

    .case-studies__cover__left h2 {
        font-size: 18px
    }
}

.case-studies__cover__left .hashtag {
    margin-bottom: 10px
}

.case-studies__cover__left .hashtag a {
    position: relative;
    width: auto;
    background: #2b2e34;
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    padding: 7px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.caseStudiesCard__button,
.caseStudiesCard__hashtag a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.case-studies__cover__left .hashtag a:focus,
.case-studies__cover__left .hashtag a:hover {
    background-color: #fff;
    color: #d9242d
}

@media screen and (max-width:580px) {
    .case-studies__cover__left .hashtag a {
        font-size: 12px
    }
}

.case-studies__cover__left .details {
    margin-top: 20px;
    font-size: 14px;
    line-height: 130%
}

.case-studies__cover__left .details p {
    margin: 4px 0
}

.case-studies__cover__right {
    float: right;
    width: 61%;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden
}

@media screen and (max-width:1023px) {
    .case-studies__cover__right {
        width: 100%;
        height: auto;
        margin-left: 0;
        float: none
    }
}

@media screen and (max-width:580px) {
    .case-studies__cover__left .details {
        margin-top: 12px;
        font-size: 12px
    }

    .case-studies__cover__right {
        height: 180px;
        float: none
    }
}

.case-studies__cover__image {
    height: 100%
}

.case-studies__cover__image img {
    object-fit: cover;
    width: auto
}

@media screen and (max-width:1023px) {
    .case-studies__cover__image img {
        height: auto;
        width: 100%
    }
}

.caseStudiesCard {
    width: 33.3%;
    float: left;
    position: relative;
    min-height: 350px;
    margin-bottom: 20px;
    padding: 0 10px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.caseStudiesCard:focus .caseStudiesCard__content .caseStudiesCard__image,
.caseStudiesCard:hover .caseStudiesCard__content .caseStudiesCard__image {
    -o-animation: cardHover 2s both alternate;
    -moz-animation: cardHover 2s both alternate;
    -webkit-animation: cardHover 2s both alternate;
    -ms-animation: cardHover 2s both alternate;
    animation: cardHover 2s both alternate
}

.caseStudiesCard:focus .caseStudiesCard__content .caseStudiesCard__imageBackground,
.caseStudiesCard:hover .caseStudiesCard__content .caseStudiesCard__imageBackground {
    display: block
}

@media screen and (hover:none) {

    .caseStudiesCard:focus .caseStudiesCard__content .caseStudiesCard__image,
    .caseStudiesCard:hover .caseStudiesCard__content .caseStudiesCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .caseStudiesCard:focus .caseStudiesCard__content .caseStudiesCard__imageBackground,
    .caseStudiesCard:hover .caseStudiesCard__content .caseStudiesCard__imageBackground {
        display: none
    }
}

.about__career,
.about__image__inner {
    -o-animation: fadeIn .7s;
    -moz-animation: fadeIn .7s;
    -webkit-animation: fadeIn .7s;
    -ms-animation: fadeIn .7s
}

.caseStudiesCard a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width:800px) and (min-width:580px) {
    .caseStudiesCard {
        width: 50%
    }
}

@media screen and (max-width:580px) {
    .caseStudiesCard {
        width: 100%;
        padding: 0;
        min-height: 0;
        margin: 0 auto 10px;
        float: none
    }
}

.caseStudiesCard__content {
    cursor: pointer;
    min-height: 450px;
    color: #2b2e34;
    background-color: #ebebeb;
    text-align: left;
    z-index: 0
}

.caseStudiesCard__imageInner {
    overflow: hidden
}

.caseStudiesCard__image {
    height: 190px
}

@media screen and (max-width:1023px) {
    .caseStudiesCard__image {
        height: 200px
    }
}

@media screen and (max-width:580px) {
    .caseStudiesCard__content {
        min-height: 0
    }

    .caseStudiesCard__image {
        height: 180px
    }
}

.caseStudiesCard__image img {
    object-fit: cover
}

.caseStudiesCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 100%;
    width: 100%;
    z-index: 5
}

.caseStudiesCard__inner {
    padding: 20px 30px
}

@media screen and (max-width:580px) {
    .caseStudiesCard__inner {
        padding: 15px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .caseStudiesCard__inner {
            letter-spacing: -1px
        }
    }
}

.caseStudiesCard__date {
    padding-bottom: 10px
}

.caseStudiesCard__text {
    margin: 0;
    font-size: 20px;
    font-family: RobotoSlab-Regular, serif
}

.caseStudiesCard__hashtag {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: 3;
    text-align: left;
    padding: 20px 30px;
    width: 100%
}

.about__header,
.about__options,
.about__section,
.about__text {
    text-align: center
}

@media screen and (max-width:580px) {
    .caseStudiesCard__text {
        font-size: 14px
    }

    .caseStudiesCard__hashtag {
        padding: 0 15px 15px;
        left: 0;
        right: 0
    }
}

.caseStudiesCard__hashtag a {
    position: relative;
    width: auto;
    background: #2b2e34;
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    margin-right: 10px;
    line-height: 16px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .2s
}

.caseStudiesCard__hashtag a:focus,
.caseStudiesCard__hashtag a:hover {
    background-color: #d9242d
}

@media screen and (max-width:580px) {
    .caseStudiesCard__hashtag a {
        font-size: 12px
    }

    .caseStudiesCard__hashtag {
        position: relative;
        background-color: #ebebeb
    }
}

.caseStudiesCard__button {
    transition: all .2s;
    color: #999;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px
}

.caseStudiesCard__button:focus,
.caseStudiesCard__button:hover {
    color: #2b2e34
}

.about {
    margin: 0 auto;
    overflow: hidden
}

@media screen and (max-width:1350px) {
    .about {
        padding-left: 20px;
        padding-right: 20px
    }
}

.about__options {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 20px
}

@media screen and (max-width:580px) {
    .about__header {
        padding: 12px 0 4px
    }

    .about__options {
        height: auto;
        display: table;
        width: 100%
    }
}

.about__button {
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    margin: 10px 1px 5px;
    height: 50px;
    width: 215px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    background-color: #f2f2f2;
    color: #2b2e34;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

@media screen and (max-width:800px) {
    .about__button {
        padding-left: 10px;
        padding-right: 10px;
        display: table-cell;
        width: calc(33.3333% - 3px);
        margin: 0;
        font-size: 12px;
        line-height: inherit
    }
}

@media screen and (max-width:580px) {
    .about__button {
        width: calc(33.3333% - 6px);
        margin: 0 3px
    }
}

.about__image,
.about__section,
.about__text {
    max-width: 1000px;
    margin: 0 auto
}

.about__button.selected,
.about__button:focus,
.about__button:hover {
    background-color: #d9242d;
    color: #fff
}

.about__image {
    height: auto
}

.about__image__inner {
    animation: fadeIn .7s;
    animation-fill-mode: both
}

.about__text {
    font-size: 16px;
    padding-top: 20px
}

.about__text p {
    font-size: 16px;
    line-height: 26px
}

@media screen and (max-width:580px) {
    .about__text {
        padding: 20px 15px
    }

    .about__text p {
        font-size: 12px;
        line-height: 20px
    }
}

.about__section {
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:580px) {
    .about__section {
        padding-top: 0
    }
}

.about__section__header {
    font-family: RobotoSlab-Bold;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 20px
}

@media screen and (max-width:580px) {
    .about__section__header {
        font-size: 16px;
        padding: 12px 0
    }
}

.about__section__more {
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 60px;
    vertical-align: top;
    display: inline-block
}

.about__section.aboutNetwork .m-form__dropdown {
    display: none;
    margin-bottom: 20px
}

@media screen and (max-width:800px) {
    .about__section.aboutNetwork .m-form__dropdown {
        display: block
    }
}

.about__red {
    color: #d9242d
}

.about__career {
    min-height: 60px;
    padding: 25px 0;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    animation: fadeIn .7s;
    animation-fill-mode: both
}

.about__career:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.about__career__left {
    float: left;
    width: auto
}

.about__career__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 3px
}

@media screen and (max-width:580px) {
    .about__career {
        padding: 20px 0
    }

    .about__career__title {
        font-size: 12px;
        margin-bottom: 0
    }
}

.about__career__text {
    display: inline-block;
    padding-right: 7px
}

.about__career__text:nth-child(3) {
    color: #c2c2c2
}

.about__career__icon {
    display: inline-block;
    color: #d9242d;
    vertical-align: middle
}

@media screen and (max-width:580px) {
    .about__career__text {
        font-size: 12px;
        padding-right: 5px
    }

    .about__career__icon {
        padding-right: 2px
    }
}

.about__career__icon i {
    font-size: 15px
}

@media screen and (max-width:580px) {
    .about__career__icon i {
        font-size: 11px
    }
}

.about__career__icon a {
    color: #d9242d
}

.about__career__size {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    transform: scale(.8)
}

.about__career__button {
    float: right;
    margin-right: 10px
}

.about__career__button a {
    width: 215px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px
}

@media screen and (max-width:580px) {
    .about__career__button a {
        line-height: 30px;
        height: 30px;
        width: 115px;
        font-size: 12px
    }
}

@media screen and (max-width:800px) {
    .about__career__button {
        float: none;
        display: inline-block;
        right: 0;
        width: 100%;
        margin: 10px 0 0
    }
}

.about__team {
    width: calc(50% - 40px);
    float: left;
    margin: 12px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
    -o-animation: fadeIn .7s;
    -moz-animation: fadeIn .7s;
    -webkit-animation: fadeIn .7s;
    -ms-animation: fadeIn .7s;
    animation: fadeIn .7s;
    animation-fill-mode: both
}

@media screen and (max-width:850px) {
    .about__team {
        width: 100%;
        margin: 11px 0
    }
}

.about__team__left {
    float: left;
    width: auto
}

.about__team__image {
    border: 1px solid #ddd;
    float: left;
    width: 102px;
    height: 102px
}

.about__team__image img {
    object-fit: cover
}

@media screen and (max-width:580px) {
    .about__team {
        padding-bottom: 13px
    }

    .about__team__image {
        width: 76px;
        height: 76px
    }
}

.about__team__inner {
    padding-left: 10px
}

.about__team__top {
    margin-left: 100px;
    width: auto;
    padding-left: 20px
}

@media screen and (max-width:580px) {
    .about__team__top {
        padding-left: 0;
        margin-left: 95px
    }
}

.about__team__bottom {
    margin-left: 100px;
    width: auto;
    padding-left: 20px;
    margin-top: 3px
}

.about__team__name {
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px
}

@media screen and (max-width:580px) {
    .about__team__bottom {
        padding-left: 0;
        margin-left: 91px
    }

    .about__team__name {
        font-size: 12px;
        margin-bottom: 2px
    }
}

.about__team__title {
    padding-top: 2px;
    text-align: left;
    font-size: 14px
}

.about__team__contact {
    margin-top: 8px;
    padding-top: 5px;
    width: 100%;
    height: 20px
}

@media screen and (max-width:580px) {
    .about__team__title {
        font-size: 12px
    }

    .about__team__contact {
        height: 14px
    }
}

.about__team__icon {
    float: left;
    width: 20px;
    height: 20px;
    color: #2b2e34
}

.about__team__icon a {
    color: #2b2e34
}

.about__team__icon .icon-mobile-icon {
    font-size: 20px
}

@media screen and (max-width:580px) {
    .about__team__icon .icon-mobile-icon {
        font-size: 16px
    }

    .about__team__icon .icon-tel {
        font-size: 13px
    }
}

.about__team__icon .icon-mail-icon {
    padding-top: 1px;
    font-size: 16px
}

@media screen and (max-width:580px) {
    .about__team__icon .icon-mail-icon {
        font-size: 13px
    }
}

.about__team__text {
    float: left;
    margin-left: 7px;
    width: auto;
    line-height: 20px;
    font-size: 14px
}

@media screen and (max-width:580px) {
    .about__team__text {
        font-size: 12px;
        line-height: normal;
        margin-left: 11px
    }
}

.about__team__card {
    cursor: pointer;
    float: left;
    text-align: left;
    width: auto;
    line-height: 20px;
    background: 0 0;
    border: none
}

.about__network {
    width: 33.3%;
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.about__network:focus .about__network__content .about__network__image,
.about__network:hover .about__network__content .about__network__image {
    -o-animation: cardHover 2s both alternate;
    -moz-animation: cardHover 2s both alternate;
    -webkit-animation: cardHover 2s both alternate;
    -ms-animation: cardHover 2s both alternate;
    animation: cardHover 2s both alternate
}

.about__network:focus .about__network__content .about__network__imageBackground,
.about__network:hover .about__network__content .about__network__imageBackground {
    display: block
}

.about__network.active .about__network__content {
    outline: #d9242d solid 2px;
    border-color: #d9242d;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .4)
}

@media screen and (hover:none) {

    .about__network:focus .about__network__content .about__network__image,
    .about__network:hover .about__network__content .about__network__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .about__network:focus .about__network__content .about__network__imageBackground,
    .about__network:hover .about__network__content .about__network__imageBackground {
        display: none
    }
}

@media screen and (max-width:800px) and (min-width:580px) {
    .about__network {
        width: 50%
    }
}

@media screen and (max-width:580px) {
    .about__network {
        width: 100%;
        padding: 0;
        min-height: 0;
        margin: 0 auto 10px;
        float: none
    }
}

.about__network__content {
    min-height: 450px;
    color: #2b2e34;
    border: 2px solid #ebebeb;
    text-align: left;
    z-index: 0
}

.about__network__imageInner {
    overflow: hidden
}

.about__network__image {
    position: relative;
    height: 190px;
    background-color: #fff
}

@media screen and (max-width:1023px) {
    .about__network__image {
        height: 200px
    }
}

@media screen and (max-width:580px) {
    .about__network__content {
        min-height: 0
    }

    .about__network__image {
        height: 180px
    }
}

.about__network__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.about__network__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 100%;
    width: 100%;
    z-index: 5
}

.about__network__inner {
    padding: 20px 30px
}

.about__network__text {
    margin: 0 0 10px;
    font-size: 14px;
    font-family: RobotoSlab-Regular, serif
}

@media screen and (max-width:580px) {
    .about__network__inner {
        padding: 15px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .about__network__inner {
            letter-spacing: -1px
        }
    }

    .about__network__text {
        font-size: 14px
    }
}

.about__network__collapse,
.about__network__text span {
    font-weight: 400
}

.about__network__collapse__title {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer
}

.aboutus-page__further__text,
.client-profiles__cover__left .details,
.client-profiles__cover__left h2 {
    font-family: RobotoSlab-Bold, serif
}

.about__network__collapse__title.active:after {
    top: 6px;
    transform: rotate(-135deg)
}

.about__network__collapse__title:after {
    position: absolute;
    top: 2px;
    right: 0;
    border: solid #d9242d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all .3s;
    content: ''
}

.about__network__collapse__content {
    display: none
}

.about__network__collapse__content ul {
    padding-left: 18px
}

.about__network__contact {
    display: flex;
    padding-bottom: 10px;
    width: 100%
}

.about__network__contact:after {
    clear: both;
    display: table;
    content: ''
}

.about__network__contact .about__network__text {
    margin: 0;
    font-weight: 400
}

.about__network__icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    color: #2b2e34
}

.about__network__icon a {
    color: inherit
}

.about__network__icon .icon-mobile-icon {
    font-size: 20px
}

@media screen and (max-width:580px) {
    .about__network__contact {
        padding-bottom: 5px
    }

    .about__network__icon .icon-mobile-icon {
        font-size: 16px
    }

    .about__network__icon .icon-tel {
        font-size: 13px
    }
}

.about__network__icon .icon-mail-icon {
    padding-top: 1px;
    font-size: 16px
}

@media screen and (max-width:580px) {
    .about__network__icon .icon-mail-icon {
        font-size: 13px
    }
}

.about .about-network-card-wrap {
    display: flex;
    flex-wrap: wrap
}

.about .network-map {
    position: relative;
    margin-bottom: 40px
}

.about .network-map .pin-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about .network-map .pin-wrap .pin {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    white-space: nowrap;
    background: #696969;
    transition: all .3s;
    cursor: pointer
}

.client-profiles__top__button,
.client-profiles__top__item__button {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media screen and (max-width:800px) {
    .about .network-map .pin-wrap .pin {
        width: 3px;
        height: 3px;
        background: #d9242d;
        pointer-events: none;
        cursor: inherit
    }
}

.about .network-map .pin-wrap .pin.active,
.about .network-map .pin-wrap .pin:focus,
.about .network-map .pin-wrap .pin:hover {
    background: #d9242d
}

.about .network-map .pin-wrap .pin.active .content,
.about .network-map .pin-wrap .pin:focus .content,
.about .network-map .pin-wrap .pin:hover .content {
    display: block
}

.about .network-map .pin-wrap .pin.dim .content {
    display: none
}

.about .network-map .pin-wrap .pin .content {
    display: none;
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: auto;
    padding: 14px 30px;
    color: #d9242d;
    background: #fff;
    box-shadow: 2px 3px 16px rgba(0, 0, 0, .26);
    transform: translateX(-50%)
}

@media screen and (max-width:800px) {
    .about .network-map .pin-wrap .pin .content {
        display: none !important
    }
}

.about .network-map .pin-wrap .pin .content:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0;
    border-color: #fff transparent transparent;
    transform: translateX(-50%);
    content: ''
}

.client-profiles__top__icon,
.events__top__icon {
    -webkit-transform: translateY(-50%);
    cursor: pointer
}

.about .no_vacancies {
    display: block;
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    color: #2b2e34;
    font-weight: 700
}

.aboutus-page__further {
    background: #f2f2f2;
    text-align: center;
    padding: 30px;
    margin-top: 30px
}

@media screen and (max-width:580px) {
    .about .no_vacancies {
        font-size: 20px
    }

    .aboutus-page__further {
        padding: 15px 30px 25px;
        margin: 0
    }
}

@media print {
    .aboutus-page__further {
        padding: 20px 20px 0
    }
}

.aboutus-page__further__header {
    font-size: 21px !important;
    color: #333 !important;
    margin: 0 0 20px;
    padding-top: 0 !important;
    padding-bottom: 7px !important
}

@media screen and (max-width:580px) {
    .aboutus-page__further__header {
        font-size: 15px !important;
        padding: 8px 0 !important
    }
}

@media print {
    .aboutus-page__further__header {
        font-size: 20px !important
    }
}

.aboutus-page__further__container {
    display: block;
    padding-top: 5px
}

.aboutus-page__further__container .icon-pdf-icon {
    font-size: 24px
}

@media screen and (max-width:580px) {
    .aboutus-page__further__container {
        padding-top: 10px
    }

    .aboutus-page__further__container .icon-pdf-icon {
        font-size: 18px
    }
}

.aboutus-page__further__icon {
    color: #2b2e34;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px
}

@media screen and (max-width:580px) {
    .aboutus-page__further__icon {
        width: calc(16% - 20px);
        margin-top: 0;
        font-size: 22px
    }
}

.aboutus-page__further__text {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 5px;
    color: #db000b;
    width: auto
}

@media screen and (max-width:580px) {
    .aboutus-page__further__text {
        width: 84%;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        margin-left: 0
    }
}

@media print {
    .aboutus-page__further__text {
        font-size: 12px !important
    }
}

/*overflow:hidden;*/
padding-bottom:10px;
max-width:1100px;
margin:0 auto
}

.client-profiles__header {
    padding-top: 20px;
    padding-bottom: 32px
}

@media screen and (max-width:580px) {
    .client-profiles__header {
        padding-bottom: 15px
    }
}

.client-profiles__inner {
    margin: 0 auto;
    height: 100%;
    max-width: 1350px
}

.client-profiles__top:after,
.client-profiles__top__search:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

@media screen and (max-width:1350px) {
    .client-profiles__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.client-profiles__top {
    position: relative;
    min-height: 40px;
    z-index: 10
}

.client-profiles__top__header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.client-profiles__top__search {
    text-align: left
}

.client-profiles__top__searchInner {
    top: 0;
    left: 0;
    width: 100%
}

.client-profiles__top__searchInnerAnimation {
    display: inline-block;
    -o-animation: fadeIn .3s forwards;
    -moz-animation: fadeIn .3s forwards;
    -webkit-animation: fadeIn .3s forwards;
    -ms-animation: fadeIn .3s forwards;
    animation: fadeIn .3s forwards
}

.client-profiles__top__item {
    position: relative;
    float: left;
    padding: 0 8px 0 0;
    margin-bottom: 5px
}

.client-profiles__top__item__drop {
    width: 28%
}

@media screen and (max-width:800px) {
    .client-profiles__top__item {
        display: inline-block;
        float: none;
        padding: 0;
        margin-bottom: 10px
    }

    .client-profiles__top__item__drop {
        width: 100%
    }
}

.client-profiles__top__item__input {
    width: 39%
}

@media screen and (max-width:800px) {
    .client-profiles__top__item__input {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .client-profiles__top__item {
        margin-bottom: 5px
    }

    .client-profiles__top__item__input {
        margin-bottom: 8px
    }
}

.client-profiles__top__item__button {
    transition: all .2s;
    width: 5%;
    padding: 0
}

.client-profiles__top__icon {
    position: absolute;
    margin: 0 0 0 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 1;
    color: #666
}

.client-profiles__top__input {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    height: 47px;
    line-height: 40px;
    padding-left: 40px;
    text-indent: 15px;
    padding-right: 20px;
    border-radius: 5px;
    color: #2b2e34;
    background-color: #f2f2f2;
    border: none
}

@media screen and (max-width:580px) {
    .client-profiles__top__icon {
        margin: 2px 0 0 16px
    }

    .client-profiles__top__input {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding-left: 32px
    }
}

.client-profiles__top__button {
    transition: all .2s;
    width: 100%;
    cursor: pointer;
    height: 47px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #d9242d;
    border: none;
    font-size: 14px
}

.client-profiles__cover__left .hashtag a,
.clientProfilesCard__hashtag a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media screen and (max-width:800px) {
    .client-profiles__top__item__button {
        width: 100%
    }

    .client-profiles__top__button {
        font-size: 18px;
        height: auto;
        line-height: normal;
        padding: 10px 0
    }
}

.client-profiles__cover:after,
.client-profiles__cover>a:after {
    display: block;
    height: 0;
    overflow: hidden;
    content: '';
    clear: both
}

@media screen and (max-width:580px) {
    .client-profiles__top__button {
        font-size: 12px
    }
}

.client-profiles__top__button:focus,
.client-profiles__top__button:hover {
    background-color: #2b2e34
}

.client-profiles__top .m-form__dropdown li span {
    font-size: 14px
}

.client-profiles__content {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.client-profiles__content__cards {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -10px
}

@media screen and (max-width:580px) {
    .client-profiles__top .m-form__dropdown li span {
        font-size: 12px
    }

    .client-profiles__content__cards {
        margin: 0;
        padding-top: 10px
    }
}

.client-profiles__moreContainer {
    padding-top: 20px;
    text-align: center
}

.client-profiles__cover {
    text-align: left;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both;
    position: relative;
    overflow: hidden
}

.client-profiles__cover>a {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

@media screen and (hover) {

    .client-profiles__cover>a:focus .client-profiles__cover__right img,
    .client-profiles__cover>a:hover .client-profiles__cover__right img {
        -o-animation: cardHover 2s both alternate;
        -moz-animation: cardHover 2s both alternate;
        -webkit-animation: cardHover 2s both alternate;
        -ms-animation: cardHover 2s both alternate;
        animation: cardHover 2s both alternate
    }

    .client-profiles__cover>a:focus .client-profiles__cover__right .client-profiles__cover__imageBackground,
    .client-profiles__cover>a:hover .client-profiles__cover__right .client-profiles__cover__imageBackground {
        display: block
    }
}

.client-profiles-page__image,
.clientProfilesCard {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both
}

.client-profiles__cover__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 100%;
    width: 100%;
    z-index: 5
}

.client-profiles__cover__left {
    padding: 40px;
    background: #d9242d;
    color: #fff;
    float: left;
    width: 39%;
    position: relative;
    height: 370px;
    z-index: 2
}

@media screen and (max-width:1023px) {
    .client-profiles__cover__left {
        height: auto;
        float: none;
        width: 100%
    }
}

.client-profiles__cover__left h2 {
    margin: 5px 0 0;
    font-size: 32px;
    line-height: 130%
}

@media screen and (max-width:580px) {
    .client-profiles__cover__left {
        padding: 30px 20px
    }

    .client-profiles__cover__left h2 {
        font-size: 18px
    }
}

.client-profiles__cover__left .hashtag {
    margin-bottom: 10px
}

.client-profiles__cover__left .hashtag a {
    position: relative;
    width: auto;
    background: #2b2e34;
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    padding: 7px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .2s
}

.client-profiles__cover__left .hashtag a:focus,
.client-profiles__cover__left .hashtag a:hover {
    background-color: #fff;
    color: #d9242d
}

@media screen and (max-width:580px) {
    .client-profiles__cover__left .hashtag a {
        font-size: 12px
    }
}

.client-profiles__cover__left .details {
    margin-top: 20px;
    font-size: 14px;
    line-height: 130%
}

.client-profiles__cover__left .details p {
    margin: 4px 0
}

.client-profiles__cover__right {
    float: right;
    width: 61%;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden
}

@media screen and (max-width:1023px) {
    .client-profiles__cover__right {
        width: 100%;
        height: auto;
        margin-left: 0;
        float: none
    }
}

@media screen and (max-width:580px) {
    .client-profiles__cover__left .details {
        margin-top: 12px;
        font-size: 12px
    }

    .client-profiles__cover__right {
        height: 180px;
        float: none
    }
}

.client-profiles__cover__image {
    height: 100%
}

.client-profiles__cover__image img {
    object-fit: cover;
    width: auto
}

@media screen and (max-width:1023px) {
    .client-profiles__cover__image img {
        height: auto;
        width: 100%
    }
}

.clientProfilesCard {
    width: 33.3%;
    float: left;
    position: relative;
    min-height: 350px;
    margin-bottom: 20px;
    padding: 0 10px;
    animation: fadeIn .7s both
}

.clientProfilesCard:focus .clientProfilesCard__content .clientProfilesCard__image,
.clientProfilesCard:hover .clientProfilesCard__content .clientProfilesCard__image {
    -o-animation: cardHover 2s both alternate;
    -moz-animation: cardHover 2s both alternate;
    -webkit-animation: cardHover 2s both alternate;
    -ms-animation: cardHover 2s both alternate;
    animation: cardHover 2s both alternate
}

.clientProfilesCard:focus .clientProfilesCard__content .clientProfilesCard__imageBackground,
.clientProfilesCard:hover .clientProfilesCard__content .clientProfilesCard__imageBackground {
    display: block
}

@media screen and (hover:none) {

    .clientProfilesCard:focus .clientProfilesCard__content .clientProfilesCard__image,
    .clientProfilesCard:hover .clientProfilesCard__content .clientProfilesCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .clientProfilesCard:focus .clientProfilesCard__content .clientProfilesCard__imageBackground,
    .clientProfilesCard:hover .clientProfilesCard__content .clientProfilesCard__imageBackground {
        display: none
    }
}

.clientProfilesCard a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width:800px) and (min-width:580px) {
    .clientProfilesCard {
        width: 50%
    }
}

@media screen and (max-width:580px) {
    .clientProfilesCard {
        width: 100%;
        padding: 0;
        min-height: 0;
        margin: 0 auto 10px;
        float: none
    }
}

.clientProfilesCard__content {
    cursor: pointer;
    min-height: 450px;
    color: #2b2e34;
    background-color: #ebebeb;
    text-align: left;
    z-index: 0
}

.clientProfilesCard__imageInner {
    border: 2px solid #ebebeb;
    overflow: hidden
}

.clientProfilesCard__image {
    position: relative;
    height: 190px;
    background-color: #fff
}

@media screen and (max-width:1023px) {
    .clientProfilesCard__image {
        height: 200px
    }
}

@media screen and (max-width:580px) {
    .clientProfilesCard__content {
        min-height: 0
    }

    .clientProfilesCard__image {
        height: 180px
    }
}

.clientProfilesCard__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.clientProfilesCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 100%;
    width: 100%;
    z-index: 5
}

.clientProfilesCard__inner {
    padding: 20px 30px
}

@media screen and (max-width:580px) {
    .clientProfilesCard__inner {
        padding: 15px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .clientProfilesCard__inner {
            letter-spacing: -1px
        }
    }
}

.clientProfilesCard__date {
    padding-bottom: 10px
}

.clientProfilesCard__text {
    margin: 0;
    font-size: 20px;
    font-family: RobotoSlab-Regular, serif
}

.clientProfilesCard__hashtag {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: 3;
    text-align: left;
    padding: 20px 30px;
    width: 100%
}

@media screen and (max-width:580px) {
    .clientProfilesCard__text {
        font-size: 14px
    }

    .clientProfilesCard__hashtag {
        padding: 0 15px 15px;
        left: 0;
        right: 0
    }
}

.clientProfilesCard__hashtag a {
    position: relative;
    width: auto;
    background: #2b2e34;
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    margin-right: 10px;
    line-height: 16px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .2s
}

.client-profiles-page__tag,
.clientProfilesCard__button {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.clientProfilesCard__hashtag a:focus,
.clientProfilesCard__hashtag a:hover {
    background-color: #d9242d
}

@media screen and (max-width:580px) {
    .clientProfilesCard__hashtag a {
        font-size: 12px
    }

    .clientProfilesCard__hashtag {
        position: relative;
        background-color: #ebebeb
    }
}

.clientProfilesCard__button {
    transition: all .2s;
    color: #999;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px
}

.clientProfilesCard__button:focus,
.clientProfilesCard__button:hover {
    color: #2b2e34
}

.client-profiles-page {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .client-profiles-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.client-profiles-page hr {
    margin: 45px 0
}

@media screen and (max-width:580px) {
    .client-profiles-page hr {
        margin: 35px 0
    }
}

@media print {
    .client-profiles-page {
        text-align: left
    }

    .client-profiles-page hr {
        margin: 10px 0
    }
}

.client-profiles-page__inner {
    text-align: left
}

.client-profiles-page__inner p {
    line-height: 28px;
    margin-bottom: 24px
}
.client-profiles-page__inner .published_date {
    display: none;
}
.client-profiles-page__inner .published_date:last-child {
    display: block;
}

@media screen and (max-width:580px) {
    .client-profiles-page__inner p {
        font-size: 12px;
        line-height: 22px
    }
}

.client-profiles-page__link {
    text-align: center;
    margin-bottom: 55px
}

.client-profiles-page__link a {
    color: #d9242d
}

@media print {
    .client-profiles-page__link {
        margin-bottom: 20px
    }
}

.client-profiles-page__nature {
    text-align: center;
    font-style: italic;
    color: #d9242d;
    margin-bottom: 15px
}

.client-profiles-page__image {
    text-align: center;
    margin: 10px auto;
    animation: fadeIn .7s both
}

.case-studies-page__cover,
.case-studies-page__image {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both
}

.client-profiles-page__tags {
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.contact__section,
.events__top {
    min-height: 40px
}

.client-profiles-page__tags a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px
}

.client-profiles-page__tags a:focus .tag__item,
.client-profiles-page__tags a:hover .tag__item {
    background-color: #d9242d
}

.client-profiles-page__tag {
    vertical-align: top;
    display: inline-block;
    line-height: 16px;
    width: auto;
    background-color: #2b2e34;
    padding: 7px 10px;
    color: #fff;
    transition: all .2s
}

.case-studies-page__tag,
.costCalculator .generateCostWrapper__submit {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.client-profiles-page__tag:focus,
.client-profiles-page__tag:hover {
    background-color: #d9242d
}

@media print {
    .client-profiles-page__tag {
        padding: 0;
        font-size: 11px
    }
}

.client-profiles-page__header {
    font-size: 42px !important
}

@media screen and (max-width:580px) {
    .client-profiles-page__header {
        font-size: 26px !important
    }
}

@media print {
    .client-profiles-page__header {
        text-align: left;
        font-size: 32px !important
    }
}

.client-profiles-page__logo {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.contact {
    max-width: 1100px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0 auto
}

@media screen and (max-width:1350px) {
    .contact {
        padding-left: 20px;
        padding-right: 20px
    }
}

.contact__subHeader {
    padding-top: 10px;
    padding-bottom: 40px
}

.contact__content {
    display: table;
    width: 100%
}

.contact__left {
    vertical-align: top;
    width: 50%;
    display: table-cell;
    padding-right: 20px
}

@media screen and (max-width:800px) {
    .contact {
        overflow: visible
    }

    .contact__left {
        position: relative;
        min-height: 650px;
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        overflow: hidden
    }

    .contact__submit {
        margin-right: 10px
    }
}

.contact__submit {
    font-size: 18px;
    margin-bottom: 10px;
    width: 170px;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    float: left
}

.contact__submit:after,
.contact__submit:before {
    border: none !important
}

.contact__submit:focus,
.contact__submit:hover {
    background-color: #2b2e34
}

@media screen and (max-width:580px) {
    .contact__submit {
        height: auto !important;
        line-height: normal !important;
        padding: 12px 0;
        width: auto;
        float: left;
        font-size: 14px !important;
        margin-top: 12px
    }
}

.contact__right {
    display: table-cell;
    width: 48%;
    text-align: left;
    vertical-align: top;
    background-color: #f2f2f2
}

@media screen and (max-width:800px) {
    .contact__right {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
}

.contact__right__inner {
    padding: 35px 40px
}

.contact__information {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (max-width:580px) {
    .contact__right__inner {
        padding: 30px 20px
    }

    .contact__information {
        min-height: 0
    }
}

.contact__information__header {
    padding-bottom: 15px;
    margin-top: 40px;
    font-family: RobotoSlab-Bold
}

.contact__information__section {
    width: 100%;
    padding-bottom: 3px;
    display: inline-block
}

.contact__information__section__name {
    font-weight: 700;
    font-size: 16px;
    padding: 4px 0
}

@media screen and (max-width:580px) {
    .contact__information__header {
        margin-top: 15px
    }

    .contact__information__section__name {
        font-size: 13px;
        padding: 3px 0
    }
}

.contact__information__section__title {
    font-size: 16px;
    padding: 4px 0 6px
}

@media screen and (max-width:580px) {
    .contact__information__section__title {
        font-size: 12px;
        padding: 2px 0 6px
    }
}

.contact__information__section__icon {
    width: 30px;
    padding: 2px;
    float: left;
    font-size: 18px
}

@media screen and (max-width:580px) {
    .contact__information__section__icon {
        font-size: 14px
    }
}

.contact__information__section__icon a {
    color: #2b2e34
}

.case-studies-page__link a,
.contact__information a,
.contact__information__section__text a {
    color: #db000b
}

.contact__information__section__icon .icon-mobile-icon {
    font-size: 20px
}

.contact__information__section__icon .icon-mail-icon {
    font-size: 16px
}

@media screen and (max-width:580px) {
    .contact__information__section__icon .icon-mobile-icon {
        font-size: 16px
    }

    .contact__information__section__icon .icon-mail-icon {
        font-size: 13px
    }
}

.contact__information__section__icon .icon-time-icon {
    font-size: 17px
}

@media screen and (max-width:580px) {
    .contact__information__section__icon .icon-time-icon {
        font-size: 13px
    }
}

.contact__information__section__text {
    font-size: 16px;
    position: relative;
    width: calc(100% - 30px);
    margin-left: 30px;
    line-height: 28px
}

.contact__information__section__text P {
    margin: 0
}

@media screen and (max-width:580px) {
    .contact__information__section__text {
        font-size: 12px;
        line-height: 17px
    }
}

.contact__information__bottom {
    font-size: 16px;
    display: inline-block;
    padding-top: 25px;
    position: relative;
    width: 100%
}

.contact__information__bottom__bold {
    font-weight: 700
}

@media screen and (max-width:580px) {
    .contact__information__bottom {
        padding-top: 15px
    }

    .contact__information__bottom__bold {
        font-size: 13px
    }
}

.contact__information__bottom__item {
    float: left;
    padding: 5px
}

@media screen and (max-width:580px) {
    .contact__information__bottom__item {
        font-size: 12px
    }

    .contact__information__bottom__item p {
        margin: 0;
        padding: 0
    }
}

.contact__message {
    color: #d9242d;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
    clear: both;
    text-align: left
}

.contact .m-form__field {
    padding: 20px 16px;
    font-size: 14px
}

.contact .m-form__section {
    margin-bottom: 16px
}

.contact .m-form__section.last .m-form__half:first-of-type {
    width: 200px;
    float: left
}

@media screen and (max-width:580px) {
    .contact .m-form__field {
        font-size: 12px;
        padding: 12px 15px
    }

    .contact .m-form__section.last .m-form__half:first-of-type {
        width: 160px
    }
}

.contact .m-form__section.last .m-form__half:first-of-type .captcha_img {
    width: calc(100% - 80px);
    vertical-align: middle
}

@media screen and (max-width:580px) {
    .contact .m-form__section.last .m-form__half:first-of-type .captcha_img {
        width: calc(100% - 74px)
    }
}

.contact .m-form__section.last .m-form__half:last-of-type {
    float: none;
    width: auto;
    margin-left: 205px
}

.contact .m-form__dropdown>a {
    min-height: 58px;
    padding: 19px 40px 15px 20px
}

@media screen and (max-width:580px) {
    .contact .m-form__section.last .m-form__half:last-of-type {
        margin-left: 162px;
        margin-top: 0
    }

    .contact .m-form__dropdown {
        margin-top: 15px
    }

    .contact .m-form__dropdown>a {
        min-height: 40px;
        padding: 11px 40px 11px 15px
    }
}

.contact .m-form__dropdown>ul li {
    padding: 0
}

.contact .m-form__dropdown>ul li a {
    padding: 17px 40px 17px 20px
}

@media screen and (max-width:580px) {
    .contact .m-form__dropdown>ul li a {
        padding: 11px 40px 11px 15px
    }
}

.contact .m-form__textArea {
    height: 220px;
    padding: 20px 16px;
    font-size: 14px;
    margin-bottom: 0
}

@media screen and (max-width:580px) {
    .contact .m-form__textArea {
        height: 150px;
        padding: 12px 15px;
        font-size: 12px
    }
}

html[lang=ja] .city-section .m-form__half {
    margin-left: 0;
    margin-top: 0;
    width: 100%
}

.case-studies-page {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .case-studies-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.case-studies-page hr {
    margin: 45px 0
}

@media screen and (max-width:580px) {
    .case-studies-page hr {
        margin: 35px 0
    }
}

@media print {
    .case-studies-page {
        text-align: left
    }

    .case-studies-page hr {
        margin: 10px 0
    }
}

.case-studies-page__inner {
    text-align: left
}

.case-studies-page__inner p {
    line-height: 28px;
    margin-bottom: 24px
}

@media screen and (max-width:580px) {
    .case-studies-page__inner p {
        font-size: 12px;
        line-height: 22px
    }
}

.case-studies-page__quote {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 22px;
    line-height: 36px
}

.case-studies-page__link {
    text-align: center;
    margin-bottom: 55px
}

@media print {
    .case-studies-page__link {
        margin-bottom: 20px
    }
}

.case-studies-page__image {
    text-align: center;
    margin: 10px auto;
    animation: fadeIn .7s both
}

.case-studies-page__tags {
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.case-studies-page__tags a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px
}

.case-studies-page__tags a:focus .tag__item,
.case-studies-page__tags a:hover .tag__item {
    background-color: #d9242d
}

.case-studies-page__tag {
    vertical-align: top;
    display: inline-block;
    line-height: 16px;
    width: auto;
    background-color: #2b2e34;
    padding: 7px 10px;
    color: #fff;
    transition: all .2s
}

.case-studies-page__tag:focus,
.case-studies-page__tag:hover {
    background-color: #d9242d
}

@media print {
    .case-studies-page__tag {
        padding: 0;
        font-size: 11px
    }
}

.case-studies-page__header {
    font-size: 42px !important
}

.case-studies-page__header p {
    font-size: 14px;
    color: #2b2e34
}

@media screen and (max-width:580px) {
    .case-studies-page__header {
        font-size: 26px !important
    }
}

@media print {
    .case-studies-page__header {
        text-align: left;
        font-size: 32px !important
    }
}

.case-studies-page__cover {
    text-align: left;
    margin-bottom: 35px;
    animation: fadeIn .7s both
}

.case-studies-page__cover:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.case-studies-page__cover__content {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.case-studies-page__cover__button {
    position: relative;
    display: block;
    margin-top: 60px
}

@media screen and (max-width:1023px) {
    .case-studies-page__cover__button {
        margin-top: 30px
    }
}

.case-studies-page__cover__button a {
    text-align: center;
    background: #2b2e34;
    padding: 11px 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.case-studies-page__cover__button a:focus,
.case-studies-page__cover__button a:hover {
    background-color: #fff;
    color: #d9242d
}

@media screen and (max-width:480px) {
    .case-studies-page__cover__button {
        margin-top: 20px;
        float: none;
        width: 100%
    }

    .case-studies-page__cover__button a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 8px 50px
    }
}

.case-studies-page__cover__left {
    padding: 40px;
    background: #d9242d;
    color: #fff;
    float: left;
    width: 345px;
    height: 370px;
    position: relative
}

@media print {
    .case-studies-page__cover__left {
        padding: 0 20px 0 0;
        height: auto
    }
}

@media screen and (max-width:580px) {
    .case-studies-page__cover__left {
        padding: 25px 20px
    }
}

@media screen and (max-width:1023px) {
    .case-studies-page__cover__left {
        height: auto;
        float: none;
        width: 100%
    }
}

.case-studies-page__cover__left h2 {
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-family: RobotoSlab-Bold;
    color: #fff;
    padding: 0
}

@media screen and (max-width:580px) {
    .case-studies-page__cover__left h2 {
        font-size: 13px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .case-studies-page__cover__left h2 {
            letter-spacing: -1px
        }
    }
}

.case-studies-page__cover__left h2.long_text {
    font-size: 17px
}

@media screen and (max-width:580px) {
    .case-studies-page__cover__left h2.long_text {
        font-size: 13px
    }
}

@media print {

    .case-studies-page__cover__left h2,
    .case-studies-page__cover__left h2.long_text {
        font-size: 16px
    }
}

.case-studies-page__cover__left .personal__data {
    margin-top: 20px;
    display: table
}

.case-studies-page__cover__left .personal__data__avatar {
    display: table-cell;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 95px;
    height: 80px;
    padding-right: 15px
}

.case-studies-page__cover__left .personal__data__text {
    display: table-cell;
    vertical-align: bottom;
    margin-left: 90px;
    color: #fff;
    font-size: 14px;
    font-family: RobotoSlab-Bold, serif
}

@media screen and (max-width:580px) {
    .case-studies-page__cover__left .personal__data__text {
        font-size: 12px
    }
}

.case-studies-page__cover__left a.button {
    font-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 10px
}

.case-studies-page__cover__right {
    margin-left: 345px;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width:1023px) {
    .case-studies-page__cover__right {
        width: 100%;
        margin-left: 0;
        height: 195px
    }
}

.case-studies-page__cover__right img {
    object-fit: cover
}

.case-studies-page__facts {
    padding: 0 0 30px
}

@media screen and (max-width:580px) {
    .case-studies-page__facts {
        padding: 0 0 15px
    }
}

@media print {
    .case-studies-page__cover__right {
        height: auto
    }

    .case-studies-page__cover__right img {
        width: 50vw;
        height: auto
    }

    .case-studies-page__facts {
        padding: 0 0 10px
    }
}

.case-studies-page__facts__header {
    font-size: 28px !important;
    text-align: center;
    margin: 0 0 30px;
    padding-top: 0 !important
}

@media screen and (max-width:580px) {
    .case-studies-page__facts__header {
        font-size: 18px !important;
        padding: 0 0 10px !important
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .case-studies-page__facts__header {
            letter-spacing: -1px
        }
    }
}

@media print {
    .case-studies-page__facts__header {
        font-size: 20px !important
    }
}

.case-studies-page__facts__listing {
    margin: 0 20px;
    font-family: RobotoSlab-Bold, serif;
    font-weight: 700;
    overflow: hidden;
    list-style: square;
    color: #d9242d
}

@media screen and (max-width:580px) {
    .case-studies-page__facts__listing {
        font-size: 14px;
        margin: 0
    }
}

.case-studies-page__facts__listing li {
    width: 50%;
    float: left;
    line-height: 24px;
    padding-right: 50px;
    margin-bottom: 20px
}

.case-studies-page__facts__listing li span {
    color: #2b2e34
}

.case-studies-page__further {
    background: #f2f2f2;
    text-align: center;
    padding: 30px
}

@media screen and (max-width:580px) {
    .case-studies-page__facts__listing li {
        width: 100%;
        margin-bottom: 8px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .case-studies-page__facts__listing li {
            letter-spacing: -1px
        }
    }

    .case-studies-page__further {
        padding: 15px 30px 25px;
        margin: 0
    }
}

@media print {
    .case-studies-page__further {
        padding: 20px 20px 0
    }
}

.case-studies-page__further__header {
    font-size: 21px !important;
    color: #333 !important;
    margin: 0 0 20px;
    padding-top: 0 !important;
    padding-bottom: 7px !important
}

@media screen and (max-width:580px) {
    .case-studies-page__further__header {
        font-size: 15px !important;
        padding: 8px 0 !important
    }
}

@media print {
    .case-studies-page__further__header {
        font-size: 20px !important
    }
}

.case-studies-page__further__container {
    display: block;
    padding-top: 5px
}

.case-studies-page__further__container .icon-pdf-icon {
    font-size: 24px
}

@media screen and (max-width:580px) {
    .case-studies-page__further__container {
        padding-top: 10px
    }

    .case-studies-page__further__container .icon-pdf-icon {
        font-size: 18px
    }
}

.case-studies-page__further__icon {
    color: #2b2e34;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px
}

@media screen and (max-width:580px) {
    .case-studies-page__further__icon {
        width: calc(16% - 20px);
        margin-top: 0;
        font-size: 22px
    }
}

.case-studies-page__further__text {
    font-family: RobotoSlab-Bold, serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 5px;
    color: #da0b16;
    width: auto
}

@media screen and (max-width:580px) {
    .case-studies-page__further__text {
        width: 84%;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        margin-left: 0
    }
}

@media print {
    .case-studies-page__further__text {
        font-size: 12px !important
    }
}

.costCalculator {
    position: relative;
    margin: 0 auto 80px;
    max-width: 1084px;
    text-align: center;
    padding-top: 24px
}

@media (max-width:1200px) {
    .costCalculator {
        width: 95%;
        margin-bottom: 50px;
        padding-top: 0
    }
}

.costCalculator .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden
}

.costCalculator .clearfix {
    display: block
}

.costCalculator p.m-form__error {
    color: #da252e
}

.costCalculator .costCalculatorContent.hidden {
    display: none
}

.costCalculator .costCalQuestionWrapper {
    width: 501px;
    margin: 0 auto
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper {
    margin-bottom: 23px;
    text-align: left;
    position: relative
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper {
        width: 100%
    }

    .costCalculator .costCalQuestionWrapper .fullRowWrapper {
        margin-bottom: 10px
    }
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    z-index: 1;
    opacity: 0
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow {
    width: 230px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow.ccsize {
    width: 257px;
    margin-right: 0;
    position: relative
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow.ccsize span {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #757575
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow.ccsize span sup {
    font-size: 8px
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow {
        width: 49%;
        margin-right: .5%;
        min-height: 40px
    }

    .costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow.ccsize {
        width: 49%
    }

    .costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow.ccstaffNo {
        width: 40%
    }

    .costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow .m-form__dropdown>a,
    .costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow input {
        padding: 10px 40px 12px 16px
    }
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow .m-form__dropdown>a,
.costCalculator .costCalQuestionWrapper .fullRowWrapper .halfRow input {
    background-color: #F7F7F7
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.officeTypeDetail .m-form__field {
    padding-right: 30px
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled:before {
    display: block
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled .halfRow .m-form__dropdown>a,
.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled .halfRow input {
    background-color: #FAFAFA
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled .halfRow .m-form__dropdown>a span,
.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled .halfRow input span,
.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled .halfRow span {
    color: #222
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.disabled .halfRow input::placeholder {
    color: #C6C6C6
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem {
    position: relative;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem {
        margin-bottom: 10px
    }
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem .removeStaff {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #D1D1D1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-indent: -50000px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem .removeStaff.hidden {
    display: none
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem .removeStaff:after,
.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem .removeStaff:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 5px;
    margin-top: -1px;
    background: #FFF
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem .removeStaff:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper .staffItem .removeStaff:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.ccindustryDetail .staffItem .ccstaffCate {
    margin-right: 1.5%
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.ccindustryDetail .staffItem:first-child .ccstaffCate {
    margin-right: .5%
}

.costCalculator .costCalQuestionWrapper .fullRowWrapper.schoolChildren {
    margin-bottom: 30px
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper .fullRowWrapper.schoolChildren {
        margin-bottom: 20px
    }
}

.costCalculator .costCalQuestionWrapper .addStaffBtn {
    position: relative;
    display: block;
    text-align: left;
    left: 0;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 40px
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper .addStaffBtn {
        margin-bottom: 23px
    }
}

.costCalculator .costCalQuestionWrapper .addStaffBtn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-color: #D8242D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-indent: -50000px;
    border-radius: 50%
}

.costCalculator .costCalQuestionWrapper .addStaffBtn span {
    color: #2C2E33;
    font-size: 14px
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper .agreeTxt a,
.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper label a {
    color: #EC001F
}

.costCalculator .costCalQuestionWrapper .addStaffBtn span:after,
.costCalculator .costCalQuestionWrapper .addStaffBtn span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 5px;
    margin-top: -1px;
    background: #FFF
}

.costCalculator .costCalQuestionWrapper .addStaffBtn span:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.costCalculator .costCalQuestionWrapper .addStaffBtn span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper {
    font-size: 14px;
    text-align: left;
    line-height: 180%;
    margin-bottom: 30px
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper .agreeTxt {
    padding-bottom: 18px
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper .agreeNoticeWrapper .agreeTxt {
        font-size: 12px;
        padding-bottom: 10px
    }

    .costCalculator .costCalQuestionWrapper .agreeNoticeWrapper label span {
        display: inline-block;
        width: 90%
    }
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper label {
    text-align: left;
    font-size: 13px;
    position: relative
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper label input {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    position: relative;
    top: 3px;
    float: left
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper label span {
    padding-left: 8px
}

.costCalculator .costCalQuestionWrapper .agreeNoticeWrapper p.m-form__error {
    color: #da252e;
    padding-top: 0
}

.costCalculator .costCalQuestionWrapper .estimateBtn span {
    width: 170px;
    background-color: #D8242D;
    color: #FFF;
    height: 50px;
    padding-top: 15px;
    text-align: center;
    display: block;
    cursor: pointer
}

@media (max-width:1200px) {
    .costCalculator .costCalQuestionWrapper .agreeNoticeWrapper p.m-form__error {
        padding-left: 28px
    }

    .costCalculator .costCalQuestionWrapper .estimateBtn span {
        margin: 0 auto
    }
}

.costCalculator .estimationContent {
    text-align: left;
    display: none
}

.costCalculator .estimationContent.active {
    display: block
}

.costCalculator .estimationContent .resultHeader {
    padding-left: 60%;
    padding-bottom: 8px;
    position: relative
}

.costCalculator .estimationContent .resultHeader div {
    width: 50%;
    text-align: right;
    font-size: 14px;
    color: #2C2E33;
    float: left
}

.costCalculator .estimationContent .resultHeader div.headerUS {
    padding-right: 23px
}

.costCalculator .estimationContent .costResultitem {
    background-color: #F2F2F2;
    margin-bottom: 5px
}

.costCalculator .estimationContent .cRRight,
.costCalculator .estimationContent .cRleft {
    padding: 20px 23px
}

.costCalculator .estimationContent .cRRight dl,
.costCalculator .estimationContent .cRleft dl {
    margin: 0;
    padding: 0
}

.costCalculator .estimationContent .cRRight dt,
.costCalculator .estimationContent .cRleft dt {
    padding-right: 15px;
    float: left
}

@media (max-width:1200px) {
    .costCalculator .estimationContent .resultHeader {
        display: none
    }

    .costCalculator .estimationContent .cRRight dt,
    .costCalculator .estimationContent .cRleft dt {
        width: 100%;
        float: none;
        padding-bottom: 6px
    }
}

.costCalculator .estimationContent .cRRight dd,
.costCalculator .estimationContent .cRleft dd {
    float: left;
    margin: 0;
    padding-left: 0
}

.costCalculator .estimationContent .cRRight dd span,
.costCalculator .estimationContent .cRleft dd span {
    display: none
}

@media (max-width:1200px) {

    .costCalculator .estimationContent .cRRight dd span,
    .costCalculator .estimationContent .cRleft dd span {
        display: block;
        font-size: 12px;
        color: #8F9093
    }
}

.costCalculator .estimationContent .cRRight dd h3,
.costCalculator .estimationContent .cRleft dd h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: RobotoSlab-Bold, serif;
    padding: 0 0 8px;
    margin: 0
}

.eventCard__date,
.eventCard__text {
    font-family: Roboto-Regular
}

@media (max-width:1200px) {

    .costCalculator .estimationContent .cRRight dd h3,
    .costCalculator .estimationContent .cRleft dd h3 {
        font-size: 16px;
        padding-bottom: 0
    }
}

.costCalculator .estimationContent .cRRight dd h4,
.costCalculator .estimationContent .cRleft dd h4 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 400
}

.costCalculator .estimationContent .cRRight dd h4 span,
.costCalculator .estimationContent .cRleft dd h4 span {
    display: inline-block;
    color: #2C2E33
}

.costCalculator .estimationContent .cRleft {
    width: 60%;
    float: left
}

@media (max-width:1200px) {

    .costCalculator .estimationContent .cRRight dd h4,
    .costCalculator .estimationContent .cRleft dd h4 {
        font-size: 12px
    }

    .costCalculator .estimationContent .cRleft {
        width: 100%;
        float: none;
        padding-bottom: 0
    }
}

.costCalculator .estimationContent .cRleft dd {
    width: calc(100% - 55px)
}

@media (max-width:1200px) {
    .costCalculator .estimationContent .cRleft dd {
        width: 100%;
        float: none
    }

    .costCalculator .estimationContent .cRleft dl {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #D5D6D6
    }
}

.costCalculator .estimationContent .cRRight {
    width: 40%;
    float: right;
    padding-left: 0
}

@media (max-width:1200px) {
    .costCalculator .estimationContent .cRRight {
        width: 100%;
        float: none
    }
}

.costCalculator .estimationContent .cRRight dl {
    float: left;
    width: 50%;
    text-align: right
}

.costCalculator .estimationContent .cRRight dd {
    float: none
}

.costCalculator .generateCostWrapper {
    display: block;
    padding-bottom: 0;
    max-width: 800px;
    margin: 80px auto 0;
    text-align: center
}

@media print {
    .costCalculator .generateCostWrapper {
        display: none
    }
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper {
        padding-bottom: 8px
    }
}

.costCalculator .generateCostWrapper h2 {
    color: #D8242D;
    font-size: 24px;
    padding-bottom: 15px
}

@media screen and (max-width:1200px) {
    .costCalculator .generateCostWrapper {
        margin-top: 36px
    }

    .costCalculator .generateCostWrapper h2 {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.costCalculator .generateCostWrapper h3 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px
}

@media screen and (max-width:1200px) {
    .costCalculator .generateCostWrapper h3 {
        font-size: 12px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.costCalculator .generateCostWrapper .mainTitles {
    margin-top: 100px
}

@media (max-width:1200px) {
    .costCalculator .generateCostWrapper .mainTitles {
        margin-top: 50px
    }
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper .mainTitles__big {
        font-size: 20px;
        display: none
    }
}

.costCalculator .generateCostWrapper__section {
    padding-top: 7px;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 20px
}

.costCalculator .generateCostWrapper__button {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block
}

.costCalculator .generateCostWrapper__button button {
    font-size: 18px;
    cursor: pointer
}

.costCalculator .generateCostWrapper nav.link button {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    background-color: #d9242d;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
    z-index: 1;
    color: #fff;
    cursor: pointer
}

.costCalculator .generateCostWrapper nav.link button:focus,
.costCalculator .generateCostWrapper nav.link button:hover {
    background-color: #2b2e34
}

.costCalculator .generateCostWrapper__message {
    color: #d9242d;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
    text-align: left
}

.costCalculator .generateCostWrapper .m-form__section.last .m-form__half:first-of-type {
    width: 200px;
    float: left
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper__button {
        margin-top: 12px
    }

    .costCalculator .generateCostWrapper .m-form__section.last .m-form__half:first-of-type {
        width: 160px
    }
}

.costCalculator .generateCostWrapper .m-form__section.last .m-form__half:first-of-type .captcha_img {
    width: calc(100% - 80px);
    vertical-align: middle
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper .m-form__section.last .m-form__half:first-of-type .captcha_img {
        width: calc(100% - 74px)
    }
}

.costCalculator .generateCostWrapper .m-form__section.last .m-form__half:last-of-type {
    float: none;
    width: auto;
    margin-left: 205px
}

.costCalculator .generateCostWrapper .m-form__dropdown>a span {
    font-size: 13px
}

.costCalculator .generateCostWrapper .m-form__textArea {
    padding: 20px 16px;
    margin-bottom: 0
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper .m-form__section.last .m-form__half:last-of-type {
        margin-left: 162px;
        margin-top: 0
    }

    .costCalculator .generateCostWrapper .m-form__textArea {
        padding: 12px 15px;
        font-size: 12px
    }
}

.costCalculator .generateCostWrapper__submit {
    transition: all .2s;
    width: 215px;
    height: 50px !important;
    line-height: 50px !important;
    border: none;
    font-size: 20px
}

.events .eventCarousell .slick-next,
.events .eventCarousell .slick-prev,
.events__top__submit {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.costCalculator .generateCostWrapper__submit:focus,
.costCalculator .generateCostWrapper__submit:hover {
    color: #fff;
    background: #2b2e34
}

.costCalculator .generateCostWrapper__submit:focus .linkBorder__text,
.costCalculator .generateCostWrapper__submit:hover .linkBorder__text {
    color: #d9242d
}

.costCalculator .generateCostWrapper__submit:after,
.costCalculator .generateCostWrapper__submit:before,
.costCalculator .generateCostWrapper__submit:focus:after,
.costCalculator .generateCostWrapper__submit:focus:before,
.costCalculator .generateCostWrapper__submit:hover:after,
.costCalculator .generateCostWrapper__submit:hover:before {
    border: none !important
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper__submit {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 30px !important;
        width: 128px
    }
}

.costCalBottomRMK,
.infoIcon {
    font-size: 12px;
    font-style: italic
}

.costCalculator .generateCostWrapper input[type=radio] {
    border: 1px solid #D5D6D6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: 10px;
    margin-right: 20px
}

.costCalculator .generateCostWrapper input[type=radio]:checked {
    border: 1px solid #D8242D !important;
    background: url(/assets/icon-radio.png) center center no-repeat #D8242D
}

.costCalculator .generateCostWrapper .generateCost__submit {
    border: none
}

.costCalculator .generateCostWrapper .formatItem {
    display: inline-block;
    padding: 38px 34px;
    position: relative
}

@media screen and (max-width:580px) {
    .costCalculator .generateCostWrapper .formatItem {
        padding: 15px
    }
}

.costCalculator .generateCostWrapper .formatItem:before {
    content: "";
    background-color: #D5D6D6;
    width: 1px;
    height: 58px;
    display: block;
    position: absolute;
    top: 40px;
    right: 0
}

.costCalculator .generateCostWrapper .formatItem:last-child:before {
    display: none
}

.costCalculator .generateCostWrapper .formatItem label {
    display: inline-block;
    font-weight: 400
}

.costCalculator .generateCostWrapper .data-right-desc {
    margin-top: 0;
    line-height: 160%
}

#office-type-dropdown span {
    display: inline-block;
    width: auto
}

.officeTypeInfo {
    background: url(/assets/icon-info.svg) right center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 2px
}

.infoIcon {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    line-height: 130%;
    background-color: #FFF;
    z-index: 101;
    padding: 10px;
    border: 1px solid #d6d6d6
}

.infoIcon.active {
    display: block
}

.bkToCostCalInput {
    padding-top: 10px
}

.bkToCostCalInput span {
    font-weight: 700;
    cursor: pointer
}

.costCalBottomRMK {
    text-align: left;
    padding-top: 40px;
    line-height: 160%
}

.error {
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
    text-align: center
}

.error__header,
.error__main {
    padding-bottom: 20px
}

.error__button {
    display: inline-block;
    vertical-align: top;
    background-color: #d9242d;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.events {
    padding-bottom: 10px
}

.events__header {
    padding-top: 20px
}

.events__inner {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    max-width: 1350px
}

@media screen and (max-width:1350px) {
    .events__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.events__top {
    position: relative;
    z-index: 10;
    margin-bottom: 35px
}

@media screen and (max-width:580px) {
    .events__top {
        margin-bottom: 10px
    }
}

.events__top__header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.events__top__search {
    display: block;
    min-height: 50px;
    z-index: 200
}

.events__top .icon-search-icon {
    color: #949494
}

.events__top__searchInner {
    top: 0;
    left: 0;
    width: 100%
}

.events__top__searchInner:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.events__top__searchInnerAnimation {
    display: inline-block;
    -o-animation: fadeIn .4s forwards;
    -moz-animation: fadeIn .4s forwards;
    -webkit-animation: fadeIn .4s forwards;
    -ms-animation: fadeIn .4s forwards;
    animation: fadeIn .4s forwards
}

.events .eventCarousell,
.events .eventTop {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both
}

.events__top__container {
    float: left;
    margin: 0 4px 10px 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    text-align: left;
    width: calc(26% - 4px);
    z-index: 10
}

@media screen and (max-width:1200px) {
    .events__top__container {
        width: calc(25% - 4px)
    }
}

@media screen and (max-width:800px) {
    .events__top__container {
        width: calc(50% - 4px)
    }
}

@media screen and (max-width:600px) {
    .events__top__container {
        width: 100%
    }
}

.events__top__container.past_events {
    display: none
}

.events__top__input {
    position: relative;
    width: 20%;
    float: left;
    cursor: pointer;
    line-height: 40px;
    margin: 0 2px 10px
}

.events__top__input input {
    font-size: 14px;
    text-indent: 15px;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 20px;
    width: 100%;
    height: 47px;
    color: #2b2e34;
    background-color: #f2f2f2;
    border: none
}

@media screen and (max-width:580px) {
    .events__top__input input {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding-left: 32px
    }
}

@media screen and (max-width:1200px) {
    .events__top__input {
        width: 67%;
        margin: 0 0 10px
    }
}

@media screen and (max-width:800px) {
    .events__top__input {
        width: calc(50% - 4px);
        margin: 0 0 10px
    }
}

@media screen and (max-width:600px) {
    .events__top__input {
        width: 100%;
        display: block;
        margin: 0 0 10px
    }
}

.events__top__icon {
    position: absolute;
    margin: 0 0 0 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-size: 20px;
    z-index: 1;
    color: #666;
    line-height: normal
}

@media screen and (max-width:580px) {
    .events__top__icon {
        margin: 2px 0 0 16px
    }
}

.events__top__submit {
    transition: all .2s;
    width: 5%;
    float: right;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    background-color: #d9242d;
    border: none;
    margin-bottom: 10px
}

.events__top__submit:focus,
.events__top__submit:hover {
    background-color: #2b2e34
}

.events__content,
.events__moreContainer {
    background-color: #f2f2f2;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    .events__top__submit {
        float: left
    }
}

@media screen and (max-width:800px) {
    .events__top__submit {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
}

@media screen and (max-width:580px) {
    .events__top__submit {
        font-size: 13px;
        height: auto;
        line-height: normal;
        padding: 10px 0
    }
}

.events__top .m-form__dropdown li span {
    font-size: 14px
}

.events__1 {
    width: 22%
}

@media screen and (max-width:800px) {
    .events__1 {
        width: calc(50% - 4px)
    }
}

@media screen and (max-width:600px) {
    .events__1 {
        width: 100%
    }
}

.events__content {
    padding: 35px 0;
    position: relative;
    display: block;
    z-index: 0;
    width: 100%
}

@media screen and (max-width:580px) {
    .events__top .m-form__dropdown li span {
        font-size: 12px
    }

    .events__content {
        padding: 0
    }
}

.events__content__cards {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -10px
}

@media screen and (max-width:580px) {
    .events__content__cards {
        margin: 0
    }
}

.events__content__cards .loader {
    display: none !important
}

.events__moreContainer {
    display: block;
    height: 100px;
    padding-top: 20px
}

.events .eventTop {
    position: relative;
    text-align: left;
    margin-top: 20px;
    background-color: #fff;
    overflow: hidden;
    animation: fadeIn .7s both
}

.events .eventTop .socialShare {
    padding: 0 60px
}

@media screen and (max-width:580px) {
    .events .eventTop {
        margin-top: 10px
    }

    .events .eventTop .socialShare {
        padding: 0 20px
    }
}

.events .eventTop__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12
}

.events .eventTop__link a {
    display: block;
    height: 100%;
    width: 100%
}

.events .eventTop__date:empty+.eventTop__location:before,
.events .eventTop__location:empty:before {
    display: none
}

.events .eventTop__card {
    color: #2b2e34
}

.events .eventTop__inner {
    padding: 50px 60px
}

@media screen and (max-width:580px) {
    .events .eventTop__inner {
        padding: 15px 18px
    }

    .events .eventTop__date {
        font-size: 12px
    }
}

.events .eventTop__left {
    float: left;
    width: 38%;
    min-height: 200px;
    background-color: #fff
}

@media screen and (max-width:1023px) {
    .events .eventTop__left {
        width: 100%
    }
}

.events .eventTop__date {
    padding-bottom: 10px
}

.events .eventTop__location {
    font-weight: 700
}

.events .eventTop__location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, .2);
    margin: 0 8px
}

@media screen and (max-width:580px) {
    .events .eventTop__location {
        font-size: 12px
    }

    .events .eventTop__location:before {
        height: 9px
    }
}

.events .eventTop__text {
    margin-top: 12px;
    font-size: 26px
}

@media screen and (max-width:580px) {
    .events .eventTop__text {
        font-size: 16px;
        margin-top: 10px;
        line-height: 26px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .events .eventTop__text {
            letter-spacing: -1px
        }
    }
}

.events .eventTop__share {
    position: absolute;
    margin-left: 27.3%;
    bottom: 0 !important;
    margin-bottom: 32px;
    z-index: 22;
    left: 0
}

@media screen and (max-width:1023px) {
    .events .eventTop__share {
        text-align: right;
        right: 0 !important;
        margin: 0;
        padding: 0 50px 30px
    }
}

@media screen and (max-width:580px) {
    .events .eventTop__share {
        right: 0 !important;
        left: auto;
        padding: 0 20px 20px;
        margin-bottom: 0
    }

    .events .eventTop__share .eventCard__button {
        display: inline-block;
        vertical-align: middle;
        width: 25px
    }

    .events .eventTop__share .eventCard__button .icon-share-icon {
        font-size: 20px !important
    }

    .events .eventTop__share .eventCard__button .icon-calendar-icon {
        font-size: 18px !important
    }
}

.events .eventTop__share a {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    height: auto
}

.events .eventTop .socialShare__icon {
    position: relative;
    padding: 22px 2px 18px
}

.events .eventTop .socialShare__icon a {
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0
}

.events .eventTop__button {
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    -ms-transition: transform .2s;
    transition: transform .2s;
    color: #d6d6d6;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px
}

.events .eventTop__button:focus,
.events .eventTop__button:hover {
    color: #2b2e34
}

.events .eventTop .eventCard__button {
    font-size: 25px
}

.events .eventTop__right {
    float: right;
    width: 62%;
    height: 450px
}

@media screen and (max-width:1023px) {
    .events .eventTop .eventCard__button {
        font-size: 21px
    }

    .events .eventTop__right {
        width: 100%;
        height: auto
    }

    .events .eventCarousell {
        margin-bottom: 40px
    }
}

@media screen and (max-width:580px) {
    .events .eventTop .socialShare__icon {
        padding: 12px 2px 8px
    }

    .events .eventTop__right {
        height: 190px
    }
}

.events .eventTop .icon-share-icon {
    font-size: 25px !important
}

.events .eventTop .icon-calendar-icon {
    font-size: 21px !important
}

.events .eventCarousell {
    animation: fadeIn .7s both
}

.events .eventCarousell .slick-next,
.events .eventCarousell .slick-prev {
    transition: all .2s;
    width: 50px;
    height: 80px;
    box-shadow: none;
    opacity: 1
}

.eventCard__button,
.events .eventCarousell .slick-dots li button {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media screen and (max-width:580px) {

    .events .eventCarousell .slick-next,
    .events .eventCarousell .slick-prev {
        width: 44px;
        height: 58px
    }
}

.events .eventCarousell .slick-next:before,
.events .eventCarousell .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid
}

.events .eventCarousell .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width:580px) {

    .events .eventCarousell .slick-next:before,
    .events .eventCarousell .slick-prev:before {
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -5px
    }

    .events .eventCarousell .slick-prev {
        left: -20px
    }

    .events .eventCarousell .slick-next {
        right: -20px
    }
}

.events .eventCarousell .slick-next:before {
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:580px) {
    .events .eventCarousell .slick-next:before {
        margin-left: -6px
    }
}

.events .eventCarousell .slick-dots {
    left: 65px;
    width: auto;
    bottom: 47px
}

@media screen and (max-width:1023px) {
    .events .eventCarousell .slick-dots {
        left: auto;
        right: auto;
        width: 100%;
        bottom: -30px
    }
}

.events .eventCarousell .slick-dots li {
    margin: 0 12px 0 0;
    padding: 0;
    width: 10px;
    height: 10px
}

@media screen and (max-width:1023px) {
    .events .eventCarousell .slick-dots li {
        width: 12px;
        height: 12px
    }
}

.events .eventCarousell .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #a3a3a3;
    transition: all .2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.events .eventCarousell .slick-dots li button:before {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: ''
}

.events .eventCarousell .slick-dots li button:focus,
.events .eventCarousell .slick-dots li button:hover,
.events .eventCarousell .slick-dots li.slick-active button {
    border: 1px solid #d9242d;
    background: #d9242d
}

.eventCard {
    position: relative;
    width: 25%;
    min-height: 390px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 10px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.eventCard:focus .eventCard__content .eventCard__image,
.eventCard:hover .eventCard__content .eventCard__image {
    -o-animation: cardHover 4s both alternate;
    -moz-animation: cardHover 4s both alternate;
    -webkit-animation: cardHover 4s both alternate;
    -ms-animation: cardHover 4s both alternate;
    animation: cardHover 4s both alternate
}

.eventCard:focus .eventCard__content .eventCard__imageBackground,
.eventCard:hover .eventCard__content .eventCard__imageBackground {
    display: block
}

@media screen and (hover:none) {

    .eventCard:focus .eventCard__content .eventCard__image,
    .eventCard:hover .eventCard__content .eventCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .eventCard:focus .eventCard__content .eventCard__imageBackground,
    .eventCard:hover .eventCard__content .eventCard__imageBackground {
        display: none
    }
}

.events-page__image__inner,
.events-page__text__image__inner {
    -o-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both
}

@media screen and (max-width:1023px) and (min-width:860px) {
    .eventCard {
        width: 33.3%
    }
}

@media screen and (max-width:860px) and (min-width:580px) {
    .eventCard {
        width: 50%
    }
}

@media screen and (max-width:580px) {
    .eventCard {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
        padding: 0
    }
}

.eventCard__link,
.eventCard__link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.eventCard__content {
    cursor: pointer;
    height: 100%;
    min-height: 390px;
    color: #2b2e34;
    background-color: #fff;
    text-align: left;
    z-index: 0
}

.eventCard__inner {
    position: relative;
    display: block;
    padding: 20px;
    z-index: 6
}

.eventCard__imageInner {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden
}

.eventCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3
}

.eventCard__image {
    height: 180px;
    z-index: 0
}

.eventCard__image img {
    object-fit: cover
}

.eventCard__date {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%
}

@media screen and (max-width:580px) {
    .eventCard__image {
        height: 190px
    }

    .eventCard__date {
        font-size: 12px;
        line-height: 20px
    }

    .eventCard__text {
        font-size: 16px;
        line-height: 26px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .eventCard__text {
            letter-spacing: -1px
        }
    }
}

.eventCard__dateValue:empty+.eventCard__location:before,
.eventCard__location:empty:before {
    display: none
}

.eventCard__location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, .2);
    margin: 0 10px
}

.eventCard__text {
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 700
}

.eventCard__paragraph {
    font-size: 14px;
    line-height: 140%;
    color: #fff
}

.eventCard__overlay {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 11
}

.eventCard__overlay a {
    position: relative;
    z-index: 12
}

.eventCard__overlay__icon {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0 4px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    cursor: pointer
}

.eventCard__overlay__icon:focus,
.eventCard__overlay__icon:hover {
    color: #2b2e34
}

.eventCard__background {
    color: #fff;
    background-color: #0180b9
}

.eventCard__background .eventCard__date,
.eventCard__background .eventCard__text {
    color: #fff
}

.eventCard__background .eventCard__location:before {
    background: #fff
}

.eventCard__shareWhite a {
    display: inline-block;
    color: #fff;
    padding: 0
}

.eventCard__shareWhite a:focus,
.eventCard__shareWhite a:hover {
    color: #fff
}

.eventCard__button {
    transition: all .2s;
    /*color:#999;*/
    color: #2b2e34;
    font-size: 21px;
    text-align: center;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block
}

.events-page__details__button,
.faq__section__title {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.eventCard__button:focus,
.eventCard__button:hover {
    color: #2b2e34
}

.eventCard__button .icon-share-icon {
    font-size: 20px
}

.eventCard__button .icon-calendar-icon {
    font-size: 18px
}

@media screen and (max-width:580px) {
    .eventCard__overlay {
        right: 35px
    }

    .eventCard__button {
        display: inline-block;
        vertical-align: middle;
        width: 25px
    }
}

.eventCard__button.eventCard__calandar[href=""] {
    display: none !important
}

.eventCard__link_content .eventCard__inner {
    padding: 30px
}

.eventCard__link_content .eventCard__inner .eventCard__date {
    margin-bottom: 5px
}

.eventCard__link_content .eventCard__inner .eventCard__text {
    margin-bottom: 17px
}

.eventCard__link_content .eventCard__imageBackground {
    left: 10px;
    width: calc(100% - 20px)
}

@media screen and (max-width:580px) {
    .eventCard__link_content .eventCard__imageBackground {
        left: 0;
        width: 100%
    }
}

.eventCard .socialShare {
    width: calc(100% - 20px);
    right: 10px
}

.eventCard .socialShare__icon {
    position: relative
}

.eventCard .socialShare__icon a {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media screen and (max-width:580px) {
    .eventCard .socialShare {
        width: 100%;
        right: 0
    }

    .events-page__tag {
        font-size: 12px
    }
}

.events-page {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .events-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.events-page__tags {
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.events-page__tag {
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
    width: auto;
    background-color: #2b2e34;
    padding: 7px 10px;
    color: #fff
}

.events-page__details__url:focus,
.events-page__details__url:hover,
.events-page__text a {
    color: #d9242d
}

.events-page__tag:hover {
    background-color: #d9242d
}

.events-page__image {
    max-width: 800px;
    height: auto;
    margin: 20px auto 30px
}

.events-page__image__inner {
    -moz-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.events-page__left {
    float: left;
    width: 54%;
    text-align: left
}

.events-page__inner {
    padding-right: 50px
}

@media screen and (max-width:1023px) {
    .events-page__left {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    .events-page__inner {
        padding: 0
    }
}

.events-page__text__header {
    font-family: RobotoSlab-Bold, serif;
    font-size: 18px !important;
    text-align: left !important;
    padding-bottom: 0 !important
}

@media screen and (max-width:580px) {
    .events-page__text__header {
        font-size: 16px !important
    }
}

.events-page__text__sub {
    margin-top: 10px;
    margin-bottom: -5px;
    font-weight: 700
}

.events-page__text__image {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.events-page__text__image__inner {
    -moz-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.events-page__text p {
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
}

@media screen and (max-width:580px) {
    .events-page__text p {
        font-size: 12px
    }
}

.events-page__support {
    padding-top: 30px
}

.events-page__support__header {
    padding-bottom: 20px;
    text-align: left !important;
    font-size: 18px !important
}

.events-page__support__section {
    min-height: 100px;
    padding-top: 5px;
    padding-bottom: 5px
}

.events-page__support__text {
    height: 30px;
    width: 100%
}

.events-page__support__image {
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.events-page__support__image img {
    width: auto;
    height: 100%
}

.events-page__right {
    float: right;
    width: 46%;
    text-align: left
}

@media screen and (max-width:1023px) {
    .events-page__right {
        width: 100%;
        float: none
    }
}

.events-page__details {
    background-color: #f2f2f2;
    padding: 42px 40px;
    min-height: 180px;
    overflow: hidden
}

@media screen and (max-width:580px) {
    .events-page__support__header {
        font-size: 16px !important
    }

    .events-page__details {
        padding: 15px 20px
    }
}

.events-page__details__header {
    text-align: left !important;
    padding-top: 0 !important;
    font-size: 24px !important;
    padding-bottom: 0 !important
}

.events-page__details__information {
    text-align: left;
    height: 100%;
    margin-bottom: 30px
}

.events-page__details__section {
    min-height: 30px;
    margin-top: 5px;
    line-height: 180%
}

.events-page__details__section:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

@media screen and (max-width:580px) {
    .events-page__details__header {
        font-size: 16px !important;
        padding-bottom: 10px
    }

    .events-page__details__section {
        line-height: 100%
    }
}

.events-page__details__text {
    float: left;
    width: 90px;
    height: 100%;
    font-size: 16px
}

@media screen and (max-width:580px) {
    .events-page__details__text {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px
    }
}

.events-page__details__bold {
    font-weight: 700;
    margin-left: 90px;
    height: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 160%
}

@media screen and (max-width:580px) {
    .events-page__details__bold {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 100%
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .events-page__details__bold {
            letter-spacing: -1px
        }
    }
}

.events-page__details a.events-page__details__bold {
    margin-left: 0;
    overflow-wrap: break-word
}

.events-page__details__location {
    font-size: 18px;
    color: #d9242d;
    cursor: pointer
}

.events-page__details__action {
    position: relative;
    min-height: 50px;
    width: 100%;
    padding-top: 40px
}

.events-page__details__action:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.events-page__details__button {
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    padding: 0;
    border: 0;
    vertical-align: top;
    text-align: center;
    width: 262px;
    height: 55px;
    line-height: 55px;
    margin: 0 3px;
    font-size: 18px;
    cursor: pointer;
    background-color: #d9242d
}

.events-page__details__button:focus,
.events-page__details__button:hover,
.events-page__details__second {
    background-color: #2b2e34
}

@media screen and (max-width:1350px) {
    .events-page__details__button {
        width: 235px;
        font-size: 16px
    }
}

@media screen and (max-width:1320px) {
    .events-page__details__button {
        margin-bottom: 10px;
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .events-page__details__action {
        padding-top: 0
    }

    .events-page__details__button {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        margin: 0 3px 10px;
        float: left
    }

    .events-page__details__button:first-child {
        width: calc(45% - 10px);
        margin: 0 3px 10px
    }

    .events-page__details__button:last-child {
        margin: 0 3px;
        width: calc(55% - 3px)
    }
}

.events-page__details__second:focus,
.events-page__details__second:hover {
    background-color: #d9242d
}

.events-page__details__second .icons:before {
    vertical-align: middle;
    margin-right: 5px
}

.events-page__speakers {
    margin-top: 65px
}

.events-page__speakers__header {
    padding-bottom: 0 !important;
    text-align: left !important;
    font-size: 18px !important
}

.events-page__speakers__sections {
    position: relative;
    width: 100%;
    min-height: 70px;
    padding: 20px 0 25px;
    border-bottom: 1px #f2f2f2 solid;
    overflow: hidden
}

@media screen and (max-width:580px) {
    .events-page__speakers {
        margin-top: 5px
    }

    .events-page__speakers__header {
        font-size: 16px !important
    }

    .events-page__speakers__sections {
        padding: 15px 0 0
    }
}

.events-page__speakers__title {
    font-family: RobotoSlab-Bold, serif;
    font-size: 16px
}

.events-page__speakers__text {
    position: relative;
    float: left;
    width: auto;
    line-height: 22px
}

.events-page__speakers__contact {
    float: right
}

@media screen and (max-width:580px) {
    .events-page__speakers__title {
        font-size: 12px
    }

    .events-page__speakers__text {
        min-height: 50px;
        font-size: 12px;
        width: 75%
    }

    .events-page__speakers__contact {
        width: 25%;
        float: left;
        text-align: right
    }
}

.events-page__speakers__icons {
    float: left;
    color: #999;
    cursor: pointer;
    height: 30px;
    width: 30px;
    font-size: 22px;
    margin: 0 5px
}

.events-page__speakers__icons:focus,
.events-page__speakers__icons:hover {
    color: #2b2e34
}

.events-page__red,
.faq__section__active,
.faq__section__top:focus .faq__section__operator,
.faq__section__top:focus .faq__section__title,
.faq__section__top:hover .faq__section__operator,
.faq__section__top:hover .faq__section__title {
    color: #d9242d
}

@media screen and (max-width:580px) {
    .events-page__speakers__icons {
        font-size: 18px
    }
}

.faq {
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:800px) {
    .faq {
        width: 100%
    }
}

.faq__header {
    margin-top: 20px;
    margin-bottom: 20px
}

.faq__content {
    margin-bottom: 40px
}

.faq__section {
    display: none;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
    max-width: 1100px;
    margin: 0 auto;
    transition: max-height .6s ease-in
}

@media (max-width:1100px) {
    .faq__section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.faq__section__top {
    min-width: 100%;
    max-width: 800px;
    border: none;
    background: 0 0;
    padding: none;
    margin: 0;
    position: relative;
    cursor: pointer
}

.faq__section__title {
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    padding: 43px 50px 43px 10px;
    text-align: left;
    line-height: 26px
}

@media (max-width:580px) {
    .faq__section__title {
        text-align: left;
        font-size: 14px !important;
        padding: 20px 50px 20px 10px;
        line-height: 22px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .faq__section__title {
            letter-spacing: -1px
        }
    }
}

.faq__section__operator {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: auto
}

.faq__section__hidden * a,
.faq__section__hidden * a span {
    color: #d9242d !important;
    text-decoration: none !important
}

.faq__section__icon {
    margin-right: 5px;
    font-size: 20px
}

@media (max-width:580px) {
    .faq__section__icon {
        margin-right: 0;
        font-size: 14px
    }
}

.faq__section__hidden {
    display: none;
    font-size: 16px;
    padding: 30px 10px;
    text-align: left;
    border-top: 1px solid #e4e4e4
}

.faq__section__hidden * {
    font-family: Roboto-Regular !important;
    text-align: left !important
}

.faq__section__hidden * a span {
    line-height: 26px !important;
    line-height: 16px !important;
    text-align: left !important
}

@media (max-width:580px) {
    .faq__section__hidden {
        font-size: 12px;
        padding: 10px
    }

    .faq__section__hidden * a span {
        font-size: 12px !important;
        line-height: 20px !important
    }

    .faq__section__hidden * {
        font-size: 12px;
        line-height: 20px
    }
}

.faq__more {
    margin-top: 40px
}

.industries-page {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .industries-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.industries-page__header {
    padding-top: 20px;
    padding-bottom: 20px
}

@media print {

    .industries-page,
    .industries-page__header {
        text-align: left
    }
}

.industries-page__slider {
    margin: 40px 0;
    overflow: hidden
}

@media screen and (max-width:580px) {
    .industries-page__slider {
        margin: 10px 0
    }
}

.industries-page__inner p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px
}

@media screen and (max-width:800px) {
    .industries-page__inner p {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width:580px) {
    .industries-page__inner p {
        font-size: 12px;
        line-height: 20px
    }
}

.industries-page__inner hr {
    margin: 45px 0;
    border: none;
    height: 1px;
    background: #666;
    color: #666
}

.industries-page__fast__facts .inner:after,
.industries-page__fast__facts:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
    overflow: hidden
}

@media screen and (max-width:800px) {
    .industries-page__inner hr {
        margin: 30px 0
    }
}

.industries-page__fast__facts {
    font-family: RobotoSlab-Regular;
    font-weight: 700;
    text-align: center
}

.industries-page__fast__facts__header {
    font-size: 28px;
    text-align: center;
    margin: 0 0 30px
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__header {
        font-size: 18px !important;
        margin: 0;
        padding-top: 0 !important
    }
}

.industries-page__fast__facts__item {
    width: 32%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    text-align: center
}

@media screen and (max-width:1024px) {
    .industries-page__fast__facts__item {
        display: block;
        width: 450px;
        max-width: 100%;
        margin: 0 auto 30px
    }
}

@media print {
    .industries-page__fast__facts__item {
        width: 350px;
        display: block;
        max-width: 100%;
        margin: 0 auto 30px
    }
}

.industries-page__fast__facts__item .inner {
    width: 85%;
    display: inline-block;
    margin: 0 auto
}

.industries-page__fast__facts__item .description {
    padding: 20px 5px 0;
    font-size: 16px
}

@media screen and (max-width:800px) {
    .industries-page__fast__facts__item .description {
        padding: 10px;
        font-size: 14px
    }
}

.industries-page__fast__facts__item .statistic {
    min-height: 106px;
    position: relative;
    word-break: break-all
}

@media screen and (max-width:1024px) {
    .industries-page__fast__facts__item .inner {
        max-width: none
    }

    .industries-page__fast__facts__item .statistic {
        min-height: 0
    }
}

@media print {
    .industries-page__fast__facts__item .description {
        font-size: 12px
    }

    .industries-page__fast__facts__item .statistic {
        min-height: 0
    }
}

.industries-page__fast__facts__item .statistic img {
    width: 80px;
    display: inline-block
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__item .description {
        font-size: 12px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .industries-page__fast__facts__item .description {
            letter-spacing: -1px
        }
    }

    .industries-page__fast__facts__item .statistic img {
        width: 60px
    }
}

.industries-page__fast__facts__item .statistic .text {
    padding: 0 5px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin: 0;
    width: calc(100% - 90px)
}

.industries-page__fast__facts__item .statistic .text .number {
    word-break: normal;
    font-family: RobotoSlab-Bold;
    color: #d9242d;
    font-size: 34px;
    line-height: 36px
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__item .statistic .text {
        width: calc(100% - 64px)
    }

    .industries-page__fast__facts__item .statistic .text .number {
        font-size: 28px;
        line-height: 40px
    }
}

@media print {
    .industries-page__fast__facts__item .statistic .text .number {
        font-size: 30px
    }

    .industries-page .slick-track {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }
}

.industries-page__fast__facts__item .statistic .text .unit {
    font-size: 16px;
    word-break: normal
}

@media screen and (max-width:800px) {
    .industries-page__fast__facts__item .statistic .text .unit {
        font-size: 14px
    }
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__item .statistic .text .unit {
        font-size: 13px
    }
}

.industries-page__fast__facts__button {
    color: #fff;
    width: 100%;
    max-width: 465px;
    display: block;
    margin: 50px auto
}

@media screen and (max-width:800px) {
    .industries-page__fast__facts__button {
        font-size: 14px
    }
}

.industries-page__fast__facts__button #allvalue {
    background: #d9242d;
    padding: 14px 60px 14px 23px
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__button {
        margin-top: 0;
        margin-bottom: 30px
    }

    .industries-page__fast__facts__button #allvalue {
        padding: 8px 55px 8px 35px;
        min-height: 0
    }
}

.industries-page__fast__facts__button .custom-dropdown {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left
}

.industries-page__fast__facts__button .custom-dropdown>a {
    background: #d9242d;
    border-color: #d9242d;
    padding: 17px 40px 17px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__button .custom-dropdown>a {
        min-height: 38px;
        padding: 9px 40px 9px 20px
    }
}

.industries-page__fast__facts__button .custom-dropdown>a:before {
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    right: 20px
}

.industries-page__fast__facts__button .custom-dropdown>a span {
    color: #fff
}

.industries-page__fast__facts__button .custom-dropdown>ul {
    background: #2b2e34
}

.industries-page__fast__facts__button .custom-dropdown>ul li {
    position: relative;
    background: #2b2e34
}

.industries-page__fast__facts__button .custom-dropdown>ul li a {
    color: #fff;
    padding: 14px 40px 14px 50px
}

.industries-page__fast__facts__button .custom-dropdown>ul li a.selected,
/*.industries-page__fast__facts__button .custom-dropdown>ul li a:focus,*/
.industries-page__fast__facts__button .custom-dropdown>ul li a:hover {
    background-color: #d9242d
}
.industries-page__fast__facts__button .custom-dropdown>ul li b{
    font-weight: normal;
}
.industries-page__fast__facts__button .pdf {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 26px;
    height: 32px;
    font-size: 24px
}

@media screen and (max-width:580px) {
    .industries-page__fast__facts__button .custom-dropdown>ul li a {
        padding: 9px 40px 9px 50px
    }

    .industries-page__fast__facts__button .pdf {
        font-size: 20px;
        left: 20px;
        width: 20px;
        height: 24px;
        margin-top: -10px
    }
}

.industries-page .slick-next,
.industries-page .slick-prev {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 50px;
    height: 80px;
    box-shadow: none;
    opacity: 1
}

.industries-page .slick-dots li button,
.industriesTop__right a {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

@media screen and (max-width:580px) {

    .industries-page .slick-next,
    .industries-page .slick-prev {
        width: 44px;
        height: 58px;
        top: 145px
    }
}

.industries-page .slick-next:before,
.industries-page .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -11px;
    width: 12px;
    height: 12px;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid
}

@media screen and (max-width:580px) {

    .industries-page .slick-next:before,
    .industries-page .slick-prev:before {
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -5px
    }
}

@media print {
    .industries-page .slick-slide {
        display: none
    }

    .industries-page .slick-slide.slick-current {
        display: block;
        float: none
    }

    .industries-page .slick-next,
    .industries-page .slick-prev {
        display: none !important
    }
}

.industries-page .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.industries-page .slick-next:before {
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:580px) {
    .industries-page .slick-next:before {
        margin-left: -6px
    }
}

.industries-page .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: auto
}

@media screen and (max-width:1023px) {
    .industries-page .slick-dots {
        margin: -5px 0 0
    }
}

@media screen and (max-width:580px) {
    .industries-page .slick-dots {
        left: 20px
    }
}

@media print {
    .industries-page .slick-dots {
        display: none !important
    }
}

.industries-page .slick-dots li {
    margin: 0 12px 0 0;
    padding: 0;
    width: 10px;
    height: 10px
}

@media screen and (max-width:1023px) {
    .industries-page .slick-dots li {
        margin: 0 12px 0 0;
        width: 12px;
        height: 12px
    }
}

.industries-page .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.industries-page .slick-dots li button:before {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: ''
}

.industries-page .slick-dots li button:focus,
.industries-page .slick-dots li button:hover {
    border: 1px solid #fff;
    background: #fff
}

.industries-page .slick-dots li.slick-active button {
    background: #fff
}

.industriesPageSliderItem {
    text-align: left
}

.industriesPageSliderItem__left {
    padding: 30px 40px;
    background: #d9242d;
    color: #fff;
    float: left;
    width: 345px;
    height: 370px;
    position: relative
}

@media screen and (max-width:580px) {
    .industriesPageSliderItem__left {
        padding: 20px 20px 45px !important
    }
}

@media screen and (max-width:1023px) {
    .industriesPageSliderItem__left {
        padding: 30px 40px 60px;
        height: auto;
        float: none;
        width: 100%
    }
}

@media print {
    .industriesPageSliderItem__left {
        color: #000;
        padding: 0 20px 0 0;
        height: auto
    }
}

.industriesPageSliderItem__left p {
    font-family: RobotoSlab-Regular, serif;
    font-weight: 400;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 14px;
    margin: 0;
    line-height: 20px
}

.index__section__top,
.industriesPageSliderItem__left h2,
.news-page__inner h2,
.newsCard.media-contact .newsCard__content h2,
.panel__section__header,
.panel__section__paragraph2,
.resources-page__cover__left h2,
.start__icons__text {
    font-family: RobotoSlab-Bold
}

@media screen and (max-width:580px) {
    .industriesPageSliderItem__left p {
        font-size: 12px
    }
}

@media print {
    .industriesPageSliderItem__left p {
        color: #000
    }
}

.industriesPageSliderItem__left h2 {
    margin: 15px 0 0;
    padding: 0;
    font-size: 20px;
    text-align: left;
    color: #fff
}

@media screen and (max-width:580px) {
    .industriesPageSliderItem__left h2 {
        margin: 15px 0 0;
        font-size: 14px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .industriesPageSliderItem__left h2 {
            letter-spacing: -1px
        }
    }
}

.industriesPageSliderItem__left .personal__data {
    margin-top: 20px;
    display: table
}

.industriesPageSliderItem__left .personal__data__avatar {
    display: table-cell;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 80px
}

@media screen and (max-width:580px) {
    .industriesPageSliderItem__left .personal__data__avatar {
        width: 60px;
        height: 60px
    }
}

@media print {
    .industriesPageSliderItem__left h2 {
        color: #000
    }

    .industriesPageSliderItem__left .personal__data__avatar {
        width: 50px;
        height: 50px
    }

    .industriesPageSliderItem__left .personal__data__avatar img {
        object-fit: none;
        width: 100%
    }
}

.index__section__image img,
.industriesCard__image img,
.industriesPageSliderItem__right img,
.industriesTop__left .image img,
.newsCard__image img,
.panel__section__image img {
    object-fit: cover
}

.industriesPageSliderItem__left .personal__data__text {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
    color: #fff;
    font-size: 14px
}

@media screen and (max-width:580px) {
    .industriesPageSliderItem__left .personal__data__text {
        padding-left: 8px;
        font-size: 12px
    }
}

@media print {
    .industriesPageSliderItem__left .personal__data__text {
        color: #000;
        font-size: 12px
    }
}

.industriesPageSliderItem__left a.button {
    font-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 10px
}

.industriesPageSliderItem__right {
    margin-left: 345px;
    height: 370px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.industriesPageSliderItem__share {
    position: absolute;
    color: #d6d6d6;
    bottom: 10px;
    right: 10px;
    font-size: 22px
}

.industriesPageSliderItem__button {
    position: relative;
    display: block;
    margin-top: 15px
}

@media screen and (max-width:1023px) {
    .industriesPageSliderItem__right {
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .industriesPageSliderItem__button {
        margin-top: 10px
    }
}

@media print {
    .industriesPageSliderItem__right {
        height: auto
    }

    .industriesPageSliderItem__right img {
        width: 50vw;
        height: auto
    }

    .industriesPageSliderItem__button {
        display: none
    }
}

.industriesPageSliderItem__button a {
    display: inline-block;
    background: #2b2e34;
    padding: 11px 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.industriesPageSliderItem__button a:focus,
.industriesPageSliderItem__button a:hover {
    background-color: #fff;
    color: #d9242d
}

@media screen and (max-width:580px) {
    .industriesPageSliderItem__button {
        margin-top: 20px
    }

    .industriesPageSliderItem__button a {
        font-size: 12px;
        padding: 8px 16px
    }
}

.industriesPageSlider_link {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-indent: -99999px
}

.industries__button {
    color: #d6d6d6;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px
}

.industries__button:focus,
.industries__button:hover {
    color: #2b2e34
}

.industriesCard__overlay {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin-right: 20px;
    width: 100%
}

.industriesCard__overlay__items {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #f2f2f2;
    margin-left: 20px;
    margin-top: 40px
}

.industriesCard__overlay__icon {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0 4px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    cursor: pointer
}

.industriesCard__overlay__icon:focus,
.industriesCard__overlay__icon:hover {
    color: #2b2e34
}

html[lang=tc] .industries-page__fast__facts__item .statistic .text .number,
html[lang=sc] .industries-page__fast__facts__item .statistic .text .number {
    font-size: 36px
}

.industries {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .industries {
        padding-left: 20px;
        padding-right: 20px
    }
}

.industries__header p {
    font-size: 14px;
    color: #2b2e34
}

.industries__moreContainer {
    height: 100px;
    padding-top: 20px;
    text-align: center
}

.industriesTop:after,
.industries__cards:after {
    content: '';
    height: 0;
    clear: both;
    overflow: hidden
}

.industries__cards {
    margin: 0 -22px 0 0
}

.industries__cards .loader {
    display: none
}

@media screen and (max-width:580px) {
    .industries__moreContainer {
        padding-top: 0
    }

    .industries__cards {
        margin: 0
    }
}

.industries__cards:after {
    display: block
}

.industriesTop {
    margin: 40px auto 20px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

@media screen and (max-width:580px) {
    .industriesTop {
        margin: 10px auto 6px
    }
}

.industriesTop:after {
    display: block
}

.industriesTop__left {
    float: left;
    position: relative;
    width: 790px;
    height: 430px;
    overflow: hidden
}

.industriesTop__left .image {
    width: 100%;
    height: 100%
}

@media screen and (hover) {
    .industriesTop__left .image img:hover {
        -o-animation: cardHover 4s both alternate;
        -moz-animation: cardHover 4s both alternate;
        -webkit-animation: cardHover 4s both alternate;
        -ms-animation: cardHover 4s both alternate;
        animation: cardHover 4s both alternate;
        display: block
    }
}

@media screen and (max-width:1100px) {
    .industriesTop__left {
        width: 700px
    }
}

@media screen and (max-width:1023px) {
    .industriesTop__left {
        width: 100%;
        height: auto;
        float: none
    }

    .industriesTop__left .image {
        height: auto
    }

    .industriesTop__left .image img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.industriesTop__right {
    color: #fff;
    height: 430px;
    margin-left: 790px;
    text-align: left;
    padding: 30px;
    background: #d9242d
}

.industriesTop__right h2 {
    margin: 0;
    color: #fff;
    font-size: 27px
}

@media screen and (max-width:580px) {
    .industriesTop__right {
        padding: 20px
    }

    .industriesTop__right h2 {
        font-size: 18px
    }
}

.industriesTop__right a {
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    display: block;
    width: 130px;
    margin-top: 20px;
    background: #2b2e34;
    padding: 11px 26px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.index nav.link a,
.index__section__tags a {
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.industriesTop__right a:focus,
.industriesTop__right a:hover {
    background-color: #fff;
    color: #d9242d
}

.industriesTop__right p {
    line-height: 24px
}

@media screen and (max-width:580px) {
    .industriesTop__right a {
        font-size: 12px;
        padding: 8px 16px;
        width: 90px;
        margin-top: 12px
    }

    .industriesTop__right p {
        font-size: 12px
    }
}

.industriesTop__right__content {
    display: table;
    height: 100%
}

.industriesTop__right__content .inner {
    display: table-cell;
    vertical-align: bottom
}

@media screen and (max-width:1100px) {
    .industriesTop__right {
        margin-left: 700px
    }
}

@media screen and (max-width:1023px) {
    .industriesTop__right {
        margin-left: 0;
        height: auto
    }

    .industriesTop__right__content,
    .industriesTop__right__content .inner {
        display: block
    }
}

.industriesCard {
    width: calc(33.3% - 22px);
    float: left;
    position: relative;
    min-height: 370px;
    margin-bottom: 20px;
    margin-right: 22px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.industriesCard:focus .industriesCard__content .industriesCard__image,
.industriesCard:hover .industriesCard__content .industriesCard__image {
    -o-animation: cardHover 4s both alternate;
    -moz-animation: cardHover 4s both alternate;
    -webkit-animation: cardHover 4s both alternate;
    -ms-animation: cardHover 4s both alternate;
    animation: cardHover 4s both alternate
}

.industriesCard:focus .industriesCard__content .industriesCard__imageBackground,
.industriesCard:hover .industriesCard__content .industriesCard__imageBackground {
    display: block
}

@media screen and (hover:none) {

    .industriesCard:focus .industriesCard__content .industriesCard__image,
    .industriesCard:hover .industriesCard__content .industriesCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .industriesCard:focus .industriesCard__content .industriesCard__imageBackground,
    .industriesCard:hover .industriesCard__content .industriesCard__imageBackground {
        display: none
    }
}

.industriesCard a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

@media screen and (max-width:1350px) and (min-width:800px) {
    .industriesCard:nth-child(3n+0) {
        margin-right: 0
    }
}

@media screen and (max-width:1100px) {
    .industriesCard {
        width: calc(33.3% - 11px);
        margin-right: 11px
    }
}

@media screen and (max-width:800px) {
    .industriesCard {
        width: calc(50% - 10px);
        margin-right: 10px
    }
}

.industriesCard__content {
    position: relative
}

.industriesCard__imageInner {
    overflow: hidden
}

.industriesCard__image {
    height: 195px
}

@media screen and (max-width:1023px) {
    .industriesCard__image {
        height: 200px
    }
}

@media screen and (max-width:580px) {
    .industriesCard {
        width: calc(50% - 4px);
        min-height: 167px;
        margin: 0 8px 8px auto
    }

    .industriesCard:nth-child(2n+0) {
        margin-right: 0
    }

    .industriesCard__image {
        height: 90px
    }
}

.industriesCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 100%;
    width: 100%;
    z-index: 5
}

.industriesCard__inner {
    text-align: left;
    padding: 20px 30px;
    background: #d9242d;
    height: 180px
}

.industriesCard__inner h3 {
    margin: 0;
    color: #fff
}

@media screen and (max-width:1000px) {
    .industriesCard__inner h3 {
        font-size: 22px
    }
}

@media screen and (max-width:580px) {
    .industriesCard__inner h3 {
        font-size: 15px;
        line-height: 18px
    }

    .industriesCard__inner {
        height: 78px;
        padding: 10px 14px
    }
}

.industriesCard:nth-child(even) .industriesCard__inner {
    background: #2b2e34
}

@media screen and (max-width:800px) {
    .industriesCard__inner {
        /* background: #2b2e34 */
    }

    .industriesCard.primary .industriesCard__inner,
    .industriesCard:nth-child(1) .industriesCard__inner {
        background: #d9242d
    }
}

.index {
    position: relative;
    display: block;
    color: #2b2e34;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    min-height: 620px;
    overflow: hidden
}

@media screen and (max-width:1023px) {
    .index {
        min-height: 0
    }
}

.index__up {
    min-height: 620px;
    height: calc(100vh - 179px);
    -o-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    animation: fadeIn 1s
}

@media screen and (max-width:1350px) {
    .index__up {
        height: calc(100vh - 135px)
    }
}

@media screen and (max-width:1200px) {
    .index__up {
        height: calc(100vh - 95px)
    }
}

@media screen and (max-width:1023px) {
    .index__up {
        height: auto
    }
}

@media (max-width:580px) {
    .index__up {
        min-height: 0
    }
}

@media screen and (max-height:650px) {
    .index__up {
        height: 620px
    }
}

.index__up .index__section__inner {
    float: right
}

.index__up .index__section__textInner {
    margin: 60px 60px 0 0
}

@media screen and (max-width:1440px) {
    .index__up .index__section__textInner {
        margin: 60px 60px 0
    }
}

.index__up .index__section__image {
    height: calc(100vh - 179px)
}

@media screen and (max-width:1350px) {
    .index__up .index__section__image {
        height: calc(100vh - 135px)
    }
}

@media screen and (max-width:1200px) {
    .index__up .index__section__image {
        height: calc(100vh - 95px)
    }
}

@media screen and (max-width:1023px) {
    .index__up .index__section__inner {
        float: none
    }

    .index__up .index__section__textInner {
        margin: 60px 60px 70px
    }

    .index__up .index__section__image {
        height: 500px
    }
}

.index__down {
    -o-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.index__down .index__section__header {
    font-size: 44px
}

@media screen and (max-width:580px) {
    .index__up .index__section__textInner {
        margin: 0;
        padding: 0 20px 50px
    }

    .index__up .index__section__image {
        height: auto
    }

    .index__up .slick-next,
    .index__up .slick-prev {
        bottom: 98px;
        top: auto !important
    }

    .index__down .index__section__header {
        font-size: 24px;
        line-height: 120%
    }
}

@media screen and (max-width:1350px) {
    .index__inner {
        height: auto;
        overflow: hidden
    }
}

.index__section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: hidden
}

.index__section__inner {
    width: 100%;
    max-width: 675px
}

@media screen and (max-width:1023px) {
    .index__section__inner {
        max-width: auto;
        float: none
    }
}

.index__section__inner2 {
    float: left;
    max-width: 675px
}

@media screen and (max-width:1023px) {
    .index__section__inner2 {
        max-width: auto;
        float: none
    }
}

.index__section__notice {
    padding-top: 20px
}

.index__section__notice a {
    color: inherit
}

.index__section__text {
    float: left;
    width: 50%
}

@media screen and (max-width:1023px) {
    .index__section__text {
        float: none;
        width: 100%;
        margin: 0 auto
    }
}

.index__section__textInner {
    margin: 60px 60px 60px 120px
}

@media screen and (max-width:1100px) {
    .index__section__textInner {
        margin: 20px 20px 20px 60px
    }
}

@media screen and (max-width:1023px) {
    .index__section__textInner {
        margin: 20px 20px 80px 60px
    }
}

@media screen and (max-width:580px) {
    .index__section__textInner {
        margin: 20px 10px 50px;
        padding: 0 20px
    }
}

.index__section__top {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #d9242d
}

@supports (-webkit-overflow-scrolling:touch) {
    .index__up .index__section__header {
        letter-spacing: -2px
    }

    .index__section__top {
        letter-spacing: -1px
    }
}

.index__section__tags {
    width: 100%;
    display: inline-block;
    min-height: 48px;
    padding-top: 10px
}

@media screen and (max-width:580px) {
    .index__section__tags {
        padding-top: 7px
    }

    .index__section__tags a {
        font-size: 12px
    }
}

.index__section__tags a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    float: left;
    line-height: 16px;
    width: auto;
    background-color: #2b2e34;
    padding: 7px 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff
}

.index nav.link a,
.index__section__tags a:hover {
    background-color: #d9242d
}

.index__section__header {
    margin: 0;
    line-height: 120%;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 56px
}

@media screen and (max-width:580px) {
    .index__section__header {
        font-size: 31px;
        line-height: normal;
        padding-top: 5px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .index__section__header {
            letter-spacing: -1px
        }
    }
}

.index__section__paragraph {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px
}

.index__section__image {
    float: left;
    width: 50%;
    height: 620px
}

@media screen and (max-width:1023px) {
    .index__section__image {
        float: none;
        width: 100%;
        margin: 0 auto;
        height: auto
    }
}

@media screen and (max-width:800px) {
    .index__section__image {
        float: none;
        margin: 0 auto;
        height: auto
    }
}

@media screen and (max-width:580px) {
    .index__section__paragraph {
        font-size: 12px
    }

    .index__section__image {
        float: none;
        height: 310px
    }
}

.index__section__image a.slider_video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.index__section__image a.slider_video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    text-align: center;
    line-height: 60px;
    content: '▲';
    color: #fff;
    background: #d9242d;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg)
}

.index .slick-dots li button:before,
.panel__section .slick-dots li button:before {
    content: ''
}

.index nav.link a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    padding-left: 26px;
    padding-right: 26px;
    text-align: center;
    z-index: 1;
    color: #fff
}

.index nav.link a:focus,
.index nav.link a:hover {
    background-color: #2b2e34
}

@media screen and (max-width:580px) {
    .index__section__image a.slider_video:after {
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg) scale(.7);
        -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg) scale(.7);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg) scale(.7);
        transform: translateY(-50%) translateX(-50%) rotate(90deg) scale(.7)
    }

    .index nav.link a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding: 0 15px
    }
}

.index .slick-next,
.index .slick-prev {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 50px;
    height: 80px;
    box-shadow: none;
    opacity: 1;
    font-size: 12px;
    text-indent: -99999px;
}

@media screen and (max-width:580px) {

    .index .slick-next,
    .index .slick-prev {
        width: 44px;
        height: 58px;
        top: 145px
    }
}

.index .slick-next:before,
.index .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -11px;
    width: 12px;
    height: 12px;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid
}

@media screen and (max-width:580px) {

    .index .slick-next:before,
    .index .slick-prev:before {
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -5px
    }
}

.index .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.index .slick-next:before {
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.index .slick-dots {
    left: 60px;
    width: auto;
    bottom: 30px
}

@media screen and (max-width:1200px) {
    .index .slick-dots {
        right: auto;
        left: 50px
    }
}

@media screen and (max-width:1100px) {
    .index .slick-dots {
        left: 25px
    }
}

@media screen and (max-width:580px) {
    .index .slick-next:before {
        margin-left: -6px
    }

    .index .slick-dots {
        left: 15px
    }
}

.index .slick-dots li {
    margin: 0 0 0 0;
    padding: 0;
    width: 44px;
    height: 34px;
    display: inline-flex;
    align-items: flex-end;
}

.index .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #a3a3a3;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.news__top__submit,
.panel__section a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.index .slick-dots li button:before {
    width: 0;
    height: 0;
    left: 0;
    top: 0
}

.index .slick-dots li button:focus,
.index .slick-dots li button:hover,
.index .slick-dots li.slick-active button {
    border: 1px solid #d9242d;
    background: #d9242d
}

.index .slick-dots.noDots {
    display: none !important
}

.index__lightbox-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .9)
}

.index__lightbox-wrap .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%
}

.index__lightbox-wrap .close {
    display: block;
    width: 60px;
    height: 60px;
    background: #d9242d;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    padding-top: 2px
}

.index__lightbox-wrap .close i {
    color: #fff;
    font-size: 16px
}

.index__lightbox-wrap .youtube-player {
    width: 78%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%
}

@media screen and (max-width:1350px) {
    .index__lightbox-wrap .youtube-player {
        width: 85%
    }
}

@media screen and (max-width:1023px) {
    .index__lightbox-wrap .youtube-player {
        width: 92%
    }
}

@media screen and (max-height:500px) {
    .index__lightbox-wrap .youtube-player {
        width: 74%
    }
}

.index__lightbox-wrap .youtube-player__inner {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    padding-top: 56.25%;
    padding-bottom: 25px;
    height: 0
}

.index__lightbox-wrap .youtube-player__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index__slider-spacer {
    display: none;
    height: 40px;
    background: #f2f2f2
}

@media screen and (max-width:1023px) {
    .index__slider-spacer {
        display: block
    }
}

.panel__section,
.start__icons__section {
    display: inline-block;
    vertical-align: top
}

.index2 {
    position: absolute;
    overflow: hidden
}

.panel,
.panel__section,
.start {
    position: relative
}

.index2 .slick-dots {
    left: calc(50% + 120px);
    right: auto;
    width: auto;
    bottom: 30px
}

@media screen and (max-width:1100px) {
    .index2 .slick-dots {
        left: calc(50% + 60px)
    }
}

@media screen and (max-width:1023px) {
    .index2 {
        position: relative
    }

    .index2 .slick-dots {
        left: 60px;
        bottom: 45px
    }
}

.start {
    padding-bottom: 100px;
    color: #2b2e34;
    max-width: 1350px;
    margin: 100px auto 0;
    text-align: center
}

@media screen and (max-width:580px) {
    .index2 .slick-dots {
        bottom: 20px;
        left: 30px
    }

    .start {
        padding: 0 20px 10px
    }
}

.start .mainTitles {
    margin-bottom: 60px
}

.start .mainTitles .big {
    padding-bottom: 15px
}

@media screen and (max-width:580px) {
    .start .mainTitles {
        margin-bottom: 20px
    }

    .start .mainTitles__big {
        font-size: 18px
    }
}

.start__icons a {
    text-decoration: none;
    color: #2b2e34
}

.start__icons__section {
    width: 130px;
    margin: 0 44px
}

@media screen and (max-width:1335px) {
    .start__icons__section {
        margin: 0 20px
    }
}

@media screen and (max-width:400px) {
    .start__icons__section {
        margin: 0 10px 15px
    }
}

.start__icons__image {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px
}

@media screen and (max-width:580px) {
    .start__icons__image {
        width: 62px;
        height: 62px;
        margin-bottom: 0
    }
}

.start__icons__text {
    height: 50px;
    font-size: 18px
}

.panel {
    overflow: hidden;
    max-width: 1492px;
    margin: 0 auto 90px;
    text-align: left
}

@media screen and (max-width:1500px) {
    .panel {
        max-width: 1120px
    }
}

@media screen and (max-width:1160px) {
    .panel {
        max-width: 745px
    }
}

@media screen and (max-width:820px) {
    .panel {
        max-width: 600px
    }
}

@media screen and (max-width:650px) {
    .panel {
        max-width: 365px
    }
}

@media screen and (max-width:580px) {
    .start__icons__text {
        font-size: 14px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .start__icons__text {
            letter-spacing: -1px
        }
    }

    .panel {
        margin: 0 auto 25px
    }
}

.panel__section {
    max-width: 355px;
    min-width: 355px;
    height: 355px;
    margin: 10px 7px;
    color: #fff;
    overflow: hidden
}

@media screen and (max-width:820px) {
    .panel__section {
        max-width: 280px;
        min-width: 280px;
        height: 280px;
        min-height: 280px
    }
}

@media screen and (max-width:650px) {
    .panel__section {
        margin: 4px 2px;
        max-width: 174px;
        min-width: 174px;
        height: 174px;
        min-height: 174px
    }
}

.panel__section.twitter {
    display: none
}

.panel__section__innerDown {
    width: 100%;
    height: 100%;
    margin: 0;
    min-height: 355px
}

@media screen and (max-width:820px) {
    .panel__section__innerDown {
        min-height: 280px
    }
}

@media screen and (max-width:650px) {
    .panel__section__innerDown {
        min-height: 174px
    }
}

.panel__section__innerUp {
    width: 100%;
    height: 100%;
    margin: 0;
    min-height: 355px
}

.panel__section a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: all .2s
}

.newsletter__agreement__title a:focus,
.newsletter__agreement__title a:hover,
.resources-page__link a:focus,
.resources-page__link a:hover {
    text-decoration: underline
}

.panel__section a:focus {
    background: #cfcfcf;
    background: rgba(207, 207, 207, .3)
}

.panel__section__image {
    position: relative;
    height: 355px
}

@media screen and (max-width:820px) {
    .panel__section__innerUp {
        min-height: 280px
    }

    .panel__section__image {
        height: 280px
    }
}

.panel__section__text {
    padding: 40px 30px;
    text-overflow: ellipsis;
    text-align: left
}

@media screen and (max-width:650px) {
    .panel__section__innerUp {
        min-height: 174px
    }

    .panel__section a {
        font-size: 11px
    }

    .panel__section__image {
        height: 174px
    }

    .panel__section__text {
        padding: 15px
    }
}

.panel__section__header {
    display: inline-block;
    padding-bottom: 2px;
    letter-spacing: 1px;
    border-bottom: 3px solid #fff;
    font-size: 14px
}

@media screen and (max-width:650px) {
    .panel__section__header {
        border-bottom: 1px solid #fff;
        font-size: 12px;
        padding-bottom: 0
    }
}

.panel__section__paragraph {
    padding-top: 20px;
    font-size: 21px;
    line-height: 30px
}

@media screen and (max-width:650px) {
    .panel__section__paragraph {
        font-size: 12px;
        line-height: 18px;
        padding-top: 7px
    }
}

.panel__section__paragraph2 {
    color: #fff;
    display: block;
    min-height: 150px;
    padding-top: 12px;
    font-size: 22px
}

@media screen and (max-width:820px) {
    .panel__section__paragraph2 {
        font-size: 22px;
        min-height: 0
    }
}

.panel__section__date {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    font-size: 14px
}

@media screen and (max-width:650px) {
    .panel__section__paragraph2 {
        font-size: 14px;
        padding-top: 8px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .panel__section__paragraph2 {
            letter-spacing: -1px
        }
    }

    .panel__section__date {
        font-size: 11px;
        margin-bottom: 15px
    }
}

.panel__section__button {
    left: 30px;
    position: absolute;
    margin-bottom: 30px;
    bottom: 0;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 20px;
    border: 1px solid #fff
}

.panel__section__button:focus,
.panel__section__button:hover {
    background: #cfcfcf;
    background: rgba(207, 207, 207, .3)
}

@media screen and (max-width:650px) {
    .panel__section__button {
        font-size: 14px;
        padding: 0 10px;
        height: 24px;
        left: 15px;
        line-height: 22px;
        margin-bottom: 15px
    }
}

.panel__section .slick-dots {
    bottom: 25px;
    width: auto;
    right: 20px
}

.panel__section .slick-dots li {
    /* height: auto; */
    margin: 0;
    width: 24px;
    height: 44px;
    display: inline-flex;
    justify-content: right;
    align-items: flex-end;
}

.panel__section .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background: 0 0;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.panel__section .slick-dots li.slick-active button {
    background: #fff
}

@media screen and (max-width:650px) {
    .panel__section .slick-dots {
        bottom: 15px
    }
}

.panel__section.resource_center .panel__section__inner {
    background: #2b2e34
}

.panel__red {
    background-color: #d9242d
}

.panel__red a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block
}

.panel__blue {
    background: #2b2e34
}

.panel .slick-current {
    pointer-events: auto;
    z-index: 1
}

.panel .slick-current>a {
    z-index: 1
}

.startDown,
.startUp {
    -o-animation: fadeIn 1s forwards;
    -moz-animation: fadeIn 1s forwards;
    -webkit-animation: fadeIn 1s forwards;
    -ms-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards
}

.news {
    padding-bottom: 10px
}

.news__header {
    padding-top: 20px;
    margin-bottom: 38px
}

.news__inner {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    max-width: 1350px
}

.news__cards:after,
.news__top__container:after {
    overflow: hidden;
    height: 0;
    clear: both;
    content: ''
}

.news__cards {
    margin: 0 -10px
}

@media screen and (max-width:580px) {
    .news__header {
        padding-top: 0
    }

    .news__cards {
        margin: 0
    }
}

.news__cards:after {
    display: block
}

.news__top {
    position: relative;
    z-index: 10
}

@media screen and (max-width:1350px) {
    .news__top {
        padding-left: 20px;
        padding-right: 20px
    }
}

.news__top__search {
    display: block;
    min-height: 50px;
    z-index: 200
}

.news__top__searchInner {
    width: 100%
}

.news__top__searchInnerAnimation {
    display: inline-block;
    -o-animation: fadeIn .3s forwards;
    -moz-animation: fadeIn .3s forwards;
    -webkit-animation: fadeIn .3s forwards;
    -ms-animation: fadeIn .3s forwards;
    animation: fadeIn .3s forwards
}

.news__top__container {
    margin: 0 0 10px;
    padding: 0 8px 0 0;
    color: #666;
    text-align: left;
    float: left;
    font-size: 14px;
    z-index: 10
}

.news__top__container:after {
    display: block
}

.news__top__container.news__searchItems {
    width: 20%
}

@media screen and (max-width:800px) {
    .news__top__container {
        padding-right: 0
    }

    .news__top__container.news__searchItems {
        width: 100%
    }
}

.news__top__container.news__5 {
    width: 35%
}

@media screen and (max-width:800px) {
    .news__top__container.news__5 {
        width: 100%
    }
}

.news__top__container.news__6 {
    width: 5%;
    padding: 0
}

@media screen and (max-width:800px) {
    .news__top__container.news__6 {
        width: 100%
    }
}

.news__top__input {
    font-size: 14px;
    width: 100%;
    float: left;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    padding-left: 52px;
    padding-right: 20px;
    border-radius: 5px;
    color: #2b2e34;
    background-color: #f2f2f2;
    border: none
}

@media screen and (max-width:580px) {
    .news__top__container.news__5 {
        margin-bottom: 2px
    }

    .news__top__container.news__6 {
        margin-bottom: 20px
    }

    .news__top__input {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding-left: 47px
    }
}

.news__top .m-form__dropdown li span {
    font-size: 14px
}

.news__top__submit {
    width: 100%;
    float: right;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    background-color: #d9242d;
    border: none;
    transition: all .2s
}

.news__gallery .slick-dots li button,
.newsletter__submit {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.news__top__submit:focus,
.news__top__submit:hover {
    background-color: #2b2e34
}

@media screen and (max-width:580px) {
    .news__top .m-form__dropdown li span {
        font-size: 12px
    }

    .news__top__submit {
        font-size: 13px;
        height: auto;
        line-height: normal;
        padding: 10px 0
    }
}

.news__top .search__inner {
    height: 47px;
    position: relative
}

.news__top .search__inner i.icon {
    pointer-events: none;
    position: absolute;
    margin: 0 0 0 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #666;
    line-height: normal
}

.newsCard,
.news__content {
    position: relative;
    overflow: hidden
}

.news__content {
    display: block;
    z-index: 0;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    padding: 50px 0
}

.news__content__cards {
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .news__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:580px) {
    .news__top .search__inner i.icon {
        margin: -3px 0 0 16px
    }

    .news__content {
        padding: 10px 20px
    }

    .news__content .industries__cards {
        margin: -10px
    }
}

.news__moreContainer {
    padding-top: 20px;
    text-align: center
}

.newsCard {
    width: calc(25% - 20px);
    float: left;
    height: 350px;
    margin: 0 10px 20px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.newsCard:focus .newsCard__content .newsCard__image,
.newsCard:hover .newsCard__content .newsCard__image {
    -o-animation: cardHover 4s both alternate;
    -moz-animation: cardHover 4s both alternate;
    -webkit-animation: cardHover 4s both alternate;
    -ms-animation: cardHover 4s both alternate;
    animation: cardHover 4s both alternate
}

.newsCard:focus .newsCard__content .newsCard__imageBackground,
.newsCard:hover .newsCard__content .newsCard__imageBackground {
    display: block
}

@media screen and (hover:none) {

    .newsCard:focus .newsCard__content .newsCard__image,
    .newsCard:hover .newsCard__content .newsCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .newsCard:focus .newsCard__content .newsCard__imageBackground,
    .newsCard:hover .newsCard__content .newsCard__imageBackground {
        display: none
    }
}

.newsCard a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

@media screen and (max-width:1350px) {
    .newsCard {
        width: 33.3%;
        margin: 0 auto 20px;
        padding: 10px
    }
}

@media screen and (max-width:1024px) {
    .newsCard {
        height: 380px;
        margin: 0 auto
    }
}

@media screen and (max-width:800px) {
    .newsCard {
        width: 50%;
        margin: 0 auto 20px;
        padding: 10px
    }
}

.newsCard__content {
    cursor: pointer;
    min-height: 350px;
    color: #2b2e34;
    background-color: #fff;
    text-align: left;
    z-index: 0;
    position: relative
}

@media screen and (max-width:1024px) {
    .newsCard__content {
        min-height: 380px
    }
}

@media screen and (max-width:580px) {
    .newsCard {
        height: auto;
        width: 100%;
        margin: 0 auto 7px;
        float: none;
        padding: 0
    }

    .newsCard__content {
        height: auto;
        min-height: 345px
    }
}

.newsCard__inner {
    padding: 20px 30px
}

@media screen and (max-width:1024px) {
    .newsCard__inner {
        padding: 20px
    }
}

.newsCard__imageInner {
    height: auto;
    overflow: hidden
}

.newsCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 170px;
    width: 100%;
    z-index: 5
}

@media screen and (max-width:580px) {
    .newsCard__imageBackground {
        height: 195px
    }
}

.newsCard__image {
    z-index: 0;
    height: 170px
}

.newsCard__date {
    padding-bottom: 10px
}

@media screen and (max-width:580px) {
    .newsCard__image {
        height: 195px
    }

    .newsCard__date {
        font-size: 12px;
        padding-bottom: 15px
    }

    .newsCard__text {
        font-size: 16px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .newsCard__text {
            letter-spacing: -1px
        }
    }
}

.newsCard.two-col:first-child {
    width: calc(50% - 20px)
}

@media screen and (max-width:1350px) {
    .newsCard.two-col:first-child {
        width: 100%;
        height: 450px;
        padding: 10px;
        margin: 0 auto 20px
    }
}

@media screen and (max-width:1024px) {
    .newsCard.two-col:first-child {
        height: 380px;
        margin: 0 auto
    }
}

@media screen and (max-width:800px) {
    .newsCard.two-col:first-child {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .newsCard.two-col:first-child {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto 7px;
        float: none
    }
}

.newsCard.two-col:first-child .newsCard__content,
.newsCard.two-col:first-child .newsCard__image,
.newsCard.two-col:first-child .newsCard__imageBackground,
.newsCard.two-col:first-child .newsCard__imageInner {
    height: 350px
}

@media screen and (max-width:1350px) {

    .newsCard.two-col:first-child .newsCard__content,
    .newsCard.two-col:first-child .newsCard__image,
    .newsCard.two-col:first-child .newsCard__imageBackground,
    .newsCard.two-col:first-child .newsCard__imageInner {
        height: 450px
    }
}

@media screen and (max-width:1024px) {

    .newsCard.two-col:first-child .newsCard__content,
    .newsCard.two-col:first-child .newsCard__image,
    .newsCard.two-col:first-child .newsCard__imageBackground,
    .newsCard.two-col:first-child .newsCard__imageInner {
        height: 380px
    }
}

@media screen and (max-width:630px) {

    .newsCard.two-col:first-child .newsCard__content,
    .newsCard.two-col:first-child .newsCard__image,
    .newsCard.two-col:first-child .newsCard__imageBackground,
    .newsCard.two-col:first-child .newsCard__imageInner {
        height: 350px
    }
}

.newsCard.two-col:first-child .newsCard__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 6;
    padding: 20px;
    color: #fff
}

@media screen and (max-width:580px) {

    .newsCard.two-col:first-child .newsCard__content,
    .newsCard.two-col:first-child .newsCard__image,
    .newsCard.two-col:first-child .newsCard__imageBackground,
    .newsCard.two-col:first-child .newsCard__imageInner {
        height: auto
    }

    .newsCard.two-col:first-child .newsCard__inner {
        position: relative;
        background: #fff;
        color: #2b2e34;
        width: 100%;
        padding: 20px
    }
}

.newsCard.two-col:first-child .newsCard__date,
.newsCard.two-col:first-child .newsCard__text {
    color: #fff
}

@media screen and (max-width:580px) {

    .newsCard.two-col:first-child .newsCard__date,
    .newsCard.two-col:first-child .newsCard__text {
        color: #2b2e34
    }
}

.newsCard.two-col:first-child p {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0
}

.newsCard.media-contact .newsCard__content {
    min-height: 350px;
    background: #d9242d;
    color: #fff;
    text-align: left
}

@media screen and (max-width:1024px) {
    .newsCard.media-contact .newsCard__content {
        min-height: 380px
    }
}

.newsCard.media-contact .newsCard__content h2 {
    margin: 0;
    font-size: 28px
}

@media screen and (max-width:580px) {
    .newsCard.media-contact .newsCard__content {
        min-height: 0
    }

    .newsCard.media-contact .newsCard__content h2 {
        font-size: 22px
    }
}

.newsCard.media-contact .newsCard__content p {
    line-height: 26px;
    font-size: 16px
}

.newsCard.media-contact .newsCard__content .newsCard__inner {
    padding: 30px
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner {
    margin-bottom: 8px
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner :after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner p {
    margin-bottom: 20px
}

@media screen and (max-width:580px) {
    .newsCard.media-contact .newsCard__content p {
        font-size: 12px;
        line-height: 20px
    }

    .newsCard.media-contact .newsCard__content .newsCard__inner {
        padding: 20px
    }

    .newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner p {
        font-size: 14px
    }

    .newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .contact__icon {
        width: 30px
    }
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .contact__icon {
    float: left;
    width: 30px;
    text-align: center
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .contact__icon .icon-mobile-icon {
    font-size: 31px
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .contact__icon .icon-mail-icon {
    font-size: 24px
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .icon {
    font-size: 28px
}

@media screen and (max-width:580px) {
    .newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .icon {
        font-size: 22px
    }
}

.newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .contact__text {
    margin-left: 45px;
    font-size: 18px;
    word-wrap: break-word
}

@media screen and (max-width:580px) {
    .newsCard.media-contact .newsCard__content .newsCard__inner .contact__inner .contact__text {
        font-size: 14px;
        margin-left: 35px
    }
}

.newsletter {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 500px;
    text-align: center;
    padding: 30px 0
}

@media screen and (max-width:1350px) {
    .newsletter {
        padding-left: 20px;
        padding-right: 20px
    }
}

.newsletter__header {
    padding-top: 10px;
    padding-bottom: 20px
}

.newsletter__top {
    display: block;
    width: 100%;
    min-height: 240px;
    margin-bottom: 20px
}

.newsletter__top .m-form__section.captcha-section .m-form__half:first-of-type {
    width: 200px;
    float: left
}

@media screen and (max-width:580px) {
    .newsletter__top .m-form__section.captcha-section .m-form__half:first-of-type {
        width: 160px
    }
}

.newsletter__top .m-form__section.captcha-section .m-form__half:first-of-type .captcha_img {
    width: calc(100% - 80px);
    vertical-align: middle
}

@media screen and (max-width:580px) {
    .newsletter__top .m-form__section.captcha-section .m-form__half:first-of-type .captcha_img {
        width: calc(100% - 74px)
    }
}

.newsletter__top .m-form__section.captcha-section .m-form__half:last-of-type {
    float: none;
    width: auto;
    margin-left: 205px
}

.newsletter__top .m-form__field {
    font-size: 14px;
    padding: 19px 20px
}

@media screen and (max-width:580px) {
    .newsletter__top .m-form__section.captcha-section .m-form__half:last-of-type {
        margin-left: 162px;
        margin-top: 0
    }

    .newsletter__top .m-form__field {
        font-size: 12px;
        padding: 12px 15px
    }
}

.newsletter__top .m-form__dropdown>a {
    min-height: 56px;
    padding: 17px 40px 17px 20px
}

@media screen and (max-width:580px) {
    .newsletter__top .m-form__dropdown>a {
        min-height: 40px;
        padding: 11px 40px 11px 15px
    }
}

.newsletter__top .m-form__dropdown>ul li {
    padding: 0
}

.newsletter__top .m-form__dropdown>ul li a {
    padding: 17px 40px 17px 20px
}

@media screen and (max-width:580px) {
    .newsletter__top .m-form__dropdown>ul li a {
        padding: 11px 40px 11px 15px
    }
}

.newsletter__description {
    display: block;
    padding-bottom: 38px;
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 14px
}

.news-page,
.news-page__header {
    padding-bottom: 20px;
    margin: 0 auto
}

@media screen and (max-width:580px) {
    .newsletter__description {
        font-size: 12px
    }
}

.newsletter__checkbox {
    position: relative;
    min-height: 140px;
    width: 100%
}

.newsletter__checkbox:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.newsletter__checkbox__section {
    cursor: pointer;
    float: left;
    width: calc(32%);
    height: 45px
}

@media (max-width:800px) {
    .newsletter__checkbox__section {
        width: 50%;
        height: 55px
    }
}

.newsletter__checkbox__input {
    position: relative;
    float: left;
    margin-right: 10px
}

.newsletter__checkbox__input input {
    transform: scale(1.6)
}

.newsletter__checkbox__label {
    position: relative;
    float: left;
    height: 40px;
    width: 80%;
    text-align: left;
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width:580px) {
    .newsletter__checkbox__label {
        font-size: 12px
    }
}

.newsletter__agreement {
    min-height: 50px;
    margin-bottom: 10px;
    display: block
}

.newsletter__agreement:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.newsletter__agreement input {
    transform: scale(1.6);
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.newsletter__agreement__title {
    position: relative;
    float: left;
    height: 40px;
    width: 90%;
    text-align: left
}

.newsletter__agreement__title a {
    color: #d9242d
}

.newsletter__submit {
    transition: all .2s;
    font-size: 18px !important;
    float: left;
    width: 165px;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer
}

.newsletter__submit:after,
.newsletter__submit:before {
    border: none !important
}

.newsletter__submit:focus,
.newsletter__submit:hover {
    background-color: #2b2e34
}

@media (max-width:580px) {
    .newsletter__agreement {
        min-height: 0
    }

    .newsletter__submit {
        height: 40px !important;
        line-height: 40px !important;
        width: auto;
        float: left;
        font-size: 14px !important;
        margin-top: 20px
    }
}

.newsletter__message {
    color: #d9242d;
    font-weight: 700;
    margin-bottom: 20px;
    display: none
}

.news-page {
    max-width: 1350px;
    text-align: center;
    overflow: hidden
}

.news-page__header {
    padding-top: 20px;
    width: 100%;
    max-width: 1100px
}

.news-page__header p {
    font-size: 14px;
    color: #2b2e34
}

.news-page__inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto
}

.news-page__inner p {
    line-height: 28px;
    margin-bottom: 24px
}

.news-page__inner hr {
    margin: 45px 0;
    border: none;
    height: 1px;
    background: #666;
    color: #666
}

@media screen and (max-width:800px) {
    .news-page__inner p {
        font-size: 14px;
        line-height: 24px
    }

    .news-page__inner hr {
        margin: 30px 0
    }
}

.news-page__inner h2 {
    font-size: 24px
}

@media screen and (max-width:800px) {
    .news-page__inner h2 {
        font-size: 20px
    }
}

.news-page__quote {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 22px;
    line-height: 36px
}

.newsPageCard {
    position: relative;
    overflow: hidden;
    animation: fadeIn .7s;
    animation-fill-mode: both
}

.resources-page__cover,
.resources-page__image {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both
}

.newsPageCard__content {
    cursor: pointer;
    min-height: 390px;
    color: #2b2e34;
    background-color: #fff;
    text-align: left;
    z-index: 0
}

.news__gallery .gallery-card.slick-slide,
.quote,
.resources-page {
    text-align: center
}

@media screen and (max-width:580px) {
    .news-page__quote {
        font-size: 18px;
        line-height: 30px
    }

    .newsPageCard__content {
        min-height: 0
    }
}

.newsPageCard__inner {
    padding: 20px 25px
}

.newsPageCard h3 {
    margin: 0
}

.newsPageCard p {
    line-height: 24px;
    margin: 10px 0 0
}

.news__gallery {
    margin: 20px 0
}

.news__gallery .gallery-card.slick-slide .image {
    position: relative;
    height: 580px;
    margin-bottom: 45px
}

@media screen and (max-width:580px) {
    .news__gallery .gallery-card.slick-slide .image {
        height: 250px
    }
}

@media print {
    .news__gallery .gallery-card {
        width: 100% !important
    }

    .news__gallery .gallery-card.slick-slide {
        float: none;
        opacity: 1 !important;
        left: 0 !important
    }

    .news__gallery .gallery-card.slick-slide .image {
        text-align: center;
        height: auto
    }
}

.news__gallery .gallery-card.slick-slide .image img {
    max-height: 550px;
    width: auto !important;
    position: absolute;
    left: 50%;
    object-fit: contain;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width:580px) {
    .news__gallery .gallery-card.slick-slide .image img {
        max-height: 220px
    }
}

@media print {
    .news__gallery .gallery-card.slick-slide .image img {
        max-height: none;
        position: relative;
        left: 0;
        display: block;
        top: 0;
        margin: 0 auto;
        padding: 0;
        object-fit: unset;
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.happeningCard__image img,
.resources-page__cover__right img,
.resources__item__animation,
.setting-up-card__image img {
    object-fit: cover
}

.news__gallery .gallery-card.slick-slide p {
    color: #999;
    font-size: 14px
}

.news__gallery .slick-dots {
    bottom: auto;
    top: 580px
}

@media screen and (max-width:580px) {
    .news__gallery .gallery-card.slick-slide p {
        font-size: 12px !important
    }

    .news__gallery .slick-dots {
        top: 250px
    }
}

@media print {
    .news__gallery .gallery-card.slick-slide p {
        position: relative;
        display: block;
        font-size: 12px
    }

    .news__gallery .slick-track {
        width: 100% !important
    }

    .news__gallery .slick-list {
        overflow: auto
    }

    .news__gallery .slick-dots {
        display: none !important
    }
}

.news__gallery .slick-dots li {
    margin: 0 12px 0 0;
    padding: 0;
    width: 10px;
    height: 10px
}

.news__gallery .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #a3a3a3;
    transition: all .2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.news__gallery .slick-next,
.news__gallery .slick-prev,
.resources-page__tag {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.news__gallery .slick-dots li button:before {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: ''
}

.news__gallery .slick-dots li button:focus,
.news__gallery .slick-dots li button:hover,
.news__gallery .slick-dots li.slick-active button {
    border: 1px solid #d9242d;
    background: #d9242d
}

.news__gallery .slick-next,
.news__gallery .slick-prev {
    transition: all .2s;
    width: 50px;
    height: 80px;
    box-shadow: none;
    opacity: 1
}

@media screen and (max-width:580px) {

    .news__gallery .slick-next,
    .news__gallery .slick-prev {
        width: 26px;
        height: 48px;
        top: 115px
    }
}

.news__gallery .slick-next:before,
.news__gallery .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid
}

@media screen and (max-width:580px) {

    .news__gallery .slick-next:before,
    .news__gallery .slick-prev:before {
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -5px
    }
}

.news__gallery .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.news__gallery .slick-next:before {
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:580px) {
    .news__gallery .slick-next:before {
        margin-left: -6px
    }
}

.quote {
    max-width: 1350px;
    margin: 0 auto;
    min-height: 400px
}

@media (max-width:800px) {
    .quote {
        width: 95%
    }
}

.quote__header {
    margin-top: 20px;
    margin-bottom: 20px
}

.resources-page {
    max-width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .resources-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.resources-page hr {
    margin: 45px 0
}

@media screen and (max-width:580px) {
    .resources-page hr {
        margin: 35px 0
    }
}

@media print {

    .news__gallery .slick-next,
    .news__gallery .slick-prev {
        display: none !important
    }

    .resources-page {
        text-align: left
    }

    .resources-page hr {
        margin: 10px 0
    }
}

.resources-page__inner {
    text-align: center
}

.resources-page__inner p {
    line-height: 28px;
    margin-bottom: 24px
}

@media screen and (max-width:580px) {
    .resources-page__inner p {
        font-size: 12px;
        line-height: 22px
    }
}

.resources-page__quote {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 22px;
    line-height: 36px
}

.resources-page__link {
    text-align: center;
    margin-bottom: 55px
}

.resources-page__link a {
    color: #d9242d
}

@media print {
    .resources-page__link {
        margin-bottom: 20px
    }
}

.resources-page__image {
    text-align: center;
    margin: 10px auto;
    animation: fadeIn .7s both
}

.resources-page__tags {
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.resources-page__tags a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px
}

.resources-page__tags a:focus .tag__item,
.resources-page__tags a:hover .tag__item {
    background-color: #d9242d
}

.resources-page__tag {
    vertical-align: top;
    display: inline-block;
    line-height: 16px;
    width: auto;
    background-color: #2b2e34;
    padding: 7px 10px;
    color: #fff;
    transition: all .2s
}

.resources__navigation__button,
.resources__section__title {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.resources-page__tag:focus,
.resources-page__tag:hover {
    background-color: #d9242d
}

@media print {
    .resources-page__tag {
        padding: 0;
        font-size: 11px
    }
}

.resources-page__header {
    font-size: 42px !important;
    margin-top: 40px;
    margin-bottom: 40px
}

.resources-page__header p {
    font-size: 14px;
    color: #2b2e34
}

@media screen and (max-width:580px) {
    .resources-page__header {
        font-size: 26px !important
    }
}

@media print {
    .resources-page__header {
        text-align: left;
        font-size: 32px !important
    }
}

.resources-page__cover {
    text-align: left;
    margin-bottom: 35px;
    animation: fadeIn .7s both
}

.resources-page__cover:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.resources-page__cover__content {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both
}

.resources-page__cover__button {
    position: relative;
    display: block;
    margin-top: 60px
}

@media screen and (max-width:1023px) {
    .resources-page__cover__button {
        margin-top: 30px
    }
}

.resources-page__cover__button a {
    text-align: center;
    background: #2b2e34;
    padding: 11px 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.resources-page__cover__button a:focus,
.resources-page__cover__button a:hover {
    background-color: #fff;
    color: #d9242d
}

@media screen and (max-width:480px) {
    .resources-page__cover__button {
        margin-top: 20px;
        float: none;
        width: 100%
    }

    .resources-page__cover__button a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 8px 50px
    }
}

.resources-page__cover__left {
    padding: 40px;
    background: #d9242d;
    color: #fff;
    float: left;
    width: 345px;
    height: 370px;
    position: relative
}

.resources-page__cover__left .personal__data__avatar,
.resources-page__cover__right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media print {
    .resources-page__cover__left {
        padding: 0 20px 0 0;
        height: auto
    }
}

@media screen and (max-width:580px) {
    .resources-page__cover__left {
        padding: 25px 20px
    }
}

@media screen and (max-width:1023px) {
    .resources-page__cover__left {
        height: auto;
        float: none;
        width: 100%
    }
}

.resources-page__cover__left h2 {
    text-align: left;
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0
}

@media screen and (max-width:580px) {
    .resources-page__cover__left h2 {
        font-size: 13px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .resources-page__cover__left h2 {
            letter-spacing: -1px
        }
    }
}

.resources-page__cover__left h2.long_text {
    font-size: 17px
}

@media screen and (max-width:580px) {
    .resources-page__cover__left h2.long_text {
        font-size: 13px
    }
}

@media print {

    .resources-page__cover__left h2,
    .resources-page__cover__left h2.long_text {
        font-size: 16px
    }
}

.resources-page__cover__left .personal__data {
    margin-top: 20px;
    display: table
}

.resources-page__cover__left .personal__data__avatar {
    display: table-cell;
    width: 95px;
    height: 80px;
    padding-right: 15px
}

.resources-page__cover__left .personal__data__text {
    display: table-cell;
    vertical-align: bottom;
    margin-left: 90px;
    color: #fff;
    font-size: 14px;
    font-family: RobotoSlab-Bold, serif
}

@media screen and (max-width:580px) {
    .resources-page__cover__left .personal__data__text {
        font-size: 12px
    }
}

.resources-page__cover__left a.button {
    font-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 10px
}

.resources-page__cover__right {
    margin-left: 345px;
    height: 370px
}

@media screen and (max-width:1023px) {
    .resources-page__cover__right {
        width: 100%;
        margin-left: 0;
        height: 195px
    }
}

.resources-page__facts {
    padding: 0 0 30px
}

@media screen and (max-width:580px) {
    .resources-page__facts {
        padding: 0 0 15px
    }
}

@media print {
    .resources-page__cover__right {
        height: auto
    }

    .resources-page__cover__right img {
        width: 50vw;
        height: auto
    }

    .resources-page__facts {
        padding: 0 0 10px
    }
}

.resources-page__facts__header {
    font-size: 28px !important;
    text-align: center;
    margin: 0 0 30px;
    padding-top: 0 !important
}

@media screen and (max-width:580px) {
    .resources-page__facts__header {
        font-size: 18px !important;
        padding: 0 0 10px !important
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .resources-page__facts__header {
            letter-spacing: -1px
        }
    }
}

@media print {
    .resources-page__facts__header {
        font-size: 20px !important
    }
}

.resources-page__facts__listing {
    margin: 0 20px;
    font-family: RobotoSlab-Bold, serif;
    font-weight: 700;
    overflow: hidden;
    list-style: square;
    color: #d9242d
}

@media screen and (max-width:580px) {
    .resources-page__facts__listing {
        font-size: 14px;
        margin: 0
    }
}

.resources-page__facts__listing li {
    width: 50%;
    float: left;
    line-height: 24px;
    padding-right: 50px;
    margin-bottom: 20px
}

.resources-page__facts__listing li span {
    color: #2b2e34
}

.resources-page__further {
    background: #f2f2f2;
    text-align: center;
    padding: 30px
}

@media screen and (max-width:580px) {
    .resources-page__facts__listing li {
        width: 100%;
        margin-bottom: 8px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .resources-page__facts__listing li {
            letter-spacing: -1px
        }
    }

    .resources-page__further {
        padding: 15px 30px 25px;
        margin: 0
    }
}

@media print {
    .resources-page__further {
        padding: 20px 20px 0
    }
}

.resources-page__further__header {
    font-size: 21px !important;
    color: #333 !important;
    margin: 0 0 20px;
    padding-top: 0 !important;
    padding-bottom: 7px !important
}

@media screen and (max-width:580px) {
    .resources-page__further__header {
        font-size: 15px !important;
        padding: 8px 0 !important
    }
}

@media print {
    .resources-page__further__header {
        font-size: 20px !important
    }
}

.resources-page__further__container {
    display: block;
    padding-top: 5px
}

.resources-page__further__container .icon-pdf-icon {
    font-size: 24px
}

@media screen and (max-width:580px) {
    .resources-page__further__container {
        padding-top: 10px
    }

    .resources-page__further__container .icon-pdf-icon {
        font-size: 18px
    }
}

.resources-page__further__icon {
    color: #2b2e34;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px
}

@media screen and (max-width:580px) {
    .resources-page__further__icon {
        width: calc(16% - 20px);
        margin-top: 0;
        font-size: 22px
    }
}

.resources-page__further__text {
    font-family: RobotoSlab-Bold, serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 5px;
    color: #d9242d;
    width: auto
}

@media screen and (max-width:580px) {
    .resources-page__further__text {
        width: 84%;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        margin-left: 0
    }
}

@media print {
    .resources-page__further__text {
        font-size: 12px !important
    }
}

.case {
    float: right
}

.case__button {
    color: #d6d6d6;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px
}

.case__button:focus,
.case__button:hover {
    color: #2b2e34
}

.caseCard__overlay {
    width: 100%;
    text-align: right;
    position: absolute;
    margin-left: 500px;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin-right: 20px
}

.caseCard__overlay__items {
    display: none;
    position: absolute;
    width: 350%;
    background-color: #f2f2f2;
    margin-left: 20px
}

.caseCard__overlay__icon {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0 4px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    cursor: pointer
}

.caseCard__overlay__icon:focus,
.caseCard__overlay__icon:hover {
    color: #2b2e34
}

.resources {
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:1100px) {
    .resources {
        padding-left: 20px;
        padding-right: 20px
    }
}

.resources__content {
    margin-bottom: 40px
}

.resources__navigation {
    margin-bottom: 3px;
    min-height: 50px
}

@media (max-width:900px) {
    .resources__navigation {
        display: table;
        width: 100%
    }
}

.resources__navigation__button {
    transition: all .2s;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 266px;
    border: none;
    color: #2b2e34;
    text-decoration: none;
    padding: 15px 20px;
    margin: 3px 0;
    background: #f2f2f2
}

.resources__description,
.resources__section {
    border-bottom: 1px solid #f2f2f2;
    max-width: 1100px
}

.resources__item__text a:focus,
.resources__item__text a:hover,
.search__results__list__item a:focus,
.search__results__list__item a:hover,
.whats-happening-page__link a:focus,
.whats-happening-page__link a:hover {
    text-decoration: underline
}

.resources__active,
.resources__navigation__button:focus,
.resources__navigation__button:hover {
    background-color: #d9242d;
    color: #fff
}

@media (max-width:900px) {
    .resources__navigation__button {
        display: table-cell;
        padding: 10px;
        width: calc(50% - 6px);
        margin: 3px
    }
}

@media (max-width:650px) {
    .resources__navigation__button {
        font-size: 13px;
        height: 60px
    }
}

@media (max-width:580px) {
    .resources__navigation__button {
        font-size: 12px;
        height: 45px;
        padding: 5px 10px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .resources__navigation__button {
            letter-spacing: -1px
        }
    }
}

.resources__description {
    margin: 40px auto 0 !important;
    padding-bottom: 10px;
    text-align: left
}

.resources__section__active,
.resources__section__top:focus .resources__section__operator,
.resources__section__top:focus .resources__section__title,
.resources__section__top:hover .resources__section__operator,
.resources__section__top:hover .resources__section__title {
    color: #d9242d
}

.resources__section {
    position: relative;
    margin: 0 auto;
    transition: max-height .6s ease-in;
    overflow: hidden
}

.resources__section__top {
    min-width: 100%;
    max-width: 800px;
    border: none;
    background: 0 0;
    padding: none;
    margin: 0;
    position: relative;
    cursor: pointer
}

.resources__section__top.resources__section__active {
    border-bottom: 1px solid #f2f2f2
}

.resources__section__title {
    transition: all .2s;
    font-size: 18px;
    padding: 46px 50px 46px 10px;
    font-weight: 700;
    text-align: left;
    width: 100%
}

@media (max-width:580px) {
    .resources__section__title {
        width: 90%;
        text-align: left;
        padding: 26px 50px 26px 0;
        font-size: 15px
    }
}

.resources__section__operator {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: auto
}

.resources__section__icon {
    font-size: 20px
}

.resources__section__hidden {
    text-align: left;
    border-top: 1px solid #e4e4e4;
    display: none
}

.resources__spacer {
    position: relative;
    width: 100%;
    height: 40px
}

@media (max-width:580px) {
    .resources__section__operator {
        right: 0
    }

    .resources__section__icon {
        font-size: 14px
    }

    .resources__spacer {
        height: 20px
    }
}

.resources__paragraph {
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400
}

.resources__subheading {
    margin-bottom: 30px
}

.resources__item {
    position: relative;
    width: calc(50% - 20px);
    float: left;
    height: 130px;
    margin-right: 20px;
    margin-bottom: 60px
}

.resources__item:nth-child(2n+0) {
    margin-right: 0
}

@media (max-width:800px) {
    .resources__item {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

.resources__item__image {
    float: left;
    width: 105px;
    height: 150px;
    overflow: hidden
}

.resources__item__image img {
    object-fit: cover;
    height: auto
}

@media (max-width:580px) {
    .resources__item {
        margin-bottom: 10px
    }

    .resources__item__image {
        width: 80px;
        height: 110px
    }
}

.resources__item__animation {
    -o-animation: fadeIn .7s normal forwards;
    -moz-animation: fadeIn .7s normal forwards;
    -webkit-animation: fadeIn .7s normal forwards;
    -ms-animation: fadeIn .7s normal forwards;
    animation: fadeIn .7s normal forwards
}

.resources__item__right {
    position: relative;
    float: left;
    height: 150px;
    padding-left: 20px;
    width: 50%
}

.resources__item__header {
    font-weight: 700;
    color: #2b2e34;
    font-size: 16px
}

.resources__item__content {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400
}

.resources__item__links {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px
}

@media (max-width:580px) {
    .resources__item__right {
        margin-left: 75px;
        width: auto;
        float: none;
        height: 110px
    }

    .resources__item__header {
        font-size: 12px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .resources__item__header {
            letter-spacing: -1px
        }
    }

    .resources__item__content {
        margin-top: 5px
    }

    .resources__item__links {
        margin-bottom: 0
    }
}

.resources__item__text a {
    font-size: 16px;
    display: inline-block;
    height: 25px;
    color: #d9242d
}

@media (max-width:580px) {
    .resources__item__text a {
        font-size: 12px;
        padding: 4px 0;
        height: auto
    }
}

.resources__item__text span {
    padding-left: 5px;
    display: inline-block;
    color: #666
}

.resources__item__button {
    background: #d9242d;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    display: inline-block;
    transition: all .2s
}

.resources__item__button:hover {
    background: #2b2e34
}

.resources__item__paragraph {
    height: 160px;
    overflow: hidden
}

@media (max-width:800px) {
    .resources__item__paragraph {
        height: auto
    }
}

.resources__item__noImage {
    height: auto;
    margin-bottom: 90px
}

.resources__item__noImage__header {
    line-height: 1.5;
    overflow: hidden;
    height: 48px
}

@media (max-width:580px) {
    .resources__item__noImage__header {
        font-size: 14px
    }
}

.resources__item__noImage:nth-child(odd) {
    padding-right: 50px
}

.resources__item__noImage:nth-child(even) {
    padding-left: 50px
}

@media (max-width:800px) {
    .resources__item__noImage__header {
        height: auto
    }

    .resources__item__noImage:nth-child(odd) {
        padding-right: 0
    }

    .resources__item__noImage:nth-child(even) {
        padding-left: 0
    }
}

.search {
    font-family: Roboto-Regular;
    max-width: 1023px;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto
}

.setting-up-card .title__inner .title h3,
.tender__row__txt,
.why__section__text {
    font-family: RobotoSlab-Bold
}

@media screen and (max-width:1350px) {
    .search {
        padding-left: 20px;
        padding-right: 20px
    }
}

.search #searchForm .search_inner {
    position: relative;
    margin-bottom: 20px
}

.search #searchForm .search_inner input[type=text] {
    width: 100%;
    padding: 24px 70px;
    font-size: 26px;
    border-radius: 5px;
    border: 1px solid #c1c0c0
}

.search #searchForm .search_inner input[type=text]:focus,
.search #searchForm .search_inner input[type=text]:hover {
    border: 1px solid #2b2e34
}

@media screen and (max-width:800px) {
    .search {
        overflow: visible
    }

    .search #searchForm .search_inner input[type=text] {
        font-size: 20px;
        padding: 15px 40px
    }
}

@media screen and (max-width:580px) {
    .search #searchForm .search_inner input[type=text] {
        font-size: 16px
    }
}

.search #searchForm:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.search #searchForm i.icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -21px;
    font-size: 42px;
    color: #c1c0c0
}

.search__result__numbers {
    display: ;
    float: left;
    line-height: 40px
}

.search__result__numbers span {
    margin-right: 4px;
    color: #d9242d;
    font-weight: 700
}

.search__result__numbers span:nth-child(2) {
    color: #2b2e34;
    font-weight: 400
}

@media screen and (max-width:800px) {
    .search #searchForm i.icon {
        font-size: 22px;
        left: 10px;
        margin-top: -12px
    }

    .search__result__numbers {
        line-height: 24px
    }
}

@media screen and (max-width:580px) {
    .search #searchForm i.icon {
        font-size: 20px;
        margin-top: -10px
    }

    .search__result__numbers {
        font-size: 14px;
        float: none
    }
}

.search__category__inner {
    display: none;
    float: right;
    width: 200px
}

.search__category__inner select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px
}

.search__results__list__item {
    border-bottom: 1px solid #c1c0c0;
    padding: 34px 0
}

.search__results__list__item h3,
.search__results__list__item .h3 {
    text-align: left;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.search__results__list__item p {
    line-height: 28px;
    margin: 8px 0
}

@media screen and (max-width:800px) {
    .search__category__inner {
        float: none;
        width: 100%
    }

    .search__results__list__item {
        padding: 26px 0
    }

    .search__results__list__item p {
        font-size: 14px;
        line-height: 22px
    }
}

.search__results__list__item a {
    color: #d9242d
}

@media screen and (max-width:580px) {

    .search__results__list__item h3,
    .search__results__list__item .h3 {
        font-size: 14px
    }

    @supports (-webkit-overflow-scrolling:touch) {

        .search__results__list__item h3,
        .search__results__list__item .h3 {
            letter-spacing: -1px
        }
    }

    .search__results__list__item p {
        font-size: 12px;
        line-height: 20px
    }

    .search__results__list__item a {
        font-size: 12px
    }

    .setting-up-in-hk__header {
        font-size: 25px !important
    }
}

.search__moreContainer {
    height: 100px;
    padding-top: 45px
}

.search__moreContainer__inner {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    text-align: center
}

.policy {
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:1350px) {
    .policy {
        width: 95%
    }
}

.policy__content {
    margin-bottom: 40px
}

.policy__section {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .policy__section {
        padding-left: 10px;
        padding-right: 10px
    }
}

.policy__section p {
    text-align: left
}

.policy__section__header {
    text-align: left;
    font-weight: 700;
    line-height: 50px;
    color: #d9242d
}

.setting-up-in-hk {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .setting-up-in-hk {
        padding-left: 20px;
        padding-right: 20px
    }
}

.setting-up-in-hk__header p {
    font-size: 14px;
    color: #2b2e34
}

.setting-up-in-hk__cards {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -10px
}

@media screen and (max-width:580px) {
    .setting-up-in-hk__cards {
        margin: 0;
        padding-top: 8px
    }
}

.setting-up-in-hk__youtube-player {
    display: none;
    width: 100%;
    max-width: 830px;
    margin: 40px auto
}

@media screen and (max-width:580px) {
    .setting-up-in-hk__youtube-player {
        margin: 0 auto
    }
}

.setting-up-in-hk__youtube-player.hasVideo {
    display: block
}

.setting-up-in-hk__youtube-player__inner {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    padding-top: 56.25%;
    padding-bottom: 25px;
    height: 0
}

.setting-up-in-hk__youtube-player__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.setting-up-card {
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 33.3%;
    min-height: 330px;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    animation: fadeIn .7s;
    animation-fill-mode: both
}

.why-hk-page__image__inner,
.whyHkPageCard {
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both
}

.setting-up-card__image {
    height: 100%
}

@media screen and (max-width:1350px) and (min-width:1000px) {
    .setting-up-card:nth-child(3n+0) {
        margin-right: 0
    }
}

@media screen and (max-width:1000px) {
    .setting-up-card {
        width: 50%
    }
}

@media screen and (max-width:650px) {
    .setting-up-card {
        height: 390px
    }
}

@media screen and (max-width:580px) {
    .setting-up-card {
        padding: 0;
        width: 100%;
        min-height: 0;
        margin: 0 auto 8px;
        float: none;
        height: auto
    }
}

.setting-up-card__content {
    background: #f2f2f2;
    padding: 26px;
    height: 100%;
    min-height: 330px;
    position: relative
}

.setting-up-card .title__inner {
    display: table;
    width: 100%
}

.setting-up-card .title__inner .icon__image {
    display: table-cell;
    width: 48px;
    height: 48px;
    vertical-align: middle
}

.setting-up-card .title__inner .icon__image img {
    width: 48px !important;
    height: auto !important
}

@media screen and (max-width:580px) {
    .setting-up-card__content {
        padding: 15px 20px 20px;
        min-height: 0
    }

    .setting-up-card .title__inner .icon__image {
        width: 40px
    }

    .setting-up-card .title__inner .icon__image img {
        max-width: 40px;
        height: auto !important
    }
}

.success,
.tender {
    max-width: 1100px
}

.setting-up-card .title__inner .title {
    padding-left: 8px;
    display: table-cell;
    vertical-align: middle
}

.setting-up-card .title__inner .title h3 {
    color: #2b2e34
}

.setting-up-card__links {
    list-style: square;
    padding: 0;
    margin: 17px 0 0 24px;
    text-align: left;
    color: #d9242d
}

.setting-up-card__links li a span,
.setting-up-card__links li span {
    color: #2b2e34;
    font-weight: 700
}

@media screen and (max-width:580px) {
    .setting-up-card__links {
        margin: 10px 0 20px 15px;
        font-size: 12px
    }
}

.setting-up-card__links li {
    padding: 0;
    margin: 0 0 21px
}

.setting-up-card__links li a {
    line-height: 24px
}

@media screen and (max-width:580px) {
    .setting-up-card__links li a {
        font-size: 14px;
        line-height: 18px
    }

    .setting-up-card__links li {
        margin: 0 0 20px;
        text-indent: -5px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .setting-up-card__links li {
            letter-spacing: -1px
        }
    }
}

.setting-up-card__view-all {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    position: absolute;
    bottom: 30px;
    left: 26px;
    text-align: center;
    color: #fff;
    background: #d9242d;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 20px;
    width: 105px
}

.setting-up-card__view-all:focus,
.setting-up-card__view-all:hover {
    background: #2b2e34
}

@media screen and (max-width:1350px) {
    .setting-up-card__view-all {
        margin-top: 0
    }
}

@media screen and (max-width:580px) {
    .setting-up-card__view-all {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0;
        width: 95px;
        height: 30px;
        line-height: 30px
    }
}

.setting-up-card__button a {
    cursor: pointer;
    position: absolute;
    bottom: 35px;
    left: 40px;
    background: #d9242d;
    color: #fff;
    margin-top: 5px;
    border: none;
    padding: 13px 28px;
    text-align: center;
    font-weight: 700
}

.happeningCard,
.tender,
.tender__item,
.why,
.whyHkPageCard {
    position: relative
}

.setting-up-card__button a:focus,
.setting-up-card__button a:hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    background: #2b2e34
}

.setting-up-card__background__content {
    padding: 0;
    height: 100%
}

.i18n-it .setting-up-card__view-all {
    width: 130px
}

.success {
    text-align: center;
    margin: 50px auto
}

@media screen and (max-width:1350px) {
    .success {
        padding-left: 20px;
        padding-right: 20px
    }
}

.success__body,
.success__title {
    padding-bottom: 20px;
    color: #2b2e34
}

.tender {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    min-height: 500px;
    text-align: center
}

@media screen and (max-width:1100px) {
    .tender {
        padding-left: 20px;
        padding-right: 20px
    }
}

.tender__item {
    display: inline-block
}

.tender__row__ans,
.tender__row__txt {
    display: block;
    color: #2b2e34;
    text-align: left;
    height: auto;
    float: left
}

.tender__row {
    width: 100%;
    height: auto
}

.tender__row__txt {
    font-size: 16px;
    line-height: 26px;
    width: 20%
}

@media screen and (max-width:580px) {
    .setting-up-card__button a {
        position: relative;
        bottom: 0;
        left: 0
    }

    .tender__row__txt {
        width: 100%;
        font-size: 12px;
        line-height: 20px
    }
}

.tender__row__ans {
    width: 80%;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px
}

@media screen and (max-width:580px) {
    .tender__row__ans {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 5px;
        font-size: 12px;
        line-height: 20px
    }
}

.tender__line {
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    margin-top: 15px;
    margin-bottom: 30px
}

.tender__line:last-of-type {
    display: none
}

.why {
    margin: 0 auto 20px;
    max-width: 1350px;
    text-align: center
}

@media (max-width:1350px) {
    .why {
        width: 95%
    }
}

.why__sub {
    max-width: 900px;
    margin: 10px auto
}

.why__content {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left
}

@media (max-width:1190px) {
    .why__content {
        width: 745px
    }
}

@media (max-width:1000px) {
    .why__content {
        width: 540px
    }
}

@media (max-width:600px) {
    .why__content {
        width: 365px
    }
}

.why__section {
    width: 350px;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    color: #fff
}

.why__section:nth-child(even) {
    background-color: #d9242d
}

@media (max-width:1190px) {
    .why__section:nth-child(even) {
        background-color: transparent
    }
}

.why__section:nth-child(odd) {
    background-color: #2b2e34
}

@media (max-width:1190px) {
    .why__section:nth-child(odd) {
        background-color: transparent
    }

    .why__imageSection {
        display: none
    }
}

@media (max-width:1000px) {
    .why__section {
        width: 250px;
        height: 250px
    }
}

@media (max-width:600px) {
    .why__section {
        width: 175px;
        height: 175px;
        margin: 1px 1px 5px
    }
}

.why__section__icon {
    width: 98px;
    height: 98px;
    margin: 30px 30px 0
}

@media (max-width:1000px) {
    .why__section__icon {
        margin: 20px 20px 0
    }
}

@media (max-width:600px) {
    .why__section__icon {
        float: left;
        width: 50px;
        height: 50px;
        margin: 15px 15px 0
    }
}

.why__section__text {
    padding: 0 40px;
    width: 100%;
    max-width: 1140px;
    text-align: left;
    font-size: 30px
}

@media (max-width:1000px) {
    .why__section__text {
        font-size: 22px;
        padding: 0 20px
    }
}

@media (max-width:600px) {
    .why__section__text {
        float: left;
        font-size: 16px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .why__section__text {
            letter-spacing: -1px
        }
    }

    .why__background:nth-child(2n+0) {
        background-color: #2b2e34;
        margin-right: 2px
    }

    .why__background:nth-child(2n+1) {
        background-color: #d9242d
    }
}

@media (max-width:1190px) {
    .why .mobile-section {
        background-color: #2b2e34
    }

    .why .primary.red {
        background-color: #d9242d
    }
}

.why-hk-page {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .why-hk-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.why-hk-page__image__inner {
    animation: fadeIn .7s both
}

.why-hk-page__header {
    font-size: 42px !important;
    padding-top: 12px;
    padding-bottom: 20px
}

@media screen and (max-width:580px) {
    .why-hk-page__header {
        font-size: 26px !important
    }
}

.why-hk-page__header p {
    font-size: 14px;
    color: #2b2e34
}

@supports (-webkit-overflow-scrolling:touch) {

    .news-page__header,
    .setting-up-card .title__inner .title h3,
    .why-hk-page__header p {
        letter-spacing: -1px
    }
}

.why-hk-page__inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto
}

.why-hk-page__inner p {
    line-height: 28px;
    margin-bottom: 24px
}

.why-hk-page__inner hr {
    margin: 45px 0;
    border: none;
    height: 1px;
    background: #666;
    color: #666
}

@media screen and (max-width:800px) {
    .why-hk-page__inner p {
        font-size: 14px;
        line-height: 24px
    }

    .why-hk-page__inner ul,
    .why-hk-page__inner ul li {
        font-size: 14px
    }

    .why-hk-page__inner hr {
        margin: 30px 0
    }
}

.why-hk-page__inner h2 {
    font-size: 24px;
    font-family: RobotoSlab-Regular
}

@media screen and (max-width:800px) {
    .why-hk-page__inner h2 {
        font-size: 20px
    }
}

.why-hk-page__quote {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 22px;
    line-height: 36px
}

.whyHkPageCard {
    overflow: hidden;
    animation: fadeIn .7s both
}

.whyHkPageCard__content {
    cursor: pointer;
    min-height: 390px;
    color: #2b2e34;
    background-color: #fff;
    text-align: left;
    z-index: 0
}

@media screen and (max-width:580px) {
    .why-hk-page__quote {
        font-size: 18px;
        line-height: 30px
    }

    .whyHkPageCard__content {
        min-height: 0
    }
}

.whyHkPageCard__inner {
    padding: 20px 25px
}

.whyHkPageCard h3 {
    margin: 0
}

.whyHkPageCard p {
    line-height: 24px;
    margin: 10px 0 0
}

.happening {
    padding-top: 40px;
    padding-bottom: 10px
}

.happening__cards {
    margin: 0 -10px
}

@media screen and (max-width:580px) {
    .happening__cards {
        margin: 0
    }
}

.happening__cards:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.happening__moreContainer {
    padding-top: 20px;
    text-align: center
}

.happeningCard {
    width: calc(33.3% - 20px);
    float: left;
    height: 450px;
    margin: 0 10px 20px;
    -o-animation: fadeIn .7s both;
    -moz-animation: fadeIn .7s both;
    -webkit-animation: fadeIn .7s both;
    -ms-animation: fadeIn .7s both;
    animation: fadeIn .7s both;
    overflow: hidden
}

.happeningCard:focus .happeningCard__content .happeningCard__image,
.happeningCard:hover .happeningCard__content .happeningCard__image {
    -o-animation: cardHover 4s both alternate;
    -moz-animation: cardHover 4s both alternate;
    -webkit-animation: cardHover 4s both alternate;
    -ms-animation: cardHover 4s both alternate;
    animation: cardHover 4s both alternate
}

.happeningCard:focus .happeningCard__content .happeningCard__imageBackground,
.happeningCard:hover .happeningCard__content .happeningCard__imageBackground {
    display: block
}

@media screen and (hover:none) {

    .happeningCard:focus .happeningCard__content .happeningCard__image,
    .happeningCard:hover .happeningCard__content .happeningCard__image {
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none
    }

    .happeningCard:focus .happeningCard__content .happeningCard__imageBackground,
    .happeningCard:hover .happeningCard__content .happeningCard__imageBackground {
        display: none
    }
}

.happeningCard a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

@media screen and (max-width:1350px) {
    .happeningCard {
        width: 33.3%;
        margin: 0 auto 20px;
        padding: 10px
    }
}

@media screen and (max-width:1024px) {
    .happeningCard {
        height: 380px;
        margin: 0 auto
    }
}

@media screen and (max-width:800px) {
    .happeningCard {
        width: 50%;
        margin: 0 auto 20px;
        padding: 10px
    }
}

.happeningCard__content {
    cursor: pointer;
    min-height: 450px;
    color: #2b2e34;
    background-color: #ebebeb;
    text-align: left;
    z-index: 0;
    position: relative
}

@media screen and (max-width:1024px) {
    .happeningCard__content {
        min-height: 380px
    }
}

@media screen and (max-width:580px) {
    .happeningCard {
        height: auto;
        width: 100%;
        margin: 0 auto 7px;
        float: none;
        padding: 0
    }

    .happeningCard__content {
        height: auto;
        min-height: 345px
    }
}

.happeningCard__inner {
    padding: 20px 30px
}

@media screen and (max-width:1024px) {
    .happeningCard__inner {
        padding: 20px
    }
}

.happeningCard__imageInner {
    height: auto;
    overflow: hidden
}

.happeningCard__imageBackground {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 190px;
    width: 100%;
    z-index: 5
}

@media screen and (max-width:580px) {
    .happeningCard__imageBackground {
        height: 195px
    }
}

.happeningCard__image {
    z-index: 0;
    height: 190px
}

.happeningCard__text {
    font-size: 20px
}

@media screen and (max-width:580px) {
    .happeningCard__image {
        height: 195px
    }

    .happeningCard__text {
        font-size: 16px
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .happeningCard__text {
            letter-spacing: -1px
        }
    }
}

.happeningCard.featured:first-child {
    width: calc(100% - 20px)
}

@media screen and (max-width:1350px) {
    .happeningCard.featured:first-child {
        width: 100%;
        height: 450px;
        padding: 10px;
        margin: 0 auto 20px
    }
}

@media screen and (max-width:1024px) {
    .happeningCard.featured:first-child {
        margin: 0 auto
    }
}

@media screen and (max-width:800px) {
    .happeningCard.featured:first-child {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .happeningCard.featured:first-child {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto 7px;
        float: none
    }
}

.happeningCard.featured:first-child .happeningCard__content,
.happeningCard.featured:first-child .happeningCard__image,
.happeningCard.featured:first-child .happeningCard__imageBackground,
.happeningCard.featured:first-child .happeningCard__imageInner {
    height: 450px
}

@media screen and (max-width:1350px) {

    .happeningCard.featured:first-child .happeningCard__content,
    .happeningCard.featured:first-child .happeningCard__image,
    .happeningCard.featured:first-child .happeningCard__imageBackground,
    .happeningCard.featured:first-child .happeningCard__imageInner {
        height: 450px
    }
}

.happeningCard.featured:first-child .happeningCard__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 6;
    padding: 20px;
    color: #fff
}

@media screen and (max-width:580px) {

    .happeningCard.featured:first-child .happeningCard__content,
    .happeningCard.featured:first-child .happeningCard__image,
    .happeningCard.featured:first-child .happeningCard__imageBackground,
    .happeningCard.featured:first-child .happeningCard__imageInner {
        height: auto
    }

    .happeningCard.featured:first-child .happeningCard__inner {
        position: relative;
        background: #ebebeb;
        color: #2b2e34;
        width: 100%;
        padding: 20px
    }
}

.happeningCard.featured:first-child .happeningCard__text {
    color: #fff
}

@media screen and (max-width:580px) {
    .happeningCard.featured:first-child .happeningCard__text {
        color: #2b2e34
    }
}

.happeningCard.featured:first-child p {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0
}

.happeningCard.subscribe .happeningCard__content {
    min-height: 450px;
    background: #d9242d;
    color: #fff;
    text-align: left
}

@media screen and (max-width:1024px) {
    .happeningCard.subscribe .happeningCard__content {
        min-height: 380px
    }
}

.happeningCard.subscribe .happeningCard__content h2 {
    margin: 0;
    padding: 0;
    width: 82%;
    color: #fff;
    font-family: RobotoSlab-Bold;
    font-size: 36px;
    text-align: left;
    text-transform: capitalize
}

@media screen and (max-width:800px) {
    .happeningCard.subscribe .happeningCard__content h2 {
        width: auto
    }
}

@media screen and (max-width:580px) {
    .happeningCard.subscribe .happeningCard__content {
        min-height: 0
    }

    .happeningCard.subscribe .happeningCard__content h2 {
        font-size: 22px
    }
}

.happeningCard.subscribe .happeningCard__content p {
    line-height: 26px;
    font-size: 16px
}

.happeningCard.subscribe .happeningCard__content .happeningCard__inner {
    padding: 30px
}

.happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner {
    margin-bottom: 8px
}

.happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner :after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0
}

.happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner p {
    margin-bottom: 20px
}

@media screen and (max-width:580px) {
    .happeningCard.subscribe .happeningCard__content p {
        font-size: 12px;
        line-height: 20px
    }

    .happeningCard.subscribe .happeningCard__content .happeningCard__inner {
        padding: 20px
    }

    .happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner p {
        font-size: 14px
    }
}

.happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner .subscribe__link {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    position: relative;
    text-align: center;
    display: block;
    width: 130px;
    height: auto;
    background: #2b2e34;
    padding: 11px 26px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner .subscribe__link:focus,
.happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner .subscribe__link:hover {
    background-color: #fff;
    color: #d9242d
}

@media screen and (max-width:580px) {
    .happeningCard.subscribe .happeningCard__content .happeningCard__inner .button__inner .subscribe__link {
        font-size: 12px;
        padding: 8px 16px;
        width: 90px
    }
}

.whats-happening-page {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px
}

@media screen and (max-width:1350px) {
    .whats-happening-page {
        padding-left: 20px;
        padding-right: 20px
    }
}

.whats-happening-page hr {
    margin: 45px 0 0;
    border: none;
    height: 1px;
    background: #666;
    color: #666
}

.whats-happening-page__header {
    font-size: 42px !important
}

@media screen and (max-width:580px) {
    .whats-happening-page hr {
        margin: 35px 0 0
    }

    .whats-happening-page__header {
        font-size: 26px !important
    }
}

@media print {
    .whats-happening-page {
        text-align: left
    }

    .whats-happening-page hr {
        margin: 10px 0 0
    }

    .whats-happening-page__header {
        text-align: left;
        font-size: 32px !important
    }

    .whats-happening-page__gallery .gallery-card {
        width: 100% !important
    }
}

.whats-happening-page__inner p {
    line-height: 28px;
    margin-bottom: 24px
}

.whats-happening-page__gallery {
    margin-bottom: 20px
}

.whats-happening-page__gallery .gallery-card.slick-slide {
    text-align: center
}

.whats-happening-page__gallery .gallery-card.slick-slide .image {
    position: relative;
    height: 580px;
    margin-bottom: 45px
}

@media screen and (max-width:580px) {
    .whats-happening-page__inner p {
        font-size: 12px;
        line-height: 22px
    }

    .whats-happening-page__gallery .gallery-card.slick-slide .image {
        height: 250px
    }
}

@media print {
    .whats-happening-page__gallery .gallery-card.slick-slide {
        float: none;
        opacity: 1 !important;
        left: 0 !important
    }

    .whats-happening-page__gallery .gallery-card.slick-slide .image {
        text-align: center;
        height: auto
    }
}

.whats-happening-page__gallery .gallery-card.slick-slide .image img {
    max-height: 550px;
    width: auto !important;
    position: absolute;
    left: 50%;
    object-fit: contain;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.whats-happening-page__gallery .gallery-card.slick-slide p {
    color: #999;
    font-size: 14px
}

@media screen and (max-width:580px) {
    .whats-happening-page__gallery .gallery-card.slick-slide .image img {
        max-height: 220px
    }

    .whats-happening-page__gallery .gallery-card.slick-slide p {
        font-size: 12px !important
    }
}

@media print {
    .whats-happening-page__gallery .gallery-card.slick-slide .image img {
        max-height: none;
        position: relative;
        left: 0;
        display: block;
        top: 0;
        margin: 0 auto;
        padding: 0;
        object-fit: unset;
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    .whats-happening-page__gallery .gallery-card.slick-slide p {
        position: relative;
        display: block;
        font-size: 12px
    }

    .whats-happening-page__gallery .slick-track {
        width: 100% !important
    }

    .whats-happening-page__gallery .slick-list {
        overflow: auto
    }

    .whats-happening-page__gallery .slick-dots {
        display: none !important
    }
}

.whats-happening-page__gallery .slick-dots {
    bottom: auto;
    top: 580px
}

@media screen and (max-width:580px) {
    .whats-happening-page__gallery .slick-dots {
        top: 250px
    }
}

.whats-happening-page__gallery .slick-dots li {
    margin: 0 12px 0 0;
    padding: 0;
    width: 10px;
    height: 10px
}

.whats-happening-page__gallery .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #a3a3a3;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.whats-happening-page__gallery .slick-dots li button:before {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: ''
}

.whats-happening-page__gallery .slick-dots li button:focus,
.whats-happening-page__gallery .slick-dots li button:hover,
.whats-happening-page__gallery .slick-dots li.slick-active button {
    border: 1px solid #d9242d;
    background: #d9242d
}

.whats-happening-page__gallery .slick-next,
.whats-happening-page__gallery .slick-prev {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 50px;
    height: 80px;
    box-shadow: none;
    opacity: 1
}

@media screen and (max-width:580px) {

    .whats-happening-page__gallery .slick-next,
    .whats-happening-page__gallery .slick-prev {
        width: 26px;
        height: 48px;
        top: 115px
    }
}

.whats-happening-page__gallery .slick-next:before,
.whats-happening-page__gallery .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid
}

@media screen and (max-width:580px) {

    .whats-happening-page__gallery .slick-next:before,
    .whats-happening-page__gallery .slick-prev:before {
        border-top: #fff 3px solid;
        border-right: #fff 3px solid;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -5px
    }
}

.whats-happening-page__gallery .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.whats-happening-page__gallery .slick-next:before {
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.whats-happening-page__link {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 55px
}

.whats-happening-page__link a {
    color: #d9242d
}

@media print {

    .whats-happening-page__gallery .slick-next,
    .whats-happening-page__gallery .slick-prev {
        display: none !important
    }

    .whats-happening-page__link {
        margin-bottom: 20px
    }
}

.whats-happening-page__further {
    background: #f2f2f2;
    text-align: center;
    padding: 30px
}

@media screen and (max-width:580px) {
    .whats-happening-page__gallery .slick-next:before {
        margin-left: -6px
    }

    .whats-happening-page__further {
        padding: 15px 30px 25px;
        margin: 0
    }
}

@media print {
    .whats-happening-page__further {
        padding: 20px 20px 0
    }
}

.whats-happening-page__further__header {
    font-size: 21px !important;
    color: #333 !important;
    margin: 0 0 20px;
    padding-top: 0 !important;
    padding-bottom: 7px !important
}

@media screen and (max-width:580px) {
    .whats-happening-page__further__header {
        font-size: 15px !important;
        padding: 8px 0 !important
    }
}

@media print {
    .whats-happening-page__further__header {
        font-size: 20px !important
    }
}

.whats-happening-page__further__container {
    display: block;
    padding-top: 5px
}

.whats-happening-page__further__container .icon-pdf-icon {
    font-size: 24px
}

@media screen and (max-width:580px) {
    .whats-happening-page__further__container {
        padding-top: 10px
    }

    .whats-happening-page__further__container .icon-pdf-icon {
        font-size: 18px
    }
}

.whats-happening-page__further__icon {
    color: #2b2e34;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px
}

@media screen and (max-width:580px) {
    .whats-happening-page__further__icon {
        width: calc(16% - 20px);
        margin-top: 0;
        font-size: 22px
    }
}

.whats-happening-page__further__text {
    font-family: RobotoSlab-Bold, serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 5px;
    color: #d9242d;
    width: auto
}

@media screen and (max-width:580px) {
    .whats-happening-page__further__text {
        width: 84%;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        margin-left: 0
    }
}

@media print {
    .whats-happening-page__further__text {
        font-size: 12px !important
    }
}

.about__team__name a {
    color: #2b2e34;
    text-decoration: underline;
}
 
.detailPage__detailContent__paragraph h3 a, .detailPage__detailContent__paragraph h2 a {
	color:#d9242d;
}