/* Minification failed. Returning unminified contents.
(487,763): run-time error CSS1019: Unexpected token, found ' '
(487,763): run-time error CSS1034: 
(20732,1): run-time error CSS1019: Unexpected token, found '@import'
(20732,9): run-time error CSS1019: Unexpected token, found 'url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900)'
(21512,1): run-time error CSS1019: Unexpected token, found '@import'
(21512,9): run-time error CSS1019: Unexpected token, found 'url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900)'
(22396,1): run-time error CSS1019: Unexpected token, found '@import'
(22396,9): run-time error CSS1019: Unexpected token, found 'url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900)'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

#grid{bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;display:none;pointer-events:none;z-index:99999}#grid.active{display:block}#grid div{height:100%}#grid .wrap{position:relative;margin:0 auto;max-width:1412px}#grid .row{position:relative}#grid .row>div{position:relative}#grid .row>div:before,#grid .wrap:before{position:absolute;top:0;left:0;height:100%;width:15px;content:" ";background-color:rgba(255,255,0,.2)}#grid .row>div:after,#grid .wrap:after{position:absolute;top:0;right:0;height:100%;width:15px;content:" ";background-color:rgba(255,255,0,.2)}@media only screen and (max-width:767px){#grid .row>div:before,#grid .wrap:before{width:15px}#grid .row>div:after,#grid .wrap:after{width:15px}}@media only screen and (min-width:1352 + 30px * 2){#grid{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:1412px}}
/* Minification failed. Returning unminified contents.
(20466,1): run-time error CSS1019: Unexpected token, found '@import'
(20466,9): run-time error CSS1019: Unexpected token, found 'url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900)'
(21264,1): run-time error CSS1019: Unexpected token, found '@import'
(21264,9): run-time error CSS1019: Unexpected token, found 'url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900)'
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/* Minification failed. Returning unminified contents.
(16811,1): run-time error CSS1019: Unexpected token, found '@import'
(16811,9): run-time error CSS1019: Unexpected token, found 'url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900)'
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

/* ==========================================================================
   Print
   ========================================================================== */

/* ==========================================================================
   Colors
   ========================================================================== */

/* ==========================================================================
   Grid
   ========================================================================== */

/* ==========================================================================
   Sizes
   ========================================================================== */

/* ==========================================================================
   Mixins
   ========================================================================== */

/* ==========================================================================
   Boilerplate
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Helvetica Neue World W05_45 Lt';
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-overflow: ellipsis;
}

strong {
    font-weight: 500;
}

h1, h2 {
    font-weight: thin;
}

h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
}

h4 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
}

p {
    letter-spacing: 1.27px;
}

/* ==========================================================================
   General
   ========================================================================== */

.rel {
    height: 100%;
    position: relative;
    width: 100%;
}

ul, ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

@media only screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .tablet {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .biggerThanTablet {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none;
    }
}

/* ==========================================================================
   Page Layout
   ========================================================================== */

body {
    background-color: #F3F3F3;
    overflow-x: hidden;
}

#content {
    max-width: 1412px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 83px;
    /*&.no-submenu {
        margin-top: 70px + @headerHeight;
    }*/
}

.maxWidth {
    max-width: 1412px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1023px) {
    #content {
        margin-top: 86px;
    }
}

/* ==========================================================================
   Rules
   ========================================================================== */

/* ==========================================================================
   Rules
   ========================================================================== */

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    input[type=checkbox] + label {
        border-color: #000F9F;
    }

    input[type=checkbox]:checked + label {
        background-image: url('../img/tables/checkbox_white.png');
        background-color: #000F9F;
    }

.select2-container--type-1 .select2-results__option:not([aria-disabled="true"]):hover {
    color: #0012BF;
}

.opened .item-closed {
    display: none;
}

.closed .item-opened {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.line-title {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    padding-top: 1px;
}

    .line-title:after {
        content: " ";
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ccc;
        white-space: pre;
        line-height: 0.5;
        margin-top: -1px;
        margin-left: 5px;
        pointer-events: none;
        vertical-align: top;
    }

/* ==========================================================================
   General Elements
   ========================================================================== */

.side-submenu a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .side-submenu a.active {
        color: #0012BF;
    }

    .side-submenu a:hover {
        color: #0012BF;
    }

.download-box {
    border-bottom: 2px solid #0012BF;
    padding: 20px;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
}

    .download-box .title {
        font-size: 30px;
        line-height: 36px;
        font-weight: 300;
        color: #0012BF;
        margin-bottom: 10px;
    }

    .download-box .date {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .download-box .icon-description-wrap {
        color: inherit;
        text-decoration: none;
        margin-right: 30px;
    }

        .download-box .icon-description-wrap .icon {
            width: 25px;
            display: inline-block;
        }

            .download-box .icon-description-wrap .icon.webcast {
                width: 17px;
            }

        .download-box .icon-description-wrap .description {
            display: inline-block;
            font-size: 16px;
            line-height: 22px;
            font-weight: 300;
            margin-left: 10px;
        }

@media only screen and (max-width: 767px) {
    .download-box .title {
        font-size: 24px;
        line-height: 30px;
    }

    .download-box .date {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .download-box .icon-description-wrap {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .download-box .icon-description-wrap .webcast {
            margin-left: 6px;
        }
}

.download-box-new {
    border-bottom: 2px solid #0012BF;
    padding: 20px;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
    height: 300px;
    position: relative;
}

    .download-box-new .subtitle-above-title {
        font-size: 14px;
        font-weight: 500;
        color: black;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50);
        margin-bottom: 20px;
    }

    .download-box-new .title {
        font-size: 30px;
        line-height: 36px;
        font-weight: 300;
        color: #0012BF;
        margin-bottom: 10px;
    }

    .download-box-new .date {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }

    .download-box-new .bottom-abs-icon-wrap {
        position: absolute;
        bottom: 0;
        left: 20px;
        width: 100%;
        padding-right: 20px;
    }

    .download-box-new .icon-description-wrap {
        color: inherit;
        text-decoration: none;
        margin-right: 30px;
        margin-bottom: 20px;
        display: inline-block;
    }

        .download-box-new .icon-description-wrap .icon {
            width: 25px;
            display: inline-block;
        }

            .download-box-new .icon-description-wrap .icon.webcast {
                width: 17px;
            }

        .download-box-new .icon-description-wrap .description {
            display: inline-block;
            font-size: 16px;
            line-height: 22px;
            font-weight: 300;
            margin-left: 10px;
        }

    .download-box-new.with-bg-image {
        border-bottom: 2px solid transparent;
    }

        .download-box-new.with-bg-image .subtitle-above-title {
            color: white;
            position: relative;
            z-index: 2;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

        .download-box-new.with-bg-image .title {
            color: white;
            position: relative;
            z-index: 2;
        }

        .download-box-new.with-bg-image .bottom-abs-icon-wrap {
            z-index: 2;
        }

        .download-box-new.with-bg-image .bg-image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

@media only screen and (max-width: 767px) {
    .download-box-new .title {
        font-size: 24px;
        line-height: 30px;
    }

    .download-box-new .date {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .download-box-new .icon-description-wrap .webcast {
        margin-left: 6px;
    }
}

.searchbar-wrap {
    position: relative;
}

    .searchbar-wrap input {
        background-color: white;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        outline: 0;
        border: 0;
        font-size: 15px;
        color: black;
        line-height: 64px;
        padding-left: 20px;
        padding-right: 60px;
        width: 100%;
    }

    .searchbar-wrap .pseudo-after {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 23px;
        height: 23px;
        background-image: url('../img/general/search.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }

.form-table-wrap {
    margin-top: 40px;
    overflow: scroll;
    -ms-overflow-style: none;
}

    .form-table-wrap::-webkit-scrollbar {
        display: none;
    }

    .form-table-wrap .sortable {
        cursor: pointer;
    }

        .form-table-wrap .sortable img {
            width: 9px;
            margin-left: 5px;
            margin-top: -2px;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

        .form-table-wrap .sortable:hover img {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

    .form-table-wrap table {
        min-width: 100%;
    }

    .form-table-wrap th {
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
    }

    .form-table-wrap td {
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
    }

    .form-table-wrap th, .form-table-wrap td {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        white-space: nowrap;
    }

        .form-table-wrap th.color-blue, .form-table-wrap td.color-blue {
            color: #000F9F;
        }

        .form-table-wrap th.description-td, .form-table-wrap td.description-td {
            text-align: left;
            white-space: normal;
            min-width: 250px;
        }

        .form-table-wrap th img, .form-table-wrap td img {
            width: 24px;
            display: inline-block;
        }

            .form-table-wrap th img.webcast, .form-table-wrap td img.webcast {
                width: 17px;
            }

    .form-table-wrap tbody tr:nth-child(odd) {
        background-color: #f7f7f7;
    }

@media only screen and (max-width: 767px) {
    .form-table-wrap th.description-td, .form-table-wrap td.description-td {
        min-width: 150px;
    }

    .form-table-wrap th, .form-table-wrap td {
        white-space: normal;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.read-more {
    font-size: 15px;
    line-height: 15px;
    color: #000F9F;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
}

    .read-more:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 7px;
        height: 12px;
        background-image: url('../img/general/read-more-icon.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

.filter-menu .filter-menu-topper {
    text-align: right;
    margin-bottom: 16px;
}

    .filter-menu .filter-menu-topper .button-list, .filter-menu .filter-menu-topper .button-grid {
        width: 16px;
        cursor: pointer;
        display: inline-block;
        margin: 0 7px;
    }

        .filter-menu .filter-menu-topper .button-list img, .filter-menu .filter-menu-topper .button-grid img {
            width: 100%;
            display: none;
        }

            .filter-menu .filter-menu-topper .button-list img.active, .filter-menu .filter-menu-topper .button-grid img.active {
                display: block;
            }

/* ==========================================================================
   Form Elements
   ========================================================================== */

.custom-page-select-with-select-2 .select2-container.select2-container--type-1 {
    background-color: white;
    width: auto !important;
    color: inherit !important;
    height: 64px;
    line-height: 64px;
}

    .custom-page-select-with-select-2 .select2-container.select2-container--type-1:after {
        background-image: url('../img/header/breadcrumb/arrow_down_black.png') !important;
    }

input {
    height: 60px;
    background-color: transparent;
    border: none;
    color: #6D6D6D;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    padding-left: 16px;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}

.sfPageEditor input {
    height: auto;
}

input.filled {
    background-color: #fff;
    color: black;
    border-bottom: transparent;
}

input:hover {
    background-color: #fff;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
}

input:focus {
    background-color: #fff;
    border-bottom: 1px solid #0012BF;
    color: #0012BF;
}

input.error {
    color: #D0021B;
    border-bottom: 1px solid #D0021B;
}

    input.error::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #D0021B;
    }

    input.error::-moz-placeholder {
        /* Firefox 19+ */
        color: #D0021B;
    }

    input.error:-ms-input-placeholder {
        /* IE 10+ */
        color: #D0021B;
    }

    input.error:-moz-placeholder {
        /* Firefox 18- */
        color: #D0021B;
    }

.checkbox-wrap:after {
    clear: both;
    display: block;
    content: "";
}

.checkbox-wrap .checkbox-inner-wrap, .checkbox-wrap .checkbox-title {
    float: left;
}

.checkbox-wrap .checkbox-inner-wrap {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

    .checkbox-wrap .checkbox-inner-wrap input, .checkbox-wrap .checkbox-inner-wrap .fake-checkbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .checkbox-wrap .checkbox-inner-wrap input {
        display: block !important;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .checkbox-wrap .checkbox-inner-wrap .fake-checkbox {
        pointer-events: none;
        border: 1px solid #0012BF;
        background-color: transparent;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        background-size: 16px 13px;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .checkbox-wrap .checkbox-inner-wrap .fake-checkbox.active {
            background-color: #0012BF;
            background-image: url('../img/general/check-white.png');
        }

.checkbox-wrap .checkbox-title {
    font-size: 16px;
    line-height: 26px;
}

.cta-filter-btn {
    height: 64px;
    line-height: 64px;
    background-color: white;
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .cta-filter-btn:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 7px;
        height: 12px;
        background-image: url('../img/general/small-arrow.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .cta-filter-btn:hover {
        box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
    }

.cta-submit {
    background-color: #0012BF;
    color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15px;
    outline: none;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    position: relative;
}

    .cta-submit img {
        max-width: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-bottom: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .cta-submit.loading {
        color: transparent;
    }

        .cta-submit.loading img.rotating {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }

    .cta-submit.done {
        color: transparent;
        background-color: #B0BB21;
        background-image: url('../img/contact-us/mark.png');
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        pointer-events: none;
    }

html.no-touch .cta-submit:hover {
    color: #0012BF;
    border: 1px solid #0012BF;
    background-color: transparent;
}

@-webkit-keyframes rotating {
    /* Safari and Chrome */
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.btn-blue {
    background-color: #000F9F;
    font-size: 16px;
    font-weight: 300;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 58px;
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    border: 1px solid #000F9F;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

    .btn-blue:hover {
        background-color: white;
        color: #000F9F;
    }

.btn-white {
    background-color: white;
    font-size: 16px;
    font-weight: 300;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 58px;
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    border: 1px solid #000F9F;
    color: #000F9F;
    cursor: pointer;
}

    .btn-white:hover {
        background-color: #000F9F;
        color: white;
    }

.learn-more-btn {
    font-size: 15px;
    color: #000F9F;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

    .learn-more-btn img {
        width: 14px;
        margin-left: 5px;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .learn-more-btn .text {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
    }

    .learn-more-btn.active img {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .learn-more-btn.active .text {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        max-width: 0;
    }

#cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999999;
}

    #cookie-warning .flex-wrap {
        display: flex;
        align-items: flex-end;
        padding: 20px;
        color: white;
        max-width: 1000px;
        margin: 0 auto;
    }

    #cookie-warning .cookie-title {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #cookie-warning .cookie-text, #cookie-warning a {
        letter-spacing: 0.5px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        display: inline;
    }

    #cookie-warning a {
        text-decoration: underline;
        color: white;
    }

    #cookie-warning .btn-wrap {
        margin-left: 20px;
    }

    #cookie-warning .info-text {
        width: 100%;
    }

    #cookie-warning .btn-blue {
        line-height: 42px;
    }

@media only screen and (max-width: 767px) {
    #cookie-warning .flex-wrap {
        display: block;
    }

    #cookie-warning .btn-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
}

.br-s {
    display: none;
}

.br-m {
    display: none;
}

.br-l {
    display: none;
}

.br-xl {
    display: none;
}

@media only screen and (max-width: 767px) {
    .br-s {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .br-m {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .br-l {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .br-xl {
        display: block;
    }
}

.nbsp {
    white-space: nowrap;
}

.figure--superscript {
    font-size: 0.5em;
    vertical-align: top;
    line-height: 1;
}

/* ==========================================================================
   Grid System
   ========================================================================== */

@media (min-width: 768px) and (max-width: 1024px) {
    .wrap .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1025px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        width: 100%;
    }

        .row:after {
            clear: both;
            content: "";
            display: block;
        }

    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    .col-1 {
        width: 8.33333333%;
    }

    .offset-1 {
        margin-left: 8.33333333%;
    }

    .padding-left-1 {
        padding-left: calc(8.33333333% + 15px) !important;
    }

    .padding-right-1 {
        padding-right: calc(8.33333333% + 15px) !important;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .offset-2 {
        margin-left: 16.66666667%;
    }

    .padding-left-2 {
        padding-left: calc(16.66666667% + 15px) !important;
    }

    .padding-right-2 {
        padding-right: calc(16.66666667% + 15px) !important;
    }

    .col-3 {
        width: 25%;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .padding-left-3 {
        padding-left: calc(25% + 15px) !important;
    }

    .padding-right-3 {
        padding-right: calc(25% + 15px) !important;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .offset-4 {
        margin-left: 33.33333333%;
    }

    .padding-left-4 {
        padding-left: calc(33.33333333% + 15px) !important;
    }

    .padding-right-4 {
        padding-right: calc(33.33333333% + 15px) !important;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .offset-5 {
        margin-left: 41.66666667%;
    }

    .padding-left-5 {
        padding-left: calc(41.66666667% + 15px) !important;
    }

    .padding-right-5 {
        padding-right: calc(41.66666667% + 15px) !important;
    }

    .col-6 {
        width: 50%;
    }

    .offset-6 {
        margin-left: 50%;
    }

    .padding-left-6 {
        padding-left: calc(50% + 15px) !important;
    }

    .padding-right-6 {
        padding-right: calc(50% + 15px) !important;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .offset-7 {
        margin-left: 58.33333333%;
    }

    .padding-left-7 {
        padding-left: calc(58.33333333% + 15px) !important;
    }

    .padding-right-7 {
        padding-right: calc(58.33333333% + 15px) !important;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .offset-8 {
        margin-left: 66.66666667%;
    }

    .padding-left-8 {
        padding-left: calc(66.66666667% + 15px) !important;
    }

    .padding-right-8 {
        padding-right: calc(66.66666667% + 15px) !important;
    }

    .col-9 {
        width: 75%;
    }

    .offset-9 {
        margin-left: 75%;
    }

    .padding-left-9 {
        padding-left: calc(75% + 15px) !important;
    }

    .padding-right-9 {
        padding-right: calc(75% + 15px) !important;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .offset-10 {
        margin-left: 83.33333333%;
    }

    .padding-left-10 {
        padding-left: calc(83.33333333% + 15px) !important;
    }

    .padding-right-10 {
        padding-right: calc(83.33333333% + 15px) !important;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .offset-11 {
        margin-left: 91.66666667%;
    }

    .padding-left-11 {
        padding-left: calc(91.66666667% + 15px) !important;
    }

    .padding-right-11 {
        padding-right: calc(91.66666667% + 15px) !important;
    }

    .col-12 {
        width: 100%;
    }

    .offset-12 {
        margin-left: 100%;
    }

    .padding-left-12 {
        padding-left: calc(100% + 15px) !important;
    }

    .padding-right-12 {
        padding-right: calc(100% + 15px) !important;
    }

    .row > div:first-child .col-background {
        left: -8px;
    }

    .row > div:last-child .col-background {
        right: -8px;
    }
}

@media (max-width: 767px) {
    .row:after {
        clear: both;
        display: block;
        content: "";
    }
}

.maxWidth {
    max-width: 1412px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .empty-col {
        display: none;
    }
}

/* ==========================================================================
   Tablet Grid
   ========================================================================== */

@media (min-width: 768px) {
    .wrap-tablet-grid .row {
        width: 100%;
    }

        .wrap-tablet-grid .row:after {
            clear: both;
            content: "";
            display: block;
        }

    .wrap-tablet-grid .col, .wrap-tablet-grid .col-1, .wrap-tablet-grid .col-2, .wrap-tablet-grid .col-3, .wrap-tablet-grid .col-4, .wrap-tablet-grid .col-5, .wrap-tablet-grid .col-6, .wrap-tablet-grid .col-7, .wrap-tablet-grid .col-8, .wrap-tablet-grid .col-9, .wrap-tablet-grid .col-10, .wrap-tablet-grid .col-11, .wrap-tablet-grid .col-12 {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    .wrap-tablet-grid .col-1 {
        width: 8.33333333%;
    }

    .wrap-tablet-grid .offset-1 {
        margin-left: 8.33333333%;
    }

    .wrap-tablet-grid .padding-left-1 {
        padding-left: calc(8.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-1 {
        padding-right: calc(8.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .col-2 {
        width: 16.66666667%;
    }

    .wrap-tablet-grid .offset-2 {
        margin-left: 16.66666667%;
    }

    .wrap-tablet-grid .padding-left-2 {
        padding-left: calc(16.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-2 {
        padding-right: calc(16.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .col-3 {
        width: 25%;
    }

    .wrap-tablet-grid .offset-3 {
        margin-left: 25%;
    }

    .wrap-tablet-grid .padding-left-3 {
        padding-left: calc(25% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-3 {
        padding-right: calc(25% + 15px) !important;
    }

    .wrap-tablet-grid .col-4 {
        width: 33.33333333%;
    }

    .wrap-tablet-grid .offset-4 {
        margin-left: 33.33333333%;
    }

    .wrap-tablet-grid .padding-left-4 {
        padding-left: calc(33.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-4 {
        padding-right: calc(33.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .col-5 {
        width: 41.66666667%;
    }

    .wrap-tablet-grid .offset-5 {
        margin-left: 41.66666667%;
    }

    .wrap-tablet-grid .padding-left-5 {
        padding-left: calc(41.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-5 {
        padding-right: calc(41.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .col-6 {
        width: 50%;
    }

    .wrap-tablet-grid .offset-6 {
        margin-left: 50%;
    }

    .wrap-tablet-grid .padding-left-6 {
        padding-left: calc(50% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-6 {
        padding-right: calc(50% + 15px) !important;
    }

    .wrap-tablet-grid .col-7 {
        width: 58.33333333%;
    }

    .wrap-tablet-grid .offset-7 {
        margin-left: 58.33333333%;
    }

    .wrap-tablet-grid .padding-left-7 {
        padding-left: calc(58.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-7 {
        padding-right: calc(58.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .col-8 {
        width: 66.66666667%;
    }

    .wrap-tablet-grid .offset-8 {
        margin-left: 66.66666667%;
    }

    .wrap-tablet-grid .padding-left-8 {
        padding-left: calc(66.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-8 {
        padding-right: calc(66.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .col-9 {
        width: 75%;
    }

    .wrap-tablet-grid .offset-9 {
        margin-left: 75%;
    }

    .wrap-tablet-grid .padding-left-9 {
        padding-left: calc(75% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-9 {
        padding-right: calc(75% + 15px) !important;
    }

    .wrap-tablet-grid .col-10 {
        width: 83.33333333%;
    }

    .wrap-tablet-grid .offset-10 {
        margin-left: 83.33333333%;
    }

    .wrap-tablet-grid .padding-left-10 {
        padding-left: calc(83.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-10 {
        padding-right: calc(83.33333333% + 15px) !important;
    }

    .wrap-tablet-grid .col-11 {
        width: 91.66666667%;
    }

    .wrap-tablet-grid .offset-11 {
        margin-left: 91.66666667%;
    }

    .wrap-tablet-grid .padding-left-11 {
        padding-left: calc(91.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-11 {
        padding-right: calc(91.66666667% + 15px) !important;
    }

    .wrap-tablet-grid .col-12 {
        width: 100%;
    }

    .wrap-tablet-grid .offset-12 {
        margin-left: 100%;
    }

    .wrap-tablet-grid .padding-left-12 {
        padding-left: calc(100% + 15px) !important;
    }

    .wrap-tablet-grid .padding-right-12 {
        padding-right: calc(100% + 15px) !important;
    }

    .wrap-tablet-grid .row > div:first-child .col-background {
        left: -8px;
    }

    .wrap-tablet-grid .row > div:last-child .col-background {
        right: -8px;
    }
}

@media (min-width: 1024px) {
    .wrap-tablet-grid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

html.popup-active--type-language .popup-close-wrapper {
    display: none;
}

html.popup-active--type-language #sidebar-popup {
    display: none;
}

html.popup-active--type-language.popup-active .popup-background {
    background-color: rgba(0, 15, 159, 0.9);
}

html.popup-active--type-language #language-overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: auto;
    z-index: 101;
}

html.popup-active--type-language .popup-close {
    top: 0;
    right: 0;
}

#language-overlay {
    height: 100%;
    overflow-y: scroll;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Helvetica Neue World W05_45 Lt';
    color: #fff;
    text-align: center;
}

    #language-overlay .content {
        max-width: 1024px;
        margin: 0 auto;
    }

    #language-overlay .overlay-title {
        color: #fff;
        font-size: 23px;
        margin-top: 115px;
        margin-bottom: 90px;
    }

    #language-overlay .continent-one {
        max-width: 199px;
        margin: 0 auto;
        padding-top: 5px;
    }

    #language-overlay .continent-two {
        max-width: 198px;
        margin: 0 auto;
        padding-top: 30px;
    }

    #language-overlay .continent-three {
        max-width: 185px;
        margin: 0 auto;
    }

    #language-overlay .continents {
        margin-bottom: 60px;
    }

@media only screen and (max-width: 767px) {
    #language-overlay .continents {
        margin-bottom: 20px;
    }
}

#language-overlay .continent-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#language-overlay a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

#language-overlay .language {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

    #language-overlay .language a {
        padding: 15px 50px;
        border-radius: 40px;
    }

    #language-overlay .language.active a {
        background-color: #fff;
        color: #000F9F;
    }

#language-overlay .line {
    background-color: #fff;
    height: 1.2px;
    left: -5px;
    top: 0;
    position: absolute;
    width: 45px;
}

#language-overlay .popup-close-wrapper {
    max-width: 1350px;
    display: block;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: 90px;
    position: absolute;
}

#language-overlay .continent {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

    #language-overlay .continent.active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

@media only screen and (max-width: 1024px) {
    #language-overlay .content > div {
        width: 100%;
    }

    #language-overlay .col, #language-overlay .col-1, #language-overlay .col-2, #language-overlay .col-3, #language-overlay .col-4, #language-overlay .col-5, #language-overlay .col-6, #language-overlay .col-7, #language-overlay .col-8, #language-overlay .col-9, #language-overlay .col-10, #language-overlay .col-11, #language-overlay .col-12 {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    #language-overlay .row {
        width: 100%;
        position: relative;
        z-index: 5;
    }

        #language-overlay .row:after {
            clear: both;
            content: "";
            display: block;
        }

    #language-overlay .col-12 {
        width: 100%;
    }

    #language-overlay .col-4 {
        width: 33.33333333%;
    }

    #language-overlay .popup-close-wrapper {
        padding-right: 10px;
        top: 20px;
        right: 0;
        z-index: 15;
    }

    #language-overlay .popup-close {
        width: 40px;
        height: 40px;
        margin: 0;
    }

        #language-overlay .popup-close .line {
            top: 20px;
            left: 8px;
            width: 25px;
        }
}

@media only screen and (max-width: 767px) {
    #language-overlay .content {
        min-height: calc(100vh - 172px);
    }

        #language-overlay .content > div {
            width: 200%;
        }

    #language-overlay .overlay-title {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    #language-overlay .continent-name {
        margin-bottom: 20px;
    }

    #language-overlay .language a {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    #language-overlay {
        max-width: 100%;
    }

        #language-overlay .content {
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
        }
}

@media only screen and (max-width: 1024px) and (max-height: 650px) and (orientation: landscape) {
    #language-overlay .overlay-title {
        margin-top: 27px;
    }

    #language-overlay .content > div {
        width: 100%;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */

@media only screen and (max-width: 1024px) {
    html.menu-open, html.menu-open body {
        height: 100%;
        overflow: hidden;
    }

        html.menu-open #content, html.menu-open .sidebar, html.menu-open #footer {
            display: none;
        }
}

.sub-menu__right li > a.active, .sub-menu__left .menu-hover > a.active {
    color: #0012BF;
}

.sub-menu .header-menu--image .header-menu__content ul li span, .sub-menu .header-menu--image .header-menu__content ul li:hover span {
    color: #fff;
}

.sub-menu__left {
    float: right;
}

    .sub-menu__left .menu-hover > a {
        font-weight: 600;
    }

.sub-menu__right {
    float: right;
}

    .sub-menu__right .language {
        display: inline-block;
        font-size: 13px;
        cursor: pointer;
    }

        .sub-menu__right .language__wrapper, .sub-menu__right .language:before {
            float: left;
        }

        .sub-menu__right .language:before {
            height: 84px;
            width: 30px;
            display: block;
            line-height: inherit;
            content: ' ';
            background-image: url("../img/header/change-language.png");
            background-repeat: no-repeat;
            background-position: center;
            white-space: pre;
        }

    .sub-menu__right .language__region {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

    .sub-menu__right .language__wrapper {
        margin-left: 10px;
    }

        .sub-menu__right .language__wrapper span {
            line-height: 1;
            float: left;
            clear: both;
        }

    .sub-menu__right .language span {
        display: inline-block;
    }

@media only screen and (min-width: 1025px) {
    .sub-menu__right li, .sub-menu__left .menu-hover {
        float: left;
        height: 86px;
    }

        .sub-menu__right li > a, .sub-menu__left .menu-hover > a {
            line-height: 86px;
            margin: 0 10px;
        }

            .sub-menu__right li > a:not(.icon):not(.language), .sub-menu__left .menu-hover > a {
                line-height: calc(86px + 0.475em);
                vertical-align: text-bottom;
            }

            .sub-menu__right li > a.icon {
                margin: 0 20px;
            }

    .sub-menu__right .language:before {
        background-size: 24px;
        min-width: 30px;
    }

    .sub-menu__right .language__wrapper {
        padding: 31px 0;
    }

    .sub-menu__left .menu-hover:hover {
        position: relative;
    }

        .sub-menu__left .menu-hover:hover:before {
            content: '';
            display: block;
            position: absolute;
            left: -50%;
            right: -50%;
            bottom: -1px;
            top: 60%;
        }
}

@media only screen and (max-width: 1024px) {
    .sub-menu > .rel {
        padding-bottom: 100px;
        display: inline-block;
        width: 100%;
        min-height: calc(100vh - 108px);
    }

    .sub-menu__right li > a, .sub-menu__left .menu-hover > a {
        padding-top: 30px;
        padding-bottom: 31px;
        display: inline-block;
        width: 100%;
        line-height: 1;
    }

    .sub-menu__left, .sub-menu__right {
        width: 100%;
    }

    .sub-menu__right {
        float: left;
        position: absolute;
        bottom: 0;
        height: 100px;
    }

        .sub-menu__right .language {
            padding: 0;
            line-height: 24px;
            margin: 46px 0 30px 0;
        }

            .sub-menu__right .language:before {
                width: 24px;
                height: 24px;
                background-size: contain;
            }

        .sub-menu__right .language__region {
            border: none;
            font-weight: bold;
        }

        .sub-menu__right li {
            float: left;
        }

        .sub-menu__right li, .sub-menu .menu-hover {
            margin: 0 -15px;
            padding: 0 15px;
            text-align: left;
            border-bottom: 1px solid #CCCCCC;
        }

            .sub-menu__right li > a, .sub-menu .menu-hover > a {
                padding-right: 10px;
            }

        .sub-menu__right li {
            border: none;
        }

    .sub-menu li.static-open > a {
        color: #0012BF;
    }

    .sub-menu li.static-open > ul {
        display: inline-block;
    }
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    font-weight: 400;
    /* ==========================================================================
   Product Menu
   ========================================================================== */
}

    .header li {
        line-height: 84px;
    }

    .header .header-menu li {
        line-height: 1;
    }

    .header .icon {
        font-size: 0;
        width: 24px;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 84px;
        line-height: 84px;
    }

    .header .icon--search {
        background-image: url("../img/header/search.png");
    }

    .header .icon--search-blue {
        background-image: url("../img/header/search-blue.png");
    }

    .header a {
        text-decoration: none;
        color: #3e3e3e;
    }

.header__logo {
    z-index: 1;
    display: inline-block;
    max-width: 190px;
    width: 100%;
    float: left;
}

    .header__logo a, .header__logo img {
        display: inline-block;
    }

    .header__logo img {
        width: 100%;
    }

.header .menu-label-wrap {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .header {
        height: 86px;
    }

        .header.no-submenu {
            height: 86px;
            overflow: hidden;
        }

        .header .menu {
            display: none;
        }

    .header__logo {
        line-height: 86px;
    }

    .header .icon.mobile {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header .search-language {
        right: 30px;
    }

    .header__inner {
        max-width: 1412px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .header__inner {
        display: inline-block;
    }

        .header__inner > .icon {
            height: 80px;
            vertical-align: middle;
            float: right;
            width: 20px;
            margin-right: 10px;
        }

    html:not(.menu-open) .header__inner > .icon {
        display: none;
    }

    .header .sub-menu-left > ul > li > a, .header .sub-menu-right > ul > li > a, .header .sub-menu-left > ul > li > span, .header .sub-menu-right > ul > li > span {
        width: 100%;
        font-size: 20px;
        display: inline-block;
        padding: 0 15px;
        text-align: left;
    }

    .header .sub-menu-left > ul > li > a, .header .sub-menu-left > ul > li > span {
        height: 70px;
        line-height: 70px;
    }

    .header .sub-menu-right > ul > li > a, .header .sub-menu-right > ul > li > span {
        height: 40px;
        line-height: 40px;
        text-transform: none;
    }

    .header .sub-menu-right {
        display: none;
    }

    .header__inner {
        text-align: center;
        padding: 0 15px;
    }

    .header__logo {
        line-height: 80px;
        line-height: 86px;
    }

    .header .menu {
        float: right;
        width: 30px;
        line-height: 80px;
        line-height: 86px;
    }

        .header .menu .button {
            display: inline-block;
            height: 20px;
            width: 24px;
            position: relative;
            text-indent: -9999px;
            cursor: pointer;
            vertical-align: middle;
        }

            .header .menu .button .line {
                background-color: #494949;
                height: 1px;
                left: 0;
                position: absolute;
                width: 24px;
                -webkit-transition: all 0.15s ease-out;
                -moz-transition: all 0.15s ease-out;
                -o-transition: all 0.15s ease-out;
                transition: all 0.15s ease-out;
            }

            .header .menu .button .line1 {
                top: 0;
            }

            .header .menu .button .line2, .header .menu .button .line4 {
                top: 9px;
                -webkit-transition: all 0.25s ease-out;
                -moz-transition: all 0.25s ease-out;
                -o-transition: all 0.25s ease-out;
                transition: all 0.25s ease-out;
            }

            .header .menu .button .line3 {
                bottom: 0;
            }

    .header .search-language {
        float: right;
        margin-right: 15px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

        .header .search-language a {
            height: 86px;
        }

    .header.closed {
        height: 86px;
    }

        .header.closed .sub-menu {
            display: none;
        }

        .header.closed.no-submenu {
            height: 86px;
            overflow: hidden;
        }

    .header.opened {
        height: 100%;
    }

        .header.opened .search-language {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

        .header.opened .menu .button .line {
            width: 29px;
        }

        .header.opened .menu .button .line1 {
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            top: 8px;
        }

        .header.opened .menu .button .line2 {
            top: 9px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .header.opened .menu .button .line4 {
            top: 9px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .header.opened .menu .button .line3 {
            bottom: 8px;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
        }

        .header.opened .menu .menu-label {
            padding-left: 10px;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
        }

    .header .sub-menu__right .language__wrapper span {
        float: none;
    }

    .header .sub-menu__right .language__wrapper .language__language {
        padding-left: 2px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .header .search-language {
        right: 10px;
    }

    .module-landing-hero .bg-layer .bg-image-video-wrap {
        width: 1300px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0) scale(1) !important;
        -moz-transform: translate(-50%, 0) scale(1) !important;
        -o-transform: translate(-50%, 0) scale(1) !important;
        -ms-transform: translate(-50%, 0) scale(1) !important;
        transform: translate(-50%, 0) scale(1) !important;
    }
}

@media only screen and (max-width: 1024px) {
    .header.opened {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .header .search-language li:last-child {
        display: none;
    }

    .header .search-language a {
        width: 30px;
    }

    .header__logo {
        max-width: 136px;
    }
}

@media only screen and (min-width: 1025px) {
    .header .menu-hover:not(.open) > .header-menu, .header .menu-hover:not(.open) > .header-menu * {
        pointer-events: none;
        z-index: -99999999;
    }

    .header .menu-hover.open .header-menu__inner {
        pointer-events: all;
    }

    .header .menu-hover.open > a {
        color: #0012BF;
    }

    .header .menu-hover.open > .header-menu {
        display: block;
    }

    .header .menu-hover .header-menu {
        -webkit-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        transform: translate(0, -20px);
        -webkit-transition: transform 0.2s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -khtml-transition: transform 0.2s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: transform 0.2s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: transform 0.2s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .header .menu-hover.open .header-menu {
        -webkit-transform: translate(0, -3px);
        -moz-transform: translate(0, -3px);
        -o-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }
}

@media only screen and (max-width: 1024px) {
    .header .menu-hover .header-menu__main__item--active > a:after, .header .menu-hover.static-open > a:after {
        content: '';
        display: inline-block;
        float: right;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../img/header/arrow_down_new.png');
    }

    .header .menu-hover:not(.static-open) .header-menu {
        display: none;
    }

    .header .menu-hover > a {
        font-size: 24px;
        font-weight: 300;
        display: inline-block;
    }
}

@media only screen and (min-width: 1025px) {
    .header .menu-hover--single .header-menu__inner {
        max-width: 706px;
        display: block;
        margin: 0;
    }

        .header .menu-hover--single .header-menu__inner > * {
            width: 100%;
        }

    .header .menu-hover--single .header-menu__main__item {
        width: 100%;
    }

    .header .menu-hover--single .header-menu__main__inner__col {
        float: left;
    }

    .header .menu-hover--single .header-menu__main__inner__col--0 {
        width: 45%;
    }

    .header .menu-hover--single .header-menu__main__inner__col--1 {
        width: 55%;
    }

    .header .menu-hover--single .header-menu__main {
        min-height: 520px;
    }

    .header .menu-hover--single .has-items ul {
        display: block;
        margin-top: 5px;
    }

    .header .menu-hover--single .has-items li {
        width: 100%;
        margin-top: 15px;
        font-size: 0.8em;
    }

    .header .menu-hover--single .header-menu__bottom {
        width: 100%;
    }
}

.header .header-menu {
    background: rgba(0, 0, 0, 0);
    text-transform: none;
    font-weight: 300;
}

    .header .header-menu li {
        display: block;
    }

.header .header-menu__data {
    display: none;
}

.header .header-menu__main, .header .header-menu__content {
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

@media only screen and (min-width: 1025px) {
    .header .header-menu__main, .header .header-menu__content {
        float: left;
    }
}

.header .header-menu__main__item--active > a, .header .header-menu__content__title, .header .header-menu li > a:hover {
    color: #0012BF;
}

.header .header-menu__content__title, .header .header-menu__main__item {
    width: 100%;
    font-size: 20px;
    line-height: 1;
}

.header .header-menu__main {
    padding-bottom: 111px;
}

    .header .header-menu__main ul {
        display: none;
    }

.header .header-menu__main__item > a {
    display: inline-block;
    line-height: inherit;
}

@media only screen and (max-width: 1024px) {
    .header .header-menu__main__item--active .header-menu__content {
        display: block;
    }
}

.header .header-menu__main__title, .header .header-menu__main__sub-title {
    width: 100%;
    display: inline-block;
    line-height: 1.3;
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    .header .header-menu__main__title, .header .header-menu__main__sub-title {
        padding-left: 0;
        padding-right: 0;
    }
}

.header .header-menu__main__title {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.header .header-menu__main__sub-title {
    font-size: 15px;
    letter-spacing: 0.6px;
}

@media only screen and (min-width: 1025px) {
    .header .header-menu__main {
        width: 25%;
    }

    .header .header-menu__main__item--active > a {
        font-weight: 400;
    }

    .header .header-menu__main__item > a {
        letter-spacing: 0.5px;
    }

        .header .header-menu__main__item > a.has-items > a:after {
            float: right;
            width: 20px;
            height: 20px;
        }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu__main__item > a {
        font-size: 22px;
        font-weight: 200;
        width: 100%;
        padding: 10px 5px 10px 0;
    }
}

.header .header-menu__content ul {
    display: inline-block;
}

.header .header-menu__content--closed {
    display: none;
}

.header .header-menu__content--level-0 {
    line-height: 1;
}

.header .header-menu__content--level-1 {
    font-size: 18px;
    line-height: 1;
}

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li a {
        line-height: 1;
        padding-right: 30px;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li > a {
        font-size: 18px;
        letter-spacing: 0.5px;
        display: inline-block;
        font-weight: 400;
        width: 100%;
        margin-bottom: 20px;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li li {
        font-size: 15px;
        letter-spacing: 0.6px;
        padding-right: 10px;
    }

        .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li li:not(:last-child) {
            margin-bottom: 16px;
        }

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li:not(:last-child) li:last-child {
        margin-bottom: 45px;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__item--level-0 {
        display: none;
    }

.header .header-menu__content__title span + span:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0 0.5em;
    vertical-align: top;
    margin-top: -0.1em;
}

.header .header-menu__content__menu__item--level-0 li ul {
    display: none;
}

.header .header-menu__content__menu__item__col {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    background: transparent;
}

    .header .header-menu__content__menu__item__col li {
        width: 100%;
    }

.header .header-menu__content:after {
    content: '';
    display: block;
    left: 0;
    top: 40px;
    bottom: 40px;
    position: absolute;
    border-right: 1px solid #ccc;
}

@media only screen and (min-width: 1025px) {
    .header .header-menu__content {
        width: 75%;
    }

        .header .header-menu__content .header-menu__content__menu__item__col > li > a {
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.2;
        }

    .header .header-menu__content__menu {
        padding-bottom: 45px;
    }

        .header .header-menu__content__menu > ul {
            width: 100%;
        }

    .header .header-menu__content--level-0 {
        font-size: 18px;
    }

        .header .header-menu__content--level-0 li {
            padding-right: 5px;
        }

            .header .header-menu__content--level-0 li:not(:last-child) {
                margin-bottom: 25px;
            }

    .header .header-menu__content__title {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

        .header .header-menu__content__title span:last-child {
            font-weight: 400;
        }

    .header .header-menu__content--level-1 .header-menu__content__menu__title__item--level-0 {
        color: #000;
        cursor: pointer;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li > a {
        font-weight: 500;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li.has-items > a {
        margin-bottom: 10px;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li li {
        font-weight: 400;
        padding-right: 30px;
    }

        .header .header-menu__content--level-1 .header-menu__content__menu__item__col > li li:not(:last-child) {
            margin-bottom: 10px;
        }

    .header .header-menu__content--level-1 li {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu__content {
        display: none;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 10px !important;
        padding-left: 46px;
        background-color: #F2F2F2;
    }

    .header .header-menu__content__title {
        padding-bottom: 18px;
        font-size: 22px;
    }

    .header .header-menu__content__menu li {
        line-height: 1;
    }

    .header .header-menu__content__menu > ul > li {
        font-size: 16px;
    }

        .header .header-menu__content__menu > ul > li > a {
            font-weight: 400;
        }

    .header .header-menu__content__menu li li {
        font-size: 15px;
    }

    .header .header-menu__content__menu__item--level-1 > li {
        padding: 15px 0;
    }

    .header .header-menu__content--level-0 li {
        padding: 0;
    }

        .header .header-menu__content--level-0 li > a {
            margin: 14px 0 10px 0;
        }

    .header .header-menu__content--level-1 > li {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .header .header-menu__content--level-1 li li > a, .header .header-menu__content--level-1 li > a {
        margin: 10px 0;
    }

    .header .header-menu__content--level-1 li li > a {
        margin: 10px 0;
    }

    .header .header-menu__content--level-1 .header-menu__content__title {
        margin-left: -46px;
        padding-left: 46px;
        position: relative;
    }

        .header .header-menu__content--level-1 .header-menu__content__title > span:before {
            position: absolute;
            content: ' ';
            white-space: pre;
            display: block;
            width: 0.8em;
            height: 0.8em;
            left: 15px;
            background-image: url('../img/arrow-back.png');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
}

.header .header-menu__bottom {
    font-size: 20px;
    height: 51px;
    line-height: 26px;
    position: absolute;
    left: 0;
    z-index: 1;
    padding-top: 32px;
}

    .header .header-menu__bottom .social-icons {
        float: left;
    }

        .header .header-menu__bottom .social-icons img {
            margin-right: 2px;
        }

    .header .header-menu__bottom img {
        display: inline-block;
        vertical-align: sub;
        height: 24px;
        width: auto;
    }

        .header .header-menu__bottom img.search-icon {
            margin-right: 12px;
        }

.header .header-menu__bottom__title {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    padding-top: 1px;
}

    .header .header-menu__bottom__title:after {
        content: " ";
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ccc;
        white-space: pre;
        line-height: 0.5;
        margin-top: -1px;
        margin-left: 5px;
        pointer-events: none;
        vertical-align: top;
    }

@media only screen and (min-width: 1025px) {
    .header .header-menu__bottom {
        width: 25%;
        bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu__bottom {
        right: 0;
        bottom: 30px;
    }
}

@media only screen and (min-width: 1025px) {
    .header .header-menu--image a {
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        text-align: center;
        line-height: 2;
        padding: 27% 0;
        color: white;
        font-size: 20px;
        letter-spacing: 0.5px;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }

        .header .header-menu--image a span {
            position: relative;
            font-weight: 300;
            display: block;
        }

        .header .header-menu--image a:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-image: inherit;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 0;
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .header .header-menu--image a:hover:before {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .header .header-menu--image ul {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: inherit;
    }

    .header .header-menu--image li {
        float: left;
        position: relative;
        width: 33.33333333%;
        height: 50%;
    }

    .header .header-menu--image .slick-slide {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu--image .header-menu__main {
        padding-bottom: 0;
    }

    .header .header-menu--image .header-menu__content {
        display: inline-block;
        width: 100vw !important;
        padding: 15px;
        margin: 0 -15px;
    }

        .header .header-menu--image .header-menu__content ul, .header .header-menu--image .header-menu__content {
            width: 100%;
        }

    .header .header-menu--image a {
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        box-shadow: 0px 18px 14px 0px rgba(0, 0, 0, 0.2);
        text-align: center;
        color: white;
        background-size: cover;
    }

        .header .header-menu--image a span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .header .header-menu--image li {
        width: 50%;
        float: left;
        position: relative;
    }

        .header .header-menu--image li:after {
            content: '';
            display: block;
            width: 100%;
            padding-bottom: 100%;
        }

    .header .header-menu--image .slick-slide {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .header .header-menu--text {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu--text {
        position: relative;
    }

        .header .header-menu--text .slick-slide:focus {
            outline: none;
        }

        .header .header-menu--text .header-menu__slider {
            width: 100%;
            margin-bottom: 30px;
        }

        .header .header-menu--text .menu-element {
            padding: 15px;
        }

            .header .header-menu--text .menu-element > ul {
                height: 270px;
                overflow: auto;
                background-color: white;
                box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
            }

        .header .header-menu--text ul {
            width: 100%;
        }

        .header .header-menu--text li {
            text-align: left;
            font-size: 18px;
            width: 100%;
        }

            .header .header-menu--text li a {
                display: inline-block;
                width: 100%;
            }

            .header .header-menu--text li.has-items a:after {
                float: right;
            }

        .header .header-menu--text ul > a {
            font-size: 18px;
        }
}

@media only screen and (min-width: 1025px) {
    .header .header-menu {
        pointer-events: none;
        position: fixed;
        z-index: 101;
        left: 15px;
        right: 15px;
        top: 89px;
        text-align: center;
    }

    .header .header-menu__content {
        max-height: calc(100vh - 86px);
        overflow: auto;
    }

    .header .header-menu__inner {
        background-color: rgba(255, 255, 255, 0.95);
        max-width: 1412px;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        width: 80%;
        height: 100%;
        text-align: left;
        overflow: hidden;
        border-top: 1px solid transparent;
    }

    .header .header-menu__content__title, .header .header-menu__main__item {
        margin-bottom: 30px;
    }

    .header .header-menu__content__title {
        margin-top: 20px;
    }

    .header .header-menu__main__item:first-child {
        margin-top: 0px;
    }

    .header .header-menu a {
        cursor: pointer;
    }

    .header .header-menu__content__title span + span:before, .header .header-menu__main__item--active:after {
        content: ' ';
        background-image: url('../img/arrow-next.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 16px;
        line-height: 1;
        font-size: 16px;
        white-space: pre;
    }

    .header .header-menu__main__item--active {
        position: relative;
    }

        .header .header-menu__main__item--active:after {
            position: absolute;
            top: 0;
            right: 0;
        }

    .header .header-menu__main, .header .header-menu__content {
        padding-top: 40px;
        padding-bottom: 20px;
        min-height: 520px;
    }

    .header .header-menu__main, .header .header-menu__bottom, .header .header-menu__content {
        padding-left: 30px;
    }

    .header .header-menu__main, .header .header-menu__bottom {
        padding-right: 15px;
    }

    .header .header-menu__content {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu__inner {
        display: block;
    }

    .header .header-menu li.static-open > a {
        color: #0012BF;
    }

    .header .header-menu li.static-open > ul {
        display: inline-block;
    }

    .header .header-menu__main, .header .header-menu__bottom {
        padding-left: 30px;
    }

    .header .header-menu__content {
        margin: 0 -30px;
    }

        .header .header-menu__content:after {
            content: none;
        }

    .header .header-menu__bottom, .header .header-menu__main {
        padding-right: 30px;
        margin: 0 -15px;
        font-size: 0;
        line-height: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .header .header-menu li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1025px) {
    .header .header-menu__content--level-0 .header-menu__content__menu__title__item--level-0 {
        border-bottom: 1px solid #0012BF;
    }

        .header .header-menu__content--level-0 .header-menu__content__menu__title__item--level-0 a {
            color: #0012BF;
        }

    .header .header-menu__content--level-1 .header-menu__content__menu__title__item--level-0 a {
        pointer-events: none;
    }

    .header .header-menu__content--level-1 .header-menu__content__menu__title__item--level-1 {
        position: relative;
    }

        .header .header-menu__content--level-1 .header-menu__content__menu__title__item--level-1 a {
            color: #0012BF;
        }

        .header .header-menu__content--level-1 .header-menu__content__menu__title__item--level-1:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: calc(100% - 32px);
            height: 1px;
            background-color: #0012BF;
        }
}

@media only screen and (min-width: 1025px) {
    #header {
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

    html.scrolling-down #header {
        -webkit-transform: translate(0, -159px);
        -moz-transform: translate(0, -159px);
        -o-transform: translate(0, -159px);
        -ms-transform: translate(0, -159px);
        transform: translate(0, -159px);
    }

    html.scrolling-up #header {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ==========================================================================
   Breadcrumb Bar
   ========================================================================== */

.breadcrumb-bar {
    background-color: transparent;
    height: 73px;
    width: 100%;
    z-index: 50;
    text-transform: none;
    margin-bottom: 37px;
}

#header.opened .breadcrumb-bar {
    top: 100%;
}

#header.closed .breadcrumb-bar {
    top: 100%;
}

.breadcrumb-bar__wrap {
    max-width: 1412px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.breadcrumb-bar__item {
    float: left;
    position: relative;
}

    .breadcrumb-bar__item:after {
        background-image: url('../img/header/breadcrumb/next-arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 7px;
        height: 11px;
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        content: "";
    }

    .breadcrumb-bar__item:last-child:after {
        content: none;
    }

.breadcrumb-bar__item--static {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    font-size: 15px;
    font-weight: 300;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 15px;
}

    .breadcrumb-bar__item--static a {
        color: inherit;
        text-decoration: none;
    }

    .breadcrumb-bar__item--static:first-of-type {
        padding-left: 0;
    }

    .breadcrumb-bar__item--static:last-of-type {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        padding-right: 0;
        font-weight: 400;
    }

.breadcrumb-bar.white .breadcrumb-bar__item--static {
    color: white;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

    .breadcrumb-bar.white .breadcrumb-bar__item--static:last-of-type {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

.breadcrumb-bar.white .breadcrumb-bar__item:after {
    background-image: url('../img/header/breadcrumb/next-arrow-white.png');
    width: 7px;
    height: 14px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-bar {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 40px;
        overflow-y: scroll;
        -ms-overflow-style: none;
    }

        .breadcrumb-bar::-webkit-scrollbar {
            display: none;
        }

    .breadcrumb-bar__wrap {
        margin: 0;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        justify-content: flex-end;
    }

    .breadcrumb-bar__item--static:first-of-type {
        padding-left: 15px;
    }

    .breadcrumb-bar-wrapper {
        display: flex;
        justify-content: flex-start;
        margin-left: -15px;
    }
}

.abs-breadcrumb-wrapper {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1412px;
    width: 100%;
    z-index: 30;
}

.sfPageEditor .abs-breadcrumb-wrapper {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

#header {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    #header .transparent-image {
        display: none;
    }

html.transparent-allowed #header.transparent {
    background-color: transparent;
}

    html.transparent-allowed #header.transparent.header a {
        color: white;
    }

    html.transparent-allowed #header.transparent.header .icon--search {
        background-image: url('../img/header/search-white.png');
    }

    html.transparent-allowed #header.transparent.header .sub-menu__right .language:before {
        background-image: url('../img/header/change-language-white.png');
    }

    html.transparent-allowed #header.transparent.header .menu .button .line {
        background-color: white;
    }

    html.transparent-allowed #header.transparent.header .e-security-popup-trigger .black {
        display: none;
    }

    html.transparent-allowed #header.transparent.header .e-security-popup-trigger .white {
        display: block;
    }

    html.transparent-allowed #header.transparent .transparent-image {
        display: inline-block;
    }

    html.transparent-allowed #header.transparent .non-transparent-image {
        display: none;
    }

    html.transparent-allowed #header.transparent:hover, html.transparent-allowed #header.transparent.disable-transparency {
        background-color: white;
    }

        html.transparent-allowed #header.transparent:hover.header a, html.transparent-allowed #header.transparent.disable-transparency.header a {
            color: #3e3e3e;
        }

        html.transparent-allowed #header.transparent:hover.header .icon--search, html.transparent-allowed #header.transparent.disable-transparency.header .icon--search {
            background-image: url('../img/header/search.png');
        }

        html.transparent-allowed #header.transparent:hover.header .sub-menu__right .language:before, html.transparent-allowed #header.transparent.disable-transparency.header .sub-menu__right .language:before {
            background-image: url('../img/header/change-language.png');
        }

        html.transparent-allowed #header.transparent:hover.header .menu .button .line, html.transparent-allowed #header.transparent.disable-transparency.header .menu .button .line {
            background-color: #494949;
        }

        html.transparent-allowed #header.transparent:hover.header .e-security-popup-trigger .black, html.transparent-allowed #header.transparent.disable-transparency.header .e-security-popup-trigger .black {
            display: block;
        }

        html.transparent-allowed #header.transparent:hover.header .e-security-popup-trigger .white, html.transparent-allowed #header.transparent.disable-transparency.header .e-security-popup-trigger .white {
            display: none;
        }

        html.transparent-allowed #header.transparent:hover .transparent-image, html.transparent-allowed #header.transparent.disable-transparency .transparent-image {
            display: none;
        }

        html.transparent-allowed #header.transparent:hover .non-transparent-image, html.transparent-allowed #header.transparent.disable-transparency .non-transparent-image {
            display: inline-block;
        }

html.fullscreen-slider:not(.free-scroll) #header {
    background-color: transparent;
}

    html.fullscreen-slider:not(.free-scroll) #header.header a {
        color: white;
    }

    html.fullscreen-slider:not(.free-scroll) #header.header .icon--search {
        background-image: url('../img/header/search-white.png');
    }

    html.fullscreen-slider:not(.free-scroll) #header.header .sub-menu__right .language:before {
        background-image: url('../img/header/change-language-white.png');
    }

    html.fullscreen-slider:not(.free-scroll) #header.header .menu .button .line {
        background-color: white;
    }

    html.fullscreen-slider:not(.free-scroll) #header.header .e-security-popup-trigger .black {
        display: none;
    }

    html.fullscreen-slider:not(.free-scroll) #header.header .e-security-popup-trigger .white {
        display: block;
    }

    html.fullscreen-slider:not(.free-scroll) #header .transparent-image {
        display: inline-block;
    }

    html.fullscreen-slider:not(.free-scroll) #header .non-transparent-image {
        display: none;
    }

    html.fullscreen-slider:not(.free-scroll) #header:hover, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency {
        background-color: white;
    }

        html.fullscreen-slider:not(.free-scroll) #header:hover.header a, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency.header a {
            color: #3e3e3e;
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover.header .icon--search, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency.header .icon--search {
            background-image: url('../img/header/search.png');
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover.header .sub-menu__right .language:before, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency.header .sub-menu__right .language:before {
            background-image: url('../img/header/change-language.png');
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover.header .menu .button .line, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency.header .menu .button .line {
            background-color: #494949;
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover.header .e-security-popup-trigger .black, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency.header .e-security-popup-trigger .black {
            display: block;
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover.header .e-security-popup-trigger .white, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency.header .e-security-popup-trigger .white {
            display: none;
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover .transparent-image, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency .transparent-image {
            display: none;
        }

        html.fullscreen-slider:not(.free-scroll) #header:hover .non-transparent-image, html.fullscreen-slider:not(.free-scroll) #header.disable-transparency .non-transparent-image {
            display: inline-block;
        }

/* ==========================================================================
   ie bugfix
   ========================================================================== */

@media only screen and (min-width: 1025px) {
    body.ie-10 .header .menu-hover:not(.open) > .header-menu, body.ie-10 .header .menu-hover:not(.open) > .header-menu * {
        display: none;
    }

    body.ie-10 .header .menu-hover.open .header-menu {
        display: block;
    }

    body.ie-10 #language-overlay, body.ie-10 #e-security-popup {
        display: none;
    }
}

html.popup-active--type-language body.ie-10 #language-overlay {
    display: block;
}

html.popup-active--type-eSecurity body.ie-10 #e-security-popup {
    display: block;
}

/* ==========================================================================
   responsive update
   ========================================================================== */

@media only screen and (max-width: 1024px) {
    .header .header__logo .desktop-v {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .header .header__logo .mobile-v {
        display: none;
    }
}

/* ==========================================================================
   e-security-update
   ========================================================================== */

.header .e-security-popup-trigger {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 30px;
}

    .header .e-security-popup-trigger img {
        width: 16px;
    }

    .header .e-security-popup-trigger .white {
        display: none;
    }

.header .sub-menu__right.tablet .e-security-popup-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 85px;
}

html.popup-active--type-eSecurity .popup-close-wrapper {
    display: none;
}

html.popup-active--type-eSecurity #sidebar-popup {
    display: none;
}

html.popup-active--type-eSecurity.popup-active .popup-background {
    background-color: rgba(0, 15, 159, 0.9);
}

html.popup-active--type-eSecurity #e-security-popup {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: auto;
    z-index: 101;
}

html.popup-active--type-eSecurity .popup-close {
    top: 0;
    right: 0;
}

#e-security-popup {
    height: 100%;
    overflow-y: scroll;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Helvetica Neue World W05_45 Lt';
    color: #fff;
    text-align: center;
}

    #e-security-popup .inner-rel {
        position: relative;
        height: 100%;
        width: 100%;
        min-height: 700px;
        padding-top: 115px;
    }

    #e-security-popup .content {
        max-width: 1024px;
        margin: 0 auto;
    }

    #e-security-popup .popup-close-wrapper {
        max-width: 1350px;
        display: block;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        top: 90px;
        position: absolute;
    }

    #e-security-popup .overlay-title {
        color: #fff;
        font-size: 30px;
    }

        #e-security-popup .overlay-title .bold-title {
            font-weight: bold;
        }

    #e-security-popup .form-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        max-width: 550px;
        text-align: left;
    }

        #e-security-popup .form-wrap .password-text-wrap {
            display: flex;
            align-items: center;
        }

            #e-security-popup .form-wrap .password-text-wrap input {
                letter-spacing: 2px;
                border: 1px solid white;
                border-radius: 1px;
                width: 110px;
                line-height: 36px;
                height: 36px;
                font-size: 16px;
                margin-right: 20px;
                color: white;
                text-align: center;
                padding: 0;
            }

                #e-security-popup .form-wrap .password-text-wrap input:hover, #e-security-popup .form-wrap .password-text-wrap input:focus {
                    background-color: transparent;
                }

                #e-security-popup .form-wrap .password-text-wrap input::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: #fff;
                }

                #e-security-popup .form-wrap .password-text-wrap input::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #fff;
                }

                #e-security-popup .form-wrap .password-text-wrap input:-ms-input-placeholder {
                    /* IE 10+ */
                    color: #fff;
                }

                #e-security-popup .form-wrap .password-text-wrap input:-moz-placeholder {
                    /* Firefox 18- */
                    color: #fff;
                }

            #e-security-popup .form-wrap .password-text-wrap .password-text {
                font-size: 15px;
                font-weight: 500;
            }

        #e-security-popup .form-wrap .submit-wrap {
            margin-top: 70px;
            text-align: center;
        }

            #e-security-popup .form-wrap .submit-wrap input[type="submit"] {
                background: white;
                height: 44px;
                line-height: 44px;
                font-weight: bold;
                color: #0D1BA4;
                font-size: 14px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 0;
                padding-bottom: 0;
                border: 1px solid white;
            }

                #e-security-popup .form-wrap .submit-wrap input[type="submit"]:hover {
                    background: transparent;
                    color: white;
                }

    #e-security-popup .bottom-links {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
    }

        #e-security-popup .bottom-links .inner-wrap {
            max-width: 500px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

            #e-security-popup .bottom-links .inner-wrap .link-wrap {
                width: 33.3333%;
            }

                #e-security-popup .bottom-links .inner-wrap .link-wrap a {
                    color: white;
                    opacity: 0.5;
                    text-decoration: none;
                    font-size: 14px;
                    font-weight: 600;
                    transition: 0.2s;
                }

                    #e-security-popup .bottom-links .inner-wrap .link-wrap a:hover {
                        opacity: 1;
                    }

@media only screen and (max-width: 767px) {
    #e-security-popup .inner-rel {
        min-height: 0;
        padding-bottom: 100px;
    }

    #e-security-popup .overlay-title {
        font-size: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }

        #e-security-popup .overlay-title .soft-title {
            font-size: 18px;
            margin-top: 5px;
        }

    #e-security-popup .popup-close-wrapper {
        top: 0;
        padding-right: 30px;
    }

    #e-security-popup .form-wrap {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        margin-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: none;
    }
}

@media only screen and (max-width: 549px) {
    #e-security-popup .form-wrap .password-text-wrap {
        display: block;
    }

        #e-security-popup .form-wrap .password-text-wrap input {
            margin-right: 0;
            margin-bottom: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        #e-security-popup .form-wrap .password-text-wrap .password-text {
            text-align: center;
        }

    #e-security-popup .form-wrap .submit-wrap {
        margin-top: 50px;
    }

    #e-security-popup .bottom-links .inner-wrap .link-wrap {
        line-height: 18px;
        display: block;
    }
}

.module-with-margin-bottom {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .module-with-margin-bottom {
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   General Modules
   ========================================================================== */

.module-text-container .opt-out-info {
    font-size: 16px;
    margin-left: 20px;
}

.module-text-container h3, .module-table-container h3, .module-download-section h3, .module-download-container h3 {
    margin-top: 70px;
    margin-bottom: 30px;
}

.popup-inner .module-text-container h3, .popup-inner .module-table-container h3, .popup-inner .module-download-section h3, .popup-inner .module-download-container h3 {
    margin-top: 40px;
}

.module-text-container ul, .module-simple-hero-container ul {
    padding-left: 25px;
}

    .module-text-container ul li, .module-simple-hero-container ul li {
        list-style-type: disc;
    }

.module-text-container ol, .module-simple-hero-container ol {
    padding-left: 25px;
}

.module-text-container table ul, .module-simple-hero-container table ul {
    padding-left: 0;
}

    .module-text-container table ul li, .module-simple-hero-container table ul li {
        list-style-type: none;
    }

.module-presentations-container .select-style-type-1 .select2-container--type-1, .module-sec-fillings-container .select-style-type-1 .select2-container--type-1, .module-resource-center .select-style-type-1 .select2-container--type-1 {
    width: 100% !important;
}

/* ==========================================================================
   Module Text Container
   ========================================================================== */

.popup .module-download-container > .wrap > .row > div > h1, .popup .module-text-container > .wrap > .row > div > h1 {
    padding-top: 0;
}

.module-text-container.padding-bottom, .module-download-container.padding-bottom {
    padding-bottom: 100px;
}

.module-text-container > .wrap > .row > div > h1, .module-download-container > .wrap > .row > div > h1 {
    padding-top: 50px;
}

.module-text-container h1, .module-download-container h1 {
    margin-bottom: 20px;
    overflow: visible;
}

.module-text-container h2, .module-download-container h2 {
    margin-bottom: 30px;
}

.module-text-container h4, .module-download-container h4 {
    margin-bottom: 10px;
}

.module-text-container .no-margin-bottom, .module-download-container .no-margin-bottom {
    margin-bottom: 0;
}

.module-text-container h2, .module-download-container h2, .module-text-container h3, .module-download-container h3, .module-text-container h4, .module-download-container h4, .module-text-container h5, .module-download-container h5, .module-text-container h6, .module-download-container h6, .module-text-container p, .module-download-container p {
    width: 77.114%;
    overflow: visible;
}

.module-text-container img, .module-download-container img {
    margin-bottom: 80px;
    width: auto;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .module-text-container h1, .module-download-container h1 {
        margin-bottom: 16px;
    }

    .module-text-container h2, .module-download-container h2, .module-text-container h3, .module-download-container h3, .module-text-container h4, .module-download-container h4, .module-text-container h5, .module-download-container h5, .module-text-container h6, .module-download-container h6, .module-text-container p, .module-download-container p {
        width: 100%;
    }

    .module-text-container h3, .module-download-container h3 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .popup-inner .module-text-container h3, .popup-inner .module-download-container h3 {
        margin-top: 30px;
    }

    .module-table-container .tables h3 {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .module-text-container h3, .module-text-container h4, .module-text-container h5, .module-text-container h6, .module-text-container p {
        width: 100%;
    }

    .module-text-container h2 {
        width: 77.114%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module-text-container h1 {
        margin-bottom: 20px;
    }

    .module-text-container h2 {
        margin-bottom: 40px;
    }

    .module-text-container img {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .module-text-container h1 {
        margin-bottom: 20px;
    }

    .module-text-container h2 {
        margin-bottom: 25px;
    }

    .module-text-container img {
        margin-bottom: 25px;
    }
}

/* ==========================================================================
   Module Simple Hero Container
   ========================================================================== */

.module-simple-hero-container ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.module-simple-hero-container h1 {
    margin-bottom: 30px;
    margin-top: 86px;
}

.module-simple-hero-container h2 {
    margin: 20px 0;
}

.module-simple-hero-container p {
    margin: 20px 0;
}

.module-simple-hero-container .title-line-wrap {
    display: flex;
}

    .module-simple-hero-container .title-line-wrap .title {
        color: #6D6D6D;
        font-size: 13px;
        white-space: nowrap;
        padding-right: 18px;
    }

    .module-simple-hero-container .title-line-wrap .line-wrap {
        position: relative;
        height: 12px;
        width: 100%;
    }

        .module-simple-hero-container .title-line-wrap .line-wrap .line {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #CCCCCC;
        }

.module-simple-hero-container .link {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.5px;
    margin-top: 13px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .module-simple-hero-container .col-1 {
        width: 8.33333333%;
        float: left;
    }

    .module-simple-hero-container .col-2 {
        width: 16.66666667%;
        float: left;
    }

    .module-simple-hero-container .col-3 {
        width: 25%;
        float: left;
    }

    .module-simple-hero-container .col-4 {
        width: 33.33333333%;
        float: left;
    }

    .module-simple-hero-container .col-5 {
        width: 41.66666667%;
        float: left;
    }

    .module-simple-hero-container .col-6 {
        width: 50%;
        float: left;
    }

    .module-simple-hero-container .col-7 {
        width: 58.33333333%;
        float: left;
    }

    .module-simple-hero-container .col-8 {
        width: 66.66666667%;
        float: left;
    }

    .module-simple-hero-container .col-9 {
        width: 75%;
        float: left;
    }

    .module-simple-hero-container .col-10 {
        width: 83.33333333%;
        float: left;
    }

    .module-simple-hero-container .col-11 {
        width: 91.66666667%;
        float: left;
    }

    .module-simple-hero-container .col-12 {
        width: 100%;
        float: left;
    }

    .module-simple-hero-container .row:after {
        clear: both;
        display: block;
        content: "";
    }
}

@media only screen and (max-width: 767px) {
    .module-simple-hero-container .empty-col {
        display: none;
    }
}

/* ==========================================================================
   Module Simple Hero Image
   ========================================================================== */

body.with-module-simple-hero-image #content {
    margin-top: 86px;
}

body.with-module-simple-hero-image .module-simple-hero-image {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    height: 400px;
    background-size: cover;
    background-position: center;
}

body.with-module-simple-hero-image h1 {
    margin-top: 86px;
}

body.with-module-simple-hero-image .module-download-container > .wrap > .row > div > h1, body.with-module-simple-hero-image .module-text-container > .wrap > .row > div > h1 {
    margin-top: 0;
}

body.with-module-simple-hero-image .module-text-container h1 {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    body.with-module-simple-hero-image h1 {
        margin-top: 50px;
    }

    body.with-module-simple-hero-image .module-simple-hero-image {
        height: 200px;
    }
}

/* ==========================================================================
   Module Image Grid Container
   ========================================================================== */

.module-image-grid-container .grid-container {
    display: block;
    position: relative;
    height: 350px;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.module-image-grid-container .grid-container--alt {
    margin-bottom: 30px;
}

.module-image-grid-container .grid-container .scale-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.module-image-grid-container .grid-container .responsive-bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.module-image-grid-container .grid-container .inner-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .module-image-grid-container .grid-container .inner-container .text-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

.module-image-grid-container .grid-container .hover-text {
    margin-top: 15px;
    max-height: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    overflow: hidden;
    max-width: 485px;
}

    .module-image-grid-container .grid-container .hover-text .inner-animate {
        color: white;
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        -moz-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        -o-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.module-image-grid-container .grid-container .title-line-wrap .title {
    padding-right: 10px;
    color: white;
    max-height: 160px;
}

.module-image-grid-container .grid-container .title-line-wrap .line-wrap {
    position: relative;
    height: 24px;
    width: 100%;
    overflow: hidden;
}

    .module-image-grid-container .grid-container .title-line-wrap .line-wrap .line {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        left: 50px;
        width: calc(150%);
        height: 1px;
        background-color: white;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.module-image-grid-container .grid-container:hover .inner-container .hover-text {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    transition: all 0.3s cubic-bezier(0.42, 0.13, 0.31, 0.99);
}

    .module-image-grid-container .grid-container:hover .inner-container .hover-text .inner-animate {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.module-image-grid-container .grid-container:hover .title-line-wrap .line-wrap .line {
    -webkit-transform: translate(-50px, -50%);
    -moz-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.module-image-grid-container .grid-container:hover .scale-wrap {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 1025px) {
    .module-image-grid-container .grid-container:hover .inner-container .hover-text {
        max-height: 66px;
    }
}

@media only screen and (max-width: 1024px) {
    .module-image-grid-container .col-1 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-2 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-3 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-4 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-5 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-6 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-7 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-8 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-9 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-10 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-11 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .col-12 {
        width: 50%;
        float: left;
    }

    .module-image-grid-container .wrap:after {
        clear: both;
        display: block;
        content: "";
    }

    .module-image-grid-container .grid-container .inner-container .hover-text {
        max-height: 154px;
        -webkit-transition: all 1s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        -moz-transition: all 1s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        -o-transition: all 1s cubic-bezier(0.42, 0.13, 0.31, 0.99);
        transition: all 1s cubic-bezier(0.42, 0.13, 0.31, 0.99);
    }

        .module-image-grid-container .grid-container .inner-container .hover-text .inner-animate {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            -moz-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .module-image-grid-container .grid-container .title-line-wrap .line-wrap .line {
        -webkit-transform: translate(-50px, -50%);
        -moz-transform: translate(-50px, -50%);
        -o-transform: translate(-50px, -50%);
        -ms-transform: translate(-50px, -50%);
        transform: translate(-50px, -50%);
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media only screen and (max-width: 767px) {
    .module-image-grid-container .col-1 {
        width: 100%;
    }

    .module-image-grid-container .col-2 {
        width: 100%;
    }

    .module-image-grid-container .col-3 {
        width: 100%;
    }

    .module-image-grid-container .col-4 {
        width: 100%;
    }

    .module-image-grid-container .col-5 {
        width: 100%;
    }

    .module-image-grid-container .col-6 {
        width: 100%;
    }

    .module-image-grid-container .col-7 {
        width: 100%;
    }

    .module-image-grid-container .col-8 {
        width: 100%;
    }

    .module-image-grid-container .col-9 {
        width: 100%;
    }

    .module-image-grid-container .col-10 {
        width: 100%;
    }

    .module-image-grid-container .col-11 {
        width: 100%;
    }

    .module-image-grid-container .col-12 {
        width: 100%;
    }

    .module-image-grid-container .grid-container {
        padding-left: 15px;
        padding-right: 15px;
    }

        .module-image-grid-container .grid-container .inner-container .hover-text {
            font-size: 15px;
        }
}

/* ==========================================================================
   Module Image Grid Container - Type 2
   ========================================================================== */

.module-image-grid-container-type-2 .image-grid-type-2-wrap {
    background-color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

    .module-image-grid-container-type-2 .image-grid-type-2-wrap .image-wrap {
        position: relative;
        width: 100%;
        height: 320px;
        overflow: hidden;
    }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap .scale-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap .responsive-bg-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
    }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap {
        margin-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
        border-bottom: 2px solid #000F9F;
    }

        .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap .title {
            font-size: 30px;
            font-weight: 100;
            color: #383838;
            -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 0.1);
            -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 0.1);
            -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 0.1);
            transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 0.1);
            line-height: 36px;
        }

        .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap .text {
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            color: #383838;
            min-height: 66px;
        }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap:hover .scale-wrap {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap:hover .text-wrap .title {
        color: #0012BF;
    }

@media only screen and (max-width: 1024px) {
    .module-image-grid-container-type-2 .col-4 {
        margin-bottom: 40px;
    }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap .text {
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .module-image-grid-container-type-2 .image-grid-type-2-wrap {
        margin-bottom: 0;
    }

        .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap {
            margin-top: 15px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
        }

            .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap .title {
                font-size: 24px;
                line-height: 30px;
                margin-bottom: 10px;
            }

            .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap .text {
                font-size: 15px;
                line-height: 20px;
            }
}

/* ==========================================================================
   module-download-section
   ========================================================================== */

.module-download-section .inner-download-col {
    background-color: white;
    padding: 20px;
    border-bottom: 2px solid #0012BF;
}

    .module-download-section .inner-download-col .title {
        margin-bottom: 20px;
    }

    .module-download-section .inner-download-col .icon-wrap {
        margin-top: 10px;
    }

        .module-download-section .inner-download-col .icon-wrap .icon-wrap-icon {
            width: 50px;
            display: inline-block;
            padding: 10px;
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            box-shadow: none;
            cursor: pointer;
        }

            .module-download-section .inner-download-col .icon-wrap .icon-wrap-icon:hover {
                box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
            }

@media only screen and (max-width: 1024px) {
    .module-download-section .floatable-row:after {
        clear: both;
        content: "";
        display: block;
    }

    .module-download-section .floatable-row .col-1 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-2 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-4 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-5 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-6 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-7 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-8 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-9 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-10 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-11 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .module-download-section .floatable-row .col-12 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .module-download-section .floatable-row .col-1 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-2 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-3 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-4 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-5 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-6 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-7 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-8 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-9 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-10 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-11 {
        width: 100%;
    }

    .module-download-section .floatable-row .col-12 {
        width: 100%;
    }
}

/* ==========================================================================
   module-download-container
   ========================================================================== */

.module-download-container .download-select .select2-container {
    margin-top: 20px;
}

    .module-download-container .download-select .select2-container.select2-container--type-1 .select2-selection--single .select2-selection__rendered {
        padding-left: 40px;
        padding-right: 100px;
        background-image: url('../img/sidebar/download.png');
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: 11px 20px;
    }

.module-download-container .download-hidden-content {
    display: none;
}

@media only screen and (max-width: 767px) {
    .module-download-container .select-style-type-1 {
        background-color: transparent;
    }
}

/* ==========================================================================
   module-submenu-for-content
   ========================================================================== */

.module-submenu-for-content {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #CCCCCC;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .module-submenu-for-content::-webkit-scrollbar {
        display: none;
    }

    .module-submenu-for-content a {
        text-decoration: none;
        color: inherit;
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 26px;
        font-size: 18px;
        line-height: 18px;
        position: relative;
        display: inline-block;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

        .module-submenu-for-content a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 15px;
            height: 2px;
            width: calc(100% - 30px);
            background-color: transparent;
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

        .module-submenu-for-content a.active, .module-submenu-for-content a:hover {
            color: #000F9F;
        }

            .module-submenu-for-content a.active:after, .module-submenu-for-content a:hover:after {
                background-color: #000F9F;
            }

    .module-submenu-for-content .popup {
        display: none;
    }

@media only screen and (max-width: 767px) {
    .module-submenu-for-content a {
        font-size: 11px;
        line-height: 11px;
        padding-top: 20px;
        padding-bottom: 16px;
    }

        .module-submenu-for-content a:after {
            height: 1px;
        }
}

/* ==========================================================================
   Module Link Container
   ========================================================================== */

.module-link-container h3 {
    margin-top: 50px;
    margin-bottom: 15px;
}

.module-link-container a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #000F9F;
    text-decoration: none;
}

/* ==========================================================================
   module-sec-fillings-container
   ========================================================================== */

.module-sec-fillings-container {
    margin-top: 50px;
}

    .module-sec-fillings-container .select2-container, .module-sec-fillings-container .cta-filter-btn {
        margin-bottom: 1px;
        position: relative;
        z-index: 1;
    }

        .module-sec-fillings-container .select2-container:hover, .module-sec-fillings-container .cta-filter-btn:hover {
            z-index: 2;
        }

    .module-sec-fillings-container .big-boxes-wrap:after {
        clear: both;
        display: block;
        content: "";
    }

    .module-sec-fillings-container .big-boxes-wrap .download-box-new {
        float: left;
        width: calc(50% - 15px);
        height: 222px;
    }

        .module-sec-fillings-container .big-boxes-wrap .download-box-new:nth-child(odd) {
            margin-left: 0;
        }

        .module-sec-fillings-container .big-boxes-wrap .download-box-new:nth-child(even) {
            margin-right: 0;
        }

@media only screen and (max-width: 1024px) {
    .module-sec-fillings-container .cta-filter-btn:last-of-type {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .module-sec-fillings-container .big-boxes-wrap .download-box-new {
        width: 100%;
        margin-bottom: 20px;
    }

        .module-sec-fillings-container .big-boxes-wrap .download-box-new:nth-child(odd), .module-sec-fillings-container .big-boxes-wrap .download-box-new:nth-child(even) {
            margin-left: 0;
            margin-right: 0;
        }
}

/* ==========================================================================
   module-corporate-governance-container
   ========================================================================== */

.module-corporate-governance-container {
    margin-top: 50px;
}

    .module-corporate-governance-container h3 {
        margin-bottom: 30px;
    }

    .module-corporate-governance-container .officers-wrap:after {
        clear: both;
        display: block;
        content: "";
    }

    .module-corporate-governance-container .officers-wrap .officer {
        height: 222px;
        padding: 20px;
        background-color: white;
        border-bottom: 2px solid #000F9F;
        float: left;
        width: calc(33.333% - 20px);
        display: block;
        color: inherit;
        text-decoration: none;
        position: relative;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
        border-bottom: 2px solid transparent;
    }

        .module-corporate-governance-container .officers-wrap .officer:nth-child(1), .module-corporate-governance-container .officers-wrap .officer:nth-child(4), .module-corporate-governance-container .officers-wrap .officer:nth-child(7), .module-corporate-governance-container .officers-wrap .officer:nth-child(10) {
            margin-left: 0;
        }

        .module-corporate-governance-container .officers-wrap .officer:nth-child(3), .module-corporate-governance-container .officers-wrap .officer:nth-child(6), .module-corporate-governance-container .officers-wrap .officer:nth-child(9), .module-corporate-governance-container .officers-wrap .officer:nth-child(12) {
            margin-right: 0;
        }

        .module-corporate-governance-container .officers-wrap .officer .position {
            font-size: 14px;
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            -webkit-opacity: 0.5;
            opacity: 0.5;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
            filter: alpha(opacity=50);
            font-weight: 600;
            text-transform: uppercase;
            color: black;
            margin-bottom: 10px;
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            letter-spacing: 0.5px;
        }

        .module-corporate-governance-container .officers-wrap .officer .name {
            color: #0012BF;
            font-size: 30px;
            line-height: 38px;
            font-weight: 300;
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

        .module-corporate-governance-container .officers-wrap .officer .hover-image-wrap {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

            .module-corporate-governance-container .officers-wrap .officer .hover-image-wrap .overlay, .module-corporate-governance-container .officers-wrap .officer .hover-image-wrap .bg-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .module-corporate-governance-container .officers-wrap .officer .hover-image-wrap .overlay {
                background-image: linear-gradient(-1deg, #000219 0%, rgba(0, 15, 159, 0.14) 100%);
                -moz-opacity: 0.6;
                -khtml-opacity: 0.6;
                -webkit-opacity: 0.6;
                opacity: 0.6;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
                filter: alpha(opacity=60);
                z-index: 5;
            }

            .module-corporate-governance-container .officers-wrap .officer .hover-image-wrap .bg-image {
                z-index: 3;
                background-repeat: no-repeat;
                background-size: cover;
            }

        .module-corporate-governance-container .officers-wrap .officer .content {
            position: relative;
            z-index: 5;
        }

        .module-corporate-governance-container .officers-wrap .officer .position, .module-corporate-governance-container .officers-wrap .officer .name {
            color: white;
        }

        .module-corporate-governance-container .officers-wrap .officer .position {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

        .module-corporate-governance-container .officers-wrap .officer .hover-image-wrap {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

    .module-corporate-governance-container .manager-list {
        margin-top: 40px;
    }

        .module-corporate-governance-container .manager-list div {
            display: block;
            text-decoration: none;
            color: #0012BF;
            font-size: 30px;
            font-weight: 300;
            line-height: 38px;
            margin-bottom: 30px;
        }

    .module-corporate-governance-container .download-boxes-wrap:after {
        clear: both;
        display: block;
        content: "";
    }

    .module-corporate-governance-container .download-boxes-wrap .download-box-new {
        float: left;
        width: calc(33% - 18px);
        margin-left: 15px;
        margin-right: 15px;
        height: 260px;
    }

        .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(1), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(4), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(7), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(10) {
            margin-left: 0;
        }

        .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(3), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(6), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(9), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(12) {
            margin-right: 0;
        }

@media only screen and (max-width: 1024px) {
    .module-corporate-governance-container .side-submenu {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .module-corporate-governance-container .officers-wrap .officer {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .module-corporate-governance-container .download-boxes-wrap .download-box-new {
        width: 100%;
        margin-bottom: 20px;
    }

        .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(odd), .module-corporate-governance-container .download-boxes-wrap .download-box-new:nth-child(even) {
            margin-left: 0;
            margin-right: 0;
        }
}

/* ==========================================================================
   module-press-releases-container
   ========================================================================== */

.module-press-releases-container {
    margin-top: 50px;
}

    .module-press-releases-container.teaser {
        margin-top: 70px;
    }

        .module-press-releases-container.teaser .download-box-new {
            margin-bottom: 30px;
        }

    .module-press-releases-container h3 {
        margin-bottom: 30px;
    }

    .module-press-releases-container .download-box-new {
        margin-left: 15px;
        margin-right: 15px;
        float: left;
        width: calc(50% - 15px);
        height: 250px;
    }

        .module-press-releases-container .download-box-new:nth-child(odd) {
            margin-left: 0;
        }

        .module-press-releases-container .download-box-new:nth-child(even) {
            margin-right: 0;
        }

    .module-press-releases-container .side-submenu {
        margin-left: 20px;
        margin-top: 35px;
    }

@media only screen and (max-width: 767px) {
    .module-press-releases-container .download-box-new {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   module-presentations-container
   ========================================================================== */

.module-presentations-container {
    margin-top: 50px;
}

    .module-presentations-container.teaser {
        margin-top: 70px;
    }

        .module-presentations-container.teaser .download-box {
            margin-bottom: 30px;
        }

    .module-presentations-container h3 {
        margin-bottom: 30px;
    }

    .module-presentations-container .download-box {
        margin-left: 0;
        margin-right: 0;
    }

        .module-presentations-container .download-box .date {
            margin-bottom: 60px;
        }

    .module-presentations-container .subinfos {
        margin-top: 30px;
    }

        .module-presentations-container .subinfos .subinfo-item {
            margin-bottom: 15px;
            font-size: 13px;
            color: #6D6D6D;
        }

            .module-presentations-container .subinfos .subinfo-item .title {
                font-weight: 500;
            }

            .module-presentations-container .subinfos .subinfo-item .text {
                font-weight: 300;
            }

/* ==========================================================================
   module-reference-container
   ========================================================================== */

.module-reference-container {
    margin-top: 70px;
}

    .module-reference-container img {
        width: auto;
        margin-bottom: 20px;
    }

    .module-reference-container p {
        font-size: 13px;
        line-height: 18px;
        color: #6D6D6D;
        font-weight: 300;
    }

/* ==========================================================================
   module-resource-center
   ========================================================================== */

.module-resource-center {
    margin-top: 70px;
}

    .module-resource-center .select2-container {
        position: relative;
        z-index: 1;
    }

        .module-resource-center .select2-container:hover {
            z-index: 2;
        }

    .module-resource-center h3 {
        margin-bottom: 20px;
    }

    .module-resource-center .read-more {
        margin-bottom: 60px;
    }

    .module-resource-center .form-table-wrap {
        margin-top: 0;
    }

    .module-resource-center .download-box-new {
        float: left;
        margin-bottom: 30px;
    }

        .module-resource-center .download-box-new.download-box-3o9 {
            width: calc(33.33333333% - 20px);
        }

        .module-resource-center .download-box-new.download-box-4o9 {
            width: calc(44.44444444% - 15px);
        }

        .module-resource-center .download-box-new.download-box-5o9 {
            width: calc(55.55555556% - 15px);
        }

        .module-resource-center .download-box-new.download-box-3o9:nth-child(3n+1) {
            margin-left: 0;
        }

        .module-resource-center .download-box-new.download-box-3o9:nth-child(3n+3) {
            margin-right: 0;
        }

        .module-resource-center .download-box-new.download-box-4o9:nth-child(odd), .module-resource-center .download-box-new.download-box-5o9:nth-child(odd) {
            margin-left: 0;
        }

        .module-resource-center .download-box-new.download-box-4o9:nth-child(even), .module-resource-center .download-box-new.download-box-5o9:nth-child(even) {
            margin-right: 0;
        }

@media only screen and (max-width: 1024px) {
    .module-resource-center .filter-menu {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .module-resource-center .download-box-new.download-box-3o9, .module-resource-center .download-box-new.download-box-4o9, .module-resource-center .download-box-new.download-box-5o9 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ==========================================================================
   big-hero
   ========================================================================== */

.module-big-hero {
    color: white;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    margin-bottom: 50px;
    height: 730px;
}

    .module-big-hero .abs-wrap {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .module-big-hero .inner-wrap {
        max-width: 1412px;
        margin: 0 auto;
        height: 100%;
        position: relative;
    }

    .module-big-hero p {
        margin-bottom: 40px;
    }

    .module-big-hero.black-font {
        color: black;
    }

    .module-big-hero.about-us {
        margin-bottom: 0;
    }

    .module-big-hero .explore-btn {
        position: absolute;
        left: 50%;
        bottom: 60px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

@media only screen and (max-width: 767px) {
    .module-big-hero {
        height: 520px;
    }

        .module-big-hero .explore-btn {
            display: none;
        }

        .module-big-hero .abs-wrap {
            bottom: 20px;
            top: auto;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .module-big-hero p {
            margin-bottom: 20px;
        }

        .module-big-hero.about-us {
            margin-bottom: 0;
        }

            .module-big-hero.about-us p {
                margin-bottom: 0;
            }
}

/* ==========================================================================
   module-image-text-grid
   ========================================================================== */

.module-image-text-grid {
    margin-bottom: 100px;
}

    .module-image-text-grid img {
        margin-bottom: 30px;
    }

    .module-image-text-grid h3 {
        margin-bottom: 20px;
    }

    .module-image-text-grid p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 30px;
    }

@media only screen and (max-width: 767px) {
    .module-image-text-grid img {
        margin-bottom: 15px;
    }

    .module-image-text-grid h3 {
        margin-bottom: 10px;
    }
}

/* ==========================================================================
   module-text-container-center
   ========================================================================== */

.module-text-container-center {
    text-align: center;
    margin-bottom: 60px;
}

    .module-text-container-center h2 {
        margin-bottom: 25px;
    }

/* ==========================================================================
   module-image-text-half-grid
   ========================================================================== */

.module-image-text-half-grid {
    margin-bottom: 40px;
}

    .module-image-text-half-grid .image-text-wrap {
        display: -ms-flexbox;
        display: flex;
        align-items: stretch;
    }

        .module-image-text-half-grid .image-text-wrap .image, .module-image-text-half-grid .image-text-wrap .text-container {
            width: 50%;
        }

        .module-image-text-half-grid .image-text-wrap .image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .module-image-text-half-grid .image-text-wrap .text-container {
            padding: 70px;
            background-color: white;
            min-height: 400px;
        }

            .module-image-text-half-grid .image-text-wrap .text-container .line {
                width: 38px;
                height: 2px;
                background-color: #3E3E3E;
                margin-bottom: 20px;
            }

            .module-image-text-half-grid .image-text-wrap .text-container h2 {
                margin-bottom: 20px;
            }

    .module-image-text-half-grid a {
        margin-top: 20px;
        color: #0012BF;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

@media only screen and (max-width: 1023px) {
    .module-image-text-half-grid .image-text-wrap .text-container {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .module-image-text-half-grid .image-text-wrap {
        display: block;
    }

        .module-image-text-half-grid .image-text-wrap .image, .module-image-text-half-grid .image-text-wrap .text-container {
            width: 100%;
        }

        .module-image-text-half-grid .image-text-wrap .text-container {
            min-height: 0;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 30px;
            padding-bottom: 20px;
        }

        .module-image-text-half-grid .image-text-wrap .ratio-wrap {
            padding-bottom: 62%;
            position: relative;
            height: 0;
        }

            .module-image-text-half-grid .image-text-wrap .ratio-wrap .abs-wrap {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

                .module-image-text-half-grid .image-text-wrap .ratio-wrap .abs-wrap .mobile-bg-image {
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }

    .module-image-text-half-grid a {
        margin-top: 10px;
    }
}

/* ==========================================================================
   Slideshow Version 1
   ========================================================================== */

.module-slideshow-v1 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
}

    .module-slideshow-v1 .image-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        text-align: center;
    }

        .module-slideshow-v1 .image-slide h2 {
            margin-bottom: 25px;
        }

        .module-slideshow-v1 .image-slide .inner-wrap {
            max-width: 1412px;
            margin: 0 auto;
        }

        .module-slideshow-v1 .image-slide .height-wrap {
            height: 700px;
        }

            .module-slideshow-v1 .image-slide .height-wrap .text-wrap {
                position: absolute;
                bottom: 120px;
                width: 100%;
                left: 0;
            }

    .module-slideshow-v1 .slideshow {
        z-index: 2;
    }

    .module-slideshow-v1 .module-slideshow-v1-inner-max-width {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 0;
        max-width: 1412px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 3;
        pointer-events: none;
    }

    .module-slideshow-v1 .slick-arrow {
        pointer-events: all;
        position: absolute;
        bottom: 120px;
        right: 30px;
        background-image: url('../img/slider-next.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 88px;
        height: 88px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        font-size: 0;
        color: transparent;
        background-color: transparent;
        outline: 0;
        border: 0;
        padding: 0;
    }

        .module-slideshow-v1 .slick-arrow.slick-prev {
            display: none !important;
        }

    .module-slideshow-v1 .slick-dots {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 30px;
    }

        .module-slideshow-v1 .slick-dots li {
            display: inline-block;
            margin: 0 10px;
            height: 11px;
            width: 11px;
            position: relative;
        }

            .module-slideshow-v1 .slick-dots li button {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none;
                font-size: 0;
                color: transparent;
                background-color: transparent;
                outline: 0;
                border: 0;
                padding: 0;
                width: 5px;
                height: 5px;
                background-color: white;
                -moz-opacity: 0.3;
                -khtml-opacity: 0.3;
                -webkit-opacity: 0.3;
                opacity: 0.3;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
                filter: alpha(opacity=30);
                -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                border-radius: 100%;
                cursor: pointer;
            }

            .module-slideshow-v1 .slick-dots li.slick-active button {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
                width: 11px;
                height: 11px;
            }

@media only screen and (max-width: 1023px) {
    .module-slideshow-v1 .image-slide .height-wrap {
        height: 500px;
    }

        .module-slideshow-v1 .image-slide .height-wrap .text-wrap {
            bottom: 80px;
        }
}

@media only screen and (max-width: 767px) {
    .module-slideshow-v1 .slick-arrow {
        display: none !important;
    }
}

/* ==========================================================================
   module-internships-program
   ========================================================================== */

.module-internships-program {
    background-color: white;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
}

    .module-internships-program .inner-wrap {
        padding-top: 80px;
        padding-bottom: 50px;
        max-width: 1412px;
        margin: 0 auto;
        position: relative;
    }

    .module-internships-program h2 {
        margin-bottom: 25px;
    }

    .module-internships-program h4 {
        margin-top: 45px;
        margin-bottom: 25px;
    }

    .module-internships-program .center-section {
        text-align: center;
    }

    .module-internships-program .expandable-container {
        padding-top: 55px;
    }

    .module-internships-program .btn-outer-wrap {
        margin-top: 40px;
    }

    .module-internships-program .absolute-bottom-image {
        position: absolute;
        right: 30px;
        bottom: 0;
        width: 16%;
        z-index: 1;
    }

    .module-internships-program .wrap-tablet-grid {
        z-index: 2;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .module-internships-program .absolute-bottom-image {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 228px;
        right: auto;
        bottom: auto;
        margin-top: 30px;
    }
}

/* ==========================================================================
   module-video-container
   ========================================================================== */

.module-video-container {
    margin-top: 100px;
    padding-bottom: 80px;
    text-align: center;
}

    .module-video-container.careers-page {
        margin-bottom: 30px;
    }

        .module-video-container.careers-page .ratio-wrap {
            padding-bottom: 42.2%;
        }

    .module-video-container.about-us-page .ratio-wrap {
        padding-bottom: 50%;
    }

    .module-video-container .ratio-wrap {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        margin-bottom: 100px;
    }

        .module-video-container .ratio-wrap.no-margin-bottom {
            margin-bottom: 0;
        }

        .module-video-container .ratio-wrap .abs-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    .module-video-container .video-js.bc-player-default_default {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .module-video-container .video-js.bc-player-default_default video {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .module-video-container .video-js.bc-player-default_default .vjs-control-bar {
            z-index: 2;
        }

    .module-video-container video, .module-video-container .poster-image {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .module-video-container {
        /* IE10+ CSS styles go here */
    }

        .module-video-container video, .module-video-container .poster-image {
            left: auto;
            top: auto;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }
}

.module-video-container .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
}

    .module-video-container .play-video:after {
        content: "";
        display: block;
        clear: both;
    }

    .module-video-container .play-video img {
        width: 17px;
    }

    .module-video-container .play-video .play-text {
        margin-top: 3px;
        margin-left: 10px;
    }

    .module-video-container .play-video img, .module-video-container .play-video .play-text {
        float: left;
    }

.module-video-container .title-play-video-wrap {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
    -moz-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
    -o-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
    -ms-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
    transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
    cursor: pointer;
}

    .module-video-container .title-play-video-wrap h2 {
        font-weight: 100;
        color: #0012BF;
        letter-spacing: -1px;
        margin-bottom: 25px;
    }

    .module-video-container .title-play-video-wrap .play-video {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: inline-block;
    }

.module-video-container h2 {
    margin-bottom: 40px;
}

.module-video-container video {
    z-index: 1;
}

.module-video-container .poster-image {
    z-index: 2;
    cursor: pointer;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

.module-video-container .play-video, .module-video-container .title-play-video-wrap {
    z-index: 3;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

.module-video-container.video-playing .poster-image, .module-video-container.video-playing .play-video, .module-video-container.video-playing .title-play-video-wrap {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    pointer-events: none;
}

.module-video-container.big-white .title-play-video-wrap {
    pointer-events: none;
    font-weight: 600;
}

    .module-video-container.big-white .title-play-video-wrap h2 {
        color: white;
        margin-bottom: 15px;
    }

    .module-video-container.big-white .title-play-video-wrap p {
        margin-bottom: 10px;
        color: white;
    }

    .module-video-container.big-white .title-play-video-wrap .play-btn {
        display: inline-block;
        border: 1px solid white;
        padding: 15px;
    }

        .module-video-container.big-white .title-play-video-wrap .play-btn:after {
            clear: both;
            display: block;
            content: "";
        }

        .module-video-container.big-white .title-play-video-wrap .play-btn img {
            width: 24px;
            float: left;
            margin-right: 10px;
        }

        .module-video-container.big-white .title-play-video-wrap .play-btn .play-text {
            color: white;
            font-size: 16px;
            float: left;
            margin-top: 7px;
            font-weight: 300;
        }

.module-video-container .play-btn-new {
    width: 88px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .module-video-container {
        margin-top: 0;
        padding-bottom: 0;
    }

        .module-video-container .col-12 {
            padding-left: 0;
            padding-right: 0;
        }

        .module-video-container .ratio-wrap {
            margin-bottom: 50px;
        }

        .module-video-container h2 {
            margin-bottom: 20px;
        }

        .module-video-container .title-play-video-wrap h2 {
            margin-bottom: 10px;
        }

        .module-video-container.big-white .title-play-video-wrap {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

            .module-video-container.big-white .title-play-video-wrap h2 {
                margin-bottom: 5px;
            }

            .module-video-container.big-white .title-play-video-wrap p {
                margin-bottom: 10px;
            }

            .module-video-container.big-white .title-play-video-wrap .play-btn {
                padding: 5px;
            }

                .module-video-container.big-white .title-play-video-wrap .play-btn img {
                    width: 15px;
                }

                .module-video-container.big-white .title-play-video-wrap .play-btn .play-text {
                    margin-top: 0;
                }
}

@media only screen and (max-width: 599px) {
    .module-video-container .ratio-wrap {
        height: 340px;
        padding-bottom: 0;
        background-color: black;
    }

        .module-video-container .ratio-wrap.careers-page {
            padding-bottom: 0;
        }

        .module-video-container .ratio-wrap .poster-image {
            height: 100%;
            width: auto;
        }
}

/* ==========================================================================
   Module join Container
   ========================================================================== */

.module-join-container {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .module-join-container h2 {
        margin-bottom: 40px;
    }

    .module-join-container .btn-blue {
        margin-top: 20px;
    }

@media only screen and (max-width: 767px) {
    .module-join-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .module-join-container h2 {
            margin-bottom: 20px;
        }
}

/* ==========================================================================
   module-connect-with-us
   ========================================================================== */

.module-connect-with-us {
    background-color: white;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    text-align: center;
}

    .module-connect-with-us .inner-wrap {
        padding-top: 120px;
        padding-bottom: 120px;
        max-width: 1412px;
        margin: 0 auto;
        position: relative;
    }

    .module-connect-with-us h2 {
        margin-bottom: 20px;
    }

    .module-connect-with-us .btn-wrap {
        margin-top: 40px;
    }

        .module-connect-with-us .btn-wrap .btn-white {
            margin-left: 15px;
            margin-right: 15px;
            min-width: 185px;
        }

@media only screen and (max-width: 767px) {
    .module-connect-with-us .inner-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .module-connect-with-us .btn-wrap .btn-white {
        margin-left: 0;
        margin-right: 0;
    }

        .module-connect-with-us .btn-wrap .btn-white:first-of-type, .module-connect-with-us .btn-wrap .btn-white.mobile-margin {
            margin-bottom: 15px;
        }
}

/* ==========================================================================
   module-background-image-with-centered-text
   ========================================================================== */

.module-background-image-with-centered-text {
    background-color: white;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .module-background-image-with-centered-text .inner-wrap {
        padding-top: 230px;
        padding-bottom: 230px;
        max-width: 1412px;
        margin: 0 auto;
    }

    .module-background-image-with-centered-text .row a {
        color: white;
    }

    .module-background-image-with-centered-text h2 {
        margin-bottom: 15px;
    }

@media only screen and (max-width: 767px) {
    .module-background-image-with-centered-text .inner-wrap {
        padding-top: 200px;
        padding-bottom: 55px;
    }
}

/* ==========================================================================
   module-people
   ========================================================================== */

.module-people {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    background-color: white;
    padding-top: 70px;
}

    .module-people.last-of-type {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .module-people .inner-wrap {
        max-width: 1412px;
        margin: 0 auto;
    }

    .module-people .center-section {
        text-align: center;
    }

    .module-people h2 {
        margin-bottom: 15px;
    }

    .module-people .people-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .module-people .people-row:after {
            clear: both;
            display: block;
            content: "";
        }

        .module-people .people-row .module-people .people-row .people-item:nth-of-type(2n+1) {
            clear: left;
        }

        .module-people .people-row .people-item {
            float: left;
            width: calc(25% - 23px);
            margin-left: 15px;
            margin-right: 15px;
            height: 320px;
            position: relative;
            padding: 20px;
            color: white;
        }

@media only screen and (max-width: 767px) {
    .module-people .people-row .people-item:nth-of-type(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 768px) {
    .module-people .people-row .people-item {
        background-color: #F2F5FA;
    }
}

.module-people .people-row .people-item:first-of-type {
    margin-left: 0;
}

.module-people .people-row .people-item:last-of-type {
    margin-right: 0;
}

.module-people .people-row .people-item .hover-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

    .module-people .people-row .people-item .hover-image-wrap .opacity-bg, .module-people .people-row .people-item .hover-image-wrap .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .module-people .people-row .people-item .hover-image-wrap .opacity-bg {
        background-color: black;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        z-index: 5;
    }

    .module-people .people-row .people-item .hover-image-wrap .background-image {
        z-index: 3;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

.module-people .people-row .people-item .text-wrap {
    position: relative;
    z-index: 5;
}

.module-people .people-row .people-item .read-more-btn {
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 20px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: white;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

    .module-people .people-row .people-item .read-more-btn .text {
        font-size: 16px;
        font-weight: 600;
    }

    .module-people .people-row .people-item .read-more-btn img {
        width: 16px;
        margin-left: 5px;
    }

.module-people .people-row .people-item:not(.not-clickable) {
    cursor: pointer;
}

    .module-people .people-row .people-item:not(.not-clickable):hover .hover-image-wrap .opacity-bg {
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50);
    }

    .module-people .people-row .people-item:not(.not-clickable):hover .hover-image-wrap .background-image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .module-people .people-row .people-item:not(.not-clickable):hover .read-more-btn {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

.module-people .people-row .headline-item {
    float: left;
    margin-left: 15px;
    width: calc(75% - 15px);
    text-align: center;
    position: relative;
    height: 320px;
}

    .module-people .people-row .headline-item h3 {
        margin-bottom: 20px;
    }

    .module-people .people-row .headline-item .inner-headline-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

.module-people .position, .overlay-slider-side .position {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.module-people .name, .overlay-slider-side .name {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
}

.module-people .position {
    color: rgba(0, 0, 0, 0.5);
}

.module-people .name {
    color: #000;
}

.module-people .people-item:hover .name, .module-people .people-item:hover .position {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .module-people .position, .overlay-slider-side .position {
        font-size: 12px;
    }

    .module-people .name, .overlay-slider-side .name {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-people .people-row {
        margin-bottom: 0;
        margin-top: 0;
    }

        .module-people .people-row:first-of-type {
            margin-top: 40px;
        }

        .module-people .people-row .people-item {
            width: calc(50% - 7px);
            margin-bottom: 30px;
        }

            .module-people .people-row .people-item:nth-child(odd) {
                margin-left: 0 !important;
                margin-right: 7px !important;
            }

            .module-people .people-row .people-item:nth-child(even) {
                margin-right: 0 !important;
                margin-left: 7px !important;
            }

            .module-people .people-row .people-item .read-more-btn {
                display: none;
            }

            .module-people .people-row .people-item .hover-image-wrap .background-image {
                background-position: center bottom;
            }

        .module-people .people-row .headline-item {
            margin-left: 0;
            width: 100%;
        }
}

@media only screen and (max-width: 767px) {
    .module-people {
        padding-top: 50px;
    }

        .module-people .people-row:first-of-type {
            margin-top: 40px;
        }

        .module-people .people-row .people-item {
            padding-left: 0;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            margin-bottom: 0;
            height: auto;
            width: calc(50% - 15px);
        }

            .module-people .people-row .people-item .position {
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                -webkit-opacity: 0.5;
                opacity: 0.5;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
                filter: alpha(opacity=50);
            }

            .module-people .people-row .people-item:nth-child(odd) {
                margin-right: 15px !important;
            }

            .module-people .people-row .people-item:nth-child(even) {
                margin-left: 15px !important;
            }

            .module-people .people-row .people-item .hover-image-wrap {
                position: relative;
                height: 0;
                padding-bottom: 100%;
            }

            .module-people .people-row .people-item .text-wrap {
                margin-top: 10px;
                margin-bottom: 35px;
                color: black;
            }
}

/* ==========================================================================
   module overlay slider
   ========================================================================== */

.overlay-slider-side-bg {
    background-color: black;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-slider-side {
    background-color: black;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.overlay-slider-side--small {
    width: 35%;
}

.overlay-slider-side .slick-slider, .overlay-slider-side .slick-list {
    background-color: black;
}

.overlay-slider-side .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background-color: black;
    cursor: pointer;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    padding: 10px;
}

.overlay-slider-side .slider-item, .overlay-slider-side .inner-content, .overlay-slider-side .slide-show, .overlay-slider-side .slick-list, .overlay-slider-side .slick-track {
    height: 100%;
}

.overlay-slider-side .slider-item {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .overlay-slider-side .slider-item.slick-active {
        opacity: 1;
    }

.overlay-slider-side .inner-content {
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    color: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

    .overlay-slider-side .inner-content::-webkit-scrollbar {
        display: none;
    }

    .overlay-slider-side .inner-content:after {
        content: "";
        height: 50px;
        display: block;
    }

    .overlay-slider-side .inner-content .line {
        width: 26px;
        height: 1px;
        background-color: white;
        margin-bottom: 10px;
    }

    .overlay-slider-side .inner-content .people-wrap:after {
        clear: both;
        display: block;
        content: "";
    }

    .overlay-slider-side .inner-content .people-wrap .image-col, .overlay-slider-side .inner-content .people-wrap .text-col {
        float: left;
    }

    .overlay-slider-side .inner-content .people-wrap .image-col {
        width: 40%;
    }

    .overlay-slider-side .inner-content .people-wrap .text-col {
        width: 60%;
        padding-left: 20px;
    }

    .overlay-slider-side .inner-content .full-image-wrap img {
        margin-top: 40px;
    }

@media only screen and (min-width: 768px) {
    .overlay-slider-side .inner-content .full-image-wrap img {
        max-width: 80%;
        max-height: 50vh;
    }
}

.overlay-slider-side .inner-content .text-content {
    margin-top: 40px;
}

.overlay-slider-side .inner-content .learn-more {
    color: white;
    text-decoration: none;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .overlay-slider-side .inner-content .learn-more .icon {
        width: 7px;
        display: inline-block;
        margin-left: 12px;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

    .overlay-slider-side .inner-content .learn-more:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

        .overlay-slider-side .inner-content .learn-more:hover .icon {
            margin-left: 16px;
        }

.overlay-slider-side .inner-content .disclaimer-text-info {
    margin-top: 30px;
    font-size: 13px;
}

.overlay-slider-side .slide-show .slick-arrow {
    position: absolute;
    top: 0;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

    .overlay-slider-side .slide-show .slick-arrow.slick-prev {
        background-image: url('../img/arrow-prev-white-big.png');
        right: 55px;
    }

    .overlay-slider-side .slide-show .slick-arrow.slick-next {
        background-image: url('../img/arrow-next-white-big.png');
        right: 0;
    }

    .overlay-slider-side .slide-show .slick-arrow.slick-disabled {
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50);
        pointer-events: none;
    }

.overlay-slider-side-bg {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    pointer-events: none;
    z-index: -1;
}

.overlay-slider-side {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    pointer-events: none;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    z-index: 9999;
    display: none;
}

    .overlay-slider-side.active {
        display: block;
    }

    .overlay-slider-side .slide-show {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .overlay-slider-side .close-btn {
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

html.sidebar-overlay-active {
    overflow: hidden;
}

    html.sidebar-overlay-active body {
        overflow: hidden;
    }

    html.sidebar-overlay-active .overlay-slider-side-bg {
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        filter: alpha(opacity=80);
        pointer-events: all;
        z-index: 9995;
    }

    html.sidebar-overlay-active .overlay-slider-side {
        pointer-events: all;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        html.sidebar-overlay-active .overlay-slider-side .slide-show {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

        html.sidebar-overlay-active .overlay-slider-side .close-btn {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

@media only screen and (max-width: 1023px) {
    .overlay-slider-side {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .overlay-slider-side {
        width: 100%;
    }

        .overlay-slider-side .inner-content {
            padding-left: 15px;
            padding-right: 15px;
        }

        .overlay-slider-side .close-btn {
            left: auto;
            right: 0;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            z-index: 5;
            padding: 15px;
        }

        .overlay-slider-side .slide-show .slick-arrow {
            width: 24px;
            right: auto;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            background-size: 24px 24px;
        }

            .overlay-slider-side .slide-show .slick-arrow.slick-prev {
                left: calc(50% - 24px);
            }

            .overlay-slider-side .slide-show .slick-arrow.slick-next {
                left: calc(50% + 24px);
            }
}

/* ==========================================================================
   module-news-panel
   ========================================================================== */

.module-news-panel {
    padding-top: 60px;
    padding-bottom: 70px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    background-color: #f6f6f6;
    display: none;
}

    .module-news-panel .inner-wrap {
        max-width: 1412px;
        margin: 0 auto;
    }

    .module-news-panel .headline-wrap {
        text-align: center;
        margin-bottom: 40px;
    }

        .module-news-panel .headline-wrap h2 {
            margin-bottom: 20px;
        }

    .module-news-panel .last-news-entries {
        display: -ms-flexbox;
        display: flex;
        align-items: stretch;
        padding-left: 15px;
        padding-right: 15px;
    }

        .module-news-panel .last-news-entries .news-entry {
            background-color: white;
            margin-left: 15px;
            margin-right: 15px;
            width: calc(33.3333% - 30px);
            padding-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 60px;
            border-bottom: 1px solid #000F9F;
            position: relative;
        }

            .module-news-panel .last-news-entries .news-entry h4 {
                color: black;
            }

            .module-news-panel .last-news-entries .news-entry .date {
                margin-bottom: 10px;
                font-size: 16px;
                line-height: 22px;
                font-weight: 300;
            }

            .module-news-panel .last-news-entries .news-entry .read-more-btn {
                text-decoration: none;
                color: #0012BF;
                position: absolute;
                bottom: 20px;
                left: 20px;
            }

                .module-news-panel .last-news-entries .news-entry .read-more-btn img {
                    margin-left: 7px;
                    width: 7px;
                    display: inline-block;
                }

@media only screen and (max-width: 1023px) {
    .module-news-panel .last-news-entries {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .module-news-panel {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .module-news-panel .last-news-entries {
            display: block;
        }

            .module-news-panel .last-news-entries .news-entry {
                width: calc(100% - 30px);
                margin-bottom: 30px;
            }
}

/* ==========================================================================
   explore button
   ========================================================================== */

.explore-btn {
    cursor: pointer;
}

    .explore-btn:after {
        clear: both;
        display: block;
        content: "";
    }

    .explore-btn .btn-icon, .explore-btn .btn-text {
        float: left;
    }

    .explore-btn .btn-text {
        color: white;
        margin-left: 15px;
        margin-top: 20px;
    }

    .explore-btn .btn-icon {
        position: relative;
    }

        .explore-btn .btn-icon .outline {
            width: 49px;
        }

        .explore-btn .btn-icon .inner {
            width: 14px;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -webkit-transform: translate(-50%, -14.5px);
            -moz-transform: translate(-50%, -14.5px);
            -o-transform: translate(-50%, -14.5px);
            -ms-transform: translate(-50%, -14.5px);
            transform: translate(-50%, -14.5px);
        }

            .explore-btn .btn-icon .inner.active {
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
            }

            .explore-btn .btn-icon .inner.fade-out {
                -webkit-transform: translate(-50%, 14.5px);
                -moz-transform: translate(-50%, 14.5px);
                -o-transform: translate(-50%, 14.5px);
                -ms-transform: translate(-50%, 14.5px);
                transform: translate(-50%, 14.5px);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
            }

@media only screen and (max-width: 767px) {
    .explore-btn .btn-icon .outline {
        width: 34px;
    }

    .explore-btn .btn-icon .inner {
        width: 10px;
    }

    .explore-btn .btn-text {
        font-size: 15px;
        margin-top: 11px;
        margin-left: 10px;
    }
}

/* ==========================================================================
   video-popup
   ========================================================================== */

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

    .video-popup .close-btn {
        width: 32px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 5;
        cursor: pointer;
    }

    .video-popup .inner-popup {
        background-color: black;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .video-popup .vjs-control-bar {
        z-index: 10;
    }

    .video-popup .video-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
        -moz-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
        -o-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
        -ms-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
        transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
        z-index: 3;
    }

        .video-popup .video-wrap .video-js {
            width: 100%;
            outline: 0;
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
        }

        .video-popup .video-wrap .control-btn-wrap {
            width: 88px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            cursor: pointer;
            z-index: 5;
        }

        .video-popup .video-wrap video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
        }

.video-popup {
    pointer-events: none;
    z-index: -1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .video-popup.active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        z-index: 100;
        pointer-events: none;
        pointer-events: all;
    }

/* ==========================================================================
   pdf popup
   ========================================================================== */

.pdf-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

    .pdf-popup .close-btn {
        width: 32px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 5;
        cursor: pointer;
    }

    .pdf-popup .inner-popup {
        background-color: black;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .pdf-popup .pdf-wrap {
        position: absolute;
        top: 70px;
        left: 0;
        height: calc(100% - 70px);
        width: 100%;
        z-index: 3;
    }

        .pdf-popup .pdf-wrap iframe {
            width: 100%;
            height: 100%;
        }

.pdf-popup {
    pointer-events: none;
    z-index: -1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .pdf-popup.active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        z-index: 100;
        pointer-events: none;
        pointer-events: all;
    }

/* ==========================================================================
   toggle-product-open-close
   ========================================================================== */

.toggle-product-open-close {
    position: relative;
    height: 50px;
    padding-top: 50px;
    overflow: hidden;
    cursor: pointer;
}

    .toggle-product-open-close:before {
        display: block;
        content: "Show items";
        position: absolute;
        top: 0;
        left: 0;
    }

    .toggle-product-open-close:after {
        clear: both;
        display: block;
        content: "";
    }

    .toggle-product-open-close br {
        display: none;
    }

    .toggle-product-open-close a {
        float: left;
        display: block;
        background-color: #000F9F;
        font-size: 16px;
        font-weight: 300;
        padding-left: 24px;
        padding-right: 24px;
        line-height: 58px;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        border: 1px solid #000F9F;
        color: white;
        cursor: pointer;
        text-decoration: none;
        margin: 20px;
        text-align: center;
        width: calc(33.3333% - 40px);
    }

        .toggle-product-open-close a:hover {
            background-color: white;
            color: #000F9F;
        }

    .toggle-product-open-close.clicked {
        cursor: default;
        height: auto;
        padding-top: 0;
    }

        .toggle-product-open-close.clicked:before {
            content: "";
        }

@media only screen and (max-width: 767px) {
    .toggle-product-open-close a {
        width: calc(100% - 40px);
    }
}

/* ==========================================================================
   module-landing-fullscreen
   ========================================================================== */

#fullscreen-slider .module-landing-fullscreen {
    height: 100%;
    width: 100%;
    position: relative;
}

    #fullscreen-slider .module-landing-fullscreen .video-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
    }

    #fullscreen-slider .module-landing-fullscreen img, #fullscreen-slider .module-landing-fullscreen video {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #fullscreen-slider .module-landing-fullscreen img:not(.poster) {
            -webkit-transform: scale(1) translate(-50%, -50%);
            -moz-transform: scale(1) translate(-50%, -50%);
            -o-transform: scale(1) translate(-50%, -50%);
            -ms-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
            -webkit-transition: all 10s ease-out;
            -moz-transition: all 10s ease-out;
            -o-transition: all 10s ease-out;
            transition: all 10s ease-out;
            -webkit-transform-origin: top left;
            -moz-transform-origin: top left;
            -o-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
        }

    #fullscreen-slider .module-landing-fullscreen video {
        z-index: 5;
    }

    #fullscreen-slider .module-landing-fullscreen img.poster {
        z-index: 10;
    }

    #fullscreen-slider .module-landing-fullscreen .video-overlay {
        z-index: 11;
        background: -webkit-linear-gradient(-269deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(-269deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(-269deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(-269deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(-269deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #fullscreen-slider .module-landing-fullscreen.aspect-height img, #fullscreen-slider .module-landing-fullscreen.aspect-height video {
        height: 100% !important;
        width: auto !important;
    }

    #fullscreen-slider .module-landing-fullscreen.aspect-width img, #fullscreen-slider .module-landing-fullscreen.aspect-width video {
        width: 100% !important;
        height: auto !important;
    }

.active-slide .module-landing-fullscreen img:not(.poster) {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -moz-transform: scale(1.1) translate(-50%, -50%);
    -o-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
}

/* ==========================================================================
   module-landing-text-slide
   ========================================================================== */

.module-landing-text-slide {
    color: white;
}

    .module-landing-text-slide h6 {
        margin-bottom: 30px;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    .module-landing-text-slide .link-container {
        margin-top: 40px;
    }

        .module-landing-text-slide .link-container .inner-link-wrap {
            margin-bottom: 20px;
        }

            .module-landing-text-slide .link-container .inner-link-wrap:last-of-type {
                margin-bottom: 0;
            }

            .module-landing-text-slide .link-container .inner-link-wrap .line {
                width: 26px;
                height: 1px;
                background-color: white;
                margin-bottom: 10px;
            }

            .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap {
                cursor: pointer;
                display: inline-block;
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                -webkit-opacity: 0.8;
                opacity: 0.8;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
                filter: alpha(opacity=80);
                -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
            }

                .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap .text {
                    font-size: 16px;
                }

                .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap .icon {
                    width: 7px;
                    display: inline-block;
                    margin-left: 12px;
                    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                }

                .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap .nowrap {
                    white-space: nowrap;
                }

                .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap:hover {
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    -webkit-opacity: 1;
                    opacity: 1;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                    filter: alpha(opacity=100);
                }

                    .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap:hover .icon {
                        margin-left: 16px;
                    }

@media only screen and (max-width: 767px) {
    .module-landing-text-slide {
        height: 100%;
    }

        .module-landing-text-slide .maxWidth, .module-landing-text-slide .wrap-tablet-grid, .module-landing-text-slide .col-content {
            height: 100%;
        }

        .module-landing-text-slide .col-content {
            position: relative;
        }

            .module-landing-text-slide .col-content .link-container {
                margin-top: 0;
                position: absolute;
                bottom: 40px;
                left: 15px;
                width: calc(100% - 30px);
            }

                .module-landing-text-slide .col-content .link-container .inner-link-wrap .link-text-icon-wrap {
                    align-items: flex-start;
                }

                    .module-landing-text-slide .col-content .link-container .inner-link-wrap .link-text-icon-wrap .icon {
                        margin-top: 3px;
                    }

        .module-landing-text-slide h6 {
            margin-bottom: 20px;
        }
}

@media only screen and (max-height: 680px) and (min-width: 376px) {
    .module-landing-text-slide .col-content h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .module-landing-text-slide .col-content h6 {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .module-landing-text-slide .col-content .link-container {
        margin-top: 24px;
    }

        .module-landing-text-slide .col-content .link-container .inner-link-wrap {
            margin-bottom: 10px;
        }

            .module-landing-text-slide .col-content .link-container .inner-link-wrap .link-text-icon-wrap .text {
                font-size: 14px;
            }
}

@media only screen and (max-width: 375px) {
    .module-landing-text-slide .link-container .inner-link-wrap .link-text-icon-wrap .text {
        font-size: 12px;
    }

    .module-landing-text-slide h6 {
        font-size: 12px;
    }

    .module-landing-text-slide h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

/* ==========================================================================
   module-landing-hero
   ========================================================================== */

.module-landing-hero {
    position: relative;
    height: 100%;
    width: 100%;
}

    .module-landing-hero .bg-layer {
        z-index: 1;
    }

    .module-landing-hero .button-layer {
        z-index: 3;
    }

    .module-landing-hero .button-layer {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
    }

        .module-landing-hero .button-layer .maxWidth {
            padding-left: 30px;
            padding-right: 30px;
        }

        .module-landing-hero .button-layer .btn-wrap:after {
            clear: both;
            display: block;
            content: "";
        }

        .module-landing-hero .button-layer .btn-wrap .play-btn, .module-landing-hero .button-layer .btn-wrap .explore-btn {
            float: left;
        }

        .module-landing-hero .button-layer .btn-wrap .play-btn {
            margin-top: 17px;
        }

        .module-landing-hero .button-layer .play-btn {
            cursor: pointer;
            margin-left: 30px;
        }

            .module-landing-hero .button-layer .play-btn:after {
                clear: both;
                display: block;
                content: "";
            }

            .module-landing-hero .button-layer .play-btn img, .module-landing-hero .button-layer .play-btn .btn-text {
                float: left;
            }

            .module-landing-hero .button-layer .play-btn img {
                width: 17px;
            }

            .module-landing-hero .button-layer .play-btn .btn-text {
                color: white;
                margin-left: 15px;
                margin-top: 3px;
            }

        .module-landing-hero .button-layer .btn-wrap {
            text-align: center;
        }

            .module-landing-hero .button-layer .btn-wrap .explore-btn {
                float: none;
                display: inline-block;
            }

                .module-landing-hero .button-layer .btn-wrap .explore-btn .btn-icon, .module-landing-hero .button-layer .btn-wrap .explore-btn .btn-text {
                    float: none;
                }

                .module-landing-hero .button-layer .btn-wrap .explore-btn .btn-text {
                    margin-left: 0;
                    margin-top: 0;
                    margin-bottom: 10px;
                }

                .module-landing-hero .button-layer .btn-wrap .explore-btn .btn-icon {
                    display: inline-block;
                }

                    .module-landing-hero .button-layer .btn-wrap .explore-btn .btn-icon img {
                        display: inline-block;
                    }

    .module-landing-hero .module-landing-hero .bg-layer, .module-landing-hero #globe-wrapper {
        background: linear-gradient(-180deg, #020b43, #11225a 47%);
    }

    /* .module-landing-hero #changing-bg-video-layer {
  display: none;
} */

    .module-landing-hero .bg-layer {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .module-landing-hero .bg-layer .bg-image-video-wrap {
            /*   position: absolute;
  bottom: 0;
  z-index: 2;
  width: 182vh;
  left: 50%;
  transform: translateX(-50%); */
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 2;
            max-width: 2400px;
        }

            .module-landing-hero .bg-layer .bg-image-video-wrap .ratio-wrap {
                padding-bottom: 34%;
                position: relative;
                height: 0;
                width: 100%;
            }

@media only screen and (max-width: 767px) {
    .module-landing-hero .bg-layer .bg-image-video-wrap .ratio-wrap {
        padding-bottom: 103%;
    }
}

.module-landing-hero .bg-layer .bg-image-video-wrap .ratio-wrap .abs-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.module-landing-hero .bg-layer .dot-text-line-wrap {
    position: absolute;
    z-index: 5;
}

    .module-landing-hero .bg-layer .dot-text-line-wrap.third-element {
        left: 11%;
        top: 57%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.third-element .dot-line-wrap {
            -webkit-transform: rotate(-129deg);
            -moz-transform: rotate(-129deg);
            -o-transform: rotate(-129deg);
            -ms-transform: rotate(-129deg);
            transform: rotate(-129deg);
            bottom: -96px;
            left: 44px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.third-element.show .line {
            width: 71px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.fourth-element {
        left: 25%;
        top: 23%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.fourth-element .dot-line-wrap {
            -webkit-transform: rotate(-119deg);
            -moz-transform: rotate(-119deg);
            -o-transform: rotate(-119deg);
            -ms-transform: rotate(-119deg);
            transform: rotate(-119deg);
            bottom: -111px;
            left: 38px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.fourth-element.show .line {
            width: 78px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element {
        left: 60%;
        top: 19%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element .dot-line-wrap {
            -webkit-transform: rotate(-73deg);
            -moz-transform: rotate(-73deg);
            -o-transform: rotate(-73deg);
            -ms-transform: rotate(-73deg);
            transform: rotate(-73deg);
            bottom: -85px;
            left: -15px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element.show .line {
            width: 50px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.sevent-element {
        left: 58%;
        top: 51%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.sevent-element .dot-line-wrap {
            -webkit-transform: rotate(-79deg);
            -moz-transform: rotate(-79deg);
            -o-transform: rotate(-79deg);
            -ms-transform: rotate(-79deg);
            transform: rotate(-79deg);
            bottom: -120px;
            left: -20px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.sevent-element.show .line {
            width: 100px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element {
        left: 76%;
        top: 35%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element .dot-line-wrap {
            -webkit-transform: rotate(-61deg);
            -moz-transform: rotate(-61deg);
            -o-transform: rotate(-61deg);
            -ms-transform: rotate(-61deg);
            transform: rotate(-61deg);
            bottom: -98px;
            left: -36px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element.show .line {
            width: 68px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element {
        left: 35.5%;
        top: 46%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element .dot-line-wrap {
            -webkit-transform: rotate(-113deg);
            -moz-transform: rotate(-113deg);
            -o-transform: rotate(-113deg);
            -ms-transform: rotate(-113deg);
            transform: rotate(-113deg);
            bottom: -132px;
            left: 39px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element.show .line {
            width: 100px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element {
        left: 60%;
        top: 66%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element .dot-line-wrap {
            -webkit-transform: rotate(-69deg);
            -moz-transform: rotate(-69deg);
            -o-transform: rotate(-69deg);
            -ms-transform: rotate(-69deg);
            transform: rotate(-69deg);
            left: -30px;
            top: 110px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element.show .line {
            width: 80px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap .typed-text {
        white-space: nowrap;
        color: white;
        font-size: 15px;
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.9;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: default;
        /*&:hover {
                    opacity: 1;
                }
                &.active {
                    .transition(0.7s);
                    opacity: 1;
                }*/
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap .typed-text.side-overlay-trigger {
            cursor: pointer;
        }

            .module-landing-hero .bg-layer .dot-text-line-wrap .typed-text.side-overlay-trigger:hover {
                opacity: 1;
            }

    .module-landing-hero .bg-layer .dot-text-line-wrap .dot-line-wrap {
        position: absolute;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap .dot {
        width: 6px;
        height: 6px;
        background-color: white;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap .line {
        position: absolute;
        left: 0;
        top: 3px;
        height: 1px;
        background: white;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
        /* Standard syntax */
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap .line {
        width: 0;
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap .dot {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.show .dot {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

.module-landing-hero .bg-layer .globe-image {
    background-size: contain;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
}

.module-landing-hero .bg-layer .bg-layer-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

    .module-landing-hero .bg-layer .bg-layer-new .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: -webkit-linear-gradient(-180deg, #020b43 0%, #11225a 47%);
        background: -ms-linear-gradient(-180deg, #020b43 0%, #11225a 47%);
        background: -moz-linear-gradient(-180deg, #020b43 0%, #11225a 47%);
        background: -o-linear-gradient(-180deg, #020b43 0%, #11225a 47%);
        background: linear-gradient(-180deg, #020b43 0%, #11225a 47%);
    }

@media only screen and (min-width: 1024px) {
    .module-landing-hero .bg-layer .globe-image {
        -webkit-transform: translate(-50%, 0) scale(1.3);
        -moz-transform: translate(-50%, 0) scale(1.3);
        -o-transform: translate(-50%, 0) scale(1.3);
        -ms-transform: translate(-50%, 0) scale(1.3);
        transform: translate(-50%, 0) scale(1.3);
    }
}

@media only screen and (max-width: 1249px) {
    .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element {
        left: 78%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element {
        top: 46%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element {
        left: 62%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .module-landing-hero .bg-layer .dot-text-line-wrap .typed-text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.third-element {
        left: 16%;
        top: 60%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element {
        left: 69%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
    .module-landing-hero .bg-layer .dot-text-line-wrap.first-element {
        left: 30%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.third-element {
        left: 24%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.fourth-element {
        left: 24%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element {
        left: 62%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element {
        left: 65%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element {
        left: 58%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element {
        top: 46%;
        left: 34%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .module-landing-hero .bg-layer .dot-text-line-wrap.first-element {
        left: 21%;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.first-element .dot-line-wrap {
            bottom: -278px;
            left: 113px;
            -webkit-transform: rotate(-114deg);
            -moz-transform: rotate(-114deg);
            -o-transform: rotate(-114deg);
            -ms-transform: rotate(-114deg);
            transform: rotate(-114deg);
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element {
        left: 62%;
    }
}

@media only screen and (min-width: 1700px) {
    .module-landing-hero .bg-layer .dot-text-line-wrap.nine-element {
        top: 5%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.third-element {
        left: 10%;
    }
}

@media only screen and (min-width: 2400px) {
    .module-landing-hero .bg-layer .bg-image-video-wrap {
        left: 50%;
        -webkit-transform: translate(-50%, 0) scale(1.15);
        -moz-transform: translate(-50%, 0) scale(1.15);
        -o-transform: translate(-50%, 0) scale(1.15);
        -ms-transform: translate(-50%, 0) scale(1.15);
        transform: translate(-50%, 0) scale(1.15);
    }

        .module-landing-hero .bg-layer .bg-image-video-wrap.zoom {
            -webkit-transform: translate(-50%, 0) scale(1);
            -moz-transform: translate(-50%, 0) scale(1);
            -o-transform: translate(-50%, 0) scale(1);
            -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
        }
}

@media only screen and (min-width: 768px) {
    .module-landing-hero h1.big-white {
        font-size: 54px !important;
        line-height: 68px !important;
    }
}

@media only screen and (min-width: 768px) {
    .module-landing-hero .globe-image {
        background-image: url("../img/landing/new-bg-globe-image.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .module-landing-hero .globe-image {
        background-image: url("../img/landing/mobile-background-new.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .module-landing-hero h1.big-white {
        font-size: 28px !important;
        line-height: 33px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .module-landing-hero .button-layer {
        bottom: 20px;
    }

        .module-landing-hero .button-layer .maxWidth {
            padding-left: 15px;
            padding-right: 15px;
        }

        .module-landing-hero .button-layer .explore-btn .btn-text {
            font-size: 12px;
        }

        .module-landing-hero .button-layer .play-btn .btn-text {
            font-size: 12px;
            margin-left: 10px;
        }

        .module-landing-hero .button-layer .btn-wrap .play-btn {
            margin-top: 8px;
        }

    .module-landing-hero .bg-layer .dot-text-line-wrap .typed-text {
        font-size: 12px;
        line-height: 15px;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element {
        display: block;
        top: 33%;
        left: 24.5%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element {
        display: block;
        top: 16%;
        left: 13%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element {
        display: block;
        top: 45%;
        left: 58%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element {
        display: block;
        top: 68%;
        left: 33%;
    }

    .module-landing-hero .bg-layer .dot-text-line-wrap {
        display: none;
    }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element .dot-line-wrap {
            -webkit-transform: rotate(-75deg);
            -moz-transform: rotate(-75deg);
            -o-transform: rotate(-75deg);
            -ms-transform: rotate(-75deg);
            transform: rotate(-75deg);
            top: 79px;
            left: -17px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eleven-element.show .line {
            width: 48px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element .dot-line-wrap {
            -webkit-transform: rotate(-74deg);
            -moz-transform: rotate(-74deg);
            -o-transform: rotate(-74deg);
            -ms-transform: rotate(-74deg);
            transform: rotate(-74deg);
            bottom: -69px;
            left: -15px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.sixt-element.show .line {
            width: 40px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element .dot-line-wrap {
            -webkit-transform: rotate(-68deg);
            -moz-transform: rotate(-68deg);
            -o-transform: rotate(-68deg);
            -ms-transform: rotate(-68deg);
            transform: rotate(-68deg);
            bottom: -82px;
            left: -23px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.eight-element.show .line {
            width: 54px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element .dot-line-wrap {
            -webkit-transform: rotate(-74deg);
            -moz-transform: rotate(-74deg);
            -o-transform: rotate(-74deg);
            -ms-transform: rotate(-74deg);
            transform: rotate(-74deg);
            bottom: -129px;
            left: -30px;
        }

        .module-landing-hero .bg-layer .dot-text-line-wrap.ten-element.show .line {
            width: 100px;
        }
}

@media only screen and (max-width: 767px) and (min-width: 340px) {
    .module-landing-hero .bg-layer .dot-text-line-wrap.fifth-element {
        top: 10%;
    }
}

/* ==========================================================================
   touch landing bugfix
   ========================================================================== */

#fullscreen-slider {
    -webkit-user-drag: auto !important;
    touch-action: auto !important;
}

    #fullscreen-slider .slide:not(.first-slide), #fullscreen-slider .text-slide:not(.first-slide) {
        pointer-events: none !important;
    }

        #fullscreen-slider .slide:not(.first-slide).active .link-container, #fullscreen-slider .text-slide:not(.first-slide).active .link-container {
            pointer-events: all !important;
        }

        #fullscreen-slider .slide:not(.first-slide).first-slide .button-layer, #fullscreen-slider .text-slide:not(.first-slide).first-slide .button-layer {
            pointer-events: all !important;
        }

/* ==========================================================================
   Loading Landing Page
   ========================================================================== */

#on-load-overlay {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    #on-load-overlay.fade-out {
        background-color: transparent;
        pointer-events: none;
    }

    #on-load-overlay.disabled {
        z-index: -1;
    }

/* #globe::before {
  display: block;
  position: absolute;
  content: ' ';
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: auto 74%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/landing/new-bg-globe-image.png);
}
#globe canvas {
  bottom: -6px;
} */

.module-landing-hero .start-layer {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    -webkit-transition: all 5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 5s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

    .module-landing-hero .start-layer.fade-out {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .module-landing-hero .start-layer.disabled {
        z-index: -1;
    }

.module-landing-hero .headline-layer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: all 1.6s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 1.6s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 1.6s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 1.6s cubic-bezier(0.5, 0.15, 0.33, 1);
    z-index: 3;
    -webkit-transform: scale(1.3) translateY(-50%) translateY(-0.5px);
    -moz-transform: scale(1.3) translateY(-50%) translateY(-0.5px);
    -o-transform: scale(1.3) translateY(-50%) translateY(-0.5px);
    -ms-transform: scale(1.3) translateY(-50%) translateY(-0.5px);
    transform: scale(1.3) translateY(-50%) translateY(-0.5px);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    pointer-events: none;
}

    .module-landing-hero .headline-layer h1 {
        margin-bottom: 0 !important;
    }

    .module-landing-hero .headline-layer.move {
        top: 20%;
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -o-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .module-landing-hero .headline-layer.move-complete {
        top: 20%;
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -o-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

@media only screen and (max-width: 767px) {
    .module-landing-hero .headline-layer {
        -webkit-transform: scale(1) translateY(-50%) translateY(-0.5px);
        -moz-transform: scale(1) translateY(-50%) translateY(-0.5px);
        -o-transform: scale(1) translateY(-50%) translateY(-0.5px);
        -ms-transform: scale(1) translateY(-50%) translateY(-0.5px);
        transform: scale(1) translateY(-50%) translateY(-0.5px);
    }

        .module-landing-hero .headline-layer.move {
            -webkit-transform: scale(1) translateY(0);
            -moz-transform: scale(1) translateY(0);
            -o-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
        }

        .module-landing-hero .headline-layer.move-complete {
            -webkit-transform: scale(1) translateY(0);
            -moz-transform: scale(1) translateY(0);
            -o-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
        }
}

.module-landing-hero .headline-layer h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

    .module-landing-hero .headline-layer h1.active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .module-landing-hero .headline-layer h1.fade-out {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, -30px);
        -moz-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }

    .module-landing-hero .headline-layer h1:nth-child(1) {
        position: relative;
    }

    .module-landing-hero .headline-layer h1[data-id="2"] span {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }

    .module-landing-hero .headline-layer h1[data-id="2"].active-span span {
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

    .module-landing-hero .headline-layer h1[data-id="3"], .module-landing-hero .headline-layer h1[data-id="4"] {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        .module-landing-hero .headline-layer h1[data-id="4"] span {
            display: inline-block;
            vertical-align: top;
            -webkit-transform: translate(30px, 0);
            -moz-transform: translate(30px, 0);
            -o-transform: translate(30px, 0);
            -ms-transform: translate(30px, 0);
            transform: translate(30px, 0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 0.8s ease-in-out;
            -moz-transition: all 0.8s ease-in-out;
            -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
        }

            .module-landing-hero .headline-layer h1[data-id="4"] span:nth-child(2) {
                -moz-transition-delay: 0.5s;
                -o-transition-delay: 0.5s;
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .module-landing-hero .headline-layer h1[data-id="4"] span:nth-child(3) {
                -moz-transition-delay: 1.2s;
                -o-transition-delay: 1.2s;
                -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
            }

        .module-landing-hero .headline-layer h1[data-id="4"].active span {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .module-landing-hero .headline-layer h1[data-id="4"].fade-out-spans span {
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
        }

            .module-landing-hero .headline-layer h1[data-id="4"].fade-out-spans span:nth-child(2) {
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .module-landing-hero .headline-layer h1[data-id="4"].fade-out-spans span:nth-child(3) {
                -moz-transition-delay: 0.4s;
                -o-transition-delay: 0.4s;
                -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
            }

@media only screen and (max-width: 767px) {
    .module-landing-hero h1.big-white[data-id="1"] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .module-landing-hero h1.big-white {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 349px) {
    .module-landing-hero h1.big-white {
        font-size: 24px !important;
        line-height: 30px !important;
    }

        .module-landing-hero h1.big-white[data-id="4"] span {
            display: block;
        }
}

.module-landing-hero .bg-image-video-wrap {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 22s ease-out;
    -moz-transition: all 22s ease-out;
    -o-transition: all 22s ease-out;
    transition: all 22s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

    .module-landing-hero .bg-image-video-wrap.zoom {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

.module-landing-hero .button-layer {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .module-landing-hero .button-layer.active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

#content-wws {
    overflow: hidden;
}

/* ==========================================================================
   wws font
   ========================================================================== */

.module-wws-font h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
}

.module-wws-font .info-text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

@media only screen and (max-width: 1023px) {
    .module-wws-font h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-font h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .module-wws-font .info-text {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ==========================================================================
   wws hero
   ========================================================================== */

.module-wws-hero {
    text-align: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

    .module-wws-hero .bg-layer {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all 10s ease-out;
        -moz-transition: all 10s ease-out;
        -o-transition: all 10s ease-out;
        transition: all 10s ease-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .module-wws-hero.active-zoom .bg-layer {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .module-wws-hero .text-layer {
        z-index: 3;
        position: relative;
    }

    .module-wws-hero.white {
        color: white;
    }

    .module-wws-hero h1 {
        font-size: 68px;
        line-height: 74px;
        letter-spacing: 0;
        font-weight: 100;
    }

    .module-wws-hero .subtitle-before-title {
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .module-wws-hero .maxWidth {
        height: 100%;
    }

    .module-wws-hero .text-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 760px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .module-wws-hero .explore-btn {
        position: absolute;
        left: 50%;
        bottom: 60px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .module-wws-hero .video-overlay {
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-color: #0e1556;
    }

    .module-wws-hero .bg-layer .video-js {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .module-wws-hero video {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .module-wws-hero.aspect-height video {
        height: 100% !important;
        width: auto !important;
    }

    .module-wws-hero.aspect-width video {
        width: 100% !important;
        height: auto !important;
    }

@media only screen and (max-width: 767px) {
    .module-wws-hero h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .module-wws-hero .text-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .module-wws-hero .explore-btn {
        bottom: 100px;
    }
}

/* ==========================================================================
   module-wws-title-text
   ========================================================================== */

.module-wws-title-text {
    background-color: #ECECEC;
    padding-top: 85px;
    padding-bottom: 85px;
}

    .module-wws-title-text.bg-white {
        background-color: white;
    }

    .module-wws-title-text h3 {
        font-size: 30px;
        font-weight: 100;
        color: #0012BF;
        line-height: 36px;
    }

    .module-wws-title-text .maxWidth {
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .module-wws-title-text.active .maxWidth {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

@media only screen and (max-width: 767px) {
    .module-wws-title-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   module-wws-turbine
   ========================================================================== */

.module-wws-turbine {
    background-color: #06092B;
    color: white;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
}

    .module-wws-turbine .headline-row h2 {
        margin-bottom: 20px;
    }

    .module-wws-turbine .headline-row p {
        max-width: 550px;
        margin: 0 auto;
    }

    .module-wws-turbine .image-row .relative-container {
        padding-top: 160px;
        padding-bottom: 25px;
    }

        .module-wws-turbine .image-row .relative-container img {
            position: relative;
            z-index: 2;
        }

        .module-wws-turbine .image-row .relative-container .info-box {
            position: absolute;
            z-index: 5;
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            background-color: #06092B;
        }

            .module-wws-turbine .image-row .relative-container .info-box img {
                max-width: 184px;
                margin-top: 30px;
                margin-left: 25px;
            }

    .module-wws-turbine .image-row .plane-image {
        margin-top: 10px;
        position: relative;
    }

        .module-wws-turbine .image-row .plane-image .you-wrap {
            position: absolute;
            bottom: -3px;
            left: 0;
            color: #B0BB21;
            font-size: 20px;
            font-weight: 100;
            -webkit-transform: translate(-200%, 0);
            -moz-transform: translate(-200%, 0);
            -o-transform: translate(-200%, 0);
            -ms-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
        }

            .module-wws-turbine .image-row .plane-image .you-wrap img {
                width: 8px;
                margin-left: auto;
                margin-right: auto;
            }

    .module-wws-turbine .line-wrap {
        position: relative;
        height: 0;
        padding-bottom: 4%;
    }

        .module-wws-turbine .line-wrap .absWrap {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

            .module-wws-turbine .line-wrap .absWrap .left-box, .module-wws-turbine .line-wrap .absWrap .right-box {
                float: left;
                width: 50%;
                position: relative;
                height: 100%;
                overflow: hidden;
            }

                .module-wws-turbine .line-wrap .absWrap .left-box img, .module-wws-turbine .line-wrap .absWrap .right-box img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                }

    .module-wws-turbine .animation-turbine {
        max-width: 800px;
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        pointer-events: none;
    }

        .module-wws-turbine .animation-turbine .ratio-ele {
            padding-bottom: 141%;
            height: 0;
            position: relative;
        }

            .module-wws-turbine .animation-turbine .ratio-ele .absWrap {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

        .module-wws-turbine .animation-turbine .body, .module-wws-turbine .animation-turbine .cover, .module-wws-turbine .animation-turbine .wings {
            position: absolute;
        }

        .module-wws-turbine .animation-turbine .body {
            top: 37%;
            left: 45%;
            width: 10%;
            z-index: 1;
        }

        .module-wws-turbine .animation-turbine .cover {
            top: 37.5%;
            left: 45%;
            width: 10%;
            z-index: 3;
        }

        .module-wws-turbine .animation-turbine .wings {
            width: 130%;
            top: 0;
            left: -15%;
            z-index: 2;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

@media only screen and (max-width: 1023px) {
    .module-wws-turbine .image-row .plane-image .you-wrap {
        -webkit-transform: translate(-150%, 0);
        -moz-transform: translate(-150%, 0);
        -o-transform: translate(-150%, 0);
        -ms-transform: translate(-150%, 0);
        transform: translate(-150%, 0);
    }

        .module-wws-turbine .image-row .plane-image .you-wrap img {
            width: 4px;
        }
}

@media only screen and (max-width: 767px) {
    .module-wws-turbine {
        padding-top: 45px;
        padding-bottom: 150px;
    }

        .module-wws-turbine .image-row {
            padding-left: 20px;
            padding-right: 20px;
        }

            .module-wws-turbine .image-row .plane-image .you-wrap {
                font-size: 10px;
                -webkit-transform: translate(-180%, 0);
                -moz-transform: translate(-180%, 0);
                -o-transform: translate(-180%, 0);
                -ms-transform: translate(-180%, 0);
                transform: translate(-180%, 0);
            }

                .module-wws-turbine .image-row .plane-image .you-wrap img {
                    width: 2px;
                }

            .module-wws-turbine .image-row .relative-container {
                padding-top: 90px;
                padding-bottom: 5px;
            }

                .module-wws-turbine .image-row .relative-container .info-box img {
                    margin-top: 10px;
                    max-width: 63px;
                    margin-left: auto;
                    margin-right: auto;
                }
}

.module-wws-turbine .panel-content {
    position: relative;
    z-index: 3;
}

.module-wws-turbine .animation-turbine {
    z-index: 5;
}

.module-wws-turbine .animation-turbine {
    transform-origin: 0 0;
}

.module-wws-turbine .headline-row {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-wws-turbine .info-box .inner {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-wws-turbine .plane-image {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-wws-turbine .line-wrap .left-box img, .module-wws-turbine .line-wrap .right-box img {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-wws-turbine .line-wrap .left-box img {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.module-wws-turbine .line-wrap .right-box img {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.module-wws-turbine.show-headline .headline-row {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.module-wws-turbine.show-plane-part .info-box .inner {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.module-wws-turbine.show-plane-part .plane-image {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.module-wws-turbine.show-plane-part .line-wrap .left-box img, .module-wws-turbine.show-plane-part .line-wrap .right-box img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/* ==========================================================================
   module-wws-process
   ========================================================================== */

.module-process-innovator {
    height: 0;
    padding-bottom: 62%;
    position: relative;
    color: white;
    text-align: center;
}

    .module-process-innovator .image-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

        .module-process-innovator .image-wrapper .inner-image-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .module-process-innovator .image-wrapper .background-layer-1, .module-process-innovator .image-wrapper .background-layer-2 {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .module-process-innovator .image-wrapper .background-layer-1 {
            z-index: 1;
        }

        .module-process-innovator .image-wrapper .background-layer-2 {
            z-index: 2;
        }

        .module-process-innovator .image-wrapper .info-box {
            position: absolute;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top: auto;
            bottom: 29%;
            left: 50%;
            z-index: 5;
            text-align: left;
        }

            .module-process-innovator .image-wrapper .info-box .info-text {
                max-width: 260px;
                text-align: center;
                margin-bottom: 30px;
            }

            .module-process-innovator .image-wrapper .info-box .number {
                max-width: 182px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 20px;
            }

            .module-process-innovator .image-wrapper .info-box .dot-line-wrap {
                margin: 0 auto;
                width: 13px;
            }

    .module-process-innovator .text-layer {
        position: relative;
        z-index: 3;
        padding-top: 100px;
    }

@media only screen and (max-width: 1249px) {
    .module-process-innovator .text-layer {
        padding-bottom: 60px;
    }
}

.module-process-innovator .text-layer h2 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1499px) {
    .module-process-innovator .image-wrapper .info-box {
        bottom: 18%;
    }
}

@media only screen and (max-width: 1249px) {
    .module-process-innovator {
        padding-bottom: 0;
        height: auto;
        background-color: #06092B;
        padding-top: 100px;
    }

        .module-process-innovator .text-layer {
            padding-top: 0;
        }

        .module-process-innovator .image-wrapper {
            position: relative;
            height: 0;
            padding-bottom: 62%;
        }

            .module-process-innovator .image-wrapper .info-box {
                bottom: 20%;
            }

                .module-process-innovator .image-wrapper .info-box .number {
                    max-width: 150px;
                }
}

@media only screen and (max-width: 767px) {
    .module-process-innovator {
        padding-top: 45px;
    }

        .module-process-innovator .text-layer h2 {
            margin-bottom: 15px;
        }

        .module-process-innovator .image-wrapper .info-box .info-text {
            margin-bottom: 10px;
        }

        .module-process-innovator .image-wrapper .info-box .dot-line-wrap {
            width: 3px;
        }

        .module-process-innovator .image-wrapper .info-box .number {
            width: 60px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
        }
}

.module-process-innovator .background-layer-2 {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.module-process-innovator .info-box {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.module-process-innovator.active .background-layer-2 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.module-process-innovator.active .info-box {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.module-process-innovator .text-layer {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-process-innovator.active-title .text-layer {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* ==========================================================================
   module-wws-parallax-panel
   ========================================================================== */

.outer-parallax-wrap {
    position: relative;
    z-index: -1;
}

    .outer-parallax-wrap .module-prev-parallax-panel {
        position: relative;
        z-index: 5;
    }

    .outer-parallax-wrap .module-wws-parallax-panel {
        z-index: 3;
    }

.module-wws-parallax-panel {
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

    .module-wws-parallax-panel.cloned-element {
        position: relative;
        visibility: hidden;
    }

    .module-wws-parallax-panel:not(.cloned-element) {
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .module-wws-parallax-panel:not(.cloned-element).sticky {
            position: fixed;
        }

    .module-wws-parallax-panel .bg-layer {
        position: absolute;
        width: 100%;
        height: calc(100% + 200px);
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
    }

    .module-wws-parallax-panel .text-layer {
        position: absolute;
        z-index: 4;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, calc(-50% - 0.5px));
        -moz-transform: translate(-50%, calc(-50% - 0.5px));
        -o-transform: translate(-50%, calc(-50% - 0.5px));
        -ms-transform: translate(-50%, calc(-50% - 0.5px));
        transform: translate(-50%, calc(-50% - 0.5px));
    }

html.touch .module-wws-parallax-panel:not(.cloned-element).sticky {
    position: absolute;
}

/* ==========================================================================
   unrivalled experience
   ========================================================================== */

.module-unrivalled-experience {
    height: 0;
    padding-bottom: 52%;
}

    .module-unrivalled-experience .text-layer {
        text-align: center;
        color: white;
    }

        .module-unrivalled-experience .text-layer h2 {
            margin-bottom: 20px;
        }

        .module-unrivalled-experience .text-layer .number-outer-wrap {
            margin-top: 70px;
        }

            .module-unrivalled-experience .text-layer .number-outer-wrap .number-wrap {
                float: left;
                width: 50%;
            }

                .module-unrivalled-experience .text-layer .number-outer-wrap .number-wrap .number {
                    margin-top: 20px;
                    font-size: 140px;
                }

@media only screen and (max-width: 1249px) {
    .module-unrivalled-experience .text-layer .number-outer-wrap .number-wrap .number {
        margin-top: 10px;
        font-size: 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-unrivalled-experience .text-layer .number-outer-wrap .number-wrap .number {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .module-unrivalled-experience {
        height: 522px;
        padding-bottom: 0;
    }

        .module-unrivalled-experience .text-layer {
            padding-top: 50px;
            position: relative;
            left: 0;
            top: 0;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

            .module-unrivalled-experience .text-layer h2 {
                margin-bottom: 15px;
            }

            .module-unrivalled-experience .text-layer .number-outer-wrap {
                margin-top: 100px;
            }

                .module-unrivalled-experience .text-layer .number-outer-wrap .number-wrap .number {
                    font-size: 50px;
                }
}

/* ==========================================================================
   module-wws-related
   ========================================================================== */

.module-wws-related {
    padding-top: 70px;
    padding-bottom: 80px;
}

    .module-wws-related h4 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .module-wws-related a {
        font-size: 19px;
        line-height: 26px;
        color: #000F9F;
        letter-spacing: 0.5px;
        display: block;
        text-decoration: none;
        margin-bottom: 20px;
        position: relative;
        padding-right: 20px;
    }

        .module-wws-related a:last-of-type {
            margin-bottom: 0;
        }

        .module-wws-related a .icon {
            content: "";
            background-image: url('../img/arrow-next.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 10px;
            height: 18px;
            display: inline-block;
            margin-left: 10px;
            -webkit-transform: translate(0, 2px);
            -moz-transform: translate(0, 2px);
            -o-transform: translate(0, 2px);
            -ms-transform: translate(0, 2px);
            transform: translate(0, 2px);
        }

        .module-wws-related a .nowrap {
            white-space: nowrap;
        }

    .module-wws-related .related-wrap {
        display: -ms-flexbox;
        display: flex;
        align-items: strech;
    }

        .module-wws-related .related-wrap .related-container {
            width: 50%;
            background-color: white;
            border-bottom: 1px solid #000F9F;
            padding: 30px;
        }

            .module-wws-related .related-wrap .related-container:first-of-type {
                margin-right: 15px;
            }

            .module-wws-related .related-wrap .related-container:last-of-type {
                margin-left: 15px;
            }

@media only screen and (max-width: 767px) {
    .module-wws-related {
        padding-top: 25px;
    }

        .module-wws-related h4 {
            font-size: 17px;
            line-height: 26px;
        }

        .module-wws-related a {
            font-size: 16px;
            line-height: 24px;
        }

        .module-wws-related .related-wrap {
            display: block;
        }

            .module-wws-related .related-wrap .related-container {
                width: 100%;
                padding: 15px;
            }

                .module-wws-related .related-wrap .related-container:first-of-type {
                    margin-right: 0;
                    margin-bottom: 20px;
                }

                .module-wws-related .related-wrap .related-container:last-of-type {
                    margin-left: 0;
                }
}

/* ==========================================================================
   module-wws-explore-teaser
   ========================================================================== */

.module-wws-explore-teaser {
    padding-bottom: 100px;
}

    .module-wws-explore-teaser h4 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 36px;
        font-weight: 100;
    }

    .module-wws-explore-teaser h6 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .module-wws-explore-teaser h3 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 300;
    }

    .module-wws-explore-teaser .explore-teaser-slider {
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

        .module-wws-explore-teaser .explore-teaser-slider .explore-item {
            display: block;
            color: white;
            text-decoration: none;
            margin-left: 15px;
            margin-right: 15px;
            overflow: hidden;
        }

            .module-wws-explore-teaser .explore-teaser-slider .explore-item .ratio-wrap {
                height: 0;
                padding-bottom: 78%;
                position: relative;
            }

                .module-wws-explore-teaser .explore-teaser-slider .explore-item .ratio-wrap .absWrap {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                }

            .module-wws-explore-teaser .explore-teaser-slider .explore-item .bg-layer {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                z-index: 1;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .module-wws-explore-teaser .explore-teaser-slider .explore-item .text-layer {
                padding: 20px;
                position: relative;
                z-index: 2;
            }

            .module-wws-explore-teaser .explore-teaser-slider .explore-item:hover .bg-layer {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

        .module-wws-explore-teaser .explore-teaser-slider .slick-dots {
            position: absolute;
            bottom: -40px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

            .module-wws-explore-teaser .explore-teaser-slider .slick-dots li {
                display: inline-block;
                margin: 0 5px;
                height: 10px;
                width: 10px;
                position: relative;
            }

                .module-wws-explore-teaser .explore-teaser-slider .slick-dots li button {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -ms-appearance: none;
                    -o-appearance: none;
                    appearance: none;
                    font-size: 0;
                    color: transparent;
                    background-color: transparent;
                    outline: 0;
                    border: 0;
                    padding: 0;
                    width: 10px;
                    height: 10px;
                    background-color: #D8D8D8;
                    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                    border-radius: 100%;
                    cursor: pointer;
                }

                .module-wws-explore-teaser .explore-teaser-slider .slick-dots li.slick-active button {
                    background-color: #000F9F;
                }

@media only screen and (max-width: 767px) {
    .module-wws-explore-teaser h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .module-wws-explore-teaser h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

/* ==========================================================================
   module-performance-under-fire
   ========================================================================== */

.module-performance-under-fire {
    height: 0;
    padding-bottom: 60%;
    position: relative;
    color: white;
    text-align: center;
}

    .module-performance-under-fire .image-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

        .module-performance-under-fire .image-wrapper .inner-image-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .module-performance-under-fire .image-wrapper .background-layer-1 {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .module-performance-under-fire .image-wrapper .background-layer-1 {
            z-index: 1;
        }

        .module-performance-under-fire .image-wrapper .moving-wood {
            z-index: 2;
            max-width: 756px;
            position: absolute;
            top: -30%;
            right: -10%;
            width: 40%;
        }

    .module-performance-under-fire .bg-overlay {
        z-index: 3;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .module-performance-under-fire .text-layer {
        position: relative;
        z-index: 5;
        padding-top: 150px;
    }

        .module-performance-under-fire .text-layer h2 {
            margin-bottom: 20px;
        }

@media only screen and (max-width: 767px) {
    .module-performance-under-fire {
        padding-bottom: 0;
        height: 520px;
    }

        .module-performance-under-fire .text-layer {
            padding-top: 45px;
        }

            .module-performance-under-fire .text-layer h2 {
                margin-bottom: 15px;
            }
}

.module-performance-under-fire .text-layer {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-performance-under-fire.active-title .text-layer {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* ==========================================================================
   module-responsible-use
   ========================================================================== */

.module-responsible-use {
    background-color: #06092B;
    color: white;
    text-align: center;
}

    .module-responsible-use h2 {
        margin-bottom: 20px;
    }

    .module-responsible-use .text-layer {
        position: relative;
        padding-top: 70px;
        padding-bottom: 110px;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .module-responsible-use .image-wrap {
        position: relative;
        margin-top: 50px;
        text-align: left;
    }

        .module-responsible-use .image-wrap img {
            max-width: 416px;
            margin-left: auto;
            margin-right: auto;
        }

        .module-responsible-use .image-wrap .info-box {
            text-align: left;
            position: absolute;
        }

            .module-responsible-use .image-wrap .info-box img {
                margin-left: 0;
                margin-right: 0;
            }

            .module-responsible-use .image-wrap .info-box.first-info-box {
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

                .module-responsible-use .image-wrap .info-box.first-info-box img {
                    width: 182px;
                    margin-top: 15px;
                }

            .module-responsible-use .image-wrap .info-box.second-info-box {
                bottom: -7%;
                left: 55%;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

                .module-responsible-use .image-wrap .info-box.second-info-box img {
                    width: 62px;
                }

@media only screen and (max-height: 799px) {
    .module-responsible-use .text-layer {
        padding-top: 600px;
    }
}

/* ==========================================================================
   module-wws-building-better-world
   ========================================================================== */

.module-wws-building-better-world {
    background-color: #ECECEC;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 75px;
}

    .module-wws-building-better-world h2 {
        margin-bottom: 20px;
    }

    .module-wws-building-better-world .wood-home-wrapper {
        position: relative;
        outline: 0;
    }

        .module-wws-building-better-world .wood-home-wrapper .plus-icon {
            display: none;
        }

        .module-wws-building-better-world .wood-home-wrapper div {
            outline: 0;
        }

        .module-wws-building-better-world .wood-home-wrapper .image-wrapper {
            max-width: 486px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 60px;
        }

            .module-wws-building-better-world .wood-home-wrapper .image-wrapper .ratio-wrap {
                position: relative;
                height: 0;
                padding-bottom: 123.5%;
            }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .ratio-wrap .absWrap {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

            .module-wws-building-better-world .wood-home-wrapper .image-wrapper .image-item {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
                pointer-events: none;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .image-item.active {
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    -webkit-opacity: 1;
                    opacity: 1;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                    filter: alpha(opacity=100);
                    pointer-events: all;
                }

            .module-wws-building-better-world .wood-home-wrapper .image-wrapper .blue-circle {
                width: 23px;
                height: 23px;
                background-color: white;
                border: 3px solid #001998;
                border-radius: 100%;
            }

            .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon {
                position: absolute;
            }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.structural-1 {
                    top: 89%;
                    left: 39%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.structural-2 {
                    top: 0%;
                    left: 39%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.structural-3 {
                    top: 32%;
                    left: 19%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.structural-4 {
                    top: 38%;
                    left: 83%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.structural-5 {
                    top: 27%;
                    left: 58%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.structural-6 {
                    top: 56%;
                    left: 5%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.millwork-1 {
                    left: 69%;
                    top: 73%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.millwork-2 {
                    left: 20%;
                    top: 63%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.millwork-3 {
                    left: 69%;
                    top: 48%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.flooring-1 {
                    top: 83%;
                    left: 65%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.flooring-2 {
                    top: 54%;
                    left: 65%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.flooring-3 {
                    top: 53%;
                    left: 9%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.cabinets-1 {
                    top: 53%;
                    left: 44%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.cabinets-2 {
                    top: 77%;
                    left: 54%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.cabinets-3 {
                    top: 66%;
                    left: 5%;
                }

                .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.cabinets-4 {
                    top: 78%;
                    left: 55%;
                }

        .module-wws-building-better-world .wood-home-wrapper .pagination {
            text-align: left;
            position: absolute;
            top: 0;
            left: 0;
        }

            .module-wws-building-better-world .wood-home-wrapper .pagination .line-wrap {
                position: absolute;
                top: 0;
                left: 0;
                width: 4px;
                background-color: #D8D8D8;
                height: 100%;
            }

                .module-wws-building-better-world .wood-home-wrapper .pagination .line-wrap .active-line {
                    background-color: #0012BF;
                    height: 50px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    -webkit-transform: translate(0, 0);
                    -moz-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

            .module-wws-building-better-world .wood-home-wrapper .pagination .word-wrap .pagination-item {
                font-size: 15px;
                font-weight: 500;
                color: black;
                -moz-opacity: 0.3;
                -khtml-opacity: 0.3;
                -webkit-opacity: 0.3;
                opacity: 0.3;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
                filter: alpha(opacity=30);
                cursor: pointer;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 15px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .module-wws-building-better-world .wood-home-wrapper .pagination .word-wrap .pagination-item.active {
                    -moz-opacity: 0.8;
                    -khtml-opacity: 0.8;
                    -webkit-opacity: 0.8;
                    opacity: 0.8;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
                    filter: alpha(opacity=80);
                    color: #000F9F;
                }

body.ie-10 .module-wws-building-better-world .wood-home-wrapper .image-wrapper .image-item {
    display: none;
}

    body.ie-10 .module-wws-building-better-world .wood-home-wrapper .image-wrapper .image-item.active {
        display: block;
    }

.module-wws-building-better-world .wood-home-wrapper {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.module-wws-building-better-world.active .wood-home-wrapper {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.module-wws-building-better-world .text-layer {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.module-wws-building-better-world.active-title .text-layer {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.module-wws-building-better-world .plus-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .module-wws-building-better-world .plus-icon.before-highlight {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }

    .module-wws-building-better-world .plus-icon.highlight {
        -o-animation: bounceIndicator 0.4s normal;
        -moz-animation: bounceIndicator 0.4s normal;
        -webkit-animation: bounceIndicator 0.4s normal;
        animation: bounceIndicator 0.4s normal;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .module-wws-building-better-world .plus-icon:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

@-o-keyframes bounceIndicator {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes bounceIndicator {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounceIndicator {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIndicator {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-building-better-world .wood-home-wrapper .pagination {
        display: none;
    }

    .module-wws-building-better-world .wood-home-wrapper .image-wrapper .image-item {
        position: relative;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        pointer-events: all;
    }

    .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon {
        width: 23px;
    }

        .module-wws-building-better-world .wood-home-wrapper .image-wrapper .plus-icon.plywood-2 {
            top: 0;
        }

    .module-wws-building-better-world .wood-home-wrapper .mobile-pagination {
        position: relative;
        margin-top: 20px;
    }

        .module-wws-building-better-world .wood-home-wrapper .mobile-pagination .pagination-item {
            font-size: 15px;
            font-weight: 500;
            color: #000F9F;
        }

            .module-wws-building-better-world .wood-home-wrapper .mobile-pagination .pagination-item:not(.placeholder-for-css) {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .module-wws-building-better-world .wood-home-wrapper .mobile-pagination .pagination-item:not(.placeholder-for-css).active {
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    -webkit-opacity: 1;
                    opacity: 1;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                    filter: alpha(opacity=100);
                }

            .module-wws-building-better-world .wood-home-wrapper .mobile-pagination .pagination-item.placeholder-for-css {
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
                visibility: hidden;
                pointer-events: none;
            }

    .module-wws-building-better-world .wood-home-wrapper .slick-dots {
        margin-top: 10px;
    }

        .module-wws-building-better-world .wood-home-wrapper .slick-dots li {
            display: inline-block;
            margin: 0 5px;
            height: 10px;
            width: 10px;
            position: relative;
        }

            .module-wws-building-better-world .wood-home-wrapper .slick-dots li button {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none;
                font-size: 0;
                color: transparent;
                background-color: transparent;
                outline: 0;
                border: 0;
                padding: 0;
                width: 10px;
                height: 10px;
                background-color: #D8D8D8;
                -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
                border-radius: 100%;
                cursor: pointer;
            }

            .module-wws-building-better-world .wood-home-wrapper .slick-dots li.slick-active button {
                background-color: #000F9F;
            }
}

/* ==========================================================================
   module-wws-oil-map
   ========================================================================== */

.module-wws-oil-map {
    background-color: #0A005D;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .module-wws-oil-map .background-wrap {
        position: relative;
        z-index: 1;
    }

        .module-wws-oil-map .background-wrap .ratio-wrap {
            height: 0;
            padding-bottom: 58.5%;
            position: relative;
        }

            .module-wws-oil-map .background-wrap .ratio-wrap .abs-wrap {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

        .module-wws-oil-map .background-wrap img {
            position: absolute;
        }

        .module-wws-oil-map .background-wrap .map {
            position: absolute;
            max-width: 2190px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: 152%;
        }

        .module-wws-oil-map .background-wrap .map-content-canvas {
            max-width: 1441px;
            margin: 0 auto;
        }

            .module-wws-oil-map .background-wrap .map-content-canvas .content-ratio-wrap {
                position: relative;
                height: 0;
                padding-bottom: 58.5%;
            }

                .module-wws-oil-map .background-wrap .map-content-canvas .content-ratio-wrap .content-abs-wrap {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                }

            .module-wws-oil-map .background-wrap .map-content-canvas img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

    .module-wws-oil-map .text-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        padding-top: 100px;
    }

        .module-wws-oil-map .text-wrap p {
            max-width: 720px;
            margin: 0 auto;
        }

    .module-wws-oil-map h2 {
        margin-bottom: 20px;
    }

    .module-wws-oil-map .bottom-infos-wrap {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 3;
        width: 100%;
    }

    .module-wws-oil-map .bottom-infos {
        display: inline-block;
        padding-top: 30px;
        padding-bottom: 15px;
    }

        .module-wws-oil-map .bottom-infos:after {
            clear: both;
            display: block;
            content: "";
        }

        .module-wws-oil-map .bottom-infos .legend-ele {
            text-align: left;
            font-size: 17px;
            color: #E9E9E9;
            float: left;
            margin-left: 25px;
            margin-right: 25px;
        }

            .module-wws-oil-map .bottom-infos .legend-ele:first-of-type {
                margin-left: 0;
            }

            .module-wws-oil-map .bottom-infos .legend-ele:last-of-type {
                margin-right: 0;
            }

            .module-wws-oil-map .bottom-infos .legend-ele img, .module-wws-oil-map .bottom-infos .legend-ele .text {
                float: left;
            }

            .module-wws-oil-map .bottom-infos .legend-ele img {
                margin-right: 10px;
                margin-top: 6px;
                width: 8px;
            }

@media only screen and (min-width: 1440px) {
    .module-wws-oil-map .background-wrap .ratio-wrap {
        height: 842px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-oil-map .text-wrap {
        position: relative;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .module-wws-oil-map .bottom-infos .legend-ele {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
    }

        .module-wws-oil-map .bottom-infos .legend-ele img {
            margin-right: 7px;
            margin-top: 5px;
        }

        .module-wws-oil-map .bottom-infos .legend-ele:first-of-type {
            margin-left: 0;
        }

        .module-wws-oil-map .bottom-infos .legend-ele:last-of-type {
            margin-right: 0;
        }
}

.module-wws-oil-map .text-wrap {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.module-wws-oil-map .background-wrap {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

    .module-wws-oil-map .background-wrap .animation-gr-1, .module-wws-oil-map .background-wrap .animation-gr-2, .module-wws-oil-map .background-wrap .animation-gr-3, .module-wws-oil-map .background-wrap .animation-gr-4, .module-wws-oil-map .background-wrap .animation-gr-5, .module-wws-oil-map .background-wrap .animation-gr-6, .module-wws-oil-map .background-wrap .animation-gr-7, .module-wws-oil-map .background-wrap .animation-gr-8, .module-wws-oil-map .background-wrap .animation-gr-9, .module-wws-oil-map .background-wrap .animation-gr-10, .module-wws-oil-map .background-wrap .animation-gr-11 {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .module-wws-oil-map .background-wrap .animation-gr-1, .module-wws-oil-map .background-wrap .animation-gr-2 {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -o-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    .module-wws-oil-map .background-wrap .animation-gr-6, .module-wws-oil-map .background-wrap .animation-gr-8, .module-wws-oil-map .background-wrap .animation-gr-11 {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -o-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    .module-wws-oil-map .background-wrap .animation-gr-7, .module-wws-oil-map .background-wrap .animation-gr-10 {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate(0, -70px);
        -moz-transform: translate(0, -70px);
        -o-transform: translate(0, -70px);
        -ms-transform: translate(0, -70px);
        transform: translate(0, -70px);
    }

    .module-wws-oil-map .background-wrap .animation-gr-3, .module-wws-oil-map .background-wrap .animation-gr-4 {
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }

    .module-wws-oil-map .background-wrap .animation-gr-5, .module-wws-oil-map .background-wrap .animation-gr-9 {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }

.module-wws-oil-map.active .text-wrap {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.module-wws-oil-map.active .background-wrap {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-1, .module-wws-oil-map.active-dots .background-wrap .animation-gr-2, .module-wws-oil-map.active-dots .background-wrap .animation-gr-3, .module-wws-oil-map.active-dots .background-wrap .animation-gr-4, .module-wws-oil-map.active-dots .background-wrap .animation-gr-5, .module-wws-oil-map.active-dots .background-wrap .animation-gr-6, .module-wws-oil-map.active-dots .background-wrap .animation-gr-7, .module-wws-oil-map.active-dots .background-wrap .animation-gr-8, .module-wws-oil-map.active-dots .background-wrap .animation-gr-9, .module-wws-oil-map.active-dots .background-wrap .animation-gr-10, .module-wws-oil-map.active-dots .background-wrap .animation-gr-11 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-2 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-3 {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-4 {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-5 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-6 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-7 {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-8 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-9 {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-10 {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.module-wws-oil-map.active-dots .background-wrap .animation-gr-11 {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

/* ==========================================================================
   wws-oil-gas-only-map
   ========================================================================== */

@media only screen and (max-width: 767px) {
    .wws-oil-gas-only-map .text-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

/* ==========================================================================
   module-wws-coatings-map
   ========================================================================== */

.module-wws-coatings-map {
    background-color: #162d9c;
}

    .module-wws-coatings-map .background-wrap .ratio-wrap {
        padding-bottom: 61.2%;
    }

    .module-wws-coatings-map .background-wrap .map-content-canvas .content-ratio-wrap {
        padding-bottom: 60%;
    }

@media only screen and (min-width: 1440px) {
    .module-wws-coatings-map .background-wrap .ratio-wrap {
        height: 882px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .module-wws-coatings-map .mobile-background-wrap {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-coatings-map .text-wrap {
        padding-bottom: 0;
    }

    .module-wws-coatings-map .mobile-background-wrap {
        margin-top: -100px;
        position: relative;
    }

        .module-wws-coatings-map .mobile-background-wrap .slick-prev {
            display: none !important;
        }

        .module-wws-coatings-map .mobile-background-wrap .slick-next {
            position: absolute;
            top: 50%;
            right: 30px;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 50px;
            height: 50px;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            background-color: transparent;
            border: 0;
            padding: 0;
            margin: 0;
            background-image: url('../img/wws/coatings/mobile-map/arrow.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            font-size: 0;
            outline: 0;
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

            .module-wws-coatings-map .mobile-background-wrap .slick-next.slick-disabled {
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
                pointer-events: none;
            }
}

/* ==========================================================================
   module-wws-less-solvent-less-smog
   ========================================================================== */

.module-wws-less-solvent-less-smog {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: white;
    text-align: center;
}

    .module-wws-less-solvent-less-smog .ratio-wrap {
        padding-bottom: 56%;
        height: 0;
        position: relative;
    }

        .module-wws-less-solvent-less-smog .ratio-wrap .abs-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    .module-wws-less-solvent-less-smog .bg-image-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

        .module-wws-less-solvent-less-smog .bg-image-wrap div {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center left;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

            .module-wws-less-solvent-less-smog .bg-image-wrap div.clean-sky-bg {
                z-index: 1;
            }

            .module-wws-less-solvent-less-smog .bg-image-wrap div.dirty-sky-bg {
                z-index: 2;
                width: 50%;
            }

    .module-wws-less-solvent-less-smog .smog-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(80, 80, 80, 0.4);
        z-index: 2;
    }

    .module-wws-less-solvent-less-smog .smog-drag-btn {
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -24px;
        margin-left: -24px;
        cursor: pointer;
        width: 48px;
        z-index: 3;
    }

    .module-wws-less-solvent-less-smog .top-gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        -webkit-opacity: 0.4;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
        filter: alpha(opacity=40);
        background: -webkit-linear-gradient(-180deg, #000 0, rgba(0, 0, 0, 0) 84%);
        background: -ms-linear-gradient(-180deg, #000 0, rgba(0, 0, 0, 0) 84%);
        background: -moz-linear-gradient(-180deg, #000 0, rgba(0, 0, 0, 0) 84%);
        background: -o-linear-gradient(-180deg, #000 0, rgba(0, 0, 0, 0) 84%);
        background: linear-gradient(-180deg, #000 0, rgba(0, 0, 0, 0) 84%);
        z-index: 3;
    }

    .module-wws-less-solvent-less-smog .bottom-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        filter: alpha(opacity=70);
        background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 63%);
        background: -ms-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 63%);
        background: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 63%);
        background: -o-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 63%);
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 63%);
        z-index: 3;
    }

    .module-wws-less-solvent-less-smog .headline-wrap, .module-wws-less-solvent-less-smog .left-title, .module-wws-less-solvent-less-smog .right-title, .module-wws-less-solvent-less-smog .info-wrap {
        z-index: 5;
    }

    .module-wws-less-solvent-less-smog .ratio-wrap .headline-wrap {
        position: absolute;
        top: 10%;
        width: 100%;
        left: 0;
    }

        .module-wws-less-solvent-less-smog .ratio-wrap .headline-wrap h2 {
            margin-bottom: 20px;
        }

        .module-wws-less-solvent-less-smog .ratio-wrap .headline-wrap p {
            max-width: 840px;
            margin: 0 auto;
        }

    .module-wws-less-solvent-less-smog .left-title, .module-wws-less-solvent-less-smog .right-title {
        position: absolute;
        top: 50%;
        width: 50%;
        pointer-events: none;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 48px;
    }

    .module-wws-less-solvent-less-smog .left-title {
        left: 0;
    }

    .module-wws-less-solvent-less-smog .right-title {
        right: 0;
    }

    .module-wws-less-solvent-less-smog .info-wrap {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 100%;
        text-align: left;
    }

        .module-wws-less-solvent-less-smog .info-wrap .left-info, .module-wws-less-solvent-less-smog .info-wrap .right-info {
            width: 50%;
            float: left;
        }

        .module-wws-less-solvent-less-smog .info-wrap .inner {
            max-width: 480px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
        }

        .module-wws-less-solvent-less-smog .info-wrap img {
            width: 71px;
        }

        .module-wws-less-solvent-less-smog .info-wrap .info-text {
            font-size: 16px;
            font-weight: light;
            line-height: 22px;
            padding-left: 25px;
            width: calc(100% - 71px);
        }

@media only screen and (max-width: 1023px) {
    .module-wws-less-solvent-less-smog .ratio-wrap .headline-wrap {
        top: 5%;
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-less-solvent-less-smog .headline-wrap {
        padding-top: 45px;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #06092B;
    }

        .module-wws-less-solvent-less-smog .headline-wrap h2 {
            margin-bottom: 15px;
        }

    .module-wws-less-solvent-less-smog .ratio-wrap {
        padding-bottom: 112%;
    }

    .module-wws-less-solvent-less-smog .mobile-title {
        position: absolute;
        bottom: 15px;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        cursor: pointer;
        z-index: 5;
    }

        .module-wws-less-solvent-less-smog .mobile-title.left-mobile-title {
            left: 15px;
        }

        .module-wws-less-solvent-less-smog .mobile-title.right-mobile-title {
            right: 15px;
        }

        .module-wws-less-solvent-less-smog .mobile-title .text {
            font-size: 15px;
            margin-right: 10px;
        }

        .module-wws-less-solvent-less-smog .mobile-title img {
            width: 7px;
            margin-top: -3px;
        }
}

/* ==========================================================================
   module-increase-production
   ========================================================================== */

.module-increase-production {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 58%;
    text-align: center;
    color: white;
}

    .module-increase-production .move-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .module-increase-production .text-wrap {
        position: relative;
        z-index: 2;
        padding-top: 100px;
    }

        .module-increase-production .text-wrap h2 {
            margin-bottom: 20px;
        }

    .module-increase-production .loop-abs-wrap {
        position: absolute;
        bottom: 8%;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .module-increase-production .info-loop-wrap {
        margin-top: 20px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
    }

        .module-increase-production .info-loop-wrap .info-box {
            padding-right: 40px;
        }

            .module-increase-production .info-loop-wrap .info-box img {
                width: 220px;
                margin-bottom: 10px;
            }

        .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap {
            position: relative;
            width: 280px;
            height: 280px;
        }

            .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                border: 2px solid white;
                border-radius: 100%;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
                -moz-transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
                -o-transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
                transition: all 0.7s cubic-bezier(0.5, 0.15, 0.33, 1);
            }

                .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-image.active {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

                .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-image.loop-image-1 {
                    z-index: 1;
                }

                .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-image.loop-image-2 {
                    z-index: 3;
                    -webkit-transform: scale(0.2);
                    -moz-transform: scale(0.2);
                    -o-transform: scale(0.2);
                    -ms-transform: scale(0.2);
                    transform: scale(0.2);
                }

                    .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-image.loop-image-2.active {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -o-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                    }

            .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: black;
                border-radius: 100%;
                z-index: 2;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
                -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
                -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
                -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
                transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
            }

                .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap .loop-overlay.active {
                    -moz-opacity: 0.5;
                    -khtml-opacity: 0.5;
                    -webkit-opacity: 0.5;
                    opacity: 0.5;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
                    filter: alpha(opacity=50);
                }

        .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-line-dot-wrap {
            width: 280px;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

            .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-line-dot-wrap.active {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
            }

            .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-line-dot-wrap img {
                width: 9px;
                display: inline-block;
            }

@media only screen and (max-width: 1299px) {
    .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap {
        width: 150px;
        height: 150px;
    }

    .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-line-dot-wrap {
        width: 150px;
    }

        .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-line-dot-wrap img {
            width: 6px;
        }
}

@media only screen and (max-width: 1023px) {
    .module-increase-production .text-wrap {
        padding-top: 40px;
    }
}

.module-increase-production .move-bg-image {
    -webkit-transition: all 3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.module-increase-production.move-background .move-bg-image {
    -webkit-transform: translate(0, -66%);
    -moz-transform: translate(0, -66%);
    -o-transform: translate(0, -66%);
    -ms-transform: translate(0, -66%);
    transform: translate(0, -66%);
}

@media only screen and (max-width: 767px) {
    .module-increase-production {
        padding-bottom: 280%;
    }

        .module-increase-production h2 {
            margin-bottom: 15px;
        }

        .module-increase-production .move-bg-image {
            display: none;
        }

        .module-increase-production .mobile-bg-image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .module-increase-production .info-loop-wrap {
            display: inline-block;
        }

            .module-increase-production .info-loop-wrap .loop-outer-wrap {
                margin-bottom: 15px;
            }

                .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-circle-wrap, .module-increase-production .info-loop-wrap .loop-outer-wrap .loop-line-dot-wrap {
                    margin-left: auto;
                    margin-right: auto;
                }

            .module-increase-production .info-loop-wrap .info-box {
                padding-right: 0;
            }

                .module-increase-production .info-loop-wrap .info-box img {
                    width: 85px;
                    margin-left: auto;
                    margin-right: auto;
                }

        .module-increase-production .loop-abs-wrap {
            bottom: 2%;
        }
}

/* ==========================================================================
   module-wws-improving-production
   ========================================================================== */

.module-wws-improving-production {
    text-align: center;
    color: white;
    padding-top: 300px;
    padding-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .module-wws-improving-production h2 {
        margin-bottom: 20px;
    }

    .module-wws-improving-production p {
        max-width: 680px;
        margin: 0 auto;
    }

@media only screen and (min-width: 1024px) {
    .module-wws-improving-production .wrap-tablet-grid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-wws-improving-production {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-improving-production {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* ==========================================================================
   module-safe-choice
   ========================================================================== */

.module-safe-choice {
    position: relative;
    text-align: center;
    color: white;
}

    .module-safe-choice h2 {
        margin-bottom: 20px;
    }

    .module-safe-choice .bg-gradient-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        -webkit-opacity: 0.6;
        opacity: 0.6;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        filter: alpha(opacity=60);
        background: -webkit-linear-gradient(-180deg, #000526 15%, rgba(0, 7, 70, 0) 97%);
        background: -ms-linear-gradient(-180deg, #000526 15%, rgba(0, 7, 70, 0) 97%);
        background: -moz-linear-gradient(-180deg, #000526 15%, rgba(0, 7, 70, 0) 97%);
        background: -o-linear-gradient(-180deg, #000526 15%, rgba(0, 7, 70, 0) 97%);
        background: linear-gradient(-180deg, #000526 15%, rgba(0, 7, 70, 0) 97%);
        z-index: 2;
    }

    .module-safe-choice .bg-layer {
        z-index: 1;
        position: relative;
    }

        .module-safe-choice .bg-layer .bg-1 {
            position: relative;
            z-index: 1;
        }

        .module-safe-choice .bg-layer .bg-2 {
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .module-safe-choice .bg-layer .bg-3 {
            z-index: 3;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .module-safe-choice .bg-layer .bg-4 {
            z-index: 4;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

    .module-safe-choice .text-layer {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

@media only screen and (max-width: 767px) {
    .module-safe-choice .text-layer {
        position: relative;
        top: 0;
    }

    .module-safe-choice .bg-gradient-layer {
        display: none;
    }

    .module-safe-choice .text-layer {
        padding-top: 45px;
        background-color: #0B095E;
    }

    .module-safe-choice .bg-layer {
        width: 130%;
        left: -15%;
    }

        .module-safe-choice .bg-layer .mobile-gradient {
            background: -webkit-linear-gradient(-180deg, #0B095E 15%, rgba(0, 7, 70, 0) 97%);
            background: -ms-linear-gradient(-180deg, #0B095E 15%, rgba(0, 7, 70, 0) 97%);
            background: -moz-linear-gradient(-180deg, #0B095E 15%, rgba(0, 7, 70, 0) 97%);
            background: -o-linear-gradient(-180deg, #0B095E 15%, rgba(0, 7, 70, 0) 97%);
            background: linear-gradient(-180deg, #0B095E 15%, rgba(0, 7, 70, 0) 97%);
            position: absolute;
            top: -5%;
            left: 0;
            width: 100%;
            height: 60%;
            z-index: 10;
        }
}

/* ==========================================================================
   module-decades-of-performance
   ========================================================================== */

.module-decades-of-performance {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0;
    padding-bottom: 54%;
    text-align: center;
    color: white;
}

    .module-decades-of-performance h2 {
        margin-bottom: 20px;
    }

@media only screen and (min-width: 768px) {
    .module-decades-of-performance .text-layer {
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media only screen and (max-width: 767px) {
    .module-decades-of-performance {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* ==========================================================================
   overlay-slider-side coatings-extra
   ========================================================================== */

.overlay-slider-side.coatings-extra .inner-content {
    position: relative;
}

    .overlay-slider-side.coatings-extra .inner-content .text-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

        .overlay-slider-side.coatings-extra .inner-content .text-content img {
            width: 70px;
            margin-bottom: 15px;
        }

/* ==========================================================================
   module-wws-holistic-approach
   ========================================================================== */

.module-wws-holistic-approach {
    color: white;
    position: relative;
    padding-bottom: 53%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .module-wws-holistic-approach .center-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .module-wws-holistic-approach h2 {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .module-wws-holistic-approach {
        padding-bottom: 150px;
        padding-top: 150px;
        height: auto;
    }

        .module-wws-holistic-approach .center-wrap {
            position: relative;
            top: 0;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .module-wws-holistic-approach h2 {
            margin-bottom: 15px;
        }
}

/* ==========================================================================
   module-wws-drivetrain
   ========================================================================== */

.module-wws-drivetrain {
    background-color: #011240;
    text-align: center;
    color: white;
    padding-top: 100px;
}

    .module-wws-drivetrain h2 {
        margin-bottom: 20px;
    }

    .module-wws-drivetrain .car-outer-wrap {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .module-wws-drivetrain .car-outer-wrap .ratio-wrap {
            position: relative;
            height: 0;
            padding-bottom: 63.5%;
        }

            .module-wws-drivetrain .car-outer-wrap .ratio-wrap .abs-wrap {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

        .module-wws-drivetrain .car-outer-wrap .car-image {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1;
        }

        .module-wws-drivetrain .car-outer-wrap .indicator-wrap {
            position: absolute;
            z-index: 2;
        }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap .flex-wrap {
                display: -ms-flexbox;
                display: flex;
            }

                .module-wws-drivetrain .car-outer-wrap .indicator-wrap .flex-wrap div:first-of-type {
                    margin-right: 10px;
                }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap .white-circle {
                width: 23px;
                height: 23px;
                border-radius: 100%;
                border: 3px solid white;
                background-color: #001998;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap .icon img {
                opacity: 0;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap .text {
                line-height: 29px;
                white-space: nowrap;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap.exterior {
                top: 0%;
                left: 49%;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap.coatings {
                top: 27%;
                right: 87%;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap.tires {
                right: 88%;
                top: 45%;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap.structural-parts {
                right: 55%;
                top: 34%;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap.engine-compartment {
                top: 39%;
                left: 80%;
            }

            .module-wws-drivetrain .car-outer-wrap .indicator-wrap.brakes {
                top: 73%;
                right: 43%;
            }

@media only screen and (max-width: 1023px) {
    .module-wws-drivetrain .car-outer-wrap .indicator-wrap.engine-compartment {
        right: 20px;
        left: auto;
    }

    .module-wws-drivetrain .car-outer-wrap .indicator-wrap.coatings {
        left: 20px;
        right: auto;
    }

    .module-wws-drivetrain .car-outer-wrap .indicator-wrap.tires {
        left: 20px;
        right: auto;
    }
}

@media only screen and (min-width: 768px) {
    .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .module-wws-drivetrain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .module-wws-drivetrain .car-outer-wrap .indicator-wrap {
            display: none;
        }

        .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap {
            position: absolute;
            width: 30px;
            height: 30px;
            color: white;
            background-color: #030F9F;
            border-radius: 100%;
            text-align: center;
            line-height: 34px;
            font-size: 12px;
            font-weight: bold;
            z-index: 5;
            cursor: pointer;
        }

            .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap.exterior {
                top: 0%;
                left: 48%;
            }

            .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap.coatings {
                top: 31%;
                left: 5%;
            }

            .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap.tires {
                top: 47%;
                left: 8%;
            }

            .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap.structural-parts {
                top: 40%;
                left: 42%;
            }

            .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap.brakes {
                top: 65%;
                left: 49%;
            }

            .module-wws-drivetrain .car-outer-wrap .mobile-indicator-wrap.engine-compartment {
                top: 40%;
                left: 75%;
            }

        .module-wws-drivetrain .mobile-list {
            text-align: left;
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 10px;
        }

            .module-wws-drivetrain .mobile-list .list-item {
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                cursor: pointer;
                margin-top: 3px;
                margin-bottom: 3px;
            }

                .module-wws-drivetrain .mobile-list .list-item img {
                    width: 16px;
                    margin-top: -2px;
                }

                .module-wws-drivetrain .mobile-list .list-item .number {
                    margin-right: 10px;
                    font-size: 10px;
                }

                .module-wws-drivetrain .mobile-list .list-item .text {
                    margin-right: 10px;
                    font-size: 16px;
                }
}

.module-wws-drivetrain .car-outer-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

html.sidebar-overlay-active .module-wws-drivetrain .car-outer-wrap {
    -webkit-transform: translate(-50px, 0);
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

/* ==========================================================================
   module-composite-engine
   ========================================================================== */

.module-composite-engine {
    padding-bottom: 49%;
    height: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
}

    .module-composite-engine .text-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .module-composite-engine h2 {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .module-composite-engine {
        padding-top: 100px;
        padding-bottom: 100px;
        height: auto;
    }

        .module-composite-engine .text-wrap {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .module-composite-engine h2 {
            margin-bottom: 15px;
        }
}

/* ==========================================================================
   module-stronger-than-steel
   ========================================================================== */

.module-stronger-than-steel {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F8F8;
}

    .module-stronger-than-steel h2 {
        margin-bottom: 20px;
    }

    .module-stronger-than-steel p {
        max-width: 700px;
        margin: 0 auto;
    }

    .module-stronger-than-steel .graph {
        margin-top: 80px;
        margin-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .module-stronger-than-steel .graph .graph-header {
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            -webkit-opacity: 0.4;
            opacity: 0.4;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
            filter: alpha(opacity=40);
            letter-spacing: 0.5px;
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .module-stronger-than-steel .graph .graph-item-wrap {
            border-bottom: 1px solid #ADB2E6;
            border-top: 1px dashed rgba(0, 18, 191, 0.3);
        }

            .module-stronger-than-steel .graph .graph-item-wrap:after {
                clear: both;
                display: block;
                content: "";
            }

            .module-stronger-than-steel .graph .graph-item-wrap .outer-item-wrap {
                float: left;
                width: 20%;
                padding-left: 50px;
                padding-right: 50px;
                height: 400px;
            }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-item {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 400px;
                background-color: #DEE0F4;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                z-index: 5;
            }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item.bg-blue {
                    background-color: #0012BF;
                }

                    .module-stronger-than-steel .graph .graph-item-wrap .graph-item.bg-blue .inner-text {
                        color: white;
                    }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item .inner-text {
                    padding-top: 20px;
                    color: #0012BF;
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    -webkit-opacity: 0;
                    opacity: 0;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                    filter: alpha(opacity=0);
                    -webkit-transform: translate(0, 50px);
                    -moz-transform: translate(0, 50px);
                    -o-transform: translate(0, 50px);
                    -ms-transform: translate(0, 50px);
                    transform: translate(0, 50px);
                    -webkit-transition: all 0.4s ease-out;
                    -moz-transition: all 0.4s ease-out;
                    -o-transition: all 0.4s ease-out;
                    transition: all 0.4s ease-out;
                }

                    .module-stronger-than-steel .graph .graph-item-wrap .graph-item .inner-text .value {
                        font-size: 28px;
                        font-weight: bold;
                        line-height: 1;
                    }

                    .module-stronger-than-steel .graph .graph-item-wrap .graph-item .inner-text .unit {
                        font-size: 19px;
                        font-weight: 100;
                    }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc {
                position: absolute;
                left: 0;
                width: 100%;
                text-align: center;
                padding-bottom: 5px;
                z-index: 2;
            }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-100 {
                    bottom: 100%;
                }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-80 {
                    bottom: 320px;
                }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-60 {
                    bottom: 240px;
                }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-50 {
                    bottom: 200px;
                }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-40 {
                    bottom: 160px;
                }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow-wrap {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow {
                position: absolute;
                bottom: 160px;
                height: 100%;
                left: 0;
                width: 100%;
                background-image: url('../img/wws/automotive/graph/graph-arrow.png');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: bottom center;
                -webkit-transform: translate(0, -240px);
                -moz-transform: translate(0, -240px);
                -o-transform: translate(0, -240px);
                -ms-transform: translate(0, -240px);
                transform: translate(0, -240px);
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                filter: alpha(opacity=0);
            }

                .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow .inner-text-wrap {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 240px;
                }

                    .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow .inner-text-wrap .inner-text {
                        position: absolute;
                        top: 50%;
                        -webkit-transform: translate(0, -50%);
                        -moz-transform: translate(0, -50%);
                        -o-transform: translate(0, -50%);
                        -ms-transform: translate(0, -50%);
                        transform: translate(0, -50%);
                        left: 0;
                        width: 100%;
                        color: white;
                        font-size: 39px;
                        line-height: 1;
                    }

            .module-stronger-than-steel .graph .graph-item-wrap .outer-item-wrap.with-arrow .today {
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                -webkit-transform: translate(0, -100%);
                -moz-transform: translate(0, -100%);
                -o-transform: translate(0, -100%);
                -ms-transform: translate(0, -100%);
                transform: translate(0, -100%);
                padding-bottom: 5px;
            }

        .module-stronger-than-steel .graph .graph-description-wrap {
            margin-top: 25px;
        }

            .module-stronger-than-steel .graph .graph-description-wrap:after {
                clear: both;
                display: block;
                content: "";
            }

            .module-stronger-than-steel .graph .graph-description-wrap .description-item {
                float: left;
                width: 20%;
                font-size: 19px;
                font-weight: 300;
            }

        .module-stronger-than-steel .graph .graph-item-perc.item-100, .module-stronger-than-steel .graph .today {
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-80 {
            height: 320px;
        }

        .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-60 {
            height: 240px;
        }

        .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-50 {
            height: 200px;
        }

        .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-40 {
            height: 160px;
        }

        .module-stronger-than-steel .graph.active-item-values .graph-item-wrap .graph-item .inner-text {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .module-stronger-than-steel .graph.active-arrow .graph-item-wrap .graph-arrow {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

        .module-stronger-than-steel .graph.active-headlines .graph-item-perc.item-100, .module-stronger-than-steel .graph.active-headlines .today {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
        }

@media only screen and (max-width: 1299px) {
    .module-stronger-than-steel .graph .graph-item-wrap .outer-item-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1099px) {
    .module-stronger-than-steel .graph .graph-item-wrap .outer-item-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .module-stronger-than-steel .graph .graph-item-wrap .outer-item-wrap {
        height: 300px;
    }

    .module-stronger-than-steel .graph .graph-item-wrap .graph-item {
        height: 300px;
    }

    .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-80 {
        bottom: 240px;
    }

    .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-60 {
        bottom: 180px;
    }

    .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-50 {
        bottom: 150px;
    }

    .module-stronger-than-steel .graph .graph-item-wrap .graph-item-perc.item-40 {
        bottom: 120px;
    }

    .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow {
        bottom: 120px;
        -webkit-transform: translate(0, -180px);
        -moz-transform: translate(0, -180px);
        -o-transform: translate(0, -180px);
        -ms-transform: translate(0, -180px);
        transform: translate(0, -180px);
    }

        .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow .inner-text-wrap {
            height: 180px;
        }

    .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-80 {
        height: 240px;
    }

    .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-60 {
        height: 180px;
    }

    .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-50 {
        height: 150px;
    }

    .module-stronger-than-steel .graph.active-items .graph-item-wrap .graph-item.item-40 {
        height: 120px;
    }

    .module-stronger-than-steel .graph.active-arrow .graph-item-wrap .graph-arrow {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 767px) {
    .module-stronger-than-steel {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .module-stronger-than-steel h2 {
            margin-bottom: 15px;
        }

        .module-stronger-than-steel .graph {
            margin-top: 50px;
            margin-bottom: 30px;
        }

            .module-stronger-than-steel .graph .today, .module-stronger-than-steel .graph .graph-item-perc {
                display: none;
            }

            .module-stronger-than-steel .graph .graph-header {
                margin-bottom: 15px;
            }

            .module-stronger-than-steel .graph .graph-item-wrap .outer-item-wrap {
                width: 50%;
            }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-item .inner-text .value {
                font-size: 20px;
            }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-item .inner-text .unit {
                font-size: 16px;
            }

            .module-stronger-than-steel .graph .graph-item-wrap .graph-arrow .inner-text-wrap .inner-text {
                font-size: 24px;
            }

            .module-stronger-than-steel .graph .graph-description-wrap {
                margin-top: 10px;
            }

                .module-stronger-than-steel .graph .graph-description-wrap .description-item {
                    width: 50%;
                }
}

/* ==========================================================================
   module-our-history
   ========================================================================== */

.module-our-history {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%;
    width: 100vw;
    overflow: hidden;
}

    .module-our-history h2 {
        font-size: 50px;
        letter-spacing: -1px;
        line-height: 60px;
    }

    .module-our-history .start-panel {
        background-color: #070D46;
        color: white;
        text-align: center;
    }

        .module-our-history .start-panel h2 {
            margin-bottom: 20px;
        }

        .module-our-history .start-panel .btn-text-wrap {
            margin-top: 70px;
        }

        .module-our-history .start-panel .bg-layer {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
        }

            .module-our-history .start-panel .bg-layer .pax-bg {
                max-width: 774px;
                position: absolute;
                width: 70%;
                left: 50%;
                top: 0;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

            .module-our-history .start-panel .bg-layer .bg-pattern {
                position: absolute;
                max-width: 1033px;
                width: 90%;
                left: 55%;
                top: 0;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

        .module-our-history .start-panel .text-layer {
            max-width: 1412px;
            margin: 0 auto;
            padding-top: 70px;
            padding-bottom: 50px;
            position: relative;
            z-index: 2;
        }

            .module-our-history .start-panel .text-layer .btn-wrap {
                position: relative;
                display: inline-block;
                margin-top: 20px;
            }

            .module-our-history .start-panel .text-layer .open-timeline {
                width: 46px;
                cursor: pointer;
                display: inline-block;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

                .module-our-history .start-panel .text-layer .open-timeline:hover {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

@media only screen and (max-width: 1023px) {
    .module-our-history h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .module-our-history h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .module-our-history .start-panel .bg-layer .pax-bg {
        width: 140%;
    }

    .module-our-history .start-panel .bg-layer .bg-pattern-mob-1 {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 289px;
        width: 33%;
    }

    .module-our-history .start-panel .bg-layer .bg-pattern-mob-2 {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 304px;
        width: 40%;
    }
}

/* ==========================================================================
   timeline desktop
   ========================================================================== */

.module-our-history .timeline-panel {
    background-color: #070D46;
    background-image: linear-gradient(0deg, #111E7C 0%, #070D46 100%);
    padding-left: 30px;
    padding-right: 30px;
}

    .module-our-history .timeline-panel .inner-timeline-wrap {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

        .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box {
            position: absolute;
            color: white;
        }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .info-title {
                font-size: 14px;
                font-weight: 700px;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .big-title {
                width: 212px;
                margin-bottom: 15px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .small-title {
                font-size: 30px;
                margin-bottom: 10px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .small-title-v2 {
                font-size: 22px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .description-text {
                font-size: 16px;
                line-height: 22px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .description-text-small {
                font-size: 13px;
                line-height: 18px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .flex-container {
                display: flex;
            }

                .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .flex-container div:first-of-type {
                    margin-right: 10px;
                }

                .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .flex-container .small-title {
                    margin-bottom: 0;
                }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1899 {
                top: 0;
                left: 0;
                background-color: #050d48;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1910 {
                top: 8.5%;
                left: 6%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1910-1920 {
                max-width: 32%;
                background: #070f4e;
                top: 10.9%;
                left: 9%;
                padding: 10px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1920-1930 {
                max-width: 32%;
                background: #070f4e;
                top: 10.9%;
                left: 48%;
                padding: 10px;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1942 {
                max-width: 32%;
                top: 21.5%;
                left: 57%;
            }

                .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1942 .flex-container {
                    margin-top: 15px;
                }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1952 {
                top: 33.8%;
                left: 22%;
                max-width: 33%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1978 {
                top: 37%;
                left: 10%;
                max-width: 25%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1981 {
                top: 43.5%;
                left: 10%;
                max-width: 35%;
                background-color: #0b1560;
            }

                .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1981 .flex-container {
                    margin-top: 15px;
                }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-1993 {
                top: 53%;
                left: 46%;
                max-width: 36%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2001 {
                top: 56.3%;
                left: 46%;
                max-width: 36%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2005 {
                top: 61%;
                left: 29%;
                max-width: 36%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2006 {
                top: 68.7%;
                left: 19%;
                max-width: 36%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2007 {
                top: 74.3%;
                left: 19%;
                max-width: 36%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2010 {
                top: 72%;
                left: 66%;
                max-width: 30%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2012 {
                top: 81.3%;
                left: 66%;
                max-width: 34%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2015 {
                top: 85%;
                left: 47%;
                max-width: 34%;
            }

            .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2016 {
                top: 90%;
                left: 28%;
                max-width: 34%;
            }

@media only screen and (max-width: 1099px) {
    .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2005 {
        max-width: 45%;
    }

    .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box.y-2007 {
        top: 75.5%;
    }
}

@media only screen and (min-width: 1024px) {
    .module-our-history .timeline-panel-responsive {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .module-our-history .timeline-panel {
        display: none;
    }
}

/* ==========================================================================
   timeline mobile
   ========================================================================== */

.module-our-history .timeline-panel-responsive {
    background-color: #070D46;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

    .module-our-history .timeline-panel-responsive .inner-resp-timeline {
        max-width: 500px;
        margin: 0 auto;
    }

    .module-our-history .timeline-panel-responsive .big-title {
        width: 177px;
        margin-bottom: 15px;
    }

    .module-our-history .timeline-panel-responsive .info-title {
        font-size: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .module-our-history .timeline-panel-responsive .description-text {
        font-size: 15px;
        line-height: 20px;
    }

    .module-our-history .timeline-panel-responsive .small-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .module-our-history .timeline-panel-responsive .description-text-small {
        font-size: 13px;
        line-height: 18px;
    }

    .module-our-history .timeline-panel-responsive .ratio-wrap {
        height: 0;
        padding-bottom: 1%;
        position: relative;
    }

    .module-our-history .timeline-panel-responsive .abs-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .module-our-history .timeline-panel-responsive .flex-container {
        display: flex;
    }

        .module-our-history .timeline-panel-responsive .flex-container .text-info-box {
            width: 50%;
        }

            .module-our-history .timeline-panel-responsive .flex-container .text-info-box:first-of-type {
                padding-right: 8px;
            }

                .module-our-history .timeline-panel-responsive .flex-container .text-info-box:first-of-type.y-1910-1920 {
                    padding-left: 8px;
                }

            .module-our-history .timeline-panel-responsive .flex-container .text-info-box:last-of-type {
                padding-left: 8px;
            }

                .module-our-history .timeline-panel-responsive .flex-container .text-info-box:last-of-type.y-1920-1930 {
                    padding-left: 10px;
                    padding-right: 6px;
                }

    .module-our-history .timeline-panel-responsive .layer-1 {
        position: relative;
        z-index: 1;
    }

    .module-our-history .timeline-panel-responsive .layer-2 {
        position: relative;
        z-index: 2;
    }

    .module-our-history .timeline-panel-responsive .white-line-2-wrap {
        margin-bottom: 15px;
    }

        .module-our-history .timeline-panel-responsive .white-line-2-wrap .ratio-wrap {
            padding-bottom: 42%;
        }

        .module-our-history .timeline-panel-responsive .white-line-2-wrap img {
            position: absolute;
            bottom: 0;
            left: -15px;
            width: 22%;
        }

    .module-our-history .timeline-panel-responsive .text-info-box .flex-container div:first-of-type {
        margin-right: 10px;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1910 {
        margin-top: 5px;
    }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1910 .ratio-wrap {
            padding-bottom: 85%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1910 img {
            position: absolute;
            top: 0;
            right: -15px;
            width: 92%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1910 .text-container {
            position: absolute;
            background-color: #070D46;
            top: 43%;
            left: 25%;
            padding-left: 8px;
        }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1910-1920, .module-our-history .timeline-panel-responsive .text-info-box.y-1920-1930 {
        background-color: #070D46;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1942 .flex-container {
        margin-top: 15px;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1952 {
        margin-top: 40px;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1978 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1978 .ratio-wrap {
            padding-bottom: 97%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1978 img {
            position: absolute;
            top: 0;
            left: 0;
            width: 54%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1978 .text-container {
            position: absolute;
            left: 64%;
            top: 27%;
        }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1981 .flex-container {
        margin-top: 15px;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-1993 {
        margin-bottom: 15px;
    }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1993 .ratio-wrap {
            padding-bottom: 120%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1993 img {
            position: absolute;
            top: 0;
            left: -15px;
            height: 100%;
            width: auto;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1993 .text-container.first {
            position: absolute;
            left: 34%;
            top: 10.5%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-1993 .text-container.second {
            position: absolute;
            left: 34%;
            top: 56%;
        }

    .module-our-history .timeline-panel-responsive .text-info-box.y-2006 {
        overflow: hidden;
        margin-bottom: 20px;
    }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2006 .ratio-wrap {
            padding-bottom: 155%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2006 img {
            position: absolute;
            left: 15px;
            top: -8%;
            width: 52%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2006 .text-container.first {
            position: absolute;
            left: 19%;
            top: 9%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2006 .text-container.second {
            position: absolute;
            left: 19%;
            top: 74%;
        }

    .module-our-history .timeline-panel-responsive .text-info-box.y-2010 {
        background-color: #070D46;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-2012 {
        margin-bottom: 20px;
    }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2012 .ratio-wrap {
            padding-bottom: 172%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2012 img.first {
            position: absolute;
            top: -20%;
            left: -15px;
            width: 52%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2012 img.second {
            position: absolute;
            bottom: 0;
            right: -15px;
            width: 55%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2012 .text-container.first {
            position: absolute;
            left: 50.9%;
            top: 12%;
        }

        .module-our-history .timeline-panel-responsive .text-info-box.y-2012 .text-container.second {
            position: absolute;
            left: 0;
            top: 33%;
            width: 50%;
        }

    .module-our-history .timeline-panel-responsive .time-arrow {
        width: 23px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

@media only screen and (min-width: 400px) {
    .module-our-history .timeline-panel-responsive .text-info-box.y-2006 .ratio-wrap {
        padding-bottom: 0;
        height: 380px;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-2006 .text-container.first {
        left: 15%;
        top: 11%;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-2006 .text-container.second {
        top: 79%;
        left: 15%;
    }

    .module-our-history .timeline-panel-responsive .text-info-box.y-2006 img {
        width: auto;
        height: 90%;
    }
}

/* ==========================================================================
   animation
   ========================================================================== */

.close-timeline-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 46px;
    z-index: 999;
    cursor: pointer;
}

    .close-timeline-btn.fixed {
        position: fixed;
        top: 50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.module-our-history .bg-layer .bg-pattern, .module-our-history .bg-layer .bg-pattern-mob-1, .module-our-history .bg-layer .bg-pattern-mob-2 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.module-our-history .bg-layer .pax-bg {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.module-our-history .open-timeline {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.module-our-history .btn-text-wrap p {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.module-our-history.active-timeline .bg-layer .bg-pattern, .module-our-history.active-timeline .bg-layer .bg-pattern-mob-1, .module-our-history.active-timeline .bg-layer .bg-pattern-mob-2 {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.module-our-history.active-timeline .bg-layer .pax-bg {
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
    filter: alpha(opacity=7.000000000000001);
}

.module-our-history.active-timeline .open-timeline {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.module-our-history.active-timeline .btn-text-wrap p {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

/* ==========================================================================
   fade in text-boxes
   ========================================================================== */

@media only screen and (min-width: 1024px) {
    .module-our-history .text-info-box {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

        .module-our-history .text-info-box.show-it {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }
}

body.ie-10 .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .flex-container {
    display: table;
}

    body.ie-10 .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .flex-container > div {
        display: table-cell;
    }

        body.ie-10 .module-our-history .timeline-panel .inner-timeline-wrap .text-info-box .flex-container > div:first-of-type {
            padding-right: 10px;
            vertical-align: top;
        }

body.ie-10 .module-our-history .timeline-panel-responsive .flex-container {
    display: table;
}

    body.ie-10 .module-our-history .timeline-panel-responsive .flex-container > div {
        display: table-cell;
    }

        body.ie-10 .module-our-history .timeline-panel-responsive .flex-container > div:first-of-type {
            padding-right: 10px;
            vertical-align: top;
        }

/* ==========================================================================
   General
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/* ==========================================================================
   General Modules
   ========================================================================== */

.module-text-container ul li, .module-simple-hero-container ul li, .module-download-section ul li, .module-text-container ol li, .module-simple-hero-container ol li, .module-download-section ol li {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 10px;
}

.module-text-container table ul li, .module-simple-hero-container table ul li, .module-download-section table ul li, .module-text-container table ol li, .module-simple-hero-container table ol li, .module-download-section table ol li {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .module-text-container ul li, .module-simple-hero-container ul li, .module-download-section ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

p {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}

.module-text-container h1, .module-simple-hero-container h1, .module-download-section h1, .module-table-container h1, .module-download-container h1, .module-link-container h1, .module-corporate-governance-container h1, .module-big-hero h1, .module-landing-hero h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -1px;
    font-weight: 100;
    margin-bottom: 20px;
    color: #0012BF;
}

    .module-text-container h1.big-white, .module-simple-hero-container h1.big-white, .module-download-section h1.big-white, .module-table-container h1.big-white, .module-download-container h1.big-white, .module-link-container h1.big-white, .module-corporate-governance-container h1.big-white, .module-big-hero h1.big-white, .module-landing-hero h1.big-white, .module-text-container h1.big-black, .module-simple-hero-container h1.big-black, .module-download-section h1.big-black, .module-table-container h1.big-black, .module-download-container h1.big-black, .module-link-container h1.big-black, .module-corporate-governance-container h1.big-black, .module-big-hero h1.big-black, .module-landing-hero h1.big-black {
        font-size: 68px;
        line-height: 74px;
        letter-spacing: 0;
        font-weight: 100;
        margin-bottom: 35px;
    }

    .module-text-container h1.big-white, .module-simple-hero-container h1.big-white, .module-download-section h1.big-white, .module-table-container h1.big-white, .module-download-container h1.big-white, .module-link-container h1.big-white, .module-corporate-governance-container h1.big-white, .module-big-hero h1.big-white, .module-landing-hero h1.big-white {
        color: white;
    }

    .module-text-container h1.big-black, .module-simple-hero-container h1.big-black, .module-download-section h1.big-black, .module-table-container h1.big-black, .module-download-container h1.big-black, .module-link-container h1.big-black, .module-corporate-governance-container h1.big-black, .module-big-hero h1.big-black, .module-landing-hero h1.big-black {
        color: black;
    }

.module-text-container h2, .module-simple-hero-container h2, .module-download-section h2, .module-table-container h2, .module-download-container h2, .module-link-container h2, .module-corporate-governance-container h2, .module-big-hero h2, .module-landing-hero h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 100;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    margin-top: 40px;
}

.module-text-container h1 + h2, .module-simple-hero-container h1 + h2, .module-download-section h1 + h2, .module-table-container h1 + h2, .module-download-container h1 + h2, .module-link-container h1 + h2, .module-corporate-governance-container h1 + h2, .module-big-hero h1 + h2, .module-landing-hero h1 + h2 {
    margin-top: 20px;
}

.module-text-container p, .module-simple-hero-container p, .module-download-section p, .module-table-container p, .module-download-container p, .module-link-container p, .module-corporate-governance-container p, .module-big-hero p, .module-landing-hero p {
    margin: 20px 0;
}

.module-text-container h5, .module-simple-hero-container h5, .module-download-section h5, .module-table-container h5, .module-download-container h5, .module-link-container h5, .module-corporate-governance-container h5, .module-big-hero h5, .module-landing-hero h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.module-text-container .table td, .module-simple-hero-container .table td, .module-download-section .table td, .module-table-container .table td, .module-download-container .table td, .module-link-container .table td, .module-corporate-governance-container .table td, .module-big-hero .table td, .module-landing-hero .table td {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 300;
    padding: 5px 10px;
}

.module-text-container .table th, .module-simple-hero-container .table th, .module-download-section .table th, .module-table-container .table th, .module-download-container .table th, .module-link-container .table th, .module-corporate-governance-container .table th, .module-big-hero .table th, .module-landing-hero .table th {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
    .module-text-container h1, .module-simple-hero-container h1, .module-download-section h1, .module-table-container h1, .module-download-container h1, .module-link-container h1, .module-corporate-governance-container h1, .module-big-hero h1, .module-landing-hero h1 {
        font-size: 40px;
        line-height: 48px;
    }

        .module-text-container h1.big-white, .module-simple-hero-container h1.big-white, .module-download-section h1.big-white, .module-table-container h1.big-white, .module-download-container h1.big-white, .module-link-container h1.big-white, .module-corporate-governance-container h1.big-white, .module-big-hero h1.big-white, .module-landing-hero h1.big-white, .module-text-container h1.big-black, .module-simple-hero-container h1.big-black, .module-download-section h1.big-black, .module-table-container h1.big-black, .module-download-container h1.big-black, .module-link-container h1.big-black, .module-corporate-governance-container h1.big-black, .module-big-hero h1.big-black, .module-landing-hero h1.big-black {
            font-size: 48px;
            line-height: 62px;
            margin-bottom: 20px;
        }

    .module-text-container h2, .module-simple-hero-container h2, .module-download-section h2, .module-table-container h2, .module-download-container h2, .module-link-container h2, .module-corporate-governance-container h2, .module-big-hero h2, .module-landing-hero h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h3 {
        font-size: 20px;
    }
}

/* ==========================================================================
   careers update
   ========================================================================== */

.module-text-container-center h2, .module-image-text-half-grid h2, .module-internships-program h2, .module-slideshow-v1 h2, .module-video-container h2, .module-connect-with-us h2, .module-background-image-with-centered-text h2, .module-people h2, .overlay-slider-side h2, .module-news-panel h2, .module-landing-text-slide h2, .module-join-container h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
}

.module-text-container-center h3, .module-image-text-half-grid h3, .module-internships-program h3, .module-slideshow-v1 h3, .module-video-container h3, .module-connect-with-us h3, .module-background-image-with-centered-text h3, .module-people h3, .overlay-slider-side h3, .module-news-panel h3, .module-landing-text-slide h3, .module-join-container h3 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -1px;
    color: #0012BF;
    font-weight: 100;
}

.module-text-container-center h4, .module-image-text-half-grid h4, .module-internships-program h4, .module-slideshow-v1 h4, .module-video-container h4, .module-connect-with-us h4, .module-background-image-with-centered-text h4, .module-people h4, .overlay-slider-side h4, .module-news-panel h4, .module-landing-text-slide h4, .module-join-container h4 {
    font-size: 30px;
    font-weight: 100;
    color: #0012BF;
    line-height: 36px;
}

@media only screen and (max-width: 1023px) {
    .module-text-container-center h2, .module-image-text-half-grid h2, .module-internships-program h2, .module-slideshow-v1 h2, .module-video-container h2, .module-connect-with-us h2, .module-background-image-with-centered-text h2, .module-people h2, .overlay-slider-side h2, .module-news-panel h2, .module-landing-text-slide h2, .module-join-container h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .module-text-container-center h3, .module-image-text-half-grid h3, .module-internships-program h3, .module-slideshow-v1 h3, .module-video-container h3, .module-connect-with-us h3, .module-background-image-with-centered-text h3, .module-people h3, .overlay-slider-side h3, .module-news-panel h3, .module-landing-text-slide h3, .module-join-container h3 {
        font-size: 36px;
        line-height: 50px;
    }

    .module-text-container-center h4, .module-image-text-half-grid h4, .module-internships-program h4, .module-slideshow-v1 h4, .module-video-container h4, .module-connect-with-us h4, .module-background-image-with-centered-text h4, .module-people h4, .overlay-slider-side h4, .module-news-panel h4, .module-landing-text-slide h4, .module-join-container h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .module-text-container-center h2, .module-image-text-half-grid h2, .module-internships-program h2, .module-slideshow-v1 h2, .module-video-container h2, .module-connect-with-us h2, .module-background-image-with-centered-text h2, .module-people h2, .overlay-slider-side h2, .module-news-panel h2, .module-landing-text-slide h2, .module-join-container h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .module-text-container-center h3, .module-image-text-half-grid h3, .module-internships-program h3, .module-slideshow-v1 h3, .module-video-container h3, .module-connect-with-us h3, .module-background-image-with-centered-text h3, .module-people h3, .overlay-slider-side h3, .module-news-panel h3, .module-landing-text-slide h3, .module-join-container h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* ==========================================================================
   Module Simple Hero Container
   ========================================================================== */

.module-image-grid-container .title {
    font-size: 30px;
    line-height: 33px;
    font-weight: 300;
}

.module-image-grid-container .hover-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .module-image-grid-container .title {
        font-size: 24px;
    }
}

/* ==========================================================================
   module-download-section
   ========================================================================== */

.module-download-section .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #0012BF;
}

.module-download-section ul li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 22px;
}

    .module-download-section ul li:after {
        content: "";
        background-image: url('../img/general/plus.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 13px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 2px;
    }

/* ==========================================================================
   module-download-container
   ========================================================================== */

.module-download-container p {
    font-size: 16px;
    line-height: 22px;
}

.select-style-type-1 .select2-hidden-accessible {
    display: none;
}

.select-style-type-1, .select2-container {
    font-size: 15px;
    font-weight: 300;
}

.select-style-type-1 {
    background-color: transparent;
}

    .select-style-type-1 select {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .select-style-type-1 div, .select-style-type-1 span {
        outline: 0 !important;
    }

    .select-style-type-1 span {
        vertical-align: middle;
    }

    .select-style-type-1 .select2-container--type-1 {
        color: inherit;
        background-color: inherit;
        height: 40px;
        line-height: 44px;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        position: relative;
    }

        .select-style-type-1 .select2-container--type-1:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 14px;
            width: 8px;
            height: 4px;
            -webkit-transform: translate(0, -50%) rotate(0deg);
            -moz-transform: translate(0, -50%) rotate(0deg);
            -o-transform: translate(0, -50%) rotate(0deg);
            -ms-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
            background-image: url('../img/header/breadcrumb/arrow_down_black.png');
            background-size: contain;
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

        .select-style-type-1 .select2-container--type-1.select2-container--open, .select-style-type-1 .select2-container--type-1:hover {
            background-color: white;
            box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
        }

            .select-style-type-1 .select2-container--type-1.select2-container--open .select2-selection--single .select2-selection__rendered, .select-style-type-1 .select2-container--type-1:hover .select2-selection--single .select2-selection__rendered {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
            }

        .select-style-type-1 .select2-container--type-1 .select2-selection--single .select2-selection__rendered {
            padding-left: 15px;
            padding-right: 38px;
        }

.select2-container--type-1 {
    background-color: white;
}

    .select2-container--type-1 .select2-results__option {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
        height: 40px;
        line-height: 40px;
        color: black;
        white-space: nowrap;
    }

        .select2-container--type-1 .select2-results__option[aria-selected=true] {
            display: none;
        }

    .select2-container--type-1 .select2-results {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 380px;
    }

    .select2-container--type-1 .select2-dropdown {
        border: none;
        border-radius: 0;
        box-shadow: 0px 18px 14px 0px rgba(0, 0, 0, 0.2);
        padding-top: 5px;
        padding-bottom: 5px;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .select2-container--type-1 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .select-style-type-1 {
        background-color: white;
    }
}

.slick-slide, .slick-slide * {
    outline: none !important;
}

/* ==========================================================================
   Tables
   ========================================================================== */

.tables h3 {
    margin-top: 80px;
    margin-bottom: 40px;
}

.tables img {
    display: inline-block;
}

.tables .table-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.tables td, .tables th {
    padding: 6px;
    font-weight: inherit;
    border: 1px none;
    border-top-style: solid;
    border-bottom-style: solid;
}

    .tables td:not(:nth-child(1)), .tables th:not(:nth-child(1)) {
        border-left-style: solid;
    }

    .tables td:not(:nth-last-child(1)), .tables th:not(:nth-last-child(1)) {
        border-right-style: solid;
    }

.tables .multi-col {
    padding: 0;
    font-size: 0;
}

    .tables .multi-col td {
        border-top: 0;
        word-break: break-word;
        border-bottom: 0;
        border-right: 0 !important;
    }

    .tables .multi-col tr, .tables .multi-col td, .tables .multi-col th {
        width: 100%;
    }

        .tables .multi-col tr:nth-child(1), .tables .multi-col td:nth-child(1), .tables .multi-col th:nth-child(1) {
            border-left: 0;
        }

        .tables .multi-col tr:nth-last-child(1), .tables .multi-col td:nth-last-child(1), .tables .multi-col th:nth-last-child(1) {
            border-right: 0;
        }

    .tables .multi-col, .tables .multi-col__inner, .tables .multi-col table {
        height: 100%;
    }

.tables .multi-col__inner {
    display: inline-block;
    width: 100%;
}

.tables th.multi-col {
    overflow: hidden;
}

    .tables th.multi-col .multi-col__inner {
        height: calc(100% + 1px);
        width: calc(100% + 1px);
        margin-left: -1px;
        display: block;
        border-top: 0;
    }

        .tables th.multi-col .multi-col__inner table th {
            border-top: 0;
        }

.tables .recommendation-image {
    width: 24px;
}

.tables .dot-image {
    width: 13px;
}

.tables .lower-title {
    font-size: 11px;
}

    .tables .lower-title span {
        margin: 0 10px;
    }

        .tables .lower-title span:nth-child(1) {
            margin-left: 0;
        }

        .tables .lower-title span:nth-last-child(1) {
            margin-right: 0;
        }

    .tables .lower-title img {
        margin-right: 10px;
    }

.tables table {
    width: 100%;
    text-align: center;
}

.tables .table-wrapper > table thead > tr > td:last-child, .tables .table-wrapper > table tbody > tr > td:last-child, .tables .table-wrapper > table thead > tr > th:last-child, .tables .table-wrapper > table tbody > tr > th:last-child {
    border-right-style: solid;
}

.tables .table-wrapper > table thead > tr > td:first-child, .tables .table-wrapper > table tbody > tr > td:first-child, .tables .table-wrapper > table thead > tr > th:first-child, .tables .table-wrapper > table tbody > tr > th:first-child {
    border-left-style: solid;
}

.tables .table-wrapper > table thead > tr:last-child > td, .tables .table-wrapper > table tbody > tr:last-child > td, .tables .table-wrapper > table thead > tr:last-child > th, .tables .table-wrapper > table tbody > tr:last-child > th {
    border-bottom-style: solid;
}

.tables .table-wrapper > table > thead {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 12px;
}

    .tables .table-wrapper > table > thead td, .tables .table-wrapper > table > thead th {
        font-size: 12px;
        font-weight: 500;
    }

    .tables .table-wrapper > table > thead tr {
        background-color: #ECECEC;
    }

    .tables .table-wrapper > table > thead input[type=checkbox] + label {
        border-color: #000F9F;
    }

    .tables .table-wrapper > table > thead input[type=checkbox]:checked + label {
        background-image: url('../img/tables/checkbox_white.png');
        background-color: #000F9F;
    }

    .tables .table-wrapper > table > thead td, .tables .table-wrapper > table > thead th {
        border-color: #BABABA;
    }

        .tables .table-wrapper > table > thead td:not(.multi-col), .tables .table-wrapper > table > thead th:not(.multi-col) {
            height: 64px;
        }

.tables .table-wrapper > table > tbody {
    font-weight: 300;
    font-size: 14px;
}

    .tables .table-wrapper > table > tbody > tr > td {
        border-bottom-style: none;
    }

        .tables .table-wrapper > table > tbody > tr > td > span {
            display: inline-block;
        }

            .tables .table-wrapper > table > tbody > tr > td > span .small {
                min-width: 92px;
            }

        .tables .table-wrapper > table > tbody > tr > td.multi-col td span {
            min-width: 92px;
            display: inline-block;
        }

        .tables .table-wrapper > table > tbody > tr > td.multi-col td.recommendation-image-wrap span {
            min-width: 50px;
        }

        .tables .table-wrapper > table > tbody > tr > td .product-title {
            color: #0012BF;
        }

    .tables .table-wrapper > table > tbody > tr:not(.seperator-row):not(.selected):nth-child(odd) {
        background-color: #F8F8F8;
    }

    .tables .table-wrapper > table > tbody > tr:not(.seperator-row):not(.selected):nth-child(even) {
        background-color: white;
    }

    .tables .table-wrapper > table > tbody > tr.seperator-row {
        background-color: #3B8EDE;
        color: white;
    }

        .tables .table-wrapper > table > tbody > tr.seperator-row td {
            height: 36px;
            border-color: #3B8EDE;
        }

    .tables .table-wrapper > table > tbody input[type=checkbox] + label {
        border-color: #000F9F;
    }

    .tables .table-wrapper > table > tbody input[type=checkbox]:checked + label {
        background-image: url('../img/tables/checkbox_white.png');
        background-color: #000F9F;
    }

    .tables .table-wrapper > table > tbody td, .tables .table-wrapper > table > tbody th {
        border-color: #C3C3C3;
    }

        .tables .table-wrapper > table > tbody td:not(.multi-col), .tables .table-wrapper > table > tbody th:not(.multi-col) {
            height: 54px;
        }

@media screen {
    .tables .table-wrapper > table > tbody > tr.selected {
        background-color: #e5e7f8;
    }

        .tables .table-wrapper > table > tbody > tr.selected > td, .tables .table-wrapper > table > tbody > tr.selected > th {
            border-color: transparent;
            border-width: 1px;
            border-top-color: #0012BF;
        }

            .tables .table-wrapper > table > tbody > tr.selected > td:first-child, .tables .table-wrapper > table > tbody > tr.selected > th:first-child {
                border-left-color: #0012BF;
            }

            .tables .table-wrapper > table > tbody > tr.selected > td:last-child, .tables .table-wrapper > table > tbody > tr.selected > th:last-child {
                border-right-color: #0012BF;
            }

        .tables .table-wrapper > table > tbody > tr.selected table td, .tables .table-wrapper > table > tbody > tr.selected table th {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
        }

        .tables .table-wrapper > table > tbody > tr.selected + tr.selected td, .tables .table-wrapper > table > tbody > tr.selected + tr.selected th {
            border-top-color: transparent;
        }

        .tables .table-wrapper > table > tbody > tr.selected + tr:not(.selected) > td, .tables .table-wrapper > table > tbody > tr.selected + tr:not(.selected) > th {
            border-top: 1px solid #0012BF;
        }

        .tables .table-wrapper > table > tbody > tr.selected:last-child > td, .tables .table-wrapper > table > tbody > tr.selected:last-child > th {
            border-bottom-color: #0012BF;
        }
}

.tables .checkbox-cell {
    width: 1%;
    padding: 15px;
}

.tables input[type=checkbox] {
    display: none;
}

    .tables input[type=checkbox] + label {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

.tables .properties {
    white-space: pre-wrap;
}

@media only screen and (min-width: 1201px) {
    .tables .multi-col table {
        font-size: 14px;
    }

    .tables .properties span {
        min-width: 61px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .tables span, .tables .multi-col table {
        font-size: 11px;
    }

    .tables .properties span {
        min-width: 41px !important;
    }
}

@media only screen and (min-width: 1401px) {
    .tables .recommendations td, .tables .recommendations th {
        min-width: 100px;
    }

    .tables span.big {
        min-width: 200px;
    }

    .tables .lower-title {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .tables .recommendations td, .tables .recommendations th {
        min-width: 70px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .tables .recommendations td, .tables .recommendations th {
        min-width: 80px;
    }
}

@media only screen and (max-width: 1400px) {
    .tables .recommendations td, .tables .recommendations th {
        min-width: 80px;
    }

    .tables .lower-title {
        margin-top: 5px;
    }

    .tables span.big {
        min-width: 130px;
    }

    .tables .table-scroll-wrapper {
        margin: 0 -15px;
    }

        .tables .table-scroll-wrapper .table-wrapper {
            padding: 0 15px;
        }
}

.module-table-container .subtitle-wrap {
    margin-bottom: 20px;
}

    .module-table-container .subtitle-wrap:after {
        clear: both;
        display: block;
        content: "";
    }

    .module-table-container .subtitle-wrap h5 {
        float: left;
    }

    .module-table-container .subtitle-wrap .info-wrap {
        float: right;
    }

        .module-table-container .subtitle-wrap .info-wrap .info-item {
            float: left;
            margin-right: 20px;
            font-size: 13px;
            line-height: 24px;
            color: #6D6D6D;
        }

            .module-table-container .subtitle-wrap .info-wrap .info-item:last-of-type {
                margin-right: 0;
            }

            .module-table-container .subtitle-wrap .info-wrap .info-item img {
                margin-right: 10px;
            }

@media only screen and (max-width: 767px) {
    .module-table-container .info-wrap {
        float: left;
    }
}

.tableProductOfferings-wrap th:nth-child(2) {
    min-width: 100px;
}

.tableProductOfferings-wrap th.multi-col .multi-col__inner tr:nth-child(2) {
    height: 100px;
}

.hero-image {
    max-height: 400px;
    margin-top: 86px;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.result--template, .breadcrumb {
    display: none;
}

.breadcrumb {
    font-size: 14px;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    color: #000;
    margin-top: 50px;
}

.result {
    color: #3C3C3C;
}

.company_name {
    line-height: 36px;
    font-size: 30px;
    color: #0012BF;
    font-weight: 300;
    margin-bottom: 10px;
}

.result {
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
}

    .result h5 {
        font-weight: 400;
    }

    .result:last-of-type {
        border-bottom: none;
    }

#content.connect, form.connect {
    margin-top: 60px;
}

    #content.connect input, form.connect input, #content.connect .select2-container, form.connect .select2-container {
        position: relative;
        z-index: 1;
    }

        #content.connect input:hover, form.connect input:hover, #content.connect .select2-container:hover, form.connect .select2-container:hover {
            z-index: 2;
        }

    #content.connect .sidebar, form.connect .sidebar {
        margin-top: 80px;
    }

    #content.connect .subtitle-wrap, form.connect .subtitle-wrap {
        width: 77.114%;
    }

    #content.connect .subtitle, form.connect .subtitle {
        font-size: 19px;
        line-height: 26px;
        color: #3E3E3E;
    }

    #content.connect .notice, form.connect .notice {
        margin-top: 15px;
        font-size: 13px;
        line-height: 18px;
        color: #6D6D6D;
    }

    #content.connect .error-notice, form.connect .error-notice {
        margin: 15px 0;
        font-size: 13px;
        line-height: 18px;
        color: #D0021B;
    }

    #content.connect form h4, form.connect form h4 {
        font-size: 15px;
        margin-top: 30px;
    }

    #content.connect form button, form.connect form button {
        background-color: #0012BF;
        color: #fff;
        padding: 25px 30px;
        font-size: 15px;
        outline: none;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

    form.connect h4 {
        font-size: 15px;
        margin-top: 30px;
    }

    form.connect button {
        background-color: #0012BF;
        color: #fff;
        padding: 25px 30px;
        font-size: 15px;
        outline: none;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

html.no-touch #content.connect button:hover, html.no-touch form.connect button:hover {
    color: #0012BF;
    border: 1px solid #0012BF;
    background-color: transparent;
}

.submit-message-wrapper {
    margin-top: 30px;
}

    .submit-message-wrapper button {
        background-color: #0012BF;
        color: #fff;
        padding: 25px 30px;
        font-size: 15px;
        outline: none;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

    .submit-message-wrapper #submit, .submit-message-wrapper .finished, .submit-message-wrapper button {
        float: left;
    }

    .submit-message-wrapper #submit, .submit-message-wrapper button {
        width: 195px;
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center;
        position: relative;
    }

        .submit-message-wrapper #submit img, .submit-message-wrapper button img {
            max-width: 50px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-bottom: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
        }

        .submit-message-wrapper #submit.loading, .submit-message-wrapper button.loading {
            color: transparent !important;
        }

            .submit-message-wrapper #submit.loading img.rotating, .submit-message-wrapper button.loading img.rotating {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
                -webkit-animation: rotating 2s linear infinite;
                -moz-animation: rotating 2s linear infinite;
                -ms-animation: rotating 2s linear infinite;
                -o-animation: rotating 2s linear infinite;
                animation: rotating 2s linear infinite;
            }

        .submit-message-wrapper #submit.done, .submit-message-wrapper button.done {
            color: transparent !important;
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            pointer-events: none;
        }

        .submit-message-wrapper #submit.done--success, .submit-message-wrapper button.done--success {
            background-color: #B0BB21;
            background-image: url('../img/contact-us/mark.png');
        }

        .submit-message-wrapper #submit.done--error, .submit-message-wrapper button.done--error {
            background-color: #D0021B;
            background-image: url('../img/contact-us/x.png');
        }

    .submit-message-wrapper .finished {
        font-size: 13px;
        color: #6D6D6D;
        line-height: 71px;
        width: calc(100% - 195px);
        padding-left: 15px;
    }

.input-content {
    width: 60%;
}

    .input-content .select2-container {
        height: 60px;
        width: 100% !important;
        padding-top: 10px;
        background-color: #fff;
    }

        .input-content .select2-container.filled {
            color: #000;
            font-weight: bolder;
        }

        .input-content .select2-container.error {
            color: #D0021B;
            border-bottom: 1px solid #D0021B;
        }

    .input-content .select-wrapper {
        margin-top: 20px;
    }

        .input-content .select-wrapper > .select-style-type-1 {
            float: left;
            width: calc(50% - 15px);
        }

        .input-content .select-wrapper .select-style-type-1:first-of-type {
            margin-right: 15px;
        }

        .input-content .select-wrapper .select-style-type-1:nth-of-type(2) {
            margin-left: 15px;
        }

    .input-content .input-select-wrapper {
        float: left;
        width: 100%;
    }

        .input-content .input-select-wrapper .input-holder {
            width: calc(50% - 15px);
            float: left;
        }

            .input-content .input-select-wrapper .input-holder input {
                width: 100%;
                margin: 0;
            }

            .input-content .input-select-wrapper .input-holder:first-of-type.select-style-type-1, .input-content .input-select-wrapper .input-holder:first-of-type input {
                margin-right: 15px;
            }

            .input-content .input-select-wrapper .input-holder:nth-of-type(2).select-style-type-1, .input-content .input-select-wrapper .input-holder:nth-of-type(2) input {
                margin-left: 15px;
            }

        .input-content .input-select-wrapper .select2-container {
            background-color: #F3F3F3;
            border-bottom: 1px solid #ccc;
            color: #6D6D6D;
            font-size: 17px;
        }

            .input-content .input-select-wrapper .select2-container:hover {
                background-color: #fff;
            }

            .input-content .input-select-wrapper .select2-container.filled {
                color: #000;
                background-color: #fff;
                border-bottom: transparent;
            }

            .input-content .input-select-wrapper .select2-container.error {
                color: #D0021B;
                border-bottom: 1px solid #D0021B;
            }

    .input-content .input-textarea textarea {
        margin-top: 50px;
        padding: 20px 15px;
        width: 100%;
        background-color: transparent;
        border: 1px solid #ccc;
        outline: none;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

        .input-content .input-textarea textarea.filled {
            background-color: #fff;
            color: black;
            border: 1px solid #fff;
        }

        .input-content .input-textarea textarea:hover {
            background-color: #fff;
            box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
        }

        .input-content .input-textarea textarea:focus {
            background-color: #fff;
            border-bottom: 1px solid #0012BF;
            color: #0012BF;
        }

        .input-content .input-textarea textarea.error {
            color: #D0021B;
            border: 1px solid #D0021B;
        }

            .input-content .input-textarea textarea.error::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #D0021B;
            }

            .input-content .input-textarea textarea.error::-moz-placeholder {
                /* Firefox 19+ */
                color: #D0021B;
            }

            .input-content .input-textarea textarea.error:-ms-input-placeholder {
                /* IE 10+ */
                color: #D0021B;
            }

            .input-content .input-textarea textarea.error:-moz-placeholder {
                /* Firefox 18- */
                color: #D0021B;
            }

    .input-content .input-wrapper {
        margin-bottom: 10px;
    }

        .input-content .input-wrapper > input {
            float: left;
            width: calc(50% - 15px);
        }

        .input-content .input-wrapper input:first-of-type {
            margin-right: 15px;
        }

        .input-content .input-wrapper input:nth-of-type(2) {
            margin-left: 15px;
        }

@media only screen and (max-width: 767px) {
    .hero-image {
        height: 200px;
    }

    #content.connect .subtitle-wrap, form.connect .subtitle-wrap, #content.connect .input-content, form.connect .input-content {
        width: 100%;
    }

        #content.connect .input-content .select-wrapper .select-style-type-1, form.connect .input-content .select-wrapper .select-style-type-1 {
            margin: 0;
            width: 100%;
            float: none;
        }

            #content.connect .input-content .select-wrapper .select-style-type-1:first-of-type, form.connect .input-content .select-wrapper .select-style-type-1:first-of-type {
                margin-bottom: 10px;
            }

    #content.connect .company_name, form.connect .company_name {
        font-size: 24px;
        line-height: 30px;
    }

    #content.connect .sidebar, form.connect .sidebar {
        padding-top: 50px;
    }

    #content.connect .subtitle, form.connect .subtitle {
        font-size: 16px;
    }

    #content.connect .result h5, form.connect .result h5 {
        font-size: 15px;
    }

    #content.connect .input-wrapper, form.connect .input-wrapper {
        margin-bottom: 0;
    }

        #content.connect .input-wrapper input:first-of-type, form.connect .input-wrapper input:first-of-type, #content.connect .input-wrapper input:nth-of-type(2), form.connect .input-wrapper input:nth-of-type(2) {
            margin: 0;
        }

        #content.connect .input-wrapper > input, form.connect .input-wrapper > input {
            float: none;
            width: 100%;
            margin-bottom: 10px !important;
        }

    #content.connect .submit-message-wrapper #submit, form.connect .submit-message-wrapper #submit, #content.connect .submit-message-wrapper button, form.connect .submit-message-wrapper button {
        width: 100%;
    }

    #content.connect .submit-message-wrapper .finished, form.connect .submit-message-wrapper .finished {
        font-size: 14px;
        margin-top: 10px;
        line-height: 16px;
        width: 100%;
        padding-left: 0;
    }

    #content.connect .input-content .select-wrapper > .select-style-type-1, form.connect .input-content .select-wrapper > .select-style-type-1 {
        float: none;
        width: 100%;
    }

    #content.connect .input-content .input-select-wrapper, form.connect .input-content .input-select-wrapper {
        float: left;
    }

        #content.connect .input-content .input-select-wrapper .input-holder, form.connect .input-content .input-select-wrapper .input-holder {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            #content.connect .input-content .input-select-wrapper .input-holder input, form.connect .input-content .input-select-wrapper .input-holder input {
                width: 100%;
                margin: 0;
            }

            #content.connect .input-content .input-select-wrapper .input-holder:first-of-type.select-style-type-1, form.connect .input-content .input-select-wrapper .input-holder:first-of-type.select-style-type-1, #content.connect .input-content .input-select-wrapper .input-holder:nth-of-type(2).select-style-type-1, form.connect .input-content .input-select-wrapper .input-holder:nth-of-type(2).select-style-type-1 {
                margin-bottom: 10px;
            }

            #content.connect .input-content .input-select-wrapper .input-holder:first-of-type input, form.connect .input-content .input-select-wrapper .input-holder:first-of-type input, #content.connect .input-content .input-select-wrapper .input-holder:nth-of-type(2) input, form.connect .input-content .input-select-wrapper .input-holder:nth-of-type(2) input {
                margin: 0;
            }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.contact-us .sidebar-widget#widget_contacts {
        float: right;
        clear: both;
    }

    body.contact-us .sidebar-widget#widget_careers, body.contact-us .sidebar-widget#widget_location {
        margin-top: -134px;
    }

    #content.connect .subtitle-wrap, form.connect .subtitle-wrap {
        width: 100%;
    }

    #content.connect .input-content, form.connect .input-content {
        width: 80%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    #content.connect .col-9, form.connect .col-9 {
        width: 70%;
    }

    #content.connect .col-3, form.connect .col-3 {
        width: 30%;
    }
}

@-webkit-keyframes rotating {
    /* Safari and Chrome */
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.connect-popup {
    padding-left: 100px;
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 80px;
    margin: 0 auto;
}

    .connect-popup form.connect {
        margin-top: 0;
    }

    .connect-popup h1 {
        margin-top: 0 !important;
    }

    .connect-popup .input-content {
        width: 100%;
    }

@media only screen and (max-width: 1024px) {
    .connect-popup {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .connect-popup {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ==========================================================================
   update bugfix implementation
   ========================================================================== */

form.connect #mailSubject {
    margin-top: 40px;
}

form.connect textarea {
    width: calc(50% - 15px);
}

form.connect #mailBody p {
    width: 100% !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    margin-top: 100px;
    background-color: #060C46;
    background-image: url('../img/footer/background.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 100%;
}

.has-maps .footer {
    margin-top: 0;
}

.footer__btn-top {
    position: absolute;
    width: 88px;
    cursor: pointer;
    right: 0;
    -webkit-transform: translate(17%, -50%);
    -moz-transform: translate(17%, -50%);
    -o-transform: translate(17%, -50%);
    -ms-transform: translate(17%, -50%);
    transform: translate(17%, -50%);
}

.footer-inner {
    max-width: 1412px;
    font-size: 0;
    padding: 0 15px;
}

.footer-title {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-title--adjust {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 1025px) {
    .footer-inner {
        margin: 44px auto 52px auto;
    }

    .footer__btn-top {
        top: -44px;
        right: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-inner {
        margin: 46px auto 0 auto;
    }

    .footer__btn-top {
        top: -46px;
        right: 15px;
    }
}

/* ==========================================================================
   FOOTER TILES
   ========================================================================== */

.footer__tiles .slick-dots {
    display: inline-block;
}

@media only screen and (min-width: 1025px) {
    .footer__tiles {
        margin-bottom: 86px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer__tiles {
        margin-bottom: 52px;
    }

        .footer__tiles .slick-dots {
            text-align: center;
            width: 100%;
        }

            .footer__tiles .slick-dots button {
                width: 8px;
                height: 8px;
                background: white;
                border: 0;
                border-radius: 100%;
                overflow: hidden;
                padding: 0;
            }

            .footer__tiles .slick-dots li {
                padding: 0 5px;
                display: inline-block;
            }

                .footer__tiles .slick-dots li:not(.slick-active) button {
                    -moz-opacity: 0.2;
                    -khtml-opacity: 0.2;
                    -webkit-opacity: 0.2;
                    opacity: 0.2;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
                    filter: alpha(opacity=20);
                }
}

@media only screen and (max-width: 767px) {
    .footer__tiles {
        margin-left: -15px;
        margin-right: -15px;
    }

        .footer__tiles .slick-dots {
            margin-top: 20px;
        }
}

@media only screen and (min-width: 768px) {
    .footer__tiles .slick-dots {
        margin-top: 40px;
    }
}

.footer-tile {
    padding: 20px 16px;
    height: 256px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.footer-tile__wrapper {
    color: white;
    width: 25%;
    display: inline-block;
    font-size: 1rem;
}

.footer-tile--blue {
    background-color: #000F9F;
}

.footer-tile--green {
    background-color: #799C4B;
}

.footer-tile--blue.footer-tile--pattern:before {
    background-image: url('../img/footer/pattern-blue.png');
    background-position: right center;
}

.footer-tile--green.footer-tile--pattern:before {
    background-image: url('../img/footer/pattern-green.png');
    background-position: left center;
}

.footer-tile--pattern:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.footer-tile > span {
    display: inline-block;
    width: 100%;
}

.footer-tile.footer-tile--type-video .footer-tile__type:before {
    background-image: url('../img/footer/tile-type-play.png');
}

.footer-tile.footer-tile--type-file .footer-tile__type:before {
    background-image: url('../img/footer/tile-type-document.png');
}

.footer-tile.footer-tile--type-download .footer-tile__type:before {
    background-image: url('../img/footer/tile-type-download.png');
}

.footer-tile__type {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

    .footer-tile__type:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.footer-tile__tag {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue World W05_45 Lt';
    font-weight: bold;
    letter-spacing: 0.75px;
}

.footer-tile__title {
    max-width: 226px;
    line-height: 32px;
    height: 64px;
    font-size: 30px;
}

.footer-tile__date {
    font-size: 14px;
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
    .footer-tile__title {
        font-size: 20px;
    }
}

/* ==========================================================================
   FOOTER GENERAL
   ========================================================================== */

.footer-general {
    font-size: 0;
}

.footer-general__container {
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .footer-general {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-general {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* ==========================================================================
   FOOTER GENERAL
   ========================================================================== */

.footer-logo img {
    max-width: 180px;
}

@media only screen and (min-width: 1025px) {
    .footer-logo {
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-logo {
        margin-bottom: 41px;
    }
}

/* ==========================================================================
   FOOTER TABLE
   ========================================================================== */

.footer-table__column {
    display: inline-block;
    vertical-align: top;
}

.footer-table__link {
    color: white;
    text-decoration: none;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.87px;
    font-size: 16px;
}

.footer-table__list--social img {
    width: 26px;
}

.footer-table__list--social > li {
    display: inline-block;
}

    .footer-table__list--social > li:not(.last-child) {
        margin-right: 10px;
    }

@media only screen and (min-width: 1025px) {
    .footer-table {
        width: 75%;
    }
}

@media only screen and (min-width: 1025px) {
    .footer-table__column {
        width: 20%;
        padding-right: 20px;
    }

        .footer-table__column:nth-child(1), .footer-table__column:nth-child(2), .footer-table__column:nth-child(3) {
            width: 23%;
        }

        .footer-table__column:nth-child(4), .footer-table__column:nth-child(5) {
            width: 15.5%;
        }

    .footer-table__column--multi .footer-table__column {
        width: 100%;
        padding-right: 0;
    }

        .footer-table__column--multi .footer-table__column:not(:first-child) {
            margin-top: 50px;
        }
}

@media only screen and (max-width: 1025px) {
    .footer-table, .footer-table__column {
        width: 100%;
    }

        .footer-table__column:not(.footer-table__column--multi) {
            margin-bottom: 40px;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .footer-table__column li {
        display: inline-block;
    }

        .footer-table__column li:not(:last-child) {
            margin-right: 40px;
        }
}

@media only screen and (max-width: 767px) {
    .footer-table__column:not(:last-child) li:not(:last-child) {
        margin-bottom: 14px;
    }
}

/* ==========================================================================
   FOOTER BOTTOM
   ========================================================================== */

.footer-bottom {
    background-color: rgba(4, 9, 59, 0.3);
}

    .footer-bottom, .footer-bottom a {
        color: white;
        text-decoration: none;
    }

.footer-bottom__link {
    display: inline-block;
}

.footer-bottom__languages {
    cursor: pointer;
}

    .footer-bottom__languages li, .footer-bottom__languages ul, .footer-bottom__languages img {
        display: inline-block;
    }

    .footer-bottom__languages img {
        margin-right: 10px;
        width: 24px;
    }

    .footer-bottom__languages li:not(:last-child):after {
        content: ' |  ';
        display: inline;
        white-space: pre;
    }

.footer-bottom__language {
    display: inline-block;
}

@media only screen and (min-width: 1301px) {
    .footer-bottom {
        height: 80px;
        line-height: 80px;
        text-align: center;
    }

    .footer-bottom__inner {
        max-width: 1412px;
        margin: 0 auto;
    }

    .footer-bottom__languages {
        float: right;
    }

    .footer-bottom__copyright {
        float: left;
    }

    .footer-bottom__part {
        display: inline-block;
    }

    .footer-bottom__languages--mobile {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .footer-bottom__inner {
        margin: 35px 26px 31px 0;
        display: inline-block;
    }

    .footer-bottom__part:not(.footer-bottom__languages--desktop) {
        display: block;
    }

    .footer-bottom__languages--desktop {
        display: none;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .footer-bottom__part:not(.footer-bottom__languages--desktop):not(:nth-last-child(2)) {
        margin-bottom: 22px;
    }
}

@media only screen and (min-width: 768px) {
    .footer-bottom {
        padding: 0 30px;
    }

    .footer-bottom__links li {
        display: inline-block;
    }

        .footer-bottom__links li:not(:last-child):after {
            content: '   |    ';
            white-space: pre;
            display: inline-block;
        }
}

@media only screen and (max-width: 767px) {
    .footer-bottom {
        padding: 0 20px;
    }

    .footer-bottom__languages li:not(:last-child):after {
        margin: 0 7.5px;
    }

    .footer-bottom__part:not(.footer-bottom__languages--desktop):not(:nth-last-child(2)) {
        margin-bottom: 26px;
    }

    .footer-bottom__links li {
        line-height: 30px;
    }
}

.footer-title-big {
    display: inline-block;
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.footer-bottom {
    font-size: 14px;
    color: white;
    font-weight: 300;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
    .footer__btn-top {
        right: 50%;
        top: -66px;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .footer-inner {
        margin-top: 70px;
    }

    .footer-title-big {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-title--adjust {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-title {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .footer-table__link {
        font-size: 15px;
    }

    .footer-table__column:not(:last-child) li:not(:last-child) {
        margin-bottom: 12px;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */

.sidebar {
    z-index: 99;
}

@media only screen and (min-width: 1025px) {
    .sidebar--content {
        padding-top: 38px;
    }

        .sidebar--content > .wrap {
            max-width: 1412px;
            margin: 0 auto;
        }

        .sidebar--content .col-3 {
            pointer-events: all;
        }
}

@media only screen and (max-width: 1024px) {
    .sidebar {
        margin-top: 60px;
    }
}

.sidebar--popup-inner {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .sidebar--popup-inner .col-9 {
        display: none;
    }

    .sidebar--popup-inner .col-3 {
        width: 100%;
    }

@media only screen and (min-width: 768px) {
    .sidebar--popup-inner .col-3 {
        padding: 0;
    }
}

.sidebar ul {
    padding-left: 0;
}

.sidebar .sidebar-widget__items li {
    margin: 1px;
}

.sidebar-widget {
    display: inline-block;
    clear: both;
    pointer-events: all;
    line-height: 64px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

    .sidebar-widget strong {
        font-weight: 500;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sidebar-widget {
        padding: 0 15px;
        width: 33.333%;
        float: left;
        clear: none;
    }

        .sidebar-widget#widget_contacts {
            padding: 0 15px;
        }

        .sidebar-widget#widget_downloads {
            padding-right: 15px;
        }

        .sidebar-widget#widget_related {
            padding-left: 15px;
        }
}

@media only screen and (min-width: 768px) {
    .sidebar--popup-inner .sidebar-widget {
        padding: 0 15px;
        width: 33.333%;
        float: left;
        clear: none;
    }

        .sidebar--popup-inner .sidebar-widget#widget_contacts {
            padding: 0 15px;
        }

        .sidebar--popup-inner .sidebar-widget#widget_downloads {
            padding-right: 15px;
        }

        .sidebar--popup-inner .sidebar-widget#widget_related {
            padding-left: 15px;
        }
}

@media only screen and (min-width: 768px) {
    .sidebar-widget__items > li {
        -webkit-transition-property: box-shadow, null;
        -khtml-transition-property: box-shadow, null;
        -moz-transition-property: box-shadow, null;
        transition-property: box-shadow, null;
        -webkit-transition-duration: 0.25s;
        -khtml-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        -khtml-transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        box-shadow: none;
    }

        .sidebar-widget__items > li:hover {
            box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            position: relative;
        }
}

@media only screen and (min-width: 768px) {
    .sidebar--popup-inner .sidebar-widget__items > li {
        -webkit-transition-property: box-shadow, null;
        -khtml-transition-property: box-shadow, null;
        -moz-transition-property: box-shadow, null;
        transition-property: box-shadow, null;
        -webkit-transition-duration: 0.25s;
        -khtml-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        -khtml-transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        transition-timing-function: cubic-bezier(0.5, 0.15, 0.33, 1);
        box-shadow: none;
    }

        .sidebar--popup-inner .sidebar-widget__items > li:hover {
            box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            position: relative;
        }
}

.sidebar-widget:not(:last-child) {
    margin-bottom: 45px;
}

.sidebar-widget__title {
    font-size: 14px;
    letter-spacing: 0.81px;
    color: #A9A9A9;
    overflow: visible;
    margin-bottom: 7px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sidebar-widget__title {
        font-size: 13px;
        letter-spacing: 0.2px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar--popup-inner .sidebar-widget__title {
        font-size: 13px;
        letter-spacing: 0.2px;
        white-space: nowrap;
    }
}

.sidebar-widget__container--bg {
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

    .sidebar-widget__container--bg:hover {
        box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
    }

.sidebar-widget__link {
    position: relative;
    display: block;
    width: 100%;
    min-height: 64px;
    padding-left: 15px;
    padding-right: 10px;
    overflow-wrap: break-word;
    color: inherit;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
}

.sidebar-widget__link--highlighted {
    background-color: #0012BF;
    color: white;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar-widget__link--email, .sidebar-widget__link--share {
    padding-right: 0;
}

    .sidebar-widget__link--email .inner-widget, .sidebar-widget__link--share .inner-widget {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 44px;
    }

.sidebar-widget__link .inner-widget {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sidebar-widget__link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar--popup-inner .sidebar-widget__link {
        font-size: 14px;
    }
}

.sidebar-widget__link--image {
    padding-left: 64px;
    padding-right: 20px;
}

#widget_share .sidebar-widget__link--image {
    padding-right: 0;
}

.sidebar-widget__link--image::before {
    left: 20px;
    top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sidebar-widget__link--image {
        padding-left: 64px;
    }

        .sidebar-widget__link--image:before {
            left: 20px;
        }
}

@media only screen and (min-width: 768px) {
    .sidebar--popup-inner .sidebar-widget__link--image {
        padding-left: 64px;
    }

        .sidebar--popup-inner .sidebar-widget__link--image:before {
            left: 20px;
        }
}

.sidebar-widget__link__inner--lower::before, .sidebar-widget__link--image::before {
    content: ' ';
    display: block;
    bottom: 0;
    max-height: 128px;
    width: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sidebar-widget__link--doc::before {
    background-image: url('../img/sidebar/doc.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--doc::before {
    background-image: url('../img/sidebar/doc-white.png');
}

.sidebar-widget__link--download::before {
    background-image: url('../img/sidebar/download.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--download::before {
    background-image: url('../img/sidebar/download-white.png');
}

.sidebar-widget__link--email::before {
    background-image: url('../img/sidebar/email.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--email::before {
    background-image: url('../img/sidebar/email-white.png');
}

.sidebar-widget__link--location::before {
    background-image: url('../img/sidebar/location.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--location::before {
    background-image: url('../img/sidebar/location-white.png');
}

.sidebar-widget__link--print::before {
    background-image: url('../img/sidebar/print.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--print::before {
    background-image: url('../img/sidebar/print-white.png');
}

.sidebar-widget__link--facebook::before {
    background-image: url('../img/sidebar/facebook.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--facebook::before {
    background-image: url('../img/sidebar/facebook-white.png');
}

.sidebar-widget__link--linkedin::before {
    background-image: url('../img/sidebar/linkedin.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--linkedin::before {
    background-image: url('../img/sidebar/linkedin-white.png');
}

.sidebar-widget__link--phone::before {
    background-image: url('../img/sidebar/phone.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--phone::before {
    background-image: url('../img/sidebar/phone-white.png');
}

.sidebar-widget__link--secure::before {
    background-image: url('../img/sidebar/secure.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--secure::before {
    background-image: url('../img/sidebar/secure-white.png');
}

.sidebar-widget__link--share::before {
    background-image: url('../img/sidebar/share.png');
}

.sidebar-widget__link--highlighted.sidebar-widget__link--share::before {
    background-image: url('../img/sidebar/share-white.png');
}

.sidebar-widget__link--resource .sidebar-widget__link__inner {
    width: 100%;
    position: relative;
}

.sidebar-widget__link--resource .sidebar-widget__link__inner--lower {
    height: 54px;
    line-height: 64px;
    padding-left: 49px;
    padding-right: 10px;
}

    .sidebar-widget__link--resource .sidebar-widget__link__inner--lower::before {
        left: 5px;
        top: 10px;
        background-image: url('../img/sidebar/download.png');
    }

.sidebar-widget__link--highlighted.sidebar-widget__link--resource .sidebar-widget__link__inner--lower::before {
    background-image: url('../img/sidebar/download-white.png');
}

.sidebar-widget__items {
    list-style: none;
    list-style-type: none;
}

    .sidebar-widget__items li {
        margin: 1px;
        padding: 0;
        background-color: white;
        display: block;
        float: left;
        width: 100%;
    }

.sidebar-widget__items--icons li {
    width: auto;
}

.sidebar-widget__container--text::after {
    background-image: url('../img/sidebar/minus.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 2px;
    position: absolute;
    right: -50px;
    top: 14px;
    content: '';
}

.sidebar-widget#widget_careers .sidebar-widget__container--bg {
    background-image: url('../img/sidebar/careers-sidebar@2x.png');
}

.sidebar-widget#widget_location .sidebar-widget__container--bg {
    background-image: url('../img/sidebar/map.png');
}

.sidebar-widget__container--bg {
    height: 220px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.sidebar-widget__container--text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget__link {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .sidebar-widget__container--text {
        font-size: 24px;
        line-height: 28px;
    }

        .sidebar-widget__container--text::after {
            top: 10px !important;
            right: -40px;
            width: 30px;
            top: 14px;
        }
}

#widget_email .sidebar-widget__title {
    margin-bottom: 15px;
}

#widget_email .info {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

#widget_email input[type=text] {
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
}

#widget_email .checkbox-wrap {
    margin-bottom: 5px;
}

#widget_email .submit-button-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#widget_email .finished {
    font-size: 13px;
    color: #6D6D6D;
    padding-left: 15px;
    line-height: 16px;
}

#widget_contacts_primary .sidebar-widget__title {
    margin-bottom: 15px;
}

#widget_contacts_primary .sidebar-widget__items--icons li {
    width: 100%;
}

#widget_contacts_primary .info {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

/* ==========================================================================
   Compare
   ========================================================================== */

.compare {
    display: none;
    color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    line-height: 34px;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}

html.popup-active .compare {
    display: none;
}

.compare a {
    cursor: pointer;
}

.compare--show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.compare:not(.compare--show) {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.compare__inner {
    max-width: 1442px;
    margin: 0 auto;
    background: #799C4B;
}

.compare__left, .compare__right {
    display: inline-block;
}

    .compare__right img {
        width: 24px;
        display: inline-block;
    }

    .compare__right a:not(:first-child) img {
        margin-left: 15px;
    }

    .compare__right a:not(:last-child) img {
        margin-right: 15px;
    }

.compare__left {
    float: left;
    font-weight: 400;
    letter-spacing: 0.29px;
}

.compare__info {
    margin-left: 50px;
    font-weight: 200;
}

.compare__number {
    margin-top: 3px;
    display: inline-block;
    line-height: 1;
    vertical-align: text-top;
}

.compare__number__wrap {
    height: 34px;
    display: inline-block;
    width: 34px;
    background: white;
    color: #799C4B;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: 400;
}

.compare--multi .compare__show--single {
    display: none;
}

.compare--single .compare__show--multi {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .compare {
        left: 0;
        right: 0;
        font-size: 20px;
    }

    .compare__right {
        float: right;
    }

        .compare__right img {
            width: 24px;
            display: inline-block;
            margin: 0 15px;
        }
}

@media only screen and (min-width: 768px) {
    .compare__inner {
        padding: 30px 30px;
    }

    .compare__right {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .compare__inner {
        padding: 15px;
    }

    .compare__right {
        float: left;
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .compare {
        font-size: 15px;
    }

    .compare__info {
        display: block;
    }
}

#sidebar-popup {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: fixed;
}

.popup-close-wrapper {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    position: fixed;
    pointer-events: none;
    width: 100%;
    height: 100px;
    z-index: 110;
    left: 0;
    right: 0;
    top: 0;
    max-width: 1650px;
    padding-right: 64px;
    margin: 0 auto;
    padding-left: 150px;
    line-height: 100px;
    text-transform: uppercase;
}

    .popup-close-wrapper a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

        .popup-close-wrapper a:hover {
            color: #1B57E4;
        }

    .popup-close-wrapper .popup-links {
        float: left;
    }

        .popup-close-wrapper .popup-links li {
            float: left;
            margin-right: 30px;
        }

            .popup-close-wrapper .popup-links li:last-of-type {
                margin-right: 0;
            }

html:not(.popup-active--type-data-sheet) .popup-close__item--download, html:not(.popup-active--type-data-sheet) .popup-close__item--related {
    display: none;
}

.popup-background {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.popup-inner {
    background-color: #F3F3F3;
}

.popup-close-wrapper .line {
    background-color: #fff;
    height: 1.2px;
    left: -5px;
    top: 0;
    position: absolute;
    width: 45px;
}

.popup-close-wrapper .popup-close {
    width: 36px;
    height: 36px;
    margin: 32px auto;
    cursor: pointer;
    float: right;
    position: relative;
}

    .popup-close-wrapper .popup-close .line1 {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .popup-close-wrapper .popup-close .line2 {
        top: 16px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .popup-close-wrapper .popup-close:hover .line {
        background-color: #1B57E4;
    }

.popup-close-wrapper .popup-change {
    float: right;
    margin-right: 30px;
}

    .popup-close-wrapper .popup-change .line {
        width: 30px;
        left: 0;
    }

.popup-close-wrapper .back-button {
    width: 36px;
    height: 36px;
    margin: 32px auto;
    cursor: pointer;
    float: left;
    position: relative;
}

    .popup-close-wrapper .back-button .line1 {
        top: 9px;
        -webkit-transform: rotate(-28deg);
        -moz-transform: rotate(-28deg);
        -o-transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

    .popup-close-wrapper .back-button .line2 {
        top: 23px;
        -webkit-transform: rotate(28deg);
        -moz-transform: rotate(28deg);
        -o-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        transform: rotate(28deg);
    }

    .popup-close-wrapper .back-button:not(.active) {
        -moz-opacity: 0.33;
        -khtml-opacity: 0.33;
        -webkit-opacity: 0.33;
        opacity: 0.33;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
        filter: alpha(opacity=33);
        pointer-events: none;
    }

    .popup-close-wrapper .back-button:hover .line {
        background-color: #1B57E4;
    }

.popup-close-wrapper .next-button {
    width: 36px;
    height: 36px;
    margin: 32px auto;
    margin-left: 40px;
    cursor: pointer;
    float: left;
    position: relative;
}

    .popup-close-wrapper .next-button .line1 {
        top: 9px;
        -webkit-transform: rotate(28deg);
        -moz-transform: rotate(28deg);
        -o-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        transform: rotate(28deg);
    }

    .popup-close-wrapper .next-button .line2 {
        top: 23px;
        -webkit-transform: rotate(-28deg);
        -moz-transform: rotate(-28deg);
        -o-transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

    .popup-close-wrapper .next-button:not(.active) {
        -moz-opacity: 0.33;
        -khtml-opacity: 0.33;
        -webkit-opacity: 0.33;
        opacity: 0.33;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
        filter: alpha(opacity=33);
        pointer-events: none;
    }

    .popup-close-wrapper .next-button:hover .line {
        background-color: #1B57E4;
    }

.popup-background {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    top: 100px;
    pointer-events: none;
}

.black-bottom {
    display: none;
}

.popup:not(.active) {
    position: fixed;
    overflow: hidden;
}

    .popup:not(.active), .popup:not(.active) * {
        pointer-events: none;
    }

html:not(.popup-active) .popup-close-wrapper {
    z-index: -1;
}

html:not(.popup-active) .popup, html:not(.popup-active) #sidebar-popup, html:not(.popup-active) .popup *, html:not(.popup-active) #sidebar-popup * {
    pointer-events: none;
}

    html:not(.popup-active) .popup img, html:not(.popup-active) #sidebar-popup img {
        display: none;
    }

html.popup-active, html.popup-active body {
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

    html.popup-active .popup-background {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 100;
        pointer-events: auto;
    }

    html.popup-active .popup-close-wrapper {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    html.popup-active #header, html.popup-active #footer, html.popup-active #sidebar {
        pointer-events: none;
    }

    html.popup-active .popup.active {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        pointer-events: auto;
        position: fixed;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 120px;
        right: 120px;
        z-index: 105;
        margin-top: 0;
        -webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        -moz-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        -o-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        html.popup-active .popup.active .logo-popup {
            margin-left: 30px;
            width: 190px;
            padding-top: 50px;
            padding-bottom: 75px;
        }

        html.popup-active .popup.active h1, html.popup-active .popup.active h2 {
            max-width: 650px;
        }

        html.popup-active .popup.active .popup-inner {
            overflow-y: auto;
            height: calc(100% - 100px);
            max-width: 1412px;
            margin: 0 auto;
        }

    html.popup-active #sidebar-popup .popup-actions {
        width: 68px;
        float: right;
    }

        html.popup-active #sidebar-popup .popup-actions .sidebar-widget__link--image::before {
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    html.popup-active #sidebar-popup .sidebar-widget__link--image {
        padding-left: 0;
    }

    html.popup-active #sidebar-popup {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        position: fixed;
        top: 100px;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 1650px;
        padding-right: 49px;
        margin: 0 auto;
        z-index: 110;
    }

        html.popup-active #sidebar-popup .popup-actions {
            float: right;
        }

        html.popup-active #sidebar-popup li {
            background-color: #fff;
            margin-bottom: 2px;
            cursor: pointer;
            height: 66px;
        }

            html.popup-active #sidebar-popup li:hover {
                box-shadow: 0px 8px 14px 0px rgba(255, 255, 255, 0.2);
                z-index: 1;
                position: relative;
            }

@media only screen and (max-width: 767px) {
    html.popup-active .logo-popup {
        display: none;
    }

    html.popup-active .popup.active {
        top: 0;
        left: 0;
        right: 0;
    }

        html.popup-active .popup.active .popup-inner {
            padding-top: 103.2px;
            height: 100%;
        }

    html.popup-active .popup-close-wrapper {
        display: none;
    }

    html.popup-active .icon-wrapper {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        padding-right: 4px;
        right: 0;
        width: 100%;
        height: 86px;
        line-height: 86px;
        margin: 0;
        cursor: pointer;
        z-index: 1;
        text-align: right;
    }

        html.popup-active .icon-wrapper > div {
            background-color: #fff;
            position: relative;
            width: 64.5px;
            height: 64.5px;
            display: inline-block;
            margin: 10.75px 0;
        }

        html.popup-active .icon-wrapper .arrow-wrapper {
            text-align: center;
        }

            html.popup-active .icon-wrapper .arrow-wrapper:not(.active) {
                -moz-opacity: 0.33;
                -khtml-opacity: 0.33;
                -webkit-opacity: 0.33;
                opacity: 0.33;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
                filter: alpha(opacity=33);
                pointer-events: none;
            }

            html.popup-active .icon-wrapper .arrow-wrapper img {
                width: 16.125px;
                margin: 16.125px auto;
            }

        html.popup-active .icon-wrapper .line {
            background-color: #1B57E4;
            height: 1.5px;
            position: absolute;
            left: 25%;
            width: 50%;
            top: 32.25px;
        }

        html.popup-active .icon-wrapper .line1 {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        html.popup-active .icon-wrapper .line2 {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    html.popup-active #sidebar-popup {
        top: 10px;
        left: auto;
        right: 80px;
        padding-right: 0;
    }

        html.popup-active #sidebar-popup .popup-actions {
            width: 100%;
        }

            html.popup-active #sidebar-popup .popup-actions ul {
                float: right;
            }

                html.popup-active #sidebar-popup .popup-actions ul li {
                    margin-bottom: 0;
                    margin-right: 2px;
                    float: left;
                    width: 66px;
                }

    html.popup-active .module-text-container.padding-bottom {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    html.popup-active .popup .col-7 {
        width: 75%;
    }

        html.popup-active .popup .col-7 + .col-5 {
            width: 25%;
        }

    html.popup-active .popup .col-9 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
    html.popup-active .popup.active {
        left: 60px;
        right: 80px;
    }

    html.popup-active #sidebar-popup {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    html:not(.popup-active--multi) .popup .arrow-wrapper {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
    .popup-close-wrapper {
        padding-left: 100px;
        padding-right: 24px;
    }
}

/* ==========================================================================
   ie bugfix
   ========================================================================== */

body.ie-10 .popup-background {
    display: none;
}

html:not(.popup-active) body.ie-10 #sidebar-popup, html:not(.popup-active) body.ie-10 #sidebar-popup *, html:not(.popup-active) body.ie-10 .popup, html:not(.popup-active) body.ie-10 .popup * {
    display: none;
}

html.popup-active body.ie-10 .popup-background {
    display: block;
}

html.popup-active body.ie-10 #header, html.popup-active body.ie-10 .module-submenu-for-content {
    display: none;
}

.map {
    position: relative;
}

.map__hero-link {
    display: inline-block;
    padding-top: 23px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.map .row, .map .wrap {
    pointer-events: none;
}

.map .row {
    height: 100%;
}

.map--big {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
    height: 90vh;
}

@media only screen and (min-height: 820px) {
    .map--big {
        height: 90vh;
    }
}

@media only screen and (min-height: 1090px) {
    .map--big {
        height: 90vh;
    }
}

@media only screen and (min-height: 1290px) {
    .map--big {
        height: 90vh;
    }
}

.map--initialized .map__ui {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .map__element {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .map__element {
        width: 100%;
        height: 100%;
    }
}

.map__ui {
    -webkit-transition: opacity 0.2s ease 0.5s;
    -khtml-transition: opacity 0.2s ease 0.5s;
    -moz-transition: opacity 0.2s ease 0.5s;
    transition: opacity 0.2s ease 0.5s;
    opacity: 0;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1412px;
}

.map__ui__close__wrap {
    width: 100%;
    text-align: right;
    padding: 0 15px;
    line-height: 60px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 120px;
}

.map--selected .map__ui__close__wrap {
    opacity: 1;
}

@media only screen and (min-width: 1025px) {
    .map__ui__close__wrap {
        display: none;
    }
}

.map__ui__close-button {
    height: 18px;
    width: 18px;
    display: inline-block;
}

.map--selected .map__ui__close-button {
    pointer-events: all;
}

.map__ui__select-box {
    width: 100%;
}

    .map__ui__select-box + .select2-container {
        height: 60px;
        line-height: 60px;
    }

.map__ui__tags {
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
    .map__ui__tags {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .map__ui__tags {
        font-size: 10px;
    }
}

@media only screen and (max-width: 350px) {
    .map__ui__tags {
        font-size: 10px;
    }

        .map__ui__tags .map__ui__tag {
            width: 15px;
            height: 15px;
        }

        .map__ui__tags .map__ui__tag__title {
            margin: 0 5px;
        }
}

.map__ui__tag {
    vertical-align: middle;
}

.map__ui__tag, .map__ui__tag__title {
    cursor: pointer;
}

.map__ui__tag__title {
    margin: 0 10px;
}

.map__ui__inner {
    padding: 0;
    margin: 0 15px;
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 1025px) {
    .map__ui__inner {
        padding-top: 120px;
        min-width: 400px;
    }
}

@media only screen and (max-width: 1024px) {
    .map__ui__inner {
        padding-top: 180px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .map__ui__inner {
        min-width: 300px;
    }
}

.map__ui__upper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    pointer-events: all;
}

.map__ui__lower {
    background-color: white;
    overflow: hidden;
    position: relative;
    height: 100%;
    -webkit-transition: opacity 0.2s ease;
    -khtml-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

.map--selected .map__ui__lower {
    opacity: 1;
    pointer-events: all;
}

.map--detail-selected .map__ui__lower__inner {
    margin-left: -100%;
}

.map__ui__lower__inner {
    max-height: 100%;
    width: 200%;
    height: 100%;
    -webkit-transition: margin-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -khtml-transition: margin-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: margin-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: margin-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.map__ui__list, .map__ui__detail {
    text-align: center;
	width: 50%;
    min-height: 1px;
    float: left;
    max-height: 100%;
    overflow: auto;
}

.map__ui__list__item--template, .map__ui__list__category--template {
    display: none;
}

.map__ui__list__item {
    cursor: pointer;
    margin: 0 20px 5px 20px;
    padding: 5px 0;
}

    .map__ui__list__item:not(:last-child) {
        border-bottom: 1px solid #D8D8D8;
    }

.map__ui__list__item__name, .map__ui__list__item__city {
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 5px;
}

.map__ui__list__item__name {
    font-weight: 500;
}

.map__ui__list__item__city {
    font-weight: 300;
}

.map__ui__list__category {
    display: none;
}

.map--tag-r-and-d .map__ui__list__category--tag-r-and-d {
    display: block;
}

.map--tag-administrative-office .map__ui__list__category--tag-administrative-office {
    display: block;
}

.map--tag-manufacturing .map__ui__list__category--tag-manufacturing {
    display: block;
}

.map__ui__list__category__title {
    color: #999;
    font-size: 14px;
    margin: 20px;
    display: block;
    line-height: 1;
    letter-spacing: 0.54px;
}

@media only screen and (min-width: 768px) {
    .map__ui__list__category {
        border-top: 8px solid #ECECEC;
    }
}

@media only screen and (max-width: 767px) {
    .map__ui__list__category:not(:first-child) {
        border-top: 8px solid #ECECEC;
    }
}

.map__ui__detail__slider {
    padding: 20px;
}

    .map__ui__detail__slider .slick-dots {
        font-size: 0;
        color: transparent;
        text-align: center;
    }

        .map__ui__detail__slider .slick-dots button {
            width: 10px;
            height: 10px;
            border: 0;
            border-radius: 100%;
            padding: 0;
            margin: 0;
            background-color: #D8D8D8;
            vertical-align: middle;
        }

        .map__ui__detail__slider .slick-dots li {
            display: inline-block;
            margin: 0 5px;
            line-height: 60px;
        }

            .map__ui__detail__slider .slick-dots li.slick-active button {
                background-color: #0012BF;
            }

.map__ui__detail__title {
    color: #999;
    letter-spacing: 0.54px;
}

.map__ui__detail__head {
    color: #0012bf;
    font-size: 30px;
    font-weight: 100;
}

.map__ui__detail__row {
    padding: 20px 20px 0;
}

.map--single-location .map__ui__detail__row--multi-location {
    display: none;
}

.map__ui__detail__arrow-back {
    height: 24px;
    width: auto;
    cursor: pointer;
}

.map__ui__detail p {
    margin: 5px 0;
    display: inline-block;
    font-weight: 300;
    width: 100%;
}

.map__ui__detail__operational-hours__title {
    font-weight: 500;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .map__ui__detail {
        border-top: 8px solid #ECECEC;
    }
}

/* ==========================================================================
   ie 10 update
   ========================================================================== */

body.ie-10 .map__ui__lower {
    display: none;
}

body.ie-10 .map--selected .map__ui__lower {
    display: block;
}

body.ie-10 .map__ui__detail {
    display: none;
}

body.ie-10 .map--detail-selected .map__ui__detail {
    display: block;
}

body.ie-10 .map__ui {
    width: 33.3333%;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

body.ie-10 .map .row {
    width: 100%;
}

    body.ie-10 .map .row .col-4 {
        width: 100%;
    }

body.ie-10 .map__ui.wrap {
    height: 120px;
}

body.ie-10 .map--selected .map__ui.wrap {
    height: 100%;
}

/* ==========================================================================
   controls update
   ========================================================================== */

.gm-fullscreen-control {
    display: none;
}

@media only screen and (max-width: 767px) {
    .map .gmnoprint.gm-bundled-control {
        display: none;
    }
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

    .tg th, .tg td {
        color: #222;
        border-color: #BABABA;
        padding: 6px;
    }

    .tg td {
        font-size: 11px;
    }

        .tg td a {
            color: #0012BF;
            text-decoration: none;
        }

    .tg .headline-row td, .tg .headline-row th {
        height: 64px;
        font-size: 16px;
        font-weight: bold;
        background-color: #ececec;
        font-family: Arial, Helvetica, sans-serif;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        border-color: #c3c3c3;
        color: #222;
    }

    .tg tr:not(.headline-row) th, .tg tr:not(.headline-row) td {
        height: 54px;
    }

    .tg .between-headline {
        background: #f3f3f3;
        font-weight: bold;
        font-size: 16px;
        padding-top: 30px;
        border-left: 0;
        border-right: 0;
        padding-left: 0;
    }

    .tg .smal-grey-bg {
        background-color: #f8f8f8;
    }

    .tg .smal-white-bg {
        background-color: #ffffff;
    }

        .tg .smal-grey-bg td:nth-child(1) a, .tg .smal-white-bg td:nth-child(1) a {
            color: #0012BF;
        }

    .tg .fill {
        background: #0012bf;
        border-color: #0012bf;
        color: #0012bf;
    }

    .tg .null {
        background: transparent;
        border: 2px solid #0012bf;
    }

    .tg ul {
        padding-left: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tg td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #d1d1d1;
        overflow: hidden;
        word-break: normal;
        color: #676767;
    }

    .tg .tg-yw4l {
        vertical-align: top;
    }

table.tg {
    /*-- GENERAL
    ----------------------*/
    /*-- Controls Sub and Superscripts --*/
    /*-- RATINGS
    --------------------------*/
    /*-- Controls Shape --*/
    /*-- Controls Fill --*/
    /*-- Controls Key --*/
}

    table.tg .center {
        text-align: center;
    }

    table.tg .bgblue {
        background: #3a5ea9;
        vertical-align: middle;
    }

    table.tg .bggrey {
        background: #f5f5f5;
        font-weight: bold;
        text-align: center;
    }

    table.tg sup, table.tg sub {
        vertical-align: baseline;
        position: relative;
        top: -0.5em;
    }

    table.tg sub {
        top: 0.4em;
    }

    table.tg .circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        font-size: 10px;
        color: #fff;
        line-height: 12px;
        text-align: center;
        background: auto;
        margin: 0 auto;
        border: 2px solid #0012BF;
        display: inline-block;
        margin: 0 2px;
    }

    table.tg .fill {
        /*background:#222;
        color:#222;
        border-color:#222;*/
        background: #0012BF;
        color: #0012BF;
        border-color: #0012BF;
    }

    table.tg .null {
        /*background: #d8d8d8;
        color:#d8d8d8d;*/
    }

    table.tg h5 {
        font-size: 14px;
        float: left;
        text-align: center;
        margin: 0px 5px;
        text-transform: uppercase;
    }

    table.tg .key tr td {
        border: none;
        min-width: 50px;
    }

    table.tg .key .circle {
        margin: 0;
        float: left;
        margin: 0 2px;
    }

    table.tg li {
        list-style-type: disc;
        text-align: left;
    }

.module-table-container.overflowing-table {
    overflow-x: scroll;
}

    .module-table-container.overflowing-table .tg td {
        font-size: 11px;
    }

#html-test {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #e9967a;
}

#html-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 50% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    footer, #grid, #header-menu-about, .sidebar, .to-top-btn {
        display: none;
    }

    #content {
        margin-top: 20px !important;
    }

    ul {
        page-break-inside: avoid;
    }

    .icon-wrapper, .icon-wrap {
        display: none;
    }

    a.grid-container {
        text-decoration: none;
    }

    .module-text-container ul li, .module-simple-hero-container ul li, .module-download-section ul li {
        font-size: 12px;
        line-height: 14px;
    }

    .tables .table-wrapper > table > thead td:not(.multi-col), .tables .table-wrapper > table > thead th:not(.multi-col) {
        height: 50px;
    }

    .tables .table-wrapper > table > tbody td:not(.multi-col), .tables .table-wrapper > table > tbody th:not(.multi-col) {
        height: auto !important;
    }

    .tables {
        page-break-inside: avoid;
    }

        .tables .recommendation-image {
            width: 16px;
        }

        .tables .lower-title {
            font-size: 12px;
        }

        .tables .table-wrapper {
            min-width: 0px;
        }

            .tables .table-wrapper .checkbox-cell + td, .tables .table-wrapper .checkbox-cell + th {
                border-left: 1px solid;
            }

            .tables .table-wrapper table .recommendations td, .tables .table-wrapper table .recommendations th {
                min-width: 76px;
            }

            .tables .table-wrapper table .properties td span.small, .tables .table-wrapper table .properties th span.small {
                min-width: 50px !important;
            }

            .tables .table-wrapper table * {
                border-color: #000 !important;
            }

            .tables .table-wrapper table > thead {
                font-size: 12px;
            }

                .tables .table-wrapper table > thead td, .tables .table-wrapper table > thead th, .tables .table-wrapper table > thead span {
                    color: #000 !important;
                }

                .tables .table-wrapper table > thead td, .tables .table-wrapper table > thead th {
                    border-color: #000 !important;
                }

                .tables .table-wrapper table > thead .multi-col tr:first-child th {
                    border-top: 0;
                }

            .tables .table-wrapper table, .tables .table-wrapper table > tbody {
                font-size: 12px;
            }

                .tables .table-wrapper table > tbody > tr > td > span, .tables .table-wrapper table > tbody > tr > td.multi-col td span, .tables .table-wrapper table > tbody > tr > td.multi-col td.recommendation-image-wrap span {
                    min-width: 0px;
                }

                .tables .table-wrapper table > tbody > tr > td span.big {
                    min-width: 100px;
                }

        .tables .checkbox-cell {
            display: none;
        }

            .tables .checkbox-cell + td, .tables .checkbox-cell + th {
                border-left: 0;
            }

        .tables table {
            page-break-inside: avoid;
        }

        .tables tr {
            page-break-inside: avoid;
            page-break-after: auto;
        }

    .sidebar {
        display: none;
    }

    html.popup-active {
        overflow: auto !important;
    }

        html.popup-active .popup-close-wrapper, html.popup-active .black-bottom, html.popup-active .logo-popup {
            display: none;
        }

        html.popup-active #content {
            display: none;
        }

        html.popup-active .popup, html.popup-active .popup-inner {
            height: auto !important;
            overflow: auto !important;
        }

        html.popup-active .popup {
            position: relative !important;
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
            top: 0 !important;
            bottom: 0 !important;
        }

            html.popup-active .popup:not(.active) {
                display: none;
            }

        html.popup-active .popup-inner {
            max-width: none !important;
        }

        html.popup-active .module-text-container.padding-bottom {
            padding-bottom: 0 !important;
        }

    .module-text-container h1 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .module-text-container h2 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .module-text-container img {
        margin-bottom: 19px;
    }

    .module-text-container p {
        font-size: 12px;
        line-height: 14px;
    }

    .module-text-container h1, .module-text-container h2, .module-text-container h3, .module-text-container h4, .module-text-container h5, .module-text-container h6 {
        page-break-after: avoid;
        width: 100%;
    }

    .module-text-container h2, .module-text-container h3, .module-text-container h4, .module-text-container h5, .module-text-container h6, .module-text-container p {
        width: 100%;
    }

    .module-text-container h3, .module-table-container h3 {
        margin-top: 44px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    * {
        letter-spacing: 0 !important;
    }

    .module-image-grid-container .grid-container {
        height: auto;
        padding: 0;
    }

        .module-image-grid-container .grid-container .inner-container .text-wrap {
            position: static;
        }

        .module-image-grid-container .grid-container .line-wrap {
            display: none;
        }

        .module-image-grid-container .grid-container .hover-text {
            max-height: none;
        }

            .module-image-grid-container .grid-container .hover-text .inner-animate {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }

        .module-image-grid-container .grid-container .responsive-bg-image {
            display: none;
        }

    .module-image-grid-container-type-2 .image-grid-type-2-wrap {
        margin: 0;
    }

        .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap {
            padding: 0;
            border: 0 none;
        }

            .module-image-grid-container-type-2 .image-grid-type-2-wrap .text-wrap .text {
                min-height: 0;
            }

        .module-image-grid-container-type-2 .image-grid-type-2-wrap .image-wrap {
            display: none;
        }

    .product-teaser {
        display: none;
    }

    .module-simple-hero-image {
        display: none;
    }

    .compare {
        display: none;
    }

    .map {
        display: none;
    }

    #header {
        margin-top: 30px;
        position: static;
        width: 100%;
        display: inline-block;
    }

        #header .header__inner > *:not(.header__logo) {
            display: none;
        }

    #breadcrumb-bar {
        display: none;
    }

    .mobile-v {
        display: none;
    }
}

.print__break {
    page-break-before: always;
    width: 100%;
    display: block;
}

@media screen {
    .print--show {
        display: none !important;
    }

    .print__break {
        display: none !important;
    }
}

@media print {
    .print--hide {
        display: none !important;
    }
}

html.fullscreen-slider {
    height: 100%;
    width: 100%;
}

    html.fullscreen-slider body {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    html.fullscreen-slider.free-scroll body {
        overflow: auto;
    }

    html.fullscreen-slider:not(.free-scroll) {
        overflow: hidden;
    }

#fullscreen-slider, #content-after-fullscreen-slider {
    overflow: hidden;
}

#fullscreen-slider {
    position: relative;
    height: 100%;
    width: 100%;
}

    #fullscreen-slider .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 8;
        overflow: hidden;
    }

        #fullscreen-slider .slide.active-slide, #fullscreen-slider .slide.transition {
            -webkit-transition: all 0.8s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.8s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.8s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.8s cubic-bezier(0.5, 0.15, 0.33, 1);
            z-index: 10;
        }

        #fullscreen-slider .slide.active-slide {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

            #fullscreen-slider .slide.active-slide.move-up {
                -webkit-transform: translate(0, -30%);
                -moz-transform: translate(0, -30%);
                -o-transform: translate(0, -30%);
                -ms-transform: translate(0, -30%);
                transform: translate(0, -30%);
            }

        #fullscreen-slider .slide.next-slide {
            z-index: 11;
        }

            #fullscreen-slider .slide.next-slide.active-slide {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }

        #fullscreen-slider .slide.next-slide {
            -webkit-transform: translate(0, 100%);
            -moz-transform: translate(0, 100%);
            -o-transform: translate(0, 100%);
            -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
        }

    #fullscreen-slider .text-slide {
        position: absolute;
        z-index: 60;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
        pointer-events: none;
        -webkit-transform: translate(-20px, -50%);
        -moz-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

        #fullscreen-slider .text-slide.not-clickable {
            z-index: -1;
            display: none;
        }

        #fullscreen-slider .text-slide.before-fade-in {
            -webkit-transform: translate(20px, -50%);
            -moz-transform: translate(20px, -50%);
            -o-transform: translate(20px, -50%);
            -ms-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            filter: alpha(opacity=0);
        }

        #fullscreen-slider .text-slide.active {
            -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            pointer-events: all;
        }

    #fullscreen-slider .pagination {
        position: absolute;
        left: 5%;
        z-index: 70;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 10px;
        height: 86px;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        pointer-events: none;
    }

        #fullscreen-slider .pagination.active {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            pointer-events: all;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        #fullscreen-slider .pagination .inner {
            -moz-opacity: 0.3;
            -khtml-opacity: 0.3;
            -webkit-opacity: 0.3;
            opacity: 0.3;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
            filter: alpha(opacity=30);
        }

        #fullscreen-slider .pagination .line {
            background-color: white;
            width: 1px;
            position: absolute;
            top: 4px;
            left: 5px;
            height: 80px;
            z-index: 2;
        }

        #fullscreen-slider .pagination .dot-clickable {
            width: 10px;
            height: 10px;
            cursor: pointer;
            position: absolute;
            left: 0;
            z-index: 5;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

            #fullscreen-slider .pagination .dot-clickable:nth-child(1) {
                top: 0;
            }

            #fullscreen-slider .pagination .dot-clickable:nth-child(2) {
                top: 25px;
            }

            #fullscreen-slider .pagination .dot-clickable:nth-child(3) {
                top: 50px;
            }

            #fullscreen-slider .pagination .dot-clickable:nth-child(4) {
                top: 75px;
            }

            #fullscreen-slider .pagination .dot-clickable:nth-child(5) {
                top: 100px;
            }

        #fullscreen-slider .pagination .dot-visible {
            background-color: white;
            width: 5px;
            height: 5px;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
        }

        #fullscreen-slider .pagination .active-dot {
            position: absolute;
            width: 11px;
            height: 11px;
            background: white;
            border-radius: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    #fullscreen-slider .polygons {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 51;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        pointer-events: none;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: -170px;
        margin-left: -30px;
    }

        #fullscreen-slider .polygons .polygons-inner {
            width: 90px;
            position: relative;
        }

        #fullscreen-slider .polygons .outline {
            position: relative;
            z-index: 5;
        }

        #fullscreen-slider .polygons .filled {
            z-index: 10;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: translate(-10px, -10px);
            -moz-transform: translate(-10px, -10px);
            -o-transform: translate(-10px, -10px);
            -ms-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
            -webkit-transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
            -moz-transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
            -o-transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
            transition: all 1s cubic-bezier(0.5, 0.15, 0.33, 1);
        }

        #fullscreen-slider .polygons.active {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    #fullscreen-slider .explore-btn.sticky {
        position: absolute;
        z-index: 51;
        bottom: 30px;
        left: 24px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        pointer-events: none;
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
        transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    }

        #fullscreen-slider .explore-btn.sticky.active {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity=100);
            pointer-events: all;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

#content-after-fullscreen-slider > div:first-of-type {
    padding-top: 0px;
}

@media only screen and (max-height: 680px) {
    #fullscreen-slider .polygons {
        top: 62%;
        left: 51%;
    }

        #fullscreen-slider .polygons .polygons-inner {
            width: 60px;
        }
}

@media only screen and (max-width: 767px) {
    #fullscreen-slider .explore-btn.sticky {
        display: none;
    }

    #fullscreen-slider .pagination {
        display: none;
    }

    #fullscreen-slider .polygons {
        top: 105px;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0;
    }

        #fullscreen-slider .polygons .polygons-inner {
            width: 45px;
        }

    #fullscreen-slider .text-slide {
        top: 0;
        -webkit-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        height: 100%;
        padding-top: 120px;
    }

        #fullscreen-slider .text-slide.before-fade-in {
            -webkit-transform: translate(20px, 0);
            -moz-transform: translate(20px, 0);
            -o-transform: translate(20px, 0);
            -ms-transform: translate(20px, 0);
            transform: translate(20px, 0);
        }

        #fullscreen-slider .text-slide.active {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }
}

#on-load-overlay svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: loading 3s infinite;
    animation: loading 3s infinite;
}

@-webkit-keyframes loading {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*# sourceMappingURL=main.css.map */

/* ==========================================================================
   Hawksearch Styles
   ========================================================================== */

@import url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900);

#searchWithin::-ms-clear {
    display: none !important;
}

.site-search {
    display: none;
    position: relative;
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
    /*margin: 86px auto 0;*/
    padding: 30px 50px;
    background: #F2F2F2;
    top: auto !important;
    right: auto !important;
}

@media only screen and (min-width: 1025px) {
    .site-search {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute;
    }
}

.site-search .site-search-input {
    width: 100%;
    vertical-align: top;
    padding: 5px 13px;
    height: 55px;
    height: 3.4375rem;
    font-size: 20px;
    font-size: 1.25rem;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    background: #fff;
    transition: right .2s ease-out;
}

.site-search button {
    display: none;
}

.hawk-searchWithinButton {
    background: transparent !important;
    margin: 9px 5px 0 0 !important;
}

.search-results {
    padding-top: 100px;
    max-width: 1412px;
    margin: auto;
}

.search-controls {
    text-align: left;
}

.search-results .hawk-paging {
    margin: 5px 0;
}

.search-controls hawk-groupHeading {
    width: 100%;
    text-align: left;
}

.search-results .hawk-paging .total {
    margin: 0 0.5em;
    line-height: 1.5em;
}

.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox, .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:link, .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:visited {
    padding: 0 !important;
}

@media only screen and (max-width: 1025px) {
    .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:before {
        left: 0px !important;
        margin-top: -2px !important;
        font-family: Roboto, Arial, sans-serif;
    }
}

.hawk-guidedNavWrapper .hawk-groupHeading {
    color: #c2c2c2;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-transform: uppercase;
}

.search-results .hawk-selectionInner {
    margin: 0 0 5px 2em;
    transition: all .3s ease-in-out;
    color: #000;
    display: inline-block;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li {
    margin: 0 0 7px 0;
    list-style: none;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup ul {
    background: transparent;
    border: none;
    max-height: 100%;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:before {
    width: 20px;
    height: 20px;
    top: 2px;
    font-size: 18px;
    line-height: 18px;
    border-color: #0012bf;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-active > .hawk-styleCheckbox:before {
    border-color: #0012bf !important;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:after {
    display: none;
}

.hawk-styleCheckbox .hawk-selectionInner {
    font-size: 14px !important;
}

.search-results .hawk-guidedNavWrapper .hawk-selectedNav {
    background-color: transparent;
}

.search-results .hawkRailNav {
    background: transparent;
    border: none;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    font-family: Helvetica Neue World W05_45 Lt;
}

@media only screen and (max-width: 1025px) {
    .search-results .hawkRailNav:not(.hawk-notCollapsed) {
        display: none !important;
    }

    .hawk-railNavHeading:after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        border: 15px solid #35200c;
        border-bottom: 15px solid #F37624;
        border-right: 0;
        border-top: 0;
        height: 0;
        width: 0;
    }
}

.search-results .hawk-guidedNavWrapper .hawk-selectedGroup {
    border: none;
}

.search-results .hawk-guidedNavWrapper .hawk-clearSelected {
    text-align: left;
}

.hawk-selectedHeading a, .hawkFacet-active span {
    color: #0012bf;
}

.search-results .hawk-railNavHeading {
    background-color: #0012bf !important;
    display: block !important;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .search-results .hawk-railNavHeading {
        display: none !important;
    }
}

.search-results .hawk-railNavHeading:after {
    border-bottom-color: #4684ca;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup {
    padding: 0;
    border-top: 0;
}

.hawk-listingControls .hawk-pagination .hawk-paging .total {
    color: #c2c2c2 !important;
}

.hawk-listingControls .hawk-pagination .hawk-paging .hawk-pageActive {
    color: #0012bf !important;
    background-color: transparent !important;
}

.search-results .hawk-paging .hawk-pageActive, .hawk-paging .hawk-pageLink {
    margin: 0;
    padding: 0 !important;
    line-height: 0;
    box-shadow: none !important;
}

.hawk-paging .hawk-pageLink {
    color: #c2c2c2 !important;
}

.hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowLeft, .hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowRight {
    color: #c2c2c2 !important;
}

.search-results select {
    height: 35px;
    box-shadow: none;
}

.hawk-searchQuery {
    position: absolute;
    display: none;
    width: 300px;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #AAAAAA !important;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 0 4px 1px rgba(50, 50, 50, 0.25);
    z-index: 999999;
    text-align: left;
}

@media(min-width:0)and(max-width:48em) {
    .hawk-searchQuery {
        height: calc(100vh - 100px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.hawk-searchQuery-keyword {
    margin-left: -1px;
}

.hawk-searchQuery .hawk-sqHeader {
    padding: 5px;
    color: #646669;
    font-weight: bold;
    background: #fff !important;
}

.hawk-searchQuery .hawk-sqContent {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hawk-searchQuery .hawk-sqItem {
    position: relative;
    display: block;
    margin: 0;
    padding: 6px 10px;
    color: #8b2300;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
    zoom: 1;
}

.hawk-searchQuery .hawk-sqItemAlt {
    background-color: #f3f3f3;
}

.hawk-searchQuery .hawk-sqActive {
    border-color: #8b2300;
}

/* embedded clearfix on results item: h5bp.com/q */

.hawk-searchQuery .hawk-sqItem:before, .hawk-searchQuery .hawk-sqItem:after {
    content: "";
    display: table;
}

.hawk-searchQuery .hawk-sqItem:after {
    clear: both;
}

.hawk-searchQuery .hawk-sqItemImage {
    display: inline;
    float: left;
    width: 70px;
    height: auto;
    margin: 0;
    text-align: center;
}

    .hawk-searchQuery .hawk-sqItemImage .hawk-sqItemImage-thumb {
        max-width: 70px;
        max-height: 70px;
    }

.hawk-searchQuery .hawk-sqItemContent {
    display: block;
    margin-left: 80px;
}

.hawk-searchQuery .hawk-sqItemName {
    display: block;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    border: 0;
}

.hawk-searchQuery .hawk-sqFooter {
    padding: 5px;
    background: #d9d9d9;
}

    .hawk-searchQuery .hawk-sqFooter a, .hawk-searchQuery .hawk-sqFooter a:link, .hawk-searchQuery .hawk-sqFooter a:visited {
        display: inline-block;
        padding: 1px 25px 0 0;
        color: #374351;
        font-size: 0.875em;
        font-weight: bold;
        text-decoration: none;
    }

.hawk-searchQuery .hawk-footerLink:hover {
    text-decoration: none;
}

.hawk-searchQuery {
    width: 85% !important;
    left: 0 !important;
    right: 0;
    margin: 5px auto 0 !important;
    max-width: 1312px;
    padding: 50px 30px;
}

    .hawk-searchQuery h3 {
        color: #0012bf;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .hawk-searchQuery .hawk-sqItem {
        padding: 6px 0 !important;
        color: #333 !important;
    }

    .hawk-searchQuery .hawk-sqItemContent {
        padding: 0;
        margin-left: 0 !important;
    }

.hawkitemlist .item-list {
    text-align: left;
}

    .hawkitemlist .item-list .title, .hawkitemlist .item-list p {
        width: 100%;
    }

    .hawkitemlist .item-list p {
        font-size: 16px;
        margin: 0 0 1em;
    }

.search-results .hawk-listingControls {
    border: none;
    background: transparent;
    color: #c2c2c2;
}

@media (min-width:0) and (max-width: 48em) {
    .search-results .hawk-sortWrapper {
        float: right !important;
        margin-top: -42px;
    }

        .search-results .hawk-sortWrapper .sortList {
            padding-right: 0 !important;
        }

            .search-results .hawk-sortWrapper .sortList select {
                margin-right: 0 !important;
            }

    .hawk-viewNumber {
        display: none;
    }

    .hawk-listingControls .hawk-pagination {
        clear: both;
    }
}

.search-results .hawk-sortWrapper .sortList label {
    color: #c2c2c2;
    font-size: 14px;
    font-weight: normal;
}

.search-results .hawk-listingControls .hawk-mainControls {
    background: transparent;
    padding: 0;
}

.results-list .item {
    padding: 1em;
    background-color: #fff;
    margin: 1em 0;
    border-bottom: 3px solid #0012bf;
}

    .results-list .item .title {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0.5em;
    }

        .results-list .item .title a {
            color: #0012bf;
            text-decoration: none;
        }

.results-list .item-category {
    font-size: 14px;
    margin-bottom: 1em;
    color: #c2c2c2;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
}

.results-list.grid {
    display: flex;
    flex-flow: row wrap;
}

    .results-list.grid div.item {
        flex-basis: 100%;
        margin: 1em 0;
    }

@media only screen and (min-width: 768px) {
    .results-list.grid div.item {
        flex-basis: 47%;
        margin: 1em 0.5em;
    }
}

@media only screen and (min-width: 1240px) {
    .results-list.grid div.item {
        flex-basis: 30%;
        margin: 1em 0.5em;
    }
}

#hawktabs {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    margin-top: 30px;
}

    #hawktabs p {
        display: none;
    }

    #hawktabs .hawk-searchView {
        text-align: left !important;
        margin: 0;
    }

.hawktab {
    cursor: pointer !important;
}

.hawk-searchView .hawk-viewOption {
    font-size: 16px;
    font-weight: normal !important;
    border-bottom: none !important;
    background: #fff;
    color: #333 !important;
    vertical-align: bottom;
    padding: 5px !important;
}

    .hawk-searchView .hawk-viewOption.hawk-viewOptionOn {
        background: #0012bf;
        color: #fff !important;
        padding-top: 15px !important;
    }

    .hawk-searchView .hawk-viewOption a {
        padding: 5px 5px !important;
        font-size: 12px !important;
    }

@media only screen and (min-width: 768px) {
    .hawk-searchView .hawk-viewOption {
        padding: 15px !important;
    }

        .hawk-searchView .hawk-viewOption.hawk-viewOptionOn {
            padding-top: 25px !important;
        }

        .hawk-searchView .hawk-viewOption a {
            padding: 5px 15px !important;
            font-size: 0.938em !important;
        }
}

.hawk-searchView .hawk-viewOption.hawk-viewOptionOn:after {
    display: none;
}

.hawk-guidedNavWrapper .hawk-navGroup .hawk-resultsSearch input[type="text"] {
    height: 3rem;
    vertical-align: top;
    border-radius: 10px;
    background: #fff;
    transition: right .2s ease-out;
    -webkit-appearance: none !important;
}

.search-controls svg {
    width: 25px;
    height: 25px;
    fill: #c2c2c2;
    display: inline-block;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}

.search-controls .active svg {
    fill: #2D5996;
}

.search-controls button {
    background: 0 0;
    margin-bottom: 10px;
    border: none;
    cursor: pointer !important;
}

.item .aside {
    margin: 1em auto;
    max-width: 200px;
}

.item .item-content a {
    color: #0012bf !important;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

    .item .item-content a:hover {
        text-decoration: underline;
    }

@media (min-width: 48em) {
    .item-list:not(.grid) .item .aside {
        display: table-cell;
        width: 80px;
        vertical-align: top;
    }

    .item-list:not(.grid) .item .item-content {
        display: table-cell;
        vertical-align: top;
        padding: 0 15px;
    }
}

.wrap.search-results * {
    outline: none;
}

.lang-select {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

    .lang-select span {
        color: #0012bf;
    }

    .lang-select a {
        position: relative;
        display: block;
        margin-top: 5px;
        font-size: 12px;
        color: #0012bf;
        cursor: pointer;
    }

        .lang-select a:before {
            position: absolute;
            left: 93px;
            top: 4px;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #0012bf;
            content: "";
        }

.sfPageEditor .header.closed {
    position: relative !important;
    overflow: visible !important;
    margin-bottom: 50px;
}

.header {
    /*overflow: visible !important;*/
}

.scrolling-down .site-search {
    opacity: 0;
    pointer-events: none;
}

.hawkIcon-close {
    width: 26px;
    height: 26px;
    background: #0012bf;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

    .hawkIcon-close:before {
        position: relative;
        top: 3px;
        left: 12px;
        transform: rotate(45deg);
        content: "" !important;
        display: block;
        width: 1px;
        height: 20px;
        background: #fff;
    }

    .hawkIcon-close:after {
        position: relative;
        top: -8px;
        left: 3px;
        transform: rotate(45deg);
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background: #fff;
    }

    .hawkIcon-close + span {
        display: inline-block;
        vertical-align: middle;
    }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*# sourceMappingURL=slick.min.css.map */

/* ==========================================================================
   Hawksearch Styles
   ========================================================================== */

@import url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900);

#searchWithin::-ms-clear {
    display: none !important;
}

.site-search {
    display: none;
    position: relative;
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
    /*margin: 86px auto 0;*/
    padding: 30px 50px;
    background: #F2F2F2;
    top: auto !important;
    right: auto !important;
}

@media only screen and (min-width: 1025px) {
    .site-search {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute;
    }
}

.site-search .site-search-input {
    width: 100%;
    vertical-align: top;
    padding: 5px 13px;
    height: 55px;
    height: 3.4375rem;
    font-size: 20px;
    font-size: 1.25rem;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    background: #fff;
    transition: right .2s ease-out;
}

.site-search button {
    display: none;
}

.hawk-searchWithinButton {
    background: transparent !important;
    margin: 9px 5px 0 0 !important;
}

.search-results {
    padding-top: 100px;
    max-width: 1412px;
    margin: auto;
}

.search-controls {
    text-align: left;
}

.search-results .hawk-paging {
    margin: 5px 0;
}

.search-controls hawk-groupHeading {
    width: 100%;
    text-align: left;
}

.search-results .hawk-paging .total {
    margin: 0 0.5em;
    line-height: 1.5em;
}

.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox, .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:link, .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:visited {
    padding: 0 !important;
}

@media only screen and (max-width: 1025px) {
    .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:before {
        left: 0px !important;
        margin-top: -2px !important;
        font-family: Roboto, Arial, sans-serif;
    }
}

.hawk-guidedNavWrapper .hawk-groupHeading {
    color: #c2c2c2;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-transform: uppercase;
}

.search-results .hawk-selectionInner {
    margin: 0 0 5px 2em;
    transition: all .3s ease-in-out;
    color: #000;
    display: inline-block;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li {
    margin: 0 0 7px 0;
    list-style: none;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup ul {
    background: transparent;
    border: none;
    max-height: 100%;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:before {
    width: 20px;
    height: 20px;
    top: 2px;
    font-size: 18px;
    line-height: 18px;
    border-color: #0012bf;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-active > .hawk-styleCheckbox:before {
    border-color: #0012bf !important;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:after {
    display: none;
}

.hawk-styleCheckbox .hawk-selectionInner {
    font-size: 14px !important;
}

.search-results .hawk-guidedNavWrapper .hawk-selectedNav {
    background-color: transparent;
}

.search-results .hawkRailNav {
    background: transparent;
    border: none;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    font-family: Helvetica Neue World W05_45 Lt;
}

@media only screen and (max-width: 1025px) {
    .search-results .hawkRailNav:not(.hawk-notCollapsed) {
        display: none !important;
    }

    .hawk-railNavHeading:after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        border: 15px solid #35200c;
        border-bottom: 15px solid #F37624;
        border-right: 0;
        border-top: 0;
        height: 0;
        width: 0;
    }
}

.search-results .hawk-guidedNavWrapper .hawk-selectedGroup {
    border: none;
}

.search-results .hawk-guidedNavWrapper .hawk-clearSelected {
    text-align: left;
}

.hawk-selectedHeading a, .hawkFacet-active span {
    color: #0012bf;
}

.search-results .hawk-railNavHeading {
    background-color: #0012bf !important;
    display: block !important;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .search-results .hawk-railNavHeading {
        display: none !important;
    }
}

.search-results .hawk-railNavHeading:after {
    border-bottom-color: #4684ca;
}

.search-results .hawk-guidedNavWrapper .hawk-navGroup {
    padding: 0;
    border-top: 0;
}

.hawk-listingControls .hawk-pagination .hawk-paging .total {
    color: #c2c2c2 !important;
}

.hawk-listingControls .hawk-pagination .hawk-paging .hawk-pageActive {
    color: #0012bf !important;
    background-color: transparent !important;
}

.search-results .hawk-paging .hawk-pageActive, .hawk-paging .hawk-pageLink {
    margin: 0;
    padding: 0 !important;
    line-height: 0;
    box-shadow: none !important;
}

.hawk-paging .hawk-pageLink {
    color: #c2c2c2 !important;
}

.hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowLeft, .hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowRight {
    color: #c2c2c2 !important;
}

.search-results select {
    height: 35px;
    box-shadow: none;
}

.hawk-searchQuery {
    position: absolute;
    display: none;
    width: 300px;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #AAAAAA !important;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 0 4px 1px rgba(50, 50, 50, 0.25);
    z-index: 999999;
    text-align: left;
}

@media(min-width:0)and(max-width:48em) {
    .hawk-searchQuery {
        height: calc(100vh - 100px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.hawk-searchQuery-keyword {
    margin-left: -1px;
}

.hawk-searchQuery .hawk-sqHeader {
    padding: 5px;
    color: #646669;
    font-weight: bold;
    background: #fff !important;
}

.hawk-searchQuery .hawk-sqContent {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hawk-searchQuery .hawk-sqItem {
    position: relative;
    display: block;
    margin: 0;
    padding: 6px 10px;
    color: #8b2300;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
    zoom: 1;
}

.hawk-searchQuery .hawk-sqItemAlt {
    background-color: #f3f3f3;
}

.hawk-searchQuery .hawk-sqActive {
    border-color: #8b2300;
}

/* embedded clearfix on results item: h5bp.com/q */

.hawk-searchQuery .hawk-sqItem:before, .hawk-searchQuery .hawk-sqItem:after {
    content: "";
    display: table;
}

.hawk-searchQuery .hawk-sqItem:after {
    clear: both;
}

.hawk-searchQuery .hawk-sqItemImage {
    display: inline;
    float: left;
    width: 70px;
    height: auto;
    margin: 0;
    text-align: center;
}

    .hawk-searchQuery .hawk-sqItemImage .hawk-sqItemImage-thumb {
        max-width: 70px;
        max-height: 70px;
    }

.hawk-searchQuery .hawk-sqItemContent {
    display: block;
    margin-left: 80px;
}

.hawk-searchQuery .hawk-sqItemName {
    display: block;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    border: 0;
}

.hawk-searchQuery .hawk-sqFooter {
    padding: 5px;
    background: #d9d9d9;
}

    .hawk-searchQuery .hawk-sqFooter a, .hawk-searchQuery .hawk-sqFooter a:link, .hawk-searchQuery .hawk-sqFooter a:visited {
        display: inline-block;
        padding: 1px 25px 0 0;
        color: #374351;
        font-size: 0.875em;
        font-weight: bold;
        text-decoration: none;
    }

.hawk-searchQuery .hawk-footerLink:hover {
    text-decoration: none;
}

.hawk-searchQuery {
    width: 85% !important;
    left: 0 !important;
    right: 0;
    margin: 5px auto 0 !important;
    max-width: 1312px;
    padding: 50px 30px;
}

    .hawk-searchQuery h3 {
        color: #0012bf;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .hawk-searchQuery .hawk-sqItem {
        padding: 6px 0 !important;
        color: #333 !important;
    }

    .hawk-searchQuery .hawk-sqItemContent {
        padding: 0;
        margin-left: 0 !important;
    }

.hawkitemlist .item-list {
    text-align: left;
}

    .hawkitemlist .item-list .title, .hawkitemlist .item-list p {
        width: 100%;
    }

    .hawkitemlist .item-list p {
        font-size: 16px;
        margin: 0 0 1em;
    }

.search-results .hawk-listingControls {
    border: none;
    background: transparent;
    color: #c2c2c2;
}

@media (min-width:0) and (max-width: 48em) {
    .search-results .hawk-sortWrapper {
        float: right !important;
        margin-top: -42px;
    }

        .search-results .hawk-sortWrapper .sortList {
            padding-right: 0 !important;
        }

            .search-results .hawk-sortWrapper .sortList select {
                margin-right: 0 !important;
            }

    .hawk-viewNumber {
        display: none;
    }

    .hawk-listingControls .hawk-pagination {
        clear: both;
    }
}

.search-results .hawk-sortWrapper .sortList label {
    color: #c2c2c2;
    font-size: 14px;
    font-weight: normal;
}

.search-results .hawk-listingControls .hawk-mainControls {
    background: transparent;
    padding: 0;
}

.results-list .item {
    padding: 1em;
    background-color: #fff;
    margin: 1em 0;
    border-bottom: 3px solid #0012bf;
}

    .results-list .item .title {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0.5em;
    }

        .results-list .item .title a {
            color: #0012bf;
            text-decoration: none;
        }

.results-list .item-category {
    font-size: 14px;
    margin-bottom: 1em;
    color: #c2c2c2;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
}

.results-list.grid {
    display: flex;
    flex-flow: row wrap;
}

    .results-list.grid div.item {
        flex-basis: 100%;
        margin: 1em 0;
    }

@media only screen and (min-width: 768px) {
    .results-list.grid div.item {
        flex-basis: 47%;
        margin: 1em 0.5em;
    }
}

@media only screen and (min-width: 1240px) {
    .results-list.grid div.item {
        flex-basis: 30%;
        margin: 1em 0.5em;
    }
}

#hawktabs {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    margin-top: 30px;
}

    #hawktabs p {
        display: none;
    }

    #hawktabs .hawk-searchView {
        text-align: left !important;
        margin: 0;
    }

.hawktab {
    cursor: pointer !important;
}

.hawk-searchView .hawk-viewOption {
    font-size: 16px;
    font-weight: normal !important;
    border-bottom: none !important;
    background: #fff;
    color: #333 !important;
    vertical-align: bottom;
    padding: 5px !important;
}

    .hawk-searchView .hawk-viewOption.hawk-viewOptionOn {
        background: #0012bf;
        color: #fff !important;
        padding-top: 15px !important;
    }

    .hawk-searchView .hawk-viewOption a {
        padding: 5px 5px !important;
        font-size: 12px !important;
    }

@media only screen and (min-width: 768px) {
    .hawk-searchView .hawk-viewOption {
        padding: 15px !important;
    }

        .hawk-searchView .hawk-viewOption.hawk-viewOptionOn {
            padding-top: 25px !important;
        }

        .hawk-searchView .hawk-viewOption a {
            padding: 5px 15px !important;
            font-size: 0.938em !important;
        }
}

.hawk-searchView .hawk-viewOption.hawk-viewOptionOn:after {
    display: none;
}

.hawk-guidedNavWrapper .hawk-navGroup .hawk-resultsSearch input[type="text"] {
    height: 3rem;
    vertical-align: top;
    border-radius: 10px;
    background: #fff;
    transition: right .2s ease-out;
    -webkit-appearance: none !important;
}

.search-controls svg {
    width: 25px;
    height: 25px;
    fill: #c2c2c2;
    display: inline-block;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}

.search-controls .active svg {
    fill: #2D5996;
}

.search-controls button {
    background: 0 0;
    margin-bottom: 10px;
    border: none;
    cursor: pointer !important;
}

.item .aside {
    margin: 1em auto;
    max-width: 200px;
}

.item .item-content a {
    color: #0012bf !important;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

    .item .item-content a:hover {
        text-decoration: underline;
    }

@media (min-width: 48em) {
    .item-list:not(.grid) .item .aside {
        display: table-cell;
        width: 80px;
        vertical-align: top;
    }

    .item-list:not(.grid) .item .item-content {
        display: table-cell;
        vertical-align: top;
        padding: 0 15px;
    }
}

.wrap.search-results * {
    outline: none;
}

.lang-select {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

    .lang-select span {
        color: #0012bf;
    }

    .lang-select a {
        position: relative;
        display: block;
        margin-top: 5px;
        font-size: 12px;
        color: #0012bf;
        cursor: pointer;
    }

        .lang-select a:before {
            position: absolute;
            left: 93px;
            top: 4px;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #0012bf;
            content: "";
        }

.sfPageEditor .header.closed {
    position: relative !important;
    overflow: visible !important;
    margin-bottom: 50px;
}

.header {
    /*overflow: visible !important;*/
}

.scrolling-down .site-search {
    opacity: 0;
    pointer-events: none;
}

.hawkIcon-close {
    width: 26px;
    height: 26px;
    background: #0012bf;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

    .hawkIcon-close:before {
        position: relative;
        top: 3px;
        left: 12px;
        transform: rotate(45deg);
        content: "" !important;
        display: block;
        width: 1px;
        height: 20px;
        background: #fff;
    }

    .hawkIcon-close:after {
        position: relative;
        top: -8px;
        left: 3px;
        transform: rotate(45deg);
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background: #fff;
    }

    .hawkIcon-close + span {
        display: inline-block;
        vertical-align: middle;
    }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*# sourceMappingURL=slick.min.css.map */




/*--------------------------------------------------------------
# Press Releases
--------------------------------------------------------------*/

ul.press-release__tags {
	list-style-type: none;
	color: #222;
	margin: 0;
	padding-left: 1em;
	}
	
	ul.press-release__tags li {
	list-style-type: none;
	}
	
	ul.press-release__tags li::marker {
	content: none;
	}
	
	ul.press-release__tags li a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 700;
	}
	
	ul.press-release__tags li a.active {
	color: #0012bf;
	}
	
	.press-release .press-release__heading {
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	position: relative;
	padding: 0 16px 16px;
	}
	
	.press-release .press-release__heading::after {
	content: "";
	background-color: #222;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	}
	
	.press-release .press-release__heading div {
	display: inline-block;
	}
	
	.press-release .press-release__heading .heading__date {
	width: 200px
	}
	
	.press-release .press-release__heading .heading__title {
	width: calc(100% - 248px);
	}
	
	.press-release .press-release__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
	.press-release .press-release__item {
	list-style-type: none;
	padding: 16px;
	}
	
	.press-release .press-release__item::marker {
		content: none;
	}
	
	.press-release .press-release__item:nth-child(even) {
		background-color: #f7f7f7;
	}
	
	.press-release .press-release__item div {
		display: inline-block;
		font-size: 14px;
		line-height: 17px;
		font-weight: 300;
	}
	
	.press-release .press-release__item .press-release__date {
		width: 200px;
		vertical-align: top;
		text-align: left;
	}
	
	.press-release .press-release__item .press-release__link {
		width: calc(100% - 248px);
		vertical-align: top;
	}
			  
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*# sourceMappingURL=slick.min.css.map */
/* ==========================================================================
   Hawksearch Styles
   ========================================================================== */

@import url(/css/https:/fonts.googleapis.com/css?family=Roboto:300,400,700,900);
#searchWithin::-ms-clear {
    display: none !important;
}
.site-search {
    display: none;
    position: relative;
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
    /*margin: 86px auto 0;*/
    padding: 30px 50px;
    background: #F2F2F2;
    top: auto !important;
    right: auto !important;
}
@media only screen and (min-width: 1025px) {
	.site-search {
		top:100% !important;
		left: 0 !important;
		right: 0 !important;
		position: absolute;
	}
}
.site-search .site-search-input {
    width: 100%;
    vertical-align: top;
    padding: 5px 13px;
    height: 55px;
    height: 3.4375rem;
    font-size: 20px;
    font-size: 1.25rem;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    background: #fff;
    transition: right .2s ease-out;
}
.site-search button {
    display: none;
}
.hawk-searchWithinButton {
	background: transparent!important;
	margin: 9px 5px 0 0!important;
}
.search-results {
    padding-top: 100px;
    max-width: 1412px;
    margin: auto;
}
.search-controls {
    text-align: left;
}
.search-results .hawk-paging {
    margin: 5px 0;
}
.search-controls hawk-groupHeading {
    width: 100%;
    text-align: left;
}
.search-results .hawk-paging .total {
    margin: 0 0.5em;
    line-height: 1.5em;
}
.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox,
.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:link,
.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:visited {
    padding: 0 !important;
}
@media only screen and (max-width: 1025px) {
    .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:before {
        left: 0px !important;
        margin-top: -2px !important;
        font-family: Roboto, Arial, sans-serif;
    }
}
.hawk-guidedNavWrapper .hawk-groupHeading {
    color: #c2c2c2;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-transform: uppercase;
}
.search-results .hawk-selectionInner {
    margin: 0 0 5px 2em;
    transition: all .3s ease-in-out;
    color: #000;
    display: inline-block;
}
.search-results .hawk-guidedNavWrapper .hawk-navGroup li {
    margin: 0 0 7px 0;
    list-style: none;
}
.search-results .hawk-guidedNavWrapper .hawk-navGroup ul {
    background: transparent;
    border: none;
    max-height: 100%;
}
.search-results .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:before {
    width: 20px;
    height: 20px;
    top: 2px;
    font-size: 18px;
    line-height: 18px;
    border-color: #0012bf;
}
.search-results .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-active > .hawk-styleCheckbox:before {
    border-color: #0012bf !important;
}
.search-results .hawk-guidedNavWrapper .hawk-navGroup li .hawk-styleCheckbox:after {
    display: none;
}
.hawk-styleCheckbox .hawk-selectionInner {
    font-size: 14px !important;
}
.search-results .hawk-guidedNavWrapper .hawk-selectedNav {
    background-color: transparent;
}
.search-results .hawkRailNav {
    background: transparent;
    border: none;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    font-family: Helvetica Neue World W05_45 Lt;
}
@media only screen and (max-width: 1025px) {
    .search-results .hawkRailNav:not(.hawk-notCollapsed) {
        display: none!important;
    }
    .hawk-railNavHeading:after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        border: 15px solid #35200c;
        border-bottom: 15px solid #F37624;
        border-right: 0;
        border-top: 0;
        height: 0;
        width: 0;
    }
}
.search-results .hawk-guidedNavWrapper .hawk-selectedGroup {
    border: none;
}
.search-results .hawk-guidedNavWrapper .hawk-clearSelected {
    text-align: left;
}
.hawk-selectedHeading a, .hawkFacet-active span {
	color: #0012bf;
}
.search-results .hawk-railNavHeading {
    background-color: #0012bf !important;
    display: block!important;
    position: relative;
}
@media only screen and (min-width: 1025px) {
    .search-results .hawk-railNavHeading {
        display: none!important;
    }
}
.search-results .hawk-railNavHeading:after {
    border-bottom-color: #4684ca;
}
.search-results .hawk-guidedNavWrapper .hawk-navGroup {
    padding: 0;
    border-top: 0;
}
.hawk-listingControls .hawk-pagination .hawk-paging .total {
    color: #c2c2c2 !important;
}
.hawk-listingControls .hawk-pagination .hawk-paging .hawk-pageActive {
    color: #0012bf !important;
    background-color: transparent !important;
}
.search-results .hawk-paging .hawk-pageActive,
.hawk-paging .hawk-pageLink {
    margin: 0;
    padding: 0!important;
    line-height: 0;
    box-shadow: none !important;
}
.hawk-paging .hawk-pageLink {
    color: #c2c2c2 !important;
}
.hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowLeft,
.hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowRight {
    color: #c2c2c2 !important;
}
.search-results select {
    height: 35px;
    box-shadow: none;
}

.hawk-searchQuery {
    position: absolute;
    display: none;
    width: 300px;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #AAAAAA !important;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(50,50,50,0.25);
    box-shadow: 0 0 4px 1px rgba(50,50,50,0.25);
    z-index: 999999;
    text-align:left;
}

@media(min-width:0)and(max-width:48em){
   .hawk-searchQuery {
       height: calc(100vh - 100px);
       overflow-y: scroll;
       -webkit-overflow-scrolling: touch;
   } 
}

.hawk-searchQuery-keyword {
    margin-left:-1px;
}

.hawk-searchQuery .hawk-sqHeader {
    padding: 5px;
    color: #646669;
    font-weight: bold;
    background: #fff!important;
}

.hawk-searchQuery .hawk-sqContent {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hawk-searchQuery .hawk-sqItem {
    position: relative;
    display: block;
    margin: 0;
    padding: 6px 10px;
    color: #8b2300;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
    zoom: 1;
}

.hawk-searchQuery .hawk-sqItemAlt {
    background-color:#f3f3f3;
}

.hawk-searchQuery .hawk-sqActive {
    border-color: #8b2300;
}

/* embedded clearfix on results item: h5bp.com/q */
.hawk-searchQuery .hawk-sqItem:before, .hawk-searchQuery .hawk-sqItem:after {
    content: "";
    display: table;
}

.hawk-searchQuery .hawk-sqItem:after {
    clear: both;
}

.hawk-searchQuery .hawk-sqItemImage {
    display: inline;
    float: left;
    width: 70px;
    height: auto;
    margin: 0;
    text-align: center;
}
    .hawk-searchQuery .hawk-sqItemImage .hawk-sqItemImage-thumb {
        max-width: 70px;
        max-height: 70px;
    }

.hawk-searchQuery .hawk-sqItemContent {
    display: block;
    margin-left: 80px;
}

.hawk-searchQuery .hawk-sqItemName {
    display: block;
    margin:0;
    font-weight:normal;
    font-size: 1em;
    border: 0;
}

.hawk-searchQuery .hawk-sqFooter {
    padding: 5px;
    background: #d9d9d9;
}

.hawk-searchQuery .hawk-sqFooter a,
.hawk-searchQuery .hawk-sqFooter a:link,
.hawk-searchQuery .hawk-sqFooter a:visited {
    display: inline-block;
    padding: 1px 25px 0 0;
    color: #374351;
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
}

.hawk-searchQuery .hawk-footerLink:hover {
    text-decoration: none;
}



.hawk-searchQuery {
    width: 85% !important;
	left: 0 !important;
	right: 0;
	margin: 5px auto 0 !important;
    max-width: 1312px;
	padding: 50px 30px;
}
.hawk-searchQuery h3 {
	color: #0012bf;
	font-size: 20px;
	margin-bottom: 12px;
}
.hawk-searchQuery .hawk-sqItem {
	padding: 6px 0 !important;
	color: #333 !important;

}
.hawk-searchQuery .hawk-sqItemContent {
    padding: 0;
	margin-left: 0 !important;
}
.hawkitemlist .item-list {
    text-align: left;
}
.hawkitemlist .item-list .title,
.hawkitemlist .item-list p {
    width: 100%;
}
.hawkitemlist .item-list p {
    font-size: 16px;
    margin: 0 0 1em;
}
.search-results .hawk-listingControls {
    border: none;
    background: transparent;
    color: #c2c2c2;
}
@media (min-width:0) and (max-width: 48em){
    .search-results .hawk-sortWrapper {
        float: right !important;
        margin-top: -42px;
    }
    .search-results .hawk-sortWrapper .sortList {padding-right: 0!important;}
    .search-results .hawk-sortWrapper .sortList select {margin-right: 0!important;}
    .hawk-viewNumber {display: none;}
    .hawk-listingControls .hawk-pagination {clear: both;}
}
.search-results .hawk-sortWrapper .sortList label {
    color: #c2c2c2;
    font-size: 14px;
    font-weight: normal;
}
.search-results .hawk-listingControls .hawk-mainControls {
    background: transparent;
    padding: 0;
}
.results-list .item {
    padding: 1em;
    background-color: #fff;
    margin: 1em 0;
    border-bottom: 3px solid #0012bf;
}
.results-list .item .title {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.results-list .item .title a {
    color: #0012bf;
    text-decoration: none;
}
.results-list .item-category {
    font-size: 14px;
    margin-bottom: 1em;
    color: #c2c2c2;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
}
.results-list.grid {
    display: flex;
    flex-flow: row wrap;
}
.results-list.grid div.item {
    flex-basis: 100%;
    margin: 1em 0;
}
@media only screen and (min-width: 768px) {
    .results-list.grid div.item {
        flex-basis: 47%;
        margin: 1em 0.5em;
    }
}
@media only screen and (min-width: 1240px) {
    .results-list.grid div.item {
        flex-basis: 30%;
        margin: 1em 0.5em;
    }
}
#hawktabs {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    margin-top: 30px;
}
#hawktabs p {
    display: none;
}
#hawktabs .hawk-searchView {
    text-align: left !important;
    margin: 0;
}
.hawktab {cursor: pointer !important;}
.hawk-searchView .hawk-viewOption {
    font-size: 16px;
    font-weight: normal !important;
    border-bottom: none !important;
    background: #fff;
    color: #333 !important;
    vertical-align: bottom;
    padding: 5px !important;
}
.hawk-searchView .hawk-viewOption.hawk-viewOptionOn {
    background: #0012bf;
    color: #fff !important;
    padding-top: 15px !important;
}
.hawk-searchView .hawk-viewOption a {
    padding: 5px 5px!important;
    font-size: 12px!important;
}
@media only screen and (min-width: 768px) {
    .hawk-searchView .hawk-viewOption {
        padding: 15px !important;
    }
    .hawk-searchView .hawk-viewOption.hawk-viewOptionOn {
        padding-top: 25px !important;
    }
    .hawk-searchView .hawk-viewOption a {
        padding: 5px 15px !important;
        font-size: 0.938em !important;
    }
}
.hawk-searchView .hawk-viewOption.hawk-viewOptionOn:after {
    display: none;
}
.hawk-guidedNavWrapper .hawk-navGroup .hawk-resultsSearch input[type="text"] {
    height: 3rem;
    vertical-align: top;
    border-radius: 10px;
    background: #fff;
    transition: right .2s ease-out;
    -webkit-appearance: none!important;
}
.search-controls svg {
    width: 25px;
    height: 25px;
    fill: #c2c2c2;
    display: inline-block;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}
.search-controls .active svg {
	fill:#2D5996;
}
.search-controls button {
    background: 0 0;
    margin-bottom: 10px;
    border: none;
    cursor: pointer!important;
}
.item .aside {
    margin: 1em auto;
    max-width: 200px;
}
.item .item-content a {
    color: #0012bf!important;
    text-decoration: none;
	margin-bottom: 8px;
	display: block;
}
.item .item-content a:hover {
    text-decoration: underline;
}
@media (min-width: 48em) {
    .item-list:not(.grid) .item .aside {
        display: table-cell;
        width: 80px;
        vertical-align: top;
    }
    .item-list:not(.grid) .item .item-content {
        display: table-cell;
        vertical-align: top;
        padding: 0 15px;
    }
}
.wrap.search-results * {
	outline: none;
}

.lang-select {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.lang-select span {color: #0012bf;}
.lang-select a {
	position: relative;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #0012bf;
	cursor: pointer;
}
.lang-select a:before {
	position: absolute;
	left: 93px;
	top: 4px;
	width: 0; 
  	height: 0; 
  	border-top: 4px solid transparent;
  	border-bottom: 4px solid transparent;
  	border-left: 4px solid #0012bf;
  	content: "";
}

.sfPageEditor .header.closed {
	position: relative !important;
	overflow: visible !important;
	margin-bottom: 50px;
}

.header {
	/*overflow: visible !important;*/
}

.scrolling-down .site-search {
	opacity: 0;
	pointer-events: none;
}

.hawkIcon-close {
    width: 26px;
    height: 26px;
    background: #0012bf;
    color: #fff!important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.hawkIcon-close:before {
    position: relative;
    top: 3px; left: 12px;
    transform: rotate(45deg);

    content: ""!important;
    display: block;
    width: 1px; height: 20px;
    background: #fff;
}
.hawkIcon-close:after {
    position: relative;
    top: -8px; left: 3px;
    transform: rotate(45deg);

    content: "";
    display: block;
    width: 20px; height: 1px;
    background: #fff;

}
.hawkIcon-close + span {display: inline-block; vertical-align: middle;}



.BreadcrumbEditView {
    padding-top: 4%;
    width: 81%;
}

body.with-module-simple-hero-image-tall .module-simple-hero-image-tall {
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin-left: 50%;
    width: 100vw;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.product-properties-table{
    margin-bottom : 50px;
}

.error-message{
    color:red;
    display:none;
}


.btn-green{
    background-color:#2fb021;font-size:16px;font-weight:300;padding-left:24px;padding-right:24px;line-height:58px;
    display:inline-block;-webkit-transition:all .2s cubic-bezier(.5,.15,.33,1);
    -moz-transition:all .2s cubic-bezier(.5,.15,.33,1);-o-transition:all .2s cubic-bezier(.5,.15,.33,1);
    transition:all .2s cubic-bezier(.5,.15,.33,1);border:1px solid #2fb021;color:#fff
}

/* Hoverrides HawkSearch layout */
body .row,
body .field,
body .map__ui__list,
body .map__ui__tags,
body .map__ui__detail {
    text-align: left;
}
body .map__ui__tags {
    padding-left: 1rem;
}
