*{
}
body{
    background-color: #f7f8fc;
}

.hsg-nav__group-item--search input:focus, .hsg-nav__group-item--search-container input:focus {
    box-shadow: 0 0 4px 1px rgba(0, 208, 228, .3), 0 0 0 1px #00d0e4;
    outline: 0
}

.hsg-search__modal-header {
    background: linear-gradient(45deg, #0fbfbf, #4fb06d);
    box-shadow: 0 10px 50px -5px rgba(46, 71, 93, .12);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.hsg-search__modal-input {
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    margin-top: 1rem;
    outline: none;
    padding-right: 3.75rem;
    position: relative;
    width: 100%
}

.hsg-search__modal-input::-webkit-input-placeholder {
    color: #fff
}

.hsg-search__modal-input::-moz-placeholder {
    color: #fff
}

.hsg-search__modal-input:-ms-input-placeholder {
    color: #fff
}

.hsg-search__modal-input::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.hsg-search__modal-search-options {
    display: flex;
    flex-flow: row wrap;
    padding: .5rem 0
}


.hsg-search__modal-search-options label {
    color: #fff;
    display: block;
    font-size: .875rem;
    padding: .5rem 1rem .5rem 0
}

.hsg-search__modal-search-options input {
    margin-right: 1rem;
    position: relative
}

.hsg-search__modal-search-options input:checked:before {
    background-color: #ff5c35;
    border: 2px solid #fff;
    height: .875rem;
    width: .875rem
}

.hsg-search__modal-search-options input:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 1.125rem;
    left: -1px;
    position: absolute;
    top: -2px;
    width: 1.125rem
}

.hsg-search__results {
    padding: 9rem 0 4rem;
    position: relative
}

.hsg-search__results.no-results {
    margin: 0 auto;
    max-width: 900px;
    padding-left: 30px;
    padding-right: 30px
}

.hsg-search__results.no-results h6 {
    color: #ff5c35
}

.hsg-search__results.no-results p {
    color: #fff;
    font-size: 36px;
    letter-spacing: .1em;
    margin: 0
}

.hsg-search-item {
    background-color: #fff;
    border-radius: .1875rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding: 1.5rem 2rem
}


.hsg-search-item .title a {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 1.5rem 0
}

.hsg-search-item .title p {
    display: none
}

.hsg-search-item .snippet {
    border: solid #b6c7d6;
    border-width: 1px 0 0
}

.hsg-search__container {
    display: block;
    text-align: center
}

.hsg-search__container.hsg-search__default-state h6 {
    color: #fff
}

.high-contrast #hsg-nav__logo-caret-home {
    color: #0000c5
}

.hsg-fixed-element, .hsg-fixed-element[data-fixed-element] {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.hsg-nav-menu__skip-link {
    background: #192733;
    color: #fff !important;
    left: -1000px;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    top: auto;
    transition: top 1s ease-out;
    z-index: 100
}

.hsg-nav-menu__skip-link:focus {
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    transition: top .1s ease-in
}

.hsg-nav__wrapper {
    position: relative;
    z-index: 9995
}

.hsg-nav__wrapper .hsg-nav__link:not([class^=cl-button]), .hsg-nav__wrapper a:not([class^=cl-button]) {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.hsg-nav__wrapper button {
    font-weight: inherit
}

.hsg-nav__wrapper button.hsg-nav__link {
    cursor: pointer;
    width: 100%
}
.hs_cos_wrapper{
    background: url("../images/content_bg.jpg") repeat-x 0 0;
    padding-top: 30px;
}

.hsg-nav__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%
}

.hsg-nav__group-item {
    display: block
}

@media (min-width: 900px) {
    .hsg-nav__group-item {
        display: inline-block
    }
}

.hsg-nav-menu .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper:after {
    content: "";
    opacity: 0
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper button {
    background: none;
    border: 0;
    border-spacing: 0;
    margin: 0
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper button:not(.hsg-nav__link) {
    color: #2e475d;
    width: 100%
}


.hsg-nav-bar .hsg-nav__group-item {
    position: relative
}

.hsg-nav-bar .hsg-nav__group-item:first-child:not(:only-child) .hsg-nav__link-label {
    padding-left: 0
}

.hsg-nav__link-wrapper {
    position: relative
}

.hsg-nav__link {
    display: block;
    padding: 1rem 0
}

@media (min-width: 900px) {
    .hsg-nav__link {
        display: inline-block;
        padding: .75rem 0
    }
}


.high-contrast .hsg-nav__group-item.active .hsg-nav__link a, .high-contrast .hsg-nav__link:hover a {
    color: #1529ff
}

.hsg-nav-bar .hsg-nav__link {
    font-weight: 500
}

.hsg-nav__link-label {
    padding: 0 1rem
}

@media (max-width: 899px) {
    .hsg-nav__link-label {
        align-items: flex-end;
        display: flex;
        font-weight: 500;
        justify-content: space-between
    }
}

.hsg-nav__link-label .hsg-icon {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1;
    margin-right: .625rem;
    vertical-align: middle
}

.hsg-nav__link-label .hsg-icon.hsg-icon-globe-americas:before, .hsg-nav__link-label .hsg-icon.hsg-icon-phone:before {
    display: inline-block;
    margin-bottom: -.875rem
}

@media (min-width: 900px) {
    .hsg-nav__group-item--has-dropdown .hsg-nav__link-label:after1 {
        content: "";
        display: inline-block;
        font-family: hsg-icons;
        font-size: 8px;
        font-weight: 600;
        line-height: 1;
        margin: 0 .25rem 0 .625rem;
        position: relative
    }
}

@media (max-width: 899px) {
    .hsg-nav__group--primary .hsg-nav__link-label:after {
        color: #516f90;
        content: "";
        display: inline-block;
        font-family: hsg-icons;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1;
        margin: 0 .25rem .25rem .625rem;
        position: relative;
        transform: rotate(-90deg);
        vertical-align: middle
    }
}

@media (min-width: 900px) {
    .hsg-nav__link-label .hsg-nav__box-link {
        content: none
    }
}

.hsg-nav__dropdown-list {
    cursor: auto;
    margin: 0 auto
}

@media (min-width: 900px) {
    .hsg-nav__dropdown-list {
        opacity: 0;
        visibility: hidden
    }
}

.active > .hsg-nav__dropdown-list {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%
}

.hsg-nav__dropdown-list-title {
    display: none
}

.hsg-nav-bar .hsg-nav__dropdown-list {
    left: 0;
    min-width: 100%
}

.hsg-nav__dropdown-item a {
    display: block;
    padding: .25rem 1.25rem;
    transition: background-color .15s ease-out, color .15s ease-out;
    white-space: nowrap;
}

.hsg-nav__dropdown-item a.disabled {
    color: #99afc4;
    pointer-events: none
}

.hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__dropdown-list {
    display: flex;
    flex-direction: column
}

#hsg-nav-global .hsg-nav-bar {
    display: none
}

@media (min-width: 900px) {
    #hsg-nav-global .hsg-nav-bar {
        display: block
    }
}

.hsg-nav-menu {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(33, 51, 67, .12);
    color: #2e475d;
    position: relative;
    z-index: 90;
    padding: 10px 0;
}

@media (max-width: 899px) {
    .hsg-nav-menu {
        height: 3rem
    }
}

.hsg-nav__burger-wrapper {
    flex: none;
    height: 2.5rem;
    margin: 0;
    transform: translateY(0);
    width: 2.5rem
}

.hsg-nav__burger {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    transform: rotate(0deg);
    transition: transform .3s ease-out;
    width: 100%
}

.hsg-nav__burger[aria-expanded=true] {
    transform: rotate(90deg)
}

.hsg-nav__burger-label, .hsg-nav__burger-label:after, .hsg-nav__burger-label:before {
    background-color: #2e475d;
    border-radius: 1rem;
    display: block;
    height: .2rem;
    left: 0;
    position: relative;
    width: 100%
}

.hsg-nav__burger-label:after, .hsg-nav__burger-label:before {
    content: "";
    left: 10%;
    position: absolute;
    top: 0;
    width: 80%
}

.hsg-nav__burger-label:before {
    transform: translateY(-.5rem)
}

.hsg-nav__burger-label:after {
    transform: translateY(.5rem)
}

.hsg-nav__burger[aria-expanded=true] .hsg-nav__burger-label {
    background-color: transparent
}

.hsg-nav__burger[aria-expanded=true] .hsg-nav__burger-label:before {
    transform: rotate(-135deg)
}

.hsg-nav__burger[aria-expanded=true] .hsg-nav__burger-label:after {
    transform: rotate(-45deg)
}

.hsg-nav__inner.secondary .hsg-nav__burger-label:after, .hsg-nav__inner.secondary .hsg-nav__burger-label:before {
    background-color: #7691ad
}

.hsg-nav__groups-wrapper {
    font-size: 1rem;
    left: 0;
    position: absolute;
    top: 100%;
    width: 70%;
    align-self: flex-start;
    display: flex;
    height: auto;
    margin-left: 3rem;
    position: static;
    align-items: center;
}

.burger-active .hsg-nav__groups-wrapper {
    margin-left: 1rem;
    max-width: calc(100% - 30px - 1rem);
    transition: .3s ease-in-out
}

.hsg-nav__groups-wrapper a, .hsg-nav__groups-wrapper input {
    -webkit-tap-highlight-color: #cef2f2
}


.hsg-nav__group--nav-bar, .hsg-nav__group--primary {

}

.hsg-nav-menu .hsg-nav__group--utility .hsg-nav__group-item, .hsg-nav-menu .hsg-nav__group--utility .hsg-nav__link {
    align-items: center;
    display: flex;
    font-size: .875rem;
    justify-content: flex-start;
    padding: .25rem 0
}

.hsg-nav__group--utility .hsg-nav__group-item--has-dropdown .hsg-nav__link-label:after {
    content: "";
    display: inline-block;
    font-family: hsg-icons;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    margin: 0 .25rem 0 .625rem;
    position: relative
}

.hsg-nav__group--lang {
    flex-basis: 45%;
    grid-column: 1/2;
    grid-row: 1/-1
}

.hsg-nav__group--lang:after {
    background-color: #b6c7d6;
    content: "";
    height: 4rem;
    left: 2rem;
    position: relative;
    width: 2px
}

@media (min-width: 501px)and (max-width: 899px) {
    .hsg-nav__group--lang:after {
        height: 2rem;
        left: 0
    }
}

[lang=fr] .hsg-nav__group--lang:after {
    display: none
}

.hsg-nav__group--lang .hsg-nav__link-label {
    align-items: center
}

@media (min-width: 900px) {
    .hsg-nav__group--cta {
        align-self: center
    }
}

.hsg-nav__group--cta .header-nav__ctas {
    align-items: center;
    display: flex;
    gap: 1rem
}

@media (max-width: 899px) {
    .hsg-nav__group--cta .header-nav__ctas {
        flex-direction: column
    }
}

.hsg-nav__group--cta .header-nav__ctas.reverse-order {
    flex-direction: row-reverse
}

@media (max-width: 899px) {
    .hsg-nav__group--cta a {
        width: 100%
    }
}

@media (min-width: 900px) {
    .hsg-nav__group-item {
        cursor: pointer;
        font-weight: 500
    }

    .hsg-nav__group-item a {
        font-weight: 500
    }
}

.hsg-nav__group-item a.hsg-nav__header {
    font-weight: 500
}

@media (min-width: 900px) {
    .hsg-nav__group-item--about .hsg-nav__dropdown-list {
        display: flex;
        flex-direction: column;
        font-size: .875rem;
        left: auto;
        right: 0
    }

    .hsg-nav__group-item--about-mobile {
        display: none
    }
}

.hsg-nav__group-item--search, .hsg-nav__group-item--search-container {
    background-color: #f6f9fc
}

@media (min-width: 900px) {
    .hsg-nav__group-item--search, .hsg-nav__group-item--search-container {
        background-color: transparent
    }
}

.hsg-nav__group-item--search input, .hsg-nav__group-item--search-container input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url("../images/icon_search.jpg");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    text-transform: lowercase
}

@media (min-width: 900px) {
    .hsg-nav__group-item--search input, .hsg-nav__group-item--search-container input {
        background-color: transparent;
        background-position: .25rem;
        border: 0;
        cursor: pointer;
        max-height: 2rem;
        max-width: 0;
        min-height: 1rem;
        padding: .25rem .5rem .25rem 1.75rem;
        text-align: left;
        transition: max-width .3s ease-out
    }
}

.hsg-nav__group-item--search input[type=text], .hsg-nav__group-item--search-container input[type=text] {
    -webkit-appearance: none
}
.hsg-nav__group-item--search input {
    box-shadow: 0 0 2px 1px #0068b1;
    cursor: auto;
    margin-right: 1rem;
    width: 100%
}

.hsg-nav__group-item--search input, .hsg-nav__group-item--search-container input {
    box-shadow: 0 0 2px 1px #0068b1;
    cursor: auto;
    margin-right: 1rem;
    width: 100%
}

@media (min-width: 900px) {
    .hsg-nav__group-item--search input, .hsg-nav__group-item--search-container input{
        max-width: 175px
    }
}

.high-contrast .hsg-nav__group-item--search input, .high-contrast .hsg-nav__group-item--search-container input {
    background-image: url(../fonts/search-icon--high-contrast.svg)
}

.hsg-nav__group-item--search-container {
    background-color: transparent;
    display: none;
    margin: 0 1rem;
    max-width: 540px;
    width: 100%
}

@media (max-width: 899px) {
    .burger-active .hsg-nav__group-item--search-container {
        display: block
    }
}

.hsg-nav__group-item--search-container input {
    background-color: #f6f9fc;
    border-radius: 5rem;
    text-transform: none
}

.hsg-nav__group-item.hsg-nav__group-item--cta, .hsg-nav__group-item.hsg-nav__group-item--utility {
    border-bottom: 0;
    padding: 0 1rem
}

@media (min-width: 900px) {
    .hsg-nav__group-item.hsg-nav__group-item--cta, .hsg-nav__group-item.hsg-nav__group-item--utility {
        padding: 0 .5rem
    }
}

.hsg-nav-menu .hsg-nav__link {
    font-size: 1.125rem
}

.hsg-nav-menu .hsg-nav__link {
    padding: 1rem 0 0 2rem
}

.hsg-nav-menu .hsg-nav__link:first-child {
    padding: 0 0 0 .5rem
}

.hsg-nav-menu .hsg-nav__link-label {
    display: inline-block;
    line-height: 1.5;
    padding:10px;
    font-size: 16px;
}

.hsg-nav__dropdown-list {
    left: 0;
    transition: all .01s ease;
    transition-delay: .5s;
    width: 100%
}

.hsg-nav__dropdown-list .hsg-nav__subheader-highlight {
    color: var(--cl-anchor-color, #0b8484);
    font-weight: 600
}

.high-contrast .hsg-nav__dropdown-list .hsg-nav__subheader-highlight {
    color: #0000c5
}

.hsg-nav__dropdown-list .hsg-nav__subheader-highlight:hover {
    text-decoration: underline
}

@media (max-width: 899px) {
    .hsg-nav__dropdown-list {
        bottom: 0;
        left: 200%;
        overflow: scroll;
        padding-bottom: 10rem;
        position: absolute;
        top: 0;
        transition: all 1s ease, visibility .3s ease;
        visibility: hidden;
        width: 0
    }

    .active > .hsg-nav__dropdown-list {
        left: 0;
        right: 0;
        transition: all .5s ease;
        visibility: visible;
        width: 100%
    }
}

@media (min-width: 900px) {
    .hsg-nav__dropdown-row {
        display: flex;
        justify-content: space-between;
        padding: 1rem
    }

    .hsg-nav__dropdown-row:not(:last-child) {
        border-bottom: 1px solid #f6f9fc
    }
}

@media (max-width: 899px) {
    .hsg-nav__dropdown-cards .hsg-nav__dropdown-row {
        border-bottom: 0
    }

    .hsg-nav-menu .hsg-nav__dropdown-cards {
        background-color: #f6f9fc
    }

    .hsg-nav__dropdown-cards .hsg-nav__box-link {
        background: #fff;
        border: 1px solid #b6c7d6;
        border-radius: .1875rem;
        margin: 1rem;
        padding: 1rem 2.25rem 1rem 1rem;
        position: relative
    }

    .hsg-nav__dropdown-cards .hsg-nav__box-link:after {
        align-self: center;
        color: var(--cl-anchor-color, #0b8484);
        content: "";
        display: inline-block;
        font-family: hsg-icons;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1;
        position: absolute;
        right: 1.5rem;
        transform: rotate(-90deg)
    }
}

.hsg-nav__dropdown-cards .hsg-nav__box-link-icon {
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    height: 2.2rem;
    margin-bottom: 1rem;
    margin-right: .555rem;
    padding: 8px;
    width: 2.2rem
}

@media (min-width: 900px) {
    .hsg-nav__dropdown-cards .hsg-nav__box-link-icon {
        background: #f6f9fc;
        margin-bottom: 0
    }
}

.hsg-nav__dropdown-cards .hsg-nav__dropdown-list-title {
    border-bottom: 0;
    padding: 1rem 0 0
}

@media (max-width: 899px) {
    .hsg-nav__dropdown-row--links-horizontal .hsg-nav__box-link {
        display: block
    }
}

.hsg-nav__dropdown-row--links-horizontal h3 {
    margin-right: 5px
}

@media (min-width: 501px) {
    .hsg-nav__dropdown-row--links-horizontal h3 {
        margin-right: 1em
    }
}

.hsg-nav__dropdown-row--links-horizontal p {
    display: inline-block
}

@media (max-width: 899px) {
    .hsg-nav__dropdown-row--links-horizontal p {
        width: 90%
    }
}

.hsg-nav__header {
    position: relative
}

@media (max-width: 899px) {
    .hsg-nav__header {
        font-size: 1rem;
        font-weight: 500;
        margin: .5em 0;
        order: 1
    }

    .hsg-nav__header-subheader {
        background-color: #eaf0f6;
        border-bottom: 1px solid #b6c7d6;
        font-size: .875rem;
        font-weight: 300;
        margin-bottom: 0;
        padding: .5rem 0;
        text-align: center;
        text-transform: uppercase
    }
}

.hsg-nav__subheader {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.61;
    margin: 0
}

.hsg-nav__subheader .hsg-nav__callout {
    display: block
}

.hsg-nav__subheader .hsg-nav__callout:before {
    content: url(../fonts/envelope-solid.svg);
    padding-right: .6rem;
    position: relative;
    top: .25rem
}

.hsg-nav__box-link {
    border-bottom: 1px solid #b6c7d6;
    display: flex;
    padding: .75rem
}

@media (min-width: 900px) {
    .hsg-nav__box-link {
        background: none;
        border-bottom: 0;
        border-radius: .1875rem;
        display: block;
        margin-bottom: 0
    }
}

.hsg-nav__ribbon {
    background-color: #4fb06d;
    border-radius: .1875rem;
    color: #fff;
    display: inline-block;
    font-size: .625rem;
    font-weight: 600;
    line-height: 2em;
    margin-right: 5px;
    padding: 0 .5rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top
}

@media (max-width: 500px) {
    .hsg-nav__ribbon {
        height: 1rem;
        order: 2;
        padding: 0 .25rem
    }
}

.high-contrast .hsg-nav__ribbon {
    background-color: #006060
}

.hsg-nav__link-group {
    position: relative
}

@media (min-width: 900px) {
    .hsg-nav__link-group {
        left: -1rem;
        width: calc(100% + 1rem)
    }
}

.hsg-nav__link-group a {
    display: block;
    font-size: .875rem;
    font-weight: 300;
    padding: .5rem 1rem
}

@media (max-width: 899px) {
    .hsg-nav__link-group a {
        border-bottom: 1px solid #b6c7d6
    }
}

.hsg-nav__link-group a:hover {
    background: #cef2f2
}

.hsg-nav__link-group a.hsg-en-link span {
    display: inline-block;
    padding-right: 2.25rem;
    position: relative
}

.hsg-nav__link-group a.hsg-en-link span:before {
    background-color: #ff5c35;
    border-radius: .1875rem;
    box-sizing: content-box;
    color: #fff;
    content: "EN";
    font-size: .625rem;
    font-weight: 600;
    height: .5rem;
    line-height: .8;
    opacity: 1;
    padding: .25rem;
    position: absolute;
    right: 3px;
    top: 0;
    transition: opacity .15s ease-out
}

[lang=ja] .hsg-nav__link-group a.hsg-en-link span:before {
    content: "英"
}

.high-contrast .hsg-nav__link-group a.hsg-en-link span:before {
    background-color: #1d0cff
}

@media (min-width: 900px) {
    .hsg-nav__group-item:hover .hsg-nav__link-label {
        color: var(--cl-anchor-hover-color, #0b8484);
        cursor: pointer;
        text-decoration: underline
    }

    .high-contrast .hsg-nav__group-item:hover .hsg-nav__link-label {
        color: #1529ff
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-cards {
        display: grid;
        display: -ms-grid;
        max-width: 1080px;
        -ms-grid-columns: 1fr 4.55fr;
        grid: 3fr .25fr/1fr 4.55fr
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-cards .hsg-nav__header {
        font-size: 1.125rem;
        font-weight: 500
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-cards .hsg-nav__subheader-highlight:after {
        color: var(--cl-anchor-color, #0b8484);
        content: " →"
    }

    .high-contrast .hsg-nav__group-item--order-1 .hsg-nav__dropdown-cards .hsg-nav__subheader-highlight:after {
        color: #0000c5
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-cards .hsg-nav__subheader-highlight:hover:after {
        content: "   →"
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__header {
        margin-bottom: .5rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) {
        display: grid;
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid: 1fr 1fr/1fr 1fr 1fr;
        -ms-grid-column: 2;
        margin: 0
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link {
        display: flex;
        margin: .7rem 0 0
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link:nth-child(2) {
        -ms-grid-column: 2
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link:nth-child(3) {
        -ms-grid-column: 3
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link:nth-child(4) {
        -ms-grid-row: 2
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-row: 2
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link:hover {
        box-shadow: 0 0 10px -3px rgba(46, 71, 93, .12)
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link .hsg-nav__header {
        margin-bottom: .5rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row--links:nth-child(2) {
        grid-area: 1/1/3/2;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        background: #f6f9fc;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row--links:nth-child(2) .hsg-nav__header {
        font-size: 1.125rem;
        font-weight: 500
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row--links:nth-child(2) .hsg-nav__subheader {
        font-size: .875rem;
        max-width: 8rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row--links-horizontal {
        grid-area: 2/2/3/3;
        -ms-grid-column: 2;
        -ms-grid-row: 2
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-row--links-horizontal .hsg-nav__box-link {
        align-items: baseline;
        display: flex;
        padding: 0 0 0 4.5rem;
        width: 100%
    }

    .hsg-nav__group-item--order-3 .hsg-nav__dropdown-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 430px;
        left: 15%;
        padding: 1rem .5rem;
        width: 725px
    }

    [lang=es] .hsg-nav__group-item--order-3 .hsg-nav__dropdown-list {
        height: 520px;
        width: 900px
    }

    [lang=fr] .hsg-nav__group-item--order-3 .hsg-nav__dropdown-list {
        height: 430px;
        width: 900px
    }

    [lang=de] .hsg-nav__group-item--order-3 .hsg-nav__dropdown-list {
        height: 580px;
        left: 0;
        width: 1080px
    }

    [lang=pt-br] .hsg-nav__group-item--order-3 .hsg-nav__dropdown-list {
        height: 450px
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section {
        display: flex;
        padding: .75rem
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section-icon {
        height: auto;
        margin: 0;
        padding: 0;
        width: 24px
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section-icon-wrapper {
        align-items: center;
        background-color: #f6f9fc;
        display: flex;
        height: 35px;
        justify-content: space-around;
        margin-right: .555rem;
        width: 35px
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section .hsg-nav__header {
        font-size: 1rem;
        font-weight: 600;
        margin: .5em 0
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section .hsg-nav__subheader {
        font-size: 1rem;
        padding: .25rem 0 .5rem
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section .hsg-nav__box-link {
        padding: 0
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section a {
        color: #2e475d;
        font-weight: 300
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section a:hover p {
        color: var(--cl-anchor-hover-color, #0b8484);
        text-decoration: underline
    }

    .high-contrast .hsg-nav__group-item--order-3 .hsg-nav__link-section a:hover p {
        color: #1529ff
    }

    [lang=de] .hsg-nav__group-item--order-3 .hsg-nav__link-section {
        width: 350px
    }
}

@media (max-width: 899px) {
    .hsg-nav__group-item--order-1 .hsg-nav__header-container {
        max-width: 75%
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section {
        padding-bottom: .5rem
    }

    .hsg-nav__group-item--order-3 .hsg-nav__link-section a {
        font-weight: 500
    }

    .hsg-nav__group-item--order-3 .hsg-nav__dropdown-list-title, .hsg-nav__group-item--order-3 .hsg-nav__link-section-icon {
        display: none
    }

    .hsg-nav__group-item--order-3 .hsg-nav__header {
        font-size: 1.125rem;
        font-weight: 300;
        text-align: center
    }

    .hsg-nav__group-item--order-3 .hsg-nav__subheader {
        font-size: 1rem
    }

    .hsg-nav__group--primary .hsg-nav__link-wrapper {
        background: #f6f9fc;
        border: 1px solid #b6c7d6;
        border-radius: .1875rem;
        box-shadow: 0 1px 5px 0 rgba(33, 51, 67, .12);
        margin: 1rem;
        padding: 0
    }

    .hsg-nav__group--primary .hsg-nav__link {
        padding: 1rem
    }

    .hsg-nav__group--primary .hsg-nav__link:not(.hsg-nav__dropdown-list .hsg-nav__link) {
        transition: visibility .5s
    }

    .secondary .hsg-nav__group--primary .hsg-nav__link:not(.hsg-nav__dropdown-list .hsg-nav__link) {
        visibility: hidden
    }
}

.hsg-nav__dropdown-list {
    background-color: #fff;
    position: absolute;
    z-index: 95
}

@media (min-width: 900px) {
    .hsg-nav__dropdown-list {
        border: 1px solid #b6c7d6;
        border-radius: .1875rem;
        box-shadow: 0 1px 24px rgba(33, 51, 67, .12);
        max-height: calc(100vh - 100%);
        overflow: auto;
        top: 100%
    }
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link:after, #hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link:before {
    border-radius: .1875rem 0 0;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 1rem;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    transition: opacity .01s ease;
    transition-delay: .5s;
    width: 1rem
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link:before {
    background-color: #b6c7d6;
    border: 1px solid #b6c7d6;
    right: 1.1rem
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link:after {
    background-color: #fff;
    right: calc(1.1rem + 1px);
    z-index: 100
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown [aria-expanded=true].hsg-nav__link:after, #hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown [aria-expanded=true].hsg-nav__link:before {
    opacity: 1;
    transition: opacity .01s ease;
    transition-delay: .5s
}

#hsg-nav__logo-caret:focus-visible, .hsg-nav__burger:focus-visible, .hsg-nav__wrapper .hsg-nav__link:focus-visible, .hsg-nav__wrapper a:focus-visible, .hsg-nav__wrapper.keyboard .hsg-nav__link:focus, .hsg-nav__wrapper.keyboard a:focus {
    border-radius: .1875rem;
    outline: 2px solid #0068b1;
    outline-offset: -2px
}

#hsg-nav-global .hsg-nav-top-bar {
    background-color: #fff;
    font-size: .75rem
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--utility {
    margin: 0 1rem
}

@media (min-width: 900px) {
    #hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--about .hsg-nav__dropdown-list {
        font-size: .875rem;
        left: auto;
        right: 0;
        width: auto
    }
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link:before {
    bottom: calc(-.5rem - 2px)
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link:after {
    bottom: calc(-.5rem - 1px)
}

#hsg-nav-global .hsg-nav-top-bar .hsg-nav__group-item--has-contrast-toggle {
    top: 2px
}

#hsg-nav-global .hsg-nav-top-bar a:hover {
    color: var(--cl-anchor-hover-color, #0b8484);
    text-decoration: underline
}

.high-contrast #hsg-nav-global .hsg-nav-top-bar a:hover {
    color: #1529ff
}

#hsg-nav-global .hsg-nav__link-label--contact-us svg {
    margin-right: .425rem;
    max-height: 1.8rem;
    vertical-align: middle
}

#hsg-nav-global .hsg-nav__link-label--contact-us:hover {
    color: var(--cl-anchor-hover-color, #0b8484);
    text-decoration: underline
}

.high-contrast #hsg-nav-global .hsg-nav__link-label--contact-us:hover {
    color: #1529ff
}

#hsg-nav-global .hsg-nav__link-label--contact-us:hover svg {
    fill: var(--cl-anchor-hover-color, #0b8484)
}

.high-contrast #hsg-nav-global .hsg-nav__link-label--contact-us:hover svg {
    color: #1529ff
}

#hsg-nav-global .hsg-nav__link-label--globe {
    line-height: 2.5;
    font-size: 12px;
}

#hsg-nav-global .hsg-nav__link-label--globe:hover svg {
    fill: var(--cl-anchor-hover-color, #0b8484)
}

.high-contrast #hsg-nav-global .hsg-nav__link-label--globe:hover svg {
    color: #1529ff
}

#hsg-nav-global .hsg-nav__globe-icon {
    display: inline-flex;
    margin-right: .425rem;
    max-height: 1.8rem;
    vertical-align: top;
    width: .75rem
}

.hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c {
    grid: .25fr 1fr .25fr/1fr;
    max-width: 1080px;
    -ms-grid-columns: 1fr;
    background: #f6f9fc
}

@media (min-width: 900px) {
    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) {
        grid-area: 1/1/2/2;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        margin: 32px 96px 0;
        padding: 0
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__dropdown-column {
        text-align: center
    }
}

@media (max-width: 899px) {
    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__header-container {
        max-width: 100%
    }
}

@media (min-width: 900px) {
    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link {
        background: #fff;
        border: 1px solid #eaf0f6;
        display: inline-block;
        margin: .5rem;
        padding: .75rem 4rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link:hover .hsg-nav__header-link {
        text-decoration: underline
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link .hsg-nav__header:after {
        color: var(--cl-anchor-color, #0b8484);
        content: " →"
    }

    .high-contrast .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link .hsg-nav__header:after {
        color: #0000c5
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__header-link {
        color: var(--cl-anchor-color, #0b8484);
        font-size: .875rem;
        font-weight: 600;
        margin: .5em 0;
        padding-bottom: 0
    }

    .high-contrast .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__header-link {
        color: #0000c5
    }
}

.hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link-none {
    display: block;
    padding: 0 .5rem;
    text-align: center
}

@media (max-width: 899px) {
    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link-none {
        margin-top: 24px
    }
}

.hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link-none .hsg-nav__header {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    padding-bottom: 12px
}

.hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link-none .hsg-nav__subheader {
    margin-bottom: 12px;
    max-width: 100%
}

@media (max-width: 1024px) {
    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(2) .hsg-nav__box-link-none .hsg-nav__subheader {
        margin: 0 auto 24px;
        max-width: 90%
    }
}

.hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) {
    grid: 1fr 1fr/1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__dropdown-row-description {
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem 1rem;
    text-align: center
}

@media (min-width: 900px) {
    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__dropdown-row-description {
        display: none
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) {
        margin: 0 96px 8px;
        padding: 0
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link {
        background: #fff;
        border: 1px solid #eaf0f6;
        margin: .5rem;
        padding: 16px
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__box-link-icon {
        background: #fff;
        height: 24px;
        padding: 0;
        width: 24px
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row:nth-child(3) .hsg-nav__header {
        font-size: 1rem;
        margin: 0;
        padding-bottom: .5rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal {
        background: #fff;
        border-top: 1px solid #eaf0f6;
        gap: 16px;
        grid-area: 3/1/4/1;
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        margin: 0;
        padding: 24px 104px
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal .hsg-nav__dropdown-column {
        background: #f6f9fc;
        border: 1px solid #eaf0f6;
        border-radius: 4px;
        width: 100%
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal .hsg-nav__dropdown-column:hover {
        box-shadow: 0 0 10px -3px rgba(46, 71, 93, .12)
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal .hsg-nav__box-link {
        display: block;
        padding: 16px;
        text-align: center
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal .hsg-nav__header {
        font-size: 1rem;
        margin: 0;
        padding-bottom: .5rem
    }

    .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal .hsg-nav__subheader {
        font-size: .75rem
    }

    html:not([lang=en]) .hsg-nav__group-item--order-1 .hsg-nav__dropdown-variant-c .hsg-nav__dropdown-row--links-horizontal .hsg-nav__subheader-highlight {
        display: block
    }
}

.hsg-nav__group-item--contrast {
    background: transparent;
    border: 0;
    color: #2e475d;
    cursor: pointer;
    font-size: .75rem;
    padding: 0
}

#hsg-lp-nav .hsg-nav__group-item--contrast {
    font-weight: 600
}

.hsg-nav__group-item--contrast svg {
    margin-right: .25rem;
    position: relative;
    top: .25rem
}

.hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable {
    display: block
}

@media (min-width: 900px) {
    .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable {
        padding: 0 .25rem .25rem
    }
}

.keyboard .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable:focus, .keyboard .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable:focus-visible {
    outline: var(--cl-anchor-hover-color-dark, #b7ecec) auto 2px
}

.hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable svg circle {
    fill: #2e475d
}

.hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable:hover {
    color: var(--cl-anchor-color, #0b8484)
}

.hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable:hover svg circle {
    fill: var(--cl-anchor-color, #0b8484)
}

.high-contrast .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-enable, .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable {
    display: none
}

@media (min-width: 900px) {
    .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable {
        padding: 0 .25rem .25rem
    }
}

.hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable:hover {
    color: #1529ff
}

.keyboard .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable:focus, .keyboard .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable:focus-visible {
    outline: 2px auto #1529ff;
    text-decoration: underline
}

.high-contrast .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable {
    display: flex
}

@media (min-width: 900px) {
    .high-contrast .hsg-nav__group-item--contrast .hsg-nav__group-item--contrast-disable {
        display: block
    }
}


.wf-section-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 10px 50px;
}

.wf-section.-padding-bottom-lg .wf-section-wrapper {
    padding-bottom: var(--wf-section-padding-lg-mobile)
}

.wf-logo-carousel-header {
    font-size: 16px;
    font-weight: 500;
    line-height:30px;
    margin: 0;
    text-align: center
}

.wf-logo-carousel-header {
    padding-top: 1rem
}


@media (width >  = 900px ) {
    :root {
        --wf-logo-carousel-logos-small: var(--wf-logo-carousel-logo-size-xs);
        --wf-logo-carousel-logos-large: var(--wf-logo-carousel-logo-size-lg)
    }
}

/*banner*/
.banner_box{
    position: relative;
    line-height: 0;
}
   
.banner_box .banner_text_box{
    position: absolute;
    top:20px;
    width: 100%;
}
.banner_box .banner_text{
    color:#0d1217;
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}
.banner_box .banner_text .banner_text_name{
    font-size: 54px;
    line-height: 54px;
    font-weight: bold;
}
    .banner_box .banner_text .banner_text_info {
        font-size: 20px;
        line-height: 26px;
        width: 550px;
        margin: 40px 0 30px 0;
        max-height: 50px;
        overflow: hidden;
    }
.banner_box .banner_text .banner_text_btn{
    width: 180px;
    height: 56px;
    background-color: #008fd7;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.item_connect{
    width: 1200px;
    margin:0 auto;
}


/*footer*/
.hsg-footer {
    transition: all .3s ease;
    background: url("../images/footer_bg.jpg") repeat-x 0 0;
    color:#333;
    padding-top: 50px;
}
.hsg-footer__layout {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 0;
}
.hsg-footer__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.65em;
    width: 100%;
}

@media (min-width: 928px) {
    .hsg-footer__nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 1.65em;
        width: 100%
    }

    .hsg-ie11 .hsg-footer__nav {
        margin-bottom: 5rem
    }
}

.hsg-footer__nav > ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    width: 100%
}

@media (min-width: 928px) {
    .hsg-footer__nav > ul {
        flex-direction: row
    }
}

.hsg-footer__nav-column {
    border-bottom: 1px solid #7691ad;
    flex: 1;
    padding: .45rem 0;
    position: relative;
    transition: all .3s ease
}

@media (min-width: 928px) {
    .hsg-footer__nav-column {
        border-bottom: 0;
        margin-bottom: 0;
        text-align: left
    }
}

@media (max-width: 1024px) {
    .hsg-footer__nav-column {
        flex: 0
    }

    .hsg-ie11 .hsg-footer__nav-column {
        display: inline-block;
        width: 100%
    }
}

.hsg-footer__nav-column:first-child {
    padding-left: 0
}

.hsg-footer__nav-column:last-child {
    padding-right: 0
}

.hsg-footer__nav-column > ul {
    display: none;
    flex-direction: column;
    transition: all .3s ease
}

@media (min-width: 928px) {
    .hsg-footer__nav-column > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 0
    }
}

.hsg-footer__nav-column > input {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
    clip: rect(0, 0, 0, 0)
}

@media (max-width: 927px) {
    .hsg-footer__nav-column > input {
        height: 100%;
        width: 100%
    }

    .hsg-footer__nav-column.active {
        flex-wrap: nowrap
    }

    .hsg-footer__nav-column.active .hsg-footer__nav-toggle {
        font-size: 1.25rem;
        font-weight: 300;
        margin-bottom: 1rem;
        text-align: center
    }
}

.hsg-footer__nav-column.active .hsg-footer__nav-toggle:after {
    display: none
}

@media (max-width: 927px) {
    .hsg-footer__nav-column.active > ul {
        display: flex;
        height: 100%;
        padding: 0 1rem;
        position: static
    }

    .hsg-ie11 .hsg-footer__nav-column.active > ul {
        display: block
    }

    .hsg-footer__nav-column.active > ul li {
        align-items: center;
        background-color: #fff;
        border: 1px solid #2e475d;
        border-radius: 3px;
        display: flex;
        margin: 0 0 1rem;
        position: relative
    }
}

.hsg-footer__nav-column.active > ul li:after {
    display: none
}

@media (max-width: 927px) {
    .hsg-footer__nav-column.active > ul li:after {
        color: #0068b1;
        content: "";
        display: inline-block;
        font-family: hsg-icons;
        font-size: 1.125rem;
        font-weight: 600;
        position: absolute;
        right: 1rem;
        transform: rotate(-90deg);
        vertical-align: middle
    }
}

.hsg-footer__nav-column.active > ul a {
    position: relative
}

.hsg-footer__nav-column .hsg-footer__nav-heading {
    line-height: 1.6;
    margin: 0
}

.hsg-footer__nav-column .hsg-footer__nav-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 1rem
    position: relative;
    text-align: left;
    transition: all .3s ease;
    width: 100%
}

.hsg-footer__nav-column .hsg-footer__nav-toggle[aria-expanded=true] {
    pointer-events: none
}

.hsg-footer__nav-column .hsg-footer__nav-toggle:after {
    content: "";
    display: inline-block;
    font-family: hsg-icons;
    font-size: 1.125rem;
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg);
    vertical-align: middle
}

@media (min-width: 928px) {
    .hsg-footer__nav-column .hsg-footer__nav-toggle:after {
        content: none
    }
}

.hsg-footer__nav-column-left {
    display: flex;
    flex: 1 0 17%;
    flex-direction: column;
    flex-wrap: wrap
}

.hsg-footer__nav-column-left > ul {
    column-count: 1
}

@media (min-width: 928px) {
    .hsg-footer__nav-column-left > ul {
        column-count: 2;
        display: inline-block
    }
}

.hsg-footer__nav-column .hsg-footer__nav-item {
    flex: 1 1 100%;
    margin-right: 1em
}

.hsg-footer__nav-left, .hsg-footer__nav-right {
    display: flex
}

.hsg-footer__nav-left {
    border-right: 0;
    width: 800px;
    padding-right: 100px;
}
.hsg-footer__nav-right {
    flex-direction: column;
}
.app_box{
    width: 230px;
    height: 122px;
}
.app_box .a_app{
    background-color: #f4f3f9;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.footer_info{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 40px 0;
    color:#000;
}
.footer_tag{
    display: flex;
}

.kf_box{
    font-weight: bold;
}
.kf_box img{
    vertical-align: middle;
}

.hsg-footer__nav-right .ewm_box img{
    width: 102px;
    height: 102px;
    margin-right: 25px;
}
