/* ! CSS Used from: https://www.proface.com/static/assets/style.css ; media=all */
.berger {
    background: #B7B69F;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
}

.berger-buns {
    height: 100%;
    position: relative;
    vertical-align: middle;
}

.berger-to-cross {
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.berger-to-cross:focus {
    background: #0051a6;
}

.berger-to-cross.opened {
    background: #0051a6;
}

.berger-to-cross.opened .berger {
    background: #fff;
}

.berger-to-cross.opened .bgr-1 {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.berger-to-cross.opened .bgr-2 {
    opacity: 0;
}

.berger-to-cross.opened .bgr-3 {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-135deg);
    transform: translateY(50%) rotate(-135deg);
}

.bergertime {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 52px;
    left: 0;
    padding: 12px;
    position: absolute;
    width: 52px;
}

.bgr-1 {
    top: 3px;
}

.bgr-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bgr-3 {
    bottom: 3px;
}

.col-sm-4,.col-sm-8,.col-md-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after {
    clear: both;
}

.container:before,.container:after {
    content: " ";
    display: table;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    transform: translate(0,0);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    transform: translate(0,0);
}

.fa-globe:before {
    content: "ï‚¬";
}

.fa-globe:before {
    content: "ï‚¬";
}

.fa-search:before {
    content: "ï€‚";
}

.fa-search:before {
    content: "ï€‚";
}

.fa-user:before {
    content: "ï€‡";
}

.fa-user:before {
    content: "ï€‡";
}

.footer-main {
    background: #eee;
    padding: 12px 0;
}

.footer-sub {
    background: #151515;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    min-height: 52px;
    padding: 18px 10px;
}

.footer-sub a {
    color: #fff;
    text-decoration: underline;
}

.footer-sub a:visited {
    color: #fff;
}

.footer-sub p {
    margin: 0;
}

.footer-wrapper {
    margin-top: 40px;
}

.header-main {
    height: 72px;
    position: relative;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

.header-menu-pane {
    position: absolute;
    right: 206px;
    top: 24px;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
}

.header-menu-pane .menu-block-wrapper .fa {
    color: #0051a6;
    font-size: 1.55rem;
    margin-right: 5px;
    vertical-align: middle;
}

.header-menu-pane .menu-block-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu-pane .menu-block-wrapper ul > li {
    display: inline-block;
    font-size: 0;
    margin-right: 0px;
}

.header-menu-pane .menu-block-wrapper ul > li > a:before {
    color: #0051A6;
    font-family: "fontawesome";
    font-size: 1.55rem;
    margin-right: 5px;
    vertical-align: middle;
}

.header-menu-pane .menu-block-wrapper ul > li > a:hover,.header-menu-pane .menu-block-wrapper ul > li > a:focus {
    background-color: #ededed;
    text-decoration: none;
}

.header-menu-pane .menu-block-wrapper ul > li a {
    color: #202020;
    display: block;
    font-size: 1.2rem;
    padding: 0 7px;
}

.header-menu-pane .menu-block-wrapper ul > li a[href*="contact"]:before {
    content: "\f0e0";
}

.header-menu-pane .menu-block-wrapper ul > li a[href*="login"]::before {
    content: "\f090";
}

.header-menu-pane .menu-block-wrapper ul > li:last-child {
    margin-right: 0;
}

.header-menu-pane .menu-block-wrapper ul>li a {
    cursor: pointer;
}

.header-menu-pane .menu-block-wrapper ul>li a:before {
    content: ""!important;
}

.magnifier {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #B7B69F;
    cursor: pointer;
    font-family: 'fontawesome';
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 52px;
}

.magnifier:focus {
    background: #0051a6;
}

.main-content {
    overflow: hidden;
}

.onetrust-pc-dark-filter {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

.onetrust-pc-dark-filter.ot-hide {
    display: none!important;
}

.pane-page-logo a#logo {
    display: block;
    left: 28px;
    position: absolute;
    top: 2px;
}

.pane-page-logo img {
    -webkit-transition: 0s;
    transition: 0s;
    width: 277px;
}

.pane-search-form input {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
}

.proface-header .header-main .pane-search-form {
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 21px;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    width: 170px;
}

.proface-header .pane-search-form input {
    height: 28px;
    padding-right: 28px;
    width: 100%;
}

.proface-header .pane-search-form input:focus {
    border-color: #0051A6;
}

.proface-header .pane-search-form input[type='submit'] {
    height: 28px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

.proface-header .pane-search-form input[type='submit']:focus,.proface-header .pane-search-form input[type='submit']:hover {
    background-color: #0051A6;
}

.proface-header input:focus {
    outline: none;
}

.proface-header input:not([type='submit']) {
    border: 1px solid #a0a0a0;
    padding: 3px 6px;
}

.proface-header input[type='submit'] {
    background: url(magnify.png) center center no-repeat #a0a0a0;
    background-size: 14px;
    border: none;
    text-indent: 28px;
}

.proface-layouts-footermain {
    position: relative;
}

.proface-nav-xs {
    background: #0051a6;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    display: none;
}

.proface-nav-xs ul li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.proface-nav-xs ul li span.nolink {
    display: block;
    padding: 10px 15px;
}

.proface-nav-xs ul.menu {
    list-style: none outside none!important;
    margin-bottom: 0;
    padding-left: 0;
}

.proface-nav-xs ul.menu {
    list-style: none outside none!important;
    margin-bottom: 0;
    padding-left: 0;
}

.proface-nav-xs ul.menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.proface-nav-xs ul.menu {
    list-style: none outside none!important;
    margin-bottom: 0;
    padding-left: 0;
}

.proface-nav-xs ul.menu > li {
    display: block;
    position: relative;
}

.proface-nav-xs ul.menu > li {
    border-bottom: 1px solid #267cd6;
    padding-left: 52px;
    position: relative;
}

.proface-nav-xs ul.menu > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.proface-nav-xs ul.menu > li > a,.proface-nav-xs ul.menu > li > span {
    position: relative;
}

.proface-nav-xs ul.menu > li > a,.proface-nav-xs ul.menu > li > span {
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.25;
    padding: 17px 20px 17px 15px;
}

.proface-nav-xs ul.menu > li > a:after {
    color: rgba(255,255,255,0.5);
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 15px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0,-50%);
}

.proface-nav-xs ul.menu > li > a:hover,.proface-nav-xs ul.menu > li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}

.proface-nav-xs ul.menu > li > a:hover,.proface-nav-xs ul.menu > li > a:focus {
    background: transparent!important;
}

.proface-nav-xs ul.menu > li > ul {
    background: #A0A0A0;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.proface-nav-xs ul.menu > li > ul > li {
    border-top: 1px solid #ccc;
    display: block;
    padding-left: 50px;
    position: relative;
}

.proface-nav-xs ul.menu > li > ul > li > a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
}

.proface-nav-xs ul.menu > li > ul > li > a,.proface-nav-xs ul.menu > li > ul > li > span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 15px 21px 15px 15px;
}

.proface-nav-xs ul.menu > li > ul > li > a:after {
    color: rgba(255,255,255,0.5);
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 13px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0,-50%);
}

.proface-nav-xs ul.menu > li > ul > li > a:hover,.proface-nav-xs ul.menu > li > ul > li > a:focus {
    background: #b8d200;
}

.proface-nav-xs ul.menu > li > ul > li > span:after {
    color: rgba(255,255,255,0.5);
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 13px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0,-50%);
}

.proface-nav-xs ul.menu > li > ul > li > ul {
    background: #d4d4d4;
    display: none;
    margin: 0;
    padding: 0;
}

.proface-nav-xs ul.menu > li > ul > li > ul > li {
    border-top: 1px solid rgba(255,255,255,0.3);
    display: block;
}

.proface-nav-xs ul.menu > li > ul > li > ul > li > a {
    color: #333;
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 13px 23px 13px 16px;
    text-decoration: none;
}

.proface-nav-xs ul.menu > li > ul > li > ul > li > a:after {
    color: rgba(0,0,0,0.2);
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 13px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0,-50%);
}

.proface-nav-xs ul.menu > li > ul > li > ul > li > a:hover {
    background: #f0f0f0;
}

.proface-nav-xs ul.menu > li > ul > li:first-child {
    border: none;
}

.proface-nav-xs ul.menu > li > ul > li:hover {
    background: #888;
}

.proface-nav-xs ul.menu > li > ul > li:hover > a {
    background: #888!important;
}

.proface-nav-xs ul.menu > li > ul > li.expanded > span {
    border-left: 1px solid #ccc;
    position: relative;
}

.proface-nav-xs ul.menu > li > ul > li.expanded:before {
    color: rgba(255,255,255,0.8);
    content: "\f067";
    cursor: pointer;
    display: block;
    font-family: 'fontawesome';
    font-size: 19px;
    height: 48px;
    left: 0;
    padding: 11px 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.proface-nav-xs ul.menu > li.expanded.opened:before,
.proface-nav-xs ul.menu > li > ul > li.expanded.opened:before {
    content: "\f068";
}

.proface-nav-xs ul.menu > li > ul > li.opened {
    background-color: #888;
}

.proface-nav-xs ul.menu > li:hover {
    background-color: #003D7D;
}

.proface-nav-xs ul.menu > li:last-child {
    border-bottom: none;
}

.proface-nav-xs ul.menu > li.expanded > span {
    border-left: 1px solid #267CD6;
}

.proface-nav-xs ul.menu > li.expanded:before {
    color: rgba(255,255,255,0.5);
    content: "\f067";
    cursor: pointer;
    display: block;
    font-family: 'fontawesome';
    font-size: 23px;
    height: 53px;
    left: 0;
    padding: 11px 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 52px;
}

.proface-nav-xs ul.menu:after {
    clear: both;
    content: " ";
    display: table;
}

.proface-nav-xs ul.menu:before {
    content: " ";
    display: table;
}

.proface-nav-xs-close {
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 12px 0 12px 0;
    text-align: center;
}

.proface-nav-xs-close:before {
    content: "\f00d";
    font-family: 'fontawesome';
    font-size: 17px;
    margin-right: 5px;
}

.proface-nav-xs-close:hover {
    background-color: rgba(255,255,255,0.1);
}

.proface-nav-xs-wrapper.opened {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    height: calc(-52px + 100vh);
}

.proface-search-xs {
    background: #0051a6;
    display: none;
    padding: 8px 8px 0 8px;
}

.proface-search-xs form {
    position: relative;
}

.proface-search-xs form input {
    height: 40px!important;
}

.proface-search-xs input:focus {
    border-color: #a0a0a0!important;
}

.proface-search-xs input[type='submit'] {
    background-size: 20px!important;
    text-indent: 40px!important;
    width: 40px!important;
}

.proface-search-xs input[type='submit']:focus,.proface-search-xs input[type='submit']:hover {
    background-color: #a0a0a0!important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    clear: both;
}

.row:before,.row:after {
    content: " ";
    display: table;
}

.visible-xs {
    display: none!important;
}

[class*=se-icon] {
    direction: ltr;
    display: inline-block;
    font-display: block;
    font-family: "se-icon";
    font-feature-settings: "liga";
    font-size: 24px;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    top: 1px;
    white-space: nowrap;
    word-wrap: normal;
}

header *, footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#backtotop {
    background: url(searchbar_bg-min.png) center center;
    background-size: 1001px;
    bottom: -45px;
    -webkit-box-shadow: -2px 0 2px rgba(0,0,0,0.1);
    box-shadow: -2px 0 2px rgba(0,0,0,0.1);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 45px;
    line-height: 41px;
    opacity: 0.8;
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 45px;
}

#backtotop:after {
    color: #fff;
    content: "\f106";
    font-family: 'fontawesome';
    font-size: 36px;
}

#backtotop:hover {
    opacity: 1!important;
}

#onetrust-pc-sdk {
    font-size: 16px;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    border-color: #888;
    color: #333;
    opacity: 0.7;
}

#onetrust-pc-sdk .ot-always-active-group .ot-cat-header {
    font-weight: 700;
    width: 55%;
}

#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
    clear: none;
    color: #3860be;
    float: right;
    font-size: .813em;
    line-height: 1.3;
    margin: 0;
}

#onetrust-pc-sdk .ot-cat-item p {
    clear: both;
    color: dimgray;
    float: left;
    font-size: .812em;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 10px;
}

#onetrust-pc-sdk .ot-close-icon {
    background-size: 10px;
    height: 44px;
    width: 44px;
}

#onetrust-pc-sdk .ot-hide {
    display: none!important;
}

#onetrust-pc-sdk .ot-link-btn {
    border: 0;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}

#onetrust-pc-sdk .ot-optout-signal {
    background-color: #f9fffa;
    border: 1px solid #32ae88;
    border-radius: 3px;
    font-size: 0.85rem;
    line-height: 2;
    margin-bottom: 10px;
    padding: 5px;
}

#onetrust-pc-sdk .ot-optout-signal {
    margin-top: .625rem;
}

#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
    display: inline;
    margin-right: 5px;
}

#onetrust-pc-sdk .ot-optout-signal svg {
    height: 20px;
    transform: scale(0.5);
    width: 30px;
}

#onetrust-pc-sdk .ot-optout-signal svg path {
    fill: #32ae88;
}

#onetrust-pc-sdk .ot-pc-footer {
    border-top: 1px solid #d8d8d8;
    bottom: 0px;
    max-height: 160px;
    position: absolute;
    width: 100%;
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    background: #f4f4f4;
    height: 30px;
    text-align: right;
    width: 100%;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a:hover {
    color: #565656;
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
    height: 16px;
    width: 136px;
}

#onetrust-pc-sdk .ot-pc-header {
    border-bottom: 1px solid #e9e9e9;
    height: 39px;
    padding: 10px 0 10px 30px;
}

#onetrust-pc-sdk .ot-pc-logo {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    width: 180px;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 40px;
    width: 120px;
}

#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%;
}

#onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin-right: 10px;
}

#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color: #d8d8d8;
    scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8;}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track {
    margin-right: 20px;
}

#onetrust-pc-sdk .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%;
}

#onetrust-pc-sdk .ot-sdk-row {
    display: block;
    margin: 0;
    max-width: none;
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0;
}

#onetrust-pc-sdk .ot-sdk-row:after {
    clear: both;
    content: "";
    display: table;
}

#onetrust-pc-sdk .ot-switch {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 45px;
}

#onetrust-pc-sdk .ot-switch-nob {
    background-color: #f2f1f1;
    border: 1px solid #ddd;
    border-radius: 20px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}

#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch {
    outline: #000 solid 1px;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #cddcf2;
    border: 1px solid #3860be;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: #3860be;
    border-color: #3860be;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#onetrust-pc-sdk .save-preference-btn-handler {
    margin-right: 20px;
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    margin-bottom: 25px;
    margin-right: 10px;
    outline-offset: -1px;
}

#onetrust-pc-sdk #ot-pc-content {
    bottom: 110px;
    margin: 1px 3px 0 30px;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 30px;
    position: absolute;
    top: 60px;
    width: calc(100% - 63px);
}

#onetrust-pc-sdk #ot-pc-desc {
    clear: both;
    font-size: .812em;
    line-height: 1.5;
    margin-bottom: 25px;
    width: 100%;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-pc-sdk #ot-pc-desc a {
    margin-left: 5px;
}

#onetrust-pc-sdk #ot-pc-title {
    float: left;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-always-active {
    color: dimgray;
    font-weight: bold;
}

#onetrust-pc-sdk a {
    color: #565656;
    text-decoration: underline;
}

#onetrust-pc-sdk a {
    color: #656565;
    cursor: pointer;
}

#onetrust-pc-sdk a:hover {
    color: #565656;
    text-decoration: none;
}

#onetrust-pc-sdk a:hover {
    color: #3860be;
}

#onetrust-pc-sdk button {
    font-family: inherit;
    margin-bottom: 1rem;
}

#onetrust-pc-sdk button {
    background-color: transparent;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    height: 38px;
    letter-spacing: 0.01em;
    line-height: 38px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#onetrust-pc-sdk button {
    font-family: inherit;
    margin-bottom: 1rem;
}

#onetrust-pc-sdk button {
    font-weight: bold;
    height: auto;
    line-height: 1;
    max-width: 394px;
    padding: 12px 30px;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk input {
    margin: 3px 0.1ex;
}

#onetrust-pc-sdk input[type="checkbox"] {
    display: inline;
}

#onetrust-pc-sdk input[type="text"] {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    height: 38px;
    padding: 6px 10px;
}

#onetrust-pc-sdk input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#onetrust-pc-sdk input[type="text"]:focus {
    border: 1px solid #000;
    outline: 0;
}

#onetrust-pc-sdk label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#onetrust-pc-sdk label {
    margin-bottom: 0;
}

footer .menu-name-menu-footer-menu ul li a {
    color: #202020;
    display: block;
    font-size: 1.1rem;
}

footer .pane-menu-social-link ul.menu {
    font-size: 0;
    margin: 50px 0 0 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}

/*! CSS Used from: https://www.proface.com/static/assets/forms.css ; media=all */
/*! CSS Used from: https://www.se.com/assets-search/uiaas-search/master/icons/css/styles.css */
/*! CSS Used from: https://www.proface.com/_next/static/css/46efc213a39c377a.css */
/*! CSS Used from: Embedded */
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch,.ot-switch .ot-switch-nob,.ot-switch .ot-switch-nob:before,#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    outline: 1px solid #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #42B4E6;
    border-color: #42B4E6;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,#onetrust-consent-sdk #onetrust-pc-sdk h4,#onetrust-consent-sdk #onetrust-pc-sdk p,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
    color: #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #FFFFFF;
}

#onetrust-pc-sdk .back-btn-handler {
    font-size: 1em;
    text-decoration: none;
}

#onetrust-pc-sdk .back-btn-handler:hover {
    opacity: .6;
}

#onetrust-pc-sdk .ot-btn-container {
    text-align: right;
}

#onetrust-pc-sdk .ot-btn-container button {
    display: inline-block;
    font-size: .75em;
    letter-spacing: .08em;
    margin-top: 19px;
}

#onetrust-pc-sdk .ot-cat-grp {
    margin-top: 10px;
}

#onetrust-pc-sdk .ot-cat-header {
    width: calc(100% - 130px);
}

#onetrust-pc-sdk .ot-cat-header {
    float: left;
    font-size: .875em;
    font-weight: 600;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle;
}

#onetrust-pc-sdk .ot-cat-item {
    display: inline-block;
    line-height: 1.1;
    margin-top: 10px;
    width: 100%;
}

#onetrust-pc-sdk .ot-close-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 55px;
}

#onetrust-pc-sdk .ot-consent-hdr,#onetrust-pc-sdk .ot-li-hdr {
    float: right;
    font-size: .812em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px;
}

#onetrust-pc-sdk .ot-fltr-cntr {
    float: right;
    position: relative;
    right: 50px;
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 25px;
    margin-left: 15px;
    position: relative;
    width: 75%;
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
    clear: both;
    max-height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-style: auto;
    outline-width: 2px;
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: "";
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be;
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus+label::before {
    outline-style: solid;
    outline-style: auto;
    outline-width: 2px;
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked+label::after {
    content: "";
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]+label::after {
    color: #fff;
    content: none;
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
    color: #fff;
    content: none;
}

#onetrust-pc-sdk .ot-chkbox label {
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

#onetrust-pc-sdk .ot-chkbox label span {
    color: dimgray;
    font-size: .85em;
}

#onetrust-pc-sdk .ot-chkbox label::after {
    border-bottom: 3px solid;
    border-left: 3px solid;
    height: 5px;
    left: 4px;
    top: 5px;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}

#onetrust-pc-sdk .ot-chkbox label::before {
    border: 1px solid #3860be;
    height: 18px;
    left: 0px;
    top: auto;
    width: 18px;
}

#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after {
    border-radius: 3px;
    content: "";
    display: inline-block;
    position: absolute;
}

#onetrust-pc-sdk .ot-label-status {
    display: none;
    font-size: .75em;
    padding-left: 5px;
}

#onetrust-pc-sdk .ot-label-txt {
    display: none;
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    padding-right: 10px;
}

#onetrust-pc-sdk .ot-lst-subhdr {
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 0.75em;
    height: 25px;
    text-decoration: none;
    width: 152px;
}

#onetrust-pc-sdk .ot-sdk-column {
    box-sizing: border-box;
    display: initial;
    float: left;
    padding: 0;
    width: 100%;
}

#onetrust-pc-sdk .ot-search-cntr {
    float: left;
    position: relative;
    width: 78%;
}

#onetrust-pc-sdk .ot-search-cntr>svg {
    float: left;
    height: 30px;
    position: absolute;
    right: -15px;
    width: 30px;
}

#onetrust-pc-sdk .ot-sel-all {
    float: right;
    margin: 0;
    padding-right: 23px;
    position: relative;
}

#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox {
    display: inline-block;
    position: relative;
    width: 100%;
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk .ot-switch-nob:before {
    background-color: #7d7d7d;
    border-radius: 20px;
    bottom: 1px;
    content: "";
    height: 21px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 21px;
}

#onetrust-pc-sdk [type="checkbox"]:disabled+label::before,#onetrust-pc-sdk [type="checkbox"]:disabled+label:after,#onetrust-pc-sdk [type="checkbox"]:disabled+label {
    opacity: 0.7;
    pointer-events: none;
}

#onetrust-pc-sdk [type="checkbox"]:checked,#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
    pointer-events: initial;
}

#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#onetrust-pc-sdk #clear-filters-handler {
    background-color: transparent;
    border-color: transparent;
    color: #3860be;
    float: right;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 200px;
    padding: 1px;
    text-decoration: none;
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px;
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #2285f7;
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 15px;
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    width: 32px;
}

#onetrust-pc-sdk #filter-btn-handler svg {
    display: block;
    height: 12px;
    margin: 3px 10px 0 10px;
    position: static;
    right: auto;
    top: auto;
    width: 12px;
}

#onetrust-pc-sdk #filter-btn-handler:hover {
    background-color: #3860be;
}

#onetrust-pc-sdk #ot-anchor {
    background-color: #fff;
    border: 12px solid transparent;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7;
    display: none;
    position: absolute;
    right: 55px;
    top: 75px;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2147483647;
}

#onetrust-pc-sdk #ot-back-arw {
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk #ot-category-title {
    float: left;
    font-size: 1em;
    padding-bottom: 10px;
    width: 100%;
}

#onetrust-pc-sdk #ot-fltr-cnt {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7;
    height: 90%;
    left: 210px;
    margin-bottom: 20px;
    margin-top: 10px;
    max-height: 300px;
    padding-right: 10px;
    position: absolute;
    width: 325px;
    z-index: 2147483646;
}

#onetrust-pc-sdk #ot-fltr-modal {
    display: none;
    height: auto;
    opacity: 1;
    overflow: hidden;
    right: 0;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    width: 100%;
}

#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
    color: dimgray;
    display: inline-block;
    font-size: .85em;
}

#onetrust-pc-sdk #ot-lst-cnt {
    height: 100%;
    margin-left: 20px;
    margin-right: 7px;
    max-height: calc(100% - 80px);
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
    width: calc(100% - 27px);
}

#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px);
}

#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}

#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label {
    height: 20px;
    padding: 0;
    position: absolute;
    width: 20px;
}

#onetrust-pc-sdk #ot-lst-title {
    font-size: 1em;
    margin: 10px 0 10px 0px;
    text-align: left;
}

#onetrust-pc-sdk #ot-lst-title h3 {
    color: #656565;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 15px;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk #ot-pc-hdr {
    height: auto;
    margin: 0 0 0 30px;
    width: auto;
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic;
}

#onetrust-pc-sdk #ot-pc-lst {
    bottom: 100px;
    position: absolute;
    top: 60px;
    width: 100%;
}

#onetrust-pc-sdk #ot-sel-blk {
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 3;
}

#onetrust-pc-sdk #ot-selall-licntr {
    display: block;
    float: right;
    height: auto;
    position: relative;
    right: 80px;
    width: 21px;
}

#onetrust-pc-sdk #ot-selall-licntr label {
    position: absolute;
}

#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label {
    float: left;
    padding-left: 0;
}

#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}

#onetrust-pc-sdk #ot-selall-vencntr,#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-licntr {
    float: right;
    height: 20px;
    position: relative;
    right: 15px;
    width: 20px;
}

#onetrust-pc-sdk #vendor-search-handler {
    border-radius: 50px;
    float: left;
    font-size: .8em;
    height: 31px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 35px;
    width: 100%;
}

#onetrust-pc-sdk button * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#onetrust-pc-sdk button.ot-link-btn:hover {
    opacity: 1;
    text-decoration: underline;
}

#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk #ot-pc-content {
    background: none;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    clear: none;
    float: none;
    font-family: inherit;
    -webkit-font-smoothing: auto;
    font-weight: normal;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    padding: 0;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    width: auto;
    z-index: auto;
}

#onetrust-pc-sdk h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4 {
    font-family: inherit;
    font-weight: 600;
    margin-top: 0;
}

#onetrust-pc-sdk h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

#onetrust-pc-sdk h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after {
    content: "";
    content: none;
}

#onetrust-pc-sdk p {
    font-family: inherit;
    line-height: normal;
    margin: 0 0 1em 0;
}

#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in {
    animation-duration: 400ms;
    animation-name: onetrust-fade-in;
    animation-timing-function: ease-in-out;
}

#onetrust-pc-sdk.ot-hide {
    display: none!important;
}

#onetrust-pc-sdk.otPcCenter {
    background-color: #fff;
    border-radius: 2.5px;
    -webkit-box-shadow: 0px 2px 10px -3px #999;
    -moz-box-shadow: 0px 2px 10px -3px #999;
    box-shadow: 0px 2px 10px -3px #999;
    left: 0;
    margin: 0 auto;
    max-width: 575px;
    min-width: 575px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 5%;
    width: 40%;
    z-index: 2147483647;
}

a {
    background-color: transparent;
}

a {
    color: #428bca;
    text-decoration: none;
}

a {
    color: #005bac;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}

a img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a img:hover {
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

a:active,a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:hover,a:focus {
    text-decoration: underline;
}

a:visited {
    color: #333;
    text-decoration: underline;
}

body {
    margin: 0;
}

body {
    background-color: #fff;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}

body {
    color: #666;
    font-family: 'Helvetica','Helvetica Neue',Verdana,'Roboto','Arial',meiryo,'ãƒ¡ã‚¤ãƒªã‚ª','hiragino kaku gothic pro','ms pgothic',sans-serif;
    margin-top: 120px;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}

button,input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

footer {
    color: #202020;
    overflow: hidden;
    position: relative;
}

footer .menu-name-menu-footer-menu ul {
    display: block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 60px;
    overflow: hidden;
    padding: 0;
}

footer .menu-name-menu-footer-menu ul li {
    border-right: 1px solid #d0d0d0;
    display: block;
    float: left;
    margin: 0 17px 0 0;
    padding: 0px 17px 0 0;
}

footer .menu-name-menu-footer-menu ul li:first-child {
    padding-left: 0;
}

footer .menu-name-menu-footer-menu ul li:last-child {
    border-right: none;
    padding-right: 0;
}

footer,header,nav,section {
    display: block;
}
header, footer {
    & h2 {
        font-size: 30px;
    }
    
    & h2,h3 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    & h2,h3,h4 {
        color: inherit;
        font-family: meiryo,'ãƒ¡ã‚¤ãƒªã‚ª','hiragino kaku gothic pro','Helvetica','Roboto','Arial','ms pgothic',sans-serif;
        font-weight: 400;
        line-height: 1.1;
    }
    
    & h2,h3,h4 {
        color: #202020;
        font-family: 'Helvetica','Helvetica Neue',Verdana,'Roboto','Arial',meiryo,'ãƒ¡ã‚¤ãƒªã‚ª','hiragino kaku gothic pro','ms pgothic',sans-serif;
        font-weight: 300;
        line-height: 1.2;
    }
    
    & h3 {
        font-size: 24px;
    }
    
    & h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    & h4 {
        font-size: 18px;
    }
}

header.proface-header {
    background-color: white;
    border-bottom: 4px solid #0051a6;
    left: 0;
    position: fixed;
    top: 0px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 100%;
    z-index: 3;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: 0;
}

img {
    vertical-align: middle;
}

img {
    height: auto!important;
    max-width: 100%;
}

input {
    line-height: normal;
}

input,button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

nav.proface-nav {
    border-top: 1px solid #e0e0e0;
    height: 44px;
}

nav.proface-nav .menu-link-home:hover {
    background-color: #f0f0f0;
}

nav.proface-nav ul.menu {
    background-image: url(gray.png);
    background-position: center left!important;
    background-repeat: no-repeat!important;
    display: table;
    list-style: none;
    margin: 0;
    padding: 0 0 0 1px;
    table-layout: fixed;
    width: 100%;
}

nav.proface-nav ul.menu > li {
    background-image: url(gray.png);
    background-position: center right!important;
    background-repeat: no-repeat!important;
    display: table-cell;
    height: 43px;
    position: relative;
    vertical-align: middle;
}

nav.proface-nav ul.menu > li > a,nav.proface-nav ul.menu > li > span {
    color: #0051a6;
    display: block;
    font-size: 1.45rem;
    line-height: 19px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}

nav.proface-nav ul.menu > li > a,nav.proface-nav ul.menu > li > span {
    background: url(caret-down.svg) no-repeat center right 5px;
    background-size: 9px 9px;
    display: table-cell;
    height: 43px;
    text-decoration: none;
    vertical-align: middle;
    width: 1920px;
}

nav.proface-nav ul.menu > li > ul {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 43px;
    width: auto;
    z-index: 1;
}

nav.proface-nav ul.menu > li > ul > li {
    position: relative;
    width: auto;
}

nav.proface-nav ul.menu > li > ul > li > a,nav.proface-nav ul.menu > li > ul > li > span {
    background: #0051A6;
    text-align: left;
}

nav.proface-nav ul.menu > li > ul > li > a,nav.proface-nav ul.menu > li > ul > li > span {
    border-top: 1px solid #407BB9;
    color: #fff;
    display: block;
    line-height: 1.3;
    max-width: 260px;
    min-width: 230px;
    padding: 10px 9px 10px 9px;
}

nav.proface-nav ul.menu > li > ul > li > a,nav.proface-nav ul.menu > li > ul > li > span {
    border-top: 1px solid #407BB9;
    color: #fff;
    display: block;
    line-height: 1.3;
    max-width: 260px;
    min-width: 230px;
    padding: 10px 9px 10px 9px;
}

nav.proface-nav ul.menu > li > ul > li > ul > li {
    position: relative;
    text-align: left;
    width: auto;
}

nav.proface-nav ul.menu > li > ul > li > ul > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    display: block;
    line-height: 1.3;
    min-width: 150px;
    padding: 9px 8px 9px 8px;
    text-decoration: none!important;
    white-space: nowrap;
}

nav.proface-nav ul.menu > li > ul > li:first-child > a,nav.proface-nav ul.menu > li > ul > li:first-child > span {
    border-top: none;
}

nav.proface-nav ul.menu > li > ul > li:focus > a {
    background-color: #4bbbb4;
}

nav.proface-nav ul.menu > li > ul > li:hover > span,nav.proface-nav ul.menu > li > ul > li:hover > a {
    background-color: #4bbbb4;
}

nav.proface-nav ul.menu > li > ul > li:last-child > a,nav.proface-nav ul.menu > li > ul > li:last-child > span {
    border-bottom: none;
}

nav.proface-nav ul.menu > li > ul > li.expanded > span {
    background-image: url(ico_right-min.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 11px;
    padding-right: 23px;
    text-decoration: none!important;
}

nav.proface-nav ul.menu > li > ul > li.opened > span {
    background-color: #4bbbb4;
}

nav.proface-nav ul.menu > li > ul.proface-dropdown-menu > li > ul.proface-dropdown-menu {
    background-color: #4bbbb4;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    display: none;
    left: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: auto;
    z-index: 1;
}

nav.proface-nav ul.menu > li > ul.proface-dropdown-menu > li > ul.proface-dropdown-menu > li > a:hover,nav.proface-nav ul.menu > li > ul.proface-dropdown-menu > li > ul.proface-dropdown-menu > li > a:focus {
    background-color: #b8d200;
    text-decoration: none;
}

nav.proface-nav ul.menu > li > ul.proface-dropdown-menu > li > ul.proface-dropdown-menu > li:last-child > a {
    border-bottom: none;
}

nav.proface-nav ul.menu > li:hover > ul > li > a,nav.proface-nav ul.menu > li:hover > ul > li > span {
    text-decoration: none!important;
    width: 100%;
}

nav.proface-nav ul.menu > li:nth-last-child(2) > ul,nav.proface-nav ul.menu > li:last-child > ul {
    left: auto;
    right: 0;
}

nav.proface-nav ul.menu > li:nth-last-child(2) > ul.proface-dropdown-menu > li > ul.proface-dropdown-menu {
    left: auto;
    right: 100%;
}

nav.proface-nav ul.menu > li.menu-link-home {
    width: 44px;
}

nav.proface-nav ul.menu > li.menu-link-home > a {
    background: url(ico-home.svg) no-repeat center center;
    background-size: 18px 18px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 87px;
}

nav.proface-nav ul.menu > li.opened {
    background: url(gray.png),#f0f0f0;
}

nav.proface-nav ul.menu > li.opened > span {
    background: url(caret-up.svg) no-repeat center right 5px;
    background-size: 9px 9px;
}

nav.proface-nav ul.menu span.nolink {
    cursor: pointer;
}

p {
    margin: 0 0 10px;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

svg:not(:root) {
    overflow: hidden;
}

ul {
    margin-bottom: 10px;
    margin-top: 0;
}

ul ul {
    margin-bottom: 0;
}

/*! CSS Used keyframes */
@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "se-icon";
    font-style: normal;
    font-weight: normal;
    src: url("https://www.se.com/assets-search/uiaas-search/master/icons/fonts/se-icon.woff2") format("woff2"), url("https://www.se.com/assets-search/uiaas-search/master/icons/fonts/se-icon.woff") format("woff");
}

@media print {
    :not(h1),:not(h2),:not(h3),:not(h4),:not(h5),:not(table),:not(table):before,:not(table):after {
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href^="#"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }
}

@media (min-width: 768px) {
    .container {
        width:750px;
    }

    .col-sm-4,.col-sm-8 {
        float: left;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }
}

@media (min-width: 992px) {
    .container {
        width:970px;
    }

    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important;
    }

    .hidden-xs {
        display: none!important;
    }

    footer {
        min-width: 0;
    }

    footer .menu-name-menu-footer-menu ul {
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-top: 1px solid rgba(0,0,0,0.2);
        margin-top: 20px;
        padding: 10px 0;
        text-align: center;
    }

    footer .menu-name-menu-footer-menu ul li {
        border-right: none!important;
        display: inline-block;
        float: none;
        padding: 0!important;
    }

    footer .menu-name-menu-footer-menu ul li a {
        font-size: 1.2rem;
        padding: 4px 8px;
    }

    footer .pane-menu-social-link ul.menu {
        margin: 18px 0 8px 0;
        text-align: center;
    }

    .footer-sub {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    body {
        margin-top:56px;
    }

    header.proface-header {
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }

    .header-main {
        height: 52px;
    }

    .pane-page-logo a#logo {
        left: 54px;
        top: 2px;
    }

    .pane-page-logo img {
        width: 194px;
    }

    .header-menu-pane {
        display: none!important;
    }

    .proface-header .header-main .pane-search-form {
        display: none;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .proface-header .header-main .pane-search-form {
        top:21px;
        width: 150px;
    }

    .pane-page-logo a#logo {
        display: block;
        position: absolute;
        top: 9px;
    }

    .pane-page-logo img {
        width: 210px;
    }
    
    .proface-header.header-shrinked .pane-search-form {
        top: 14px;
    }
    
    .header-shrinked .pane-page-logo img {
        width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .header-main.container {
        width:100%;
    }
}

@media all {
    form {
        margin: 0;
        padding: 0;
    }

    img {
        border: 0;
    }

    label {
        display: block;
        font-weight: bold;
    }
}

@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size:0.75em;
    }
}

@media (min-width: 550px) {
    #onetrust-pc-sdk .ot-sdk-column {
        margin-left:4%;
    }

    #onetrust-pc-sdk .ot-sdk-column:first-child {
        margin-left: 0;
    }

    #onetrust-pc-sdk h2 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h3 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h4 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 600px) {
    #onetrust-pc-sdk.otPcCenter {
        border-radius:0;
        height: 100%;
        left: 0;
        min-width: 100%;
        top: 0;
    }

    #onetrust-pc-sdk #ot-pc-content {
        margin: 1px 3px 0 10px;
        padding-right: 10px;
        width: calc(100% - 23px);
    }

    #onetrust-pc-sdk .ot-btn-container button {
        letter-spacing: .01em;
        max-width: none;
    }

    #onetrust-pc-sdk #close-pc-btn-handler {
        right: 17px;
        top: 10px;
    }

    #onetrust-pc-sdk p {
        font-size: .7em;
    }

    #onetrust-pc-sdk #ot-pc-hdr {
        margin: 10px 10px 0 5px;
        width: calc(100% - 15px);
    }

    #onetrust-pc-sdk #ot-back-arw {
        margin-left: 12px;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        margin: 0;
        min-width: 95%;
        padding: 0 5px 0 10px;
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        left: auto;
        margin: 0;
        margin-left: 15px;
        max-width: 320px;
        right: 40px;
        top: 85px;
        width: 90%;
    }

    #onetrust-pc-sdk .ot-fltr-opt {
        margin-bottom: 10px;
        margin-left: 25px;
    }

    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        margin-bottom: 0;
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
        right: 40px;
    }
}

@media only screen and (max-width: 476px) {
    #onetrust-pc-sdk .ot-fltr-cntr,#onetrust-pc-sdk #ot-fltr-cnt {
        right:10px;
    }

    #onetrust-pc-sdk #ot-anchor {
        right: 25px;
    }

    #onetrust-pc-sdk button {
        width: 100%;
    }

    #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all {
        padding-right: 9px;
    }
}

@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcCenter {
        border-radius:0;
        height: 100%;
        left: 0;
        min-width: 100%;
        top: 0;
    }

    #onetrust-pc-sdk #ot-anchor {
        left: initial;
        right: 50px;
    }

    #onetrust-pc-sdk #ot-lst-title {
        margin-top: 12px;
    }

    #onetrust-pc-sdk #ot-lst-title * {
        font-size: inherit;
    }

    #onetrust-pc-sdk #ot-pc-hdr input {
        margin-right: 0;
        padding-right: 45px;
    }

    #onetrust-pc-sdk #ot-sel-blk {
        position: static;
    }

    #onetrust-pc-sdk #ot-pc-lst {
        overflow: auto;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        max-height: none;
        overflow: initial;
    }

    #onetrust-pc-sdk input {
        font-size: 1em!important;
    }

    #onetrust-pc-sdk p {
        font-size: .6em;
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        top: 0;
        width: 100%;
    }
}
header.header-shrinked {
    background-color: rgba(255,255,255,0.95);
}

.header-shrinked .pane-page-logo a#logo {
    top: 0;
}

.header-shrinked .pane-page-logo img {
    width: 218px;
}

.proface-header.header-shrinked .pane-search-form {
    top: 12px;
}

.proface-header.header-shrinked .pane-menu-header-menu {
    top: 16px;
}

.proface-header.header-shrinked .header-main {
    height: 53px;
}

.proface-header.header-shrinked nav.proface-nav {
    height: auto;
}

.proface-header.header-shrinked nav.proface-nav ul.menu {
    display: block;
    text-align: right;
    background: none;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li {
    display: inline-block;
    vertical-align: initial;
    height: auto;
    background: none;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li > a,.proface-header.header-shrinked nav.proface-nav ul.menu > li > span {
    border: none;
    font-size: 1.3rem;
    padding: 0 10px;
    display: inline-block;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li:hover,.proface-header.header-shrinked nav.proface-nav ul.menu > li:focus {
    background: -webkit-gradient(linear,left top,left bottom,from(white),to(#e0e0e0));
    background: linear-gradient(to bottom,white 0%,#e0e0e0 100%);
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li.menu-link-home {
    width: auto;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li.menu-link-home > a {
    text-indent: 0;
    background-image: none;
    overflow: visible;
    width: auto;
    padding-right: 10px;
    line-height: 33px;
    padding-left: 10px;
    height: auto;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li > ul {
    top: 33px;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li.expanded > a,.proface-header.header-shrinked nav.proface-nav ul.menu > li.expanded > span {
    padding-right: 20px;
    line-height: 33px;
    padding-left: 15px;
    width: auto;
    height: auto;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li.expanded > a:after,.proface-header.header-shrinked nav.proface-nav ul.menu > li.expanded > span:after {
    right: 7px;
    font-size: 12px;
    height: auto;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li > a,.proface-header.header-shrinked nav.proface-nav ul.menu > li > span {
    padding-right: 20px;
    line-height: 33px;
    padding-left: 15px;
    width: auto;
    height: auto;
}

.proface-header.header-shrinked nav.proface-nav ul.menu > li.menu-link-home > a:before,.proface-header.header-shrinked nav.proface-nav ul.menu > li.menu-link-home > span:before {
    display: none;
}
.header-shrinked nav.proface-nav ul.menu > li:nth-last-child(3) > ul.proface-dropdown-menu > li > ul.proface-dropdown-menu {
    left: auto;
    right: 100%;
}

.magnifier.opened {
    background: #0051a6;
    color: #fff;
}