*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
 
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

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

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

    .hidden-desktop {
        display: inherit !important;
    }

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

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html{
  font-size: 100.01%;
  line-height: 1.625rem;
}

body {
  line-height: 1.625;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.1
}

h1{
  line-height:1.325
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {

}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  display: block;
  font-size: 16px;
  line-height:1.625;
  font-weight:400
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  padding: .625rem !important;
  width:100%;
  background-color: #FFF;
  border-style:solid;
  display: inline-block;
  font-size: 16px !important;
  line-height:normal;
  font-weight:400;
  font-family:Arial;
  height: auto !important;
}

input:focus{
outline:0
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

form fieldset {
  max-width: 100% !important;
}

/*input:disabled {
  background-color: #f0f0f0 !important;
  cursor: not-allowed !important;
  color:#666 !important;
}
input:hover:disabled {
  background-color: #f0f0f0 !important;
  cursor: not-allowed !important;
  color:#666 !important;
  border-color: rgba(160, 160, 160, 1.0)!important;
}*/

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ff0000;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #ff0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin:10px 0;
  border-style: solid;
  text-align: center;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 7px;
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  width: auto;
  z-index: 999;
}

.header .header-inner {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.875rem;
}

.header #left {
  width: 10.5%;
}

.header .bar-elements {
  display: flex;
  display: -ms-flexbox;
}

.header .bar-elements .bar {
  width: 100%;
  height: 1.875rem;
  background-color: #133e84;
}

.header .corner {
  height: 1.875rem;
  border-style: solid;
  border-width: 1.875rem 0 0 1.25rem;
  border-color: transparent transparent transparent #133e84;
}

header .flank,
header #main{
  z-index: 990;
  position: relative;
}

.header #main {
  width: 100%;
  max-width: 120rem;
}

.header .flank {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-direction: column;
}


.header .top {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-direction: column;
}

.header .top-inner {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-between;
}

.custom-logo {
  width: 8.375rem;
  height: 1.9375rem;
  margin-top: -.0625rem;
}

.custom-logo img {
  height: 100%;
  width: 100% !important;
}


.header .widget {
  display: -ms-flexbox;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}


header .iconMenu {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  position: relative;
  width: 100%;
  color:#444444
}


header .iconMenu>.iconContainer {
  padding:0;
  margin:0;
  list-style-type: none;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;
}

header .iconSubContainer {
  z-index: 991;
  list-style-type: none;
  top: 3rem;
  right: 0;
  position: absolute;
  color:#fff;
  display:none
}


header .iconSubContainer.active{
  display:block
}

header .iconMenu>.iconContainer>li {
  padding: 0 .3125rem;
  border-bottom: none;
  flex-wrap: nowrap;
}


header .iconMenu>.iconContainer>li .element {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-style: solid;
  border-width: .0625rem;
  border-radius: .3125rem;
}

header .iconMenu>.iconContainer>li .element:hover{
  color: #ff8500;
}

header .iconMenu>.iconContainer>li .element.active{
  color: #ff8500;
}


header .iconMenu>.iconContainer>li .iconSearch.active .element:hover{
  color:initial
}

header .searchIcon:hover{
  color: #ff8500;
}



header .iconMenu .iconSearch .exit {
  animation-name: iconMenuIconSearchShowExitFrames;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  display: none;
  opacity:0
}

@keyframes iconMenuIconSearchShowExitFrames {
  0% {
    opacity:0
  }
  100% {
    opacity:1;
  }
}

header .iconMenu>.iconContainer>li>.iconSearch .fa {
  margin-top: -.21875rem;
}

header .iconMenu label {
  cursor: pointer;
}


.searchIcon>.background,
header .iconMenu>.iconContainer>li .element .icon>.background{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

header .iconMenu>.iconContainer>li .element .icon,
header .searchIcon{
  display: flex;
  display: -ms-flexbox;
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  justify-content: center;
  align-items: center;
}

header .iconMenu>.iconContainer>li>.iconSearch .fa {
  margin-top: -.21875rem;
}


header .iconMenu>.iconContainer>li>.iconSearch .element>.container {
  width: 100%;
}

header .iconMenu>.iconContainer>li>.iconSearch .input {
  width: 100%;
  padding: 0 .25rem;
  position: relative;
}


header .iconMenu>.iconContainer>li>.iconSearch .input input {
  width: 100%;
  line-height: 1.1875rem;
  border: none;
  font-family: Arial;
  padding:0 !important

}

.iconSearch.active{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-name: iconMenuIconSearchWidthFrames;
}

@keyframes iconMenuIconSearchWidthFrames {
  0% {
    width:30px
  }
  100% {
    width:400px;
  }
}



.iconSearch.active .exit{
  display:flex !important
}

.iconSearch.active .icon{
  display:none !important
}


.iconSearch.active .container{
  display:flex !important
}

.iconSearch.active .element{
  border-color: #ff8500 !important;
}


header .input input {
  font-size: .9rem;
}

header .iconMenu>.iconContainer>li>.iconProductIndex .fa,
header .iconMenu>.iconLanguageChanged>li>.iconProductIndex .fa {
  margin-top: -.125rem;
}

header #right{
  width: 10.5%;
}

header #right {
  justify-content: flex-end;
}


header .iconMenu>.iconContainer>li>.iconSearch .element .icon:hover {
  border-radius: .1875rem;
}

.nav-wrapper {
  display: block;
  color: #444;
}


.custom-menu-primary {
  text-align: center;
  width: 100%;
  transition: 300ms all ease;
  position: relative;
}

.custom-menu-primary {
  border: 0;
  border-top-style: solid;
  border-top-color: #a0a0a0;
  border-top-width: .0625rem;
}

.custom-menu-primary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.custom-menu-primary a{
  transition: 300ms all ease;
}

ul.submenu.level-1 {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}


ul.submenu.level-1>li.active{
  background-color: #e7ebf2;
}

ul.submenu.level-1>li.active>a{
  color: #ff8500 !important;
}

ul.submenu.level-1>li>a {
  padding: .625rem 0;
  width: 100%;
  display: inline;
}

header .arrow {
  border-style: solid;
  border-width: .25rem;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0 .25rem;
  transition: 250ms all ease;
  width: 0;
  border-bottom-color:transparent;
  border-left-color:transparent;
  border-right-color:transparent;
}

ul.submenu.level-1 li.active>a .arrow {
  transform: rotate( 180deg );
}

ul.submenu.level-1>li.active>a .arrow{
  border-top-color: #ff8500 !important;
}

ul.submenu.level-1 li input {
  display: none;
}

ul.submenu.level-2{
  display:block
}

.submenu-dropdown {
  position: absolute;
  left: 0;
  top: auto;
  text-align: left;
  width: 100%;
  line-height: 1.625rem;
  z-index: 990;
  transition: 300ms all ease;
  display: none;
}

.submenu-dropdown.active{
  display:block
}

.submenu-container {
  padding: 1.75rem;
}

.submenu-heading>a{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  display:block
}

.submenu-heading>a:hover{
  cursor:auto;
}

ul.submenu.level-4>li {
  padding-top: 1.875rem;
  display: block;
}

ul.submenu.level-4>li .arrow{
  display:none
}

ul.submenu.level-4>li>a {
  font-weight: bold;
  height: 1.68rem;
}

ul.submenu.level-4>li>a:after {
  border-bottom-style: solid;
  border-width: .0625rem;
  border-color: #a0a0a0;
  content: '';
  border-bottom-width: 1px;
  width: calc(100% - 3.75rem);
  height: 1px;
  display: block;
  position: absolute;
  margin-top: -7px;
}

ul.submenu.level-3>li:last-child  ul.submenu.level-4>li>a:after{
  width:100%
}


ul.submenu.level-1>li:last-child ul.submenu.level-3>li:last-child ul.submenu.level-4>li>a:after{
  width: calc(100% - 3.75rem);
}

ul.submenu.level-5>li {
  line-height: 1.5625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-menu-primary .level-1>li:nth-child(2) .level-3>li:last-child .level-5,
.custom-menu-primary .level-1>li:nth-child(3) .level-3>li:last-child .level-5{
  padding: .625rem 0;
}

li.events>a {
  display: none;
}

figure.event {
  padding: 0;
  margin: 0;
}

figure.event .headline {
  font-weight: bold;
  height: 1.68rem;
  overflow-wrap: break-word;
  white-space: normal;
  color: #133e84;
}

figure.event figcaption {
  display: flex;
  display: -ms-flexbox;
}

figure.event figcaption .bar {
  margin: 0 .3125rem;
}

figure.event .icons ul {
  display: flex;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

figure.event .icons ul li {
  line-height: 1.5625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
}

figure.event .icons ul li:first-child {
  margin-left: .25rem;
  margin-right: .675rem;
}

figure.event .icons ul li:last-child {
  margin-left: .625rem;
  margin-right: 0;
}

figure.event .icons ul li a {
  font-size: 1rem;
  color: #444;
}
.fixed-header{
  display:none
}


header .iconMenu>.iconSubContainer {
  z-index: 991;
  list-style-type: none;
  top: 3rem;
  right: 0;
  position: absolute;
}

header .iconMenu .iconSub {
  display: block;
  transition: 300ms all ease;
}

header input[type=checkbox] {
  display: none;
}

header #iconMenu input[type=checkbox]:checked~.iconSub {
  display: block !important;
  transition: 3000ms all ease;
}

header .iconMenu .iconSub>.inner{
  position:relative;
  color: #fff
}

header .iconMenu .iconSub>.inner>.container {
  padding: 1.25rem;
  position:relative;
  background-color: #444;

}


.chooseLanguage>.headline {
  color: #fff;
  font-size: 1.875rem;
  line-height:26px
}

.chooseLanguage .container .column {
  width: 100%;
  margin-right: 1.875rem;
  display: flex;
  display: -ms-flexbox;
  align-content: space-between;
  flex-flow: row wrap;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}

.chooseLanguage .container .column:last-child{
  margin-right:0
}

.chooseLanguage .container .region {
  margin-top: 1.875rem;
  width: 100%;
}


.chooseLanguage .container .region:first-child {
  margin-top: 0;
}


.chooseLanguage .container .region .headline{
  font-size: 1.25rem;
  color:#fff;
  width: 100%;
  line-height:26px
}

.chooseLanguage .container .region ul{
  padding:0;
  margin:0;
  list-style-type:none
}

.chooseLanguage .container li {
  list-style-type: none;
  line-height: .625rem;
  margin-bottom: 1.125rem;
}

.chooseLanguage .container a {
  margin-left: .625rem;
  color: #fff;
}

.chooseLanguage .container a:hover{
  color:#ff8500
}


.chooseLanguage .container .region>.line {
  margin: .3125rem 0;
  border-bottom-style: solid;
  border-width: .0625rem;
  border-color: #a0a0a0;
}

.mobile-widget{
  display:none
}



@media screen and (min-width:1350px){


  .fixed-header {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    box-shadow: 0 0 0.625rem;
    z-index: 999;
    position: fixed;
    top: 0;
    transform: translateY(-110%);
    transition: transform 1.5s;
    visibility: hidden;
    opacity: 0;
  }

  body.animate-header .fixed-header{
    animation-name: animatedNavKeyFrames;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    transform: translateY(0);
    visibility: visible;
    opacity:1
  }

  header.header.no-nav .fixed-header{
    min-height:49.6px
  }

  body.animate-header .header .header-inner{
    visibility: hidden;
    opacity: 0;
  }

  .fixed-logo {
    display: flex;
    padding: 0 2.1%;
  }

  .fixed-logo .custom-logo {
    margin: auto 0 auto 0;
    display: flex;
    width: 8.375rem;
    height: 1.9375rem;
    align-items: center;
  }

  .fixed-logo .custom-logo .hs_cos_wrapper{
    display: flex;
    width: 8.375rem;
    height: 1.9375rem;
    align-items: center;
  }

  .fixed-logo .custom-logo img{
    vertical-align:middle
  }

  .fixed-header .custom-menu-primary{
    border:0
  }

  .fixed-element {
    display: flex;
    padding: 0 2.1%;
    flex-direction: column;
    justify-content: space-between;
  }


  #fixedIconMenu {
    display: flex;
    display: -ms-flexbox;
    margin: auto 0 auto 0;
  }

  .header .top{
    margin-bottom: 1.875rem;
  }

  .header .widget{
    flex-direction: row;
    justify-content: space-between;
  }


  header .iconMenu>.iconContainer>li>.iconSearch .element>.container {
    display: none;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .nav-row {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
  }

  .custom-menu-primary {
    flex-wrap: nowrap;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-direction: column;
  }


  ul.submenu.level-1>li {
    border-bottom: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 3.125rem;
  }


  ul.submenu.level-1>li.has-submenu>a{
    padding: .625rem .625rem;
  }

  .submenu-dropdown {
    border-style: solid;
    border-width: .0625rem;
    margin: 0 .0625rem;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .submenu-container{
    overflow-y: auto;
  }


  ul.submenu.level-3 {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
  }

  ul.submenu.level-3>li {
    flex-basis: 100%;
    align-items: stretch;
  }

  ul.submenu.level-3>li:first-child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
  }

  ul.submenu.level-3>li:last-child {
    flex-basis: 50%;
  }

  ul.submenu.level-4 {
    flex-basis: 100%;
    align-items: stretch;
  }


  ul.submenu.level-3>li:first-child ul.submenu.level-4{
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
  }


  ul.submenu.level-3>li:first-child ul.submenu.level-4>li {
    width: 50%;
    padding-right: 3.75rem;
  }

  ul.submenu.level-4>li{
    position: relative;
    line-height: 2.5rem;
  }


  ul.submenu.level-4>li>a:hover,
  ul.submenu.level-4>li>a:focus{
    cursor:auto
  }



  ul.submenu.level-5>li>a {
    padding: .625rem 0;
  }

  ul.submenu.level-1>li:last-child ul.submenu.level-3>li:last-child{
    width: 100%;
    flex-basis: 100%;
  }

  ul.submenu.level-1>li:last-child ul.submenu.level-3>li:first-child ul.submenu.level-4>li{
    width: auto;
    flex-grow: 1;
    flex-basis: auto;
  }

  ul.submenu.level-1>li:last-child ul.submenu.level-3>li:first-child ul.submenu.level-4>li:last-child{
    padding-right:0
  }



  .custom-menu-primary .level-1>li:nth-child(6) .level-3>li:last-child .level-4>li:first-child .level-5{
    padding-top: .3125rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .custom-menu-primary .level-1>li:nth-child(6) .level-3>li:last-child .level-4>li:first-child .level-5>li:first-child{
    margin-right: 1.25rem;
  }



  #fixedIconMenu .iconSearch.active{
    animation-name: iconMenuIconSearchFixedWidthFrames;
  }

  @keyframes iconMenuIconSearchFixedWidthFrames {
    0% {
      width:30px
    }
    100% {
      width:200px;
    }
  }




  header .iconMenu .iconSub .chooseLanguage {
    overflow-y: auto;
  }

  .chooseLanguage {
    background-color: #444;
  }

}


@media (min-width: 78.125rem){

  .submenu-dropdown {
    border-color: #e7ebf2 #a0a0a0 #a0a0a0 #a0a0a0;
  }

  .chooseLanguage {
    padding: 1.875rem;
    width: 60.625rem;
  }

  .chooseLanguage {
    color: #fff;
  }

  .chooseLanguage>.headline {
    margin-bottom: 1.875rem;
  }

  .chooseLanguage .container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    z-index: 999;
    width: 100%;
    height: 28.125rem;
    background-image: url(https://19965945.fs1.hubspotusercontent-na1.net/hubfs/19965945/raw_assets/public/Voco_July_2021/images/navi-map.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .chooseLanguage .container .column{
    flex-direction: row;
    justify-content: space-between;
  }

}


@media screen and (max-width:1349px){

  .outer-header{
    min-height:61px
  }

  header.header {
    border:0;
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
    border-bottom-color: #a0a0a0;
  }
  header.header.no-border{
    border:0
  }

  header.header.mobile-fixed-header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    box-shadow: 0 0 0.625rem;
    z-index: 999;
  }

  .header #left {
    display: none;
  }
  .header #right {
    display: none;
  }
  .header .header-inner {
    padding-top: 0;
  }

  .header .top-inner {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    height: 3.75rem;
    margin: 0 1.875rem;
  }

  header #headerIconMenu {
    margin-right: 2.5rem;
    display: none;
  }

  .nav-toggle{
    display: block;
    text-align:right
  }

  .nav-toggle>label{
    display: inline-block;
    margin-bottom: .4375rem;
    cursor:pointer
  }

  .nav-toggle .lines{
    position:relative;
    font-size:2rem
  }

  .nav-toggle .lines,
  .nav-toggle .lines:before,
  .nav-toggle .lines:after{
    display: inline-block;
    width: 1.75rem;
    height: .3125rem;
    transition: .3s;
    margin-top: 0;
    background-color: #444;
  }
  .nav-toggle .lines:before, 
  .nav-toggle .lines:after {
    position: absolute;
    left: 0;
    content: '';
  }
  .nav-toggle .lines:before{
    top: .5625rem;
  }

  .nav-toggle .lines::after {
    top: -.5625rem;
  }

  .nav-toggle.active .lines{
    background:transparent
  }

  .nav-toggle.active .lines:before{
    background: #ff8500;
    top: 0;
    transform: rotate3d(0,0,1,45deg);
  }

  .nav-toggle.active .lines:after{
    background: #ff8500;
    top: 0;
    transform: rotate3d(0,0,1,-45deg);
  }

  .nav-row {
    display:none;
    position: absolute;
    width: 100%;
    border: 0;
    border-top-style: solid;
    border-top-color: #a0a0a0;
    border-top-width: .0625rem;
    border-bottom-style: solid;
    border-bottom-width: .0625rem;
    border-bottom-color: #a0a0a0;
  }

.nav-row.active {
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 63px);
}

  .custom-menu-primary {
    text-align: left;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -.0625rem;
    display: block;
    transition: 300ms all ease;
    max-height: 41.375rem;
  }


  ul.submenu.level-1 {
    display: block;
    position: relative;
  }

  ul.submenu.level-1>li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 2.5rem;
    background: #fff;
  }

  ul.submenu.level-1>li.has-submenu:hover>a{
    color:#444 !important
  }

  ul.submenu.level-1>li:hover>a .arrow{
    border-top-color:#444 !important
  }

  ul.submenu.level-1>li:first-child {
    padding-top: .625rem;
  }

  ul.submenu.level-1>li.has-submenu.active>a {
    color: #ff8500 !important;
  }

  ul.submenu.level-1>li.has-submenu.active:hover>a{
    color: #ff8500 !important;
  }

  ul.submenu.level-1>li.active>a .arrow{
    border-top-color:#ff8500 !important
  }

  ul.submenu.level-1>li.active {
    background: #fff;
  }

  .submenu-dropdown{
    position: relative;
    margin-left: -1.25rem;
    width: calc( 100% + 2.5rem );
  }

  ul.submenu.level-4>li{
    padding-bottom: 1px;
  }

  ul.submenu.level-4>li>a:after{
    margin-top:0
  }

  ul.submenu.level-4>li .arrow{
    display:inline-block
  }

  ul.submenu.level-4>li.active>a {
    color: #ff8500 !important;
  }

  ul.submenu.level-5 {
    margin-top: .68rem;
    display:none
  }
  ul.submenu.level-5.active{
    display:block
  }

  ul.submenu.level-5>li {
    padding: .3125rem 0;
  }

  ul.submenu.level-5>li>a {
    padding: .625rem 0;
  }

  .custom-menu-primary .level-1>li:nth-child(2) .level-3>li:last-child .level-5,
  .custom-menu-primary .level-1>li:nth-child(3) .level-3>li:last-child .level-5{
    margin: .3125rem 0;
  }

  .custom-menu-primary .level-1>li:nth-child(2) .level-3>li:last-child .level-5>li,
  .custom-menu-primary .level-1>li:nth-child(3) .level-3>li:last-child .level-5>li{
    padding:0;
  }


  .mobile-widget{
    display:block
  }


  .mobile-widget .headlineMain{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background:#fff;
    line-height: 2.5rem;
  }

  .mobile-widget .headlineMain.country {
    padding-bottom: .625rem;
  }

  .mobile-widget .headlineMain>label {
    padding: .625rem 0;
    cursor: pointer;
    width: 100%;
  }

  .mobile-widget .smallIconMenu.active .headlineMain>label{
    color:#ff8500
  }

  .smallIconMenu.active .arrow {
    transform: rotate(180deg);
    color:#ff8500
  }

  .mobile-widget .headlineMain label .fa {
    padding-right: .625rem;
  }

  .mobile-widget .navSub {
    position: absolute;
    left: 0;
    top: auto;
    text-align: left;
    width: 100%;
    line-height: 1.625rem;
    z-index: 990;
    position: relative;
    display:none
  }

  .mobile-widget .smallIconMenu.active .navSub{
    display:block
  }

  .mobile-widget .navSub .inner{ 
    background-color: #e7ebf2;
    padding: 1.75rem;
  }

  #navSubSmallSearch .inner>.container {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .smallIconMenu>#navSubSmallSearch .searchIcon {
    display: flex;
    display: -ms-flexbox;
    width: 1.75rem;
    height: 1.75rem;
    position: relative;
    justify-content: center;
    align-items: center;
  }

  .smallIconMenu>#navSubSmallSearch .searchIcon>.background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: .625rem 0;
    color:#444
  }

  .smallIconMenu #navSubSmallSearch .input {
    width: 100%;
    line-height: 1.875rem;
    position: relative;
  }

  .smallIconMenu #navSubSmallSearch .input input {
    width: 100%;
    line-height: 1.875rem;
    height: 1.875rem !important;
    font-size: .9rem !important;
    font-family: Arial;
    padding: 0 !important;
  }

}

@media (max-width: 78.0625rem){

  ul.submenu.level-1 {
    border-color: transparent #a0a0a0 #a0a0a0 #a0a0a0;
  }

  .submenu-heading>a {
    margin-bottom: 0;
  }


  .chooseLanguage>.headline {
    display: none;
  }


  .chooseLanguage .container .column {
    margin-top: 1.875rem;
  }

  .chooseLanguage .container .column:first-child {
    margin-top: 0;
  }

  .chooseLanguage .container .region .headline {
    color: #444;
  }

  .chooseLanguage .container a {
    padding: .625rem 0;
    color: #444;
  }

  .chooseLanguage .container a:hover{
    color:#444
  }

}
footer.footer {
  padding: 1.875rem 0;
  line-height: 1.5625rem;
  display: flex;
  text-align: left;
  animation-name: animatedContentKeyFrames;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  width: 100%;
  font-size:15px
}

footer.footer p {
  font-size: 15px;
}

footer.footer .page-center {
  max-width: 120rem;
  padding: 0 8.5%;
  line-height: 1.625rem;
  position: relative;
  margin: 0 auto;
  width: 100%;
}


.footer .row-top {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-between;
}

footer .service {
  display: flex;
  display: -ms-flexbox;
}

.social-media-wrapper {
    margin-top: .125rem;
}


footer .service .hs_cos_wrapper{
  display: flex;
  display: -ms-flexbox;
}


footer .line {
  border-color: #a0a0a0;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: .0625rem;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: .0625rem;
  height: 0;
}

footer .row-bottom {
  display: flex;
  display: -ms-flexbox;
}

footer .bottom-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display:flex
}

footer .bottom-links ul li {
  display: inline;
}


footer .service p{
  margin-bottom:0
}



@media (min-width: 59.375rem){
  footer .row-top {
    margin: 0 0 .625rem 0;
  }

  footer .service .hs_cos_wrapper{
    flex-direction: row;
    align-self: flex-end;
  }


  footer .service p:first-child {
    margin-right: .3125rem;
    white-space: nowrap;
    margin-bottom: 0;

  }

  footer .service p:last-child {
    margin: 0 .625rem 0 0;
    margin-bottom: 0;
  }

  footer .row-bottom {
    flex-direction: row;
    justify-content: space-between;
    margin-top: .625rem;
  }

  footer .bottom-links ul li a {
    margin: 0 .625rem;
  }

}


@media (max-width: 59.3125rem){

  .footer .row-top {
    flex-direction: column;
  }

  footer .service .hs_cos_wrapper {
    flex-direction: column;
  } 
  footer .line {
    margin: .625rem 0;
  }

  footer .social-media-container {
    margin-top: .625rem;
  }

  footer .row-bottom {
    flex-direction: column-reverse;
  }

  footer .copyright-wrapper {
    margin-top: 1.875rem;
  }

  footer .bottom-links ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
  }

}
