@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, src/css/misc/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, src/css/misc/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, src/css/misc/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, src/css/misc/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, src/css/misc/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, src/css/misc/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, src/css/misc/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, src/css/misc/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, src/css/misc/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, src/css/misc/_normalize.scss */
b,
strong {
  font-family: SabicRegular, Arial, sans-serif;
  font-weight: 200; }
  /* line 121, src/css/misc/_normalize.scss */
  .lang-zh b, .lang-zh
  strong {
    font-family: SabicChineseRegular !important; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 131, src/css/misc/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 140, src/css/misc/_normalize.scss */
h1 {
  font-size: 2.125em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 149, src/css/misc/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 158, src/css/misc/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 166, src/css/misc/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 174, src/css/misc/_normalize.scss */
sup {
  top: -0.5em; }

/* line 178, src/css/misc/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 189, src/css/misc/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 197, src/css/misc/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 208, src/css/misc/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 216, src/css/misc/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 225, src/css/misc/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 233, src/css/misc/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 256, src/css/misc/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 270, src/css/misc/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 281, src/css/misc/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, src/css/misc/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 306, src/css/misc/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 315, src/css/misc/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 326, src/css/misc/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 338, src/css/misc/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 350, src/css/misc/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 360, src/css/misc/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, src/css/misc/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, src/css/misc/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 391, src/css/misc/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, src/css/misc/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 409, src/css/misc/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, src/css/misc/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 425, src/css/misc/_normalize.scss */
td,
th {
  padding: 0; }

/* mixin for multiline - http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
@font-face {
  font-family: 'SabicLight';
  src: url("../fonts/SABIC_light.eot");
  src: url("../fonts/SABIC_light.eot") format("embedded-opentype"), url("../fonts/SABIC_light.woff2") format("woff2"), url("../fonts/SABIC_light.woff") format("woff"); }

@font-face {
  font-family: 'SabicRegular';
  src: url("../fonts/SABIC_regular.eot");
  src: url("../fonts/SABIC_regular.eot") format("embedded-opentype"), url("../fonts/SABIC_regular.woff2") format("woff2"), url("../fonts/SABIC_regular.woff") format("woff"); }

@font-face {
  font-family: 'SabicBold';
  src: url("../fonts/SABIC_bold.eot");
  src: url("../fonts/SABIC_bold.eot") format("embedded-opentype"), url("../fonts/SABIC_bold.woff2") format("woff2"), url("../fonts/SABIC_bold.woff") format("woff"); }

@font-face {
  font-family: 'SabicHeadlineLight';
  src: url("../fonts/SABICHeadline_light.eot");
  src: url("../fonts/SABICHeadline_light.eot") format("embedded-opentype"), url("../fonts/SABICHeadline_light.woff2") format("woff2"), url("../fonts/SABICHeadline_light.woff") format("woff"); }

@font-face {
  font-family: 'SabicHeadlineRegular';
  src: url("../fonts/SABICHeadline_regular.eot");
  src: url("../fonts/SABICHeadline_regular.eot") format("embedded-opentype"), url("../fonts/SABICHeadline_regular.woff2") format("woff2"), url("../fonts/SABICHeadline_regular.woff") format("woff"); }

@font-face {
  font-family: 'SabicHeadlineBold';
  src: url("../fonts/SABICHeadline_bold.eot");
  src: url("../fonts/SABICHeadline_bold.eot") format("embedded-opentype"), url("../fonts/SABICHeadline_bold.woff2") format("woff2"), url("../fonts/SABICHeadline_bold.woff") format("woff"); }

@font-face {
  font-family: 'SabicChineseLight';
  src: url("../fonts/FZLTXHJW.eot");
  src: url("../fonts/FZLTXHJW.eot") format("embedded-opentype"), url("../fonts/FZLTXHJW.woff2") format("woff2"), url("../fonts/FZLTXHJW.woff") format("woff"); }

@font-face {
  font-family: 'SabicChineseRegular';
  src: url("../fonts/FZLTHJW.eot");
  src: url("../fonts/FZLTHJW.eot") format("embedded-opentype"), url("../fonts/FZLTHJW.woff2") format("woff2"), url("../fonts/FZLTHJW.woff") format("woff"); }

/* use these mixins when refferring to a font-face */
/* line 116, src/css/misc/_fonts.scss */
.xxxl {
  font-size: 3.25rem;
  line-height: 4.19rem; }

/* line 125, src/css/misc/_fonts.scss */
.xxl {
  font-size: 2.25rem;
  line-height: 2.875rem; }

/* line 134, src/css/misc/_fonts.scss */
.xl {
  font-size: 1.5rem;
  line-height: 1.9375rem; }

/* line 143, src/css/misc/_fonts.scss */
.l {
  font-size: 1.3125rem;
  line-height: 1.6875rem; }

/* line 153, src/css/misc/_fonts.scss */
.ml {
  font-size: 1.125rem;
  line-height: 1.5rem; }

/* line 162, src/css/misc/_fonts.scss */
.m {
  font-size: 1rem;
  line-height: 1.3125rem; }

/* line 171, src/css/misc/_fonts.scss */
.s {
  font-size: 0.75em;
  line-height: 1.3125rem; }

/* line 6, src/css/misc/_grid.scss */
.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 980px; }
  @media only screen and (min-width: 601px) {
    /* line 6, src/css/misc/_grid.scss */
    .container {
      max-width: 738px; } }
  @media only screen and (min-width: 1024px) {
    /* line 6, src/css/misc/_grid.scss */
    .container {
      max-width: 980px; } }
  /* line 11, src/css/misc/_grid.scss */
  .container.new-layout {
    max-width: 100%;
    padding: 0;
    background: #fff; }
    /* line 21, src/css/misc/_grid.scss */
    .container.new-layout .page-component {
      margin: 3.625rem auto;
      padding: 0 1.25em;
      max-width: 980px;
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 601px) {
        /* line 21, src/css/misc/_grid.scss */
        .container.new-layout .page-component {
          max-width: 738px; } }
      @media only screen and (min-width: 1024px) {
        /* line 21, src/css/misc/_grid.scss */
        .container.new-layout .page-component {
          max-width: 980px; } }
      @media only screen and (min-width: 601px) {
        /* line 21, src/css/misc/_grid.scss */
        .container.new-layout .page-component {
          margin: 15px auto; } }
      /* line 32, src/css/misc/_grid.scss */
      .container.new-layout .page-component.full-width {
        max-width: 100%;
        padding: 0; }
      /* line 37, src/css/misc/_grid.scss */
      .container.new-layout .page-component.no-margin {
        margin: 0 auto; }
      /* line 41, src/css/misc/_grid.scss */
      .container.new-layout .page-component.no-padding {
        padding: 0; }
      /* line 45, src/css/misc/_grid.scss */
      .container.new-layout .page-component.no-bottom-margin {
        margin: 30px auto 0 auto; }
      /* line 49, src/css/misc/_grid.scss */
      .container.new-layout .page-component .block.html {
        margin-bottom: 0; }

@media only screen and (min-width: 601px) {
  /* line 56, src/css/misc/_grid.scss */
  .container {
    padding: 0 2rem; }
    /* line 60, src/css/misc/_grid.scss */
    .container.new-layout .container {
      padding: 0; }
      /* line 62, src/css/misc/_grid.scss */
      .container.new-layout .container .page-component {
        padding: 0 2rem; } }

@media only screen and (min-width: 1024px) {
  /* line 70, src/css/misc/_grid.scss */
  .container {
    padding: 0; }
    /* line 74, src/css/misc/_grid.scss */
    .container.new-layout .page-component {
      padding: 0; } }

/* line 80, src/css/misc/_grid.scss */
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  position: relative; }

/* line 86, src/css/misc/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  /* line 90, src/css/misc/_grid.scss */
  .section.no-pad {
    padding: 0; }
  /* line 93, src/css/misc/_grid.scss */
  .section.no-pad-bot {
    padding-bottom: 0; }
  /* line 96, src/css/misc/_grid.scss */
  .section.no-pad-top {
    padding-top: 0; }

/* line 101, src/css/misc/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto; }
  /* line 107, src/css/misc/_grid.scss */
  .row:after {
    content: "";
    display: table;
    clear: both; }
  /* line 113, src/css/misc/_grid.scss */
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 0px; }
    /* line 115, src/css/misc/_grid.scss */
    [dir="rtl"] .row .col {
      float: right; }
    /* line 124, src/css/misc/_grid.scss */
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 132, src/css/misc/_grid.scss */
    .row .col.col-xs-12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-1 {
      margin-left: 8.33333%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-1 {
        margin-left: auto;
        margin-right: 8.33333%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-1 {
      right: 8.33333%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-1 {
        left: 8.33333%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-1 {
      left: 8.33333%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-1 {
        left: auto;
        right: 8.33333%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-2 {
      margin-left: 16.66667%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-2 {
        margin-left: auto;
        margin-right: 16.66667%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-2 {
      right: 16.66667%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-2 {
        left: 16.66667%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-2 {
      left: 16.66667%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-2 {
        left: auto;
        right: 16.66667%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-3 {
      margin-left: 25%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-3 {
        margin-left: auto;
        margin-right: 25%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-3 {
      right: 25%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-3 {
        left: 25%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-3 {
      left: 25%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-3 {
        left: auto;
        right: 25%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-4 {
      margin-left: 33.33333%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-4 {
        margin-left: auto;
        margin-right: 33.33333%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-4 {
      right: 33.33333%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-4 {
        left: 33.33333%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-4 {
      left: 33.33333%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-4 {
        left: auto;
        right: 33.33333%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-5 {
      margin-left: 41.66667%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-5 {
        margin-left: auto;
        margin-right: 41.66667%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-5 {
      right: 41.66667%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-5 {
        left: 41.66667%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-5 {
      left: 41.66667%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-5 {
        left: auto;
        right: 41.66667%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-6 {
      margin-left: 50%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-6 {
        margin-left: auto;
        margin-right: 50%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-6 {
      right: 50%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-6 {
        left: 50%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-6 {
      left: 50%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-6 {
        left: auto;
        right: 50%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-7 {
      margin-left: 58.33333%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-7 {
        margin-left: auto;
        margin-right: 58.33333%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-7 {
      right: 58.33333%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-7 {
        left: 58.33333%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-7 {
      left: 58.33333%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-7 {
        left: auto;
        right: 58.33333%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-8 {
      margin-left: 66.66667%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-8 {
        margin-left: auto;
        margin-right: 66.66667%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-8 {
      right: 66.66667%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-8 {
        left: 66.66667%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-8 {
      left: 66.66667%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-8 {
        left: auto;
        right: 66.66667%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-9 {
      margin-left: 75%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-9 {
        margin-left: auto;
        margin-right: 75%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-9 {
      right: 75%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-9 {
        left: 75%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-9 {
      left: 75%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-9 {
        left: auto;
        right: 75%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-10 {
      margin-left: 83.33333%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-10 {
        margin-left: auto;
        margin-right: 83.33333%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-10 {
      right: 83.33333%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-10 {
        left: 83.33333%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-10 {
      left: 83.33333%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-10 {
        left: auto;
        right: 83.33333%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-11 {
      margin-left: 91.66667%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-11 {
        margin-left: auto;
        margin-right: 91.66667%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-11 {
      right: 91.66667%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-11 {
        left: 91.66667%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-11 {
      left: 91.66667%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-11 {
        left: auto;
        right: 91.66667%; }
    /* line 144, src/css/misc/_grid.scss */
    .row .col.col-xs-offset-12 {
      margin-left: 100%; }
      /* line 146, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-offset-12 {
        margin-left: auto;
        margin-right: 100%; }
    /* line 151, src/css/misc/_grid.scss */
    .row .col.col-xs-pull-12 {
      right: 100%; }
      /* line 153, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-pull-12 {
        left: 100%;
        right: auto; }
    /* line 158, src/css/misc/_grid.scss */
    .row .col.col-xs-push-12 {
      left: 100%; }
      /* line 160, src/css/misc/_grid.scss */
      [dir="rtl"] .row .col.col-xs-push-12 {
        left: auto;
        right: 100%; }
    @media only screen and (min-width: 601px) {
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 173, src/css/misc/_grid.scss */
      .row .col.col-md-12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-1 {
        margin-left: 8.33333%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-1 {
          margin-left: auto;
          margin-right: 8.33333%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-1 {
        right: 8.33333%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-1 {
          left: 8.33333%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-1 {
        left: 8.33333%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-1 {
          left: auto;
          right: 8.33333%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-2 {
        margin-left: 16.66667%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-2 {
          margin-left: auto;
          margin-right: 16.66667%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-2 {
        right: 16.66667%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-2 {
          left: 16.66667%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-2 {
        left: 16.66667%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-2 {
          left: auto;
          right: 16.66667%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-3 {
        margin-left: 25%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-3 {
          margin-left: auto;
          margin-right: 25%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-3 {
        right: 25%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-3 {
          left: 25%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-3 {
        left: 25%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-3 {
          left: auto;
          right: 25%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-4 {
        margin-left: 33.33333%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-4 {
          margin-left: auto;
          margin-right: 33.33333%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-4 {
        right: 33.33333%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-4 {
          left: 33.33333%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-4 {
        left: 33.33333%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-4 {
          left: auto;
          right: 33.33333%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-5 {
        margin-left: 41.66667%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-5 {
          margin-left: auto;
          margin-right: 41.66667%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-5 {
        right: 41.66667%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-5 {
          left: 41.66667%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-5 {
        left: 41.66667%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-5 {
          left: auto;
          right: 41.66667%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-6 {
        margin-left: 50%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-6 {
          margin-left: auto;
          margin-right: 50%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-6 {
        right: 50%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-6 {
          left: 50%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-6 {
        left: 50%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-6 {
          left: auto;
          right: 50%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-7 {
        margin-left: 58.33333%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-7 {
          margin-left: auto;
          margin-right: 58.33333%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-7 {
        right: 58.33333%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-7 {
          left: 58.33333%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-7 {
        left: 58.33333%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-7 {
          left: auto;
          right: 58.33333%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-8 {
        margin-left: 66.66667%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-8 {
          margin-left: auto;
          margin-right: 66.66667%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-8 {
        right: 66.66667%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-8 {
          left: 66.66667%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-8 {
        left: 66.66667%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-8 {
          left: auto;
          right: 66.66667%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-9 {
        margin-left: 75%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-9 {
          margin-left: auto;
          margin-right: 75%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-9 {
        right: 75%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-9 {
          left: 75%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-9 {
        left: 75%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-9 {
          left: auto;
          right: 75%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-10 {
        margin-left: 83.33333%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-10 {
          margin-left: auto;
          margin-right: 83.33333%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-10 {
        right: 83.33333%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-10 {
          left: 83.33333%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-10 {
        left: 83.33333%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-10 {
          left: auto;
          right: 83.33333%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-11 {
        margin-left: 91.66667%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-11 {
          margin-left: auto;
          margin-right: 91.66667%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-11 {
        right: 91.66667%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-11 {
          left: 91.66667%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-11 {
        left: 91.66667%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-11 {
          left: auto;
          right: 91.66667%; }
      /* line 185, src/css/misc/_grid.scss */
      .row .col.col-md-offset-12 {
        margin-left: 100%; }
        /* line 187, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-offset-12 {
          margin-left: auto;
          margin-right: 100%; }
      /* line 192, src/css/misc/_grid.scss */
      .row .col.col-md-pull-12 {
        right: 100%; }
        /* line 194, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-pull-12 {
          left: 100%;
          right: auto; }
      /* line 199, src/css/misc/_grid.scss */
      .row .col.col-md-push-12 {
        left: 100%; }
        /* line 201, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-md-push-12 {
          left: auto;
          right: 100%; } }
    @media only screen and (min-width: 1024px) {
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 215, src/css/misc/_grid.scss */
      .row .col.col-lg-12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-1 {
        margin-left: 8.33333%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-1 {
          margin-left: auto;
          margin-right: 8.33333%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-1 {
        right: 8.33333%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-1 {
          left: 8.33333%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-1 {
        left: 8.33333%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-1 {
          left: auto;
          right: 8.33333%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-2 {
        margin-left: 16.66667%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-2 {
          margin-left: auto;
          margin-right: 16.66667%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-2 {
        right: 16.66667%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-2 {
          left: 16.66667%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-2 {
        left: 16.66667%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-2 {
          left: auto;
          right: 16.66667%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-3 {
        margin-left: 25%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-3 {
          margin-left: auto;
          margin-right: 25%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-3 {
        right: 25%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-3 {
          left: 25%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-3 {
        left: 25%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-3 {
          left: auto;
          right: 25%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-4 {
        margin-left: 33.33333%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-4 {
          margin-left: auto;
          margin-right: 33.33333%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-4 {
        right: 33.33333%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-4 {
          left: 33.33333%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-4 {
        left: 33.33333%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-4 {
          left: auto;
          right: 33.33333%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-5 {
        margin-left: 41.66667%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-5 {
          margin-left: auto;
          margin-right: 41.66667%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-5 {
        right: 41.66667%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-5 {
          left: 41.66667%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-5 {
        left: 41.66667%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-5 {
          left: auto;
          right: 41.66667%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-6 {
        margin-left: 50%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-6 {
          margin-left: auto;
          margin-right: 50%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-6 {
        right: 50%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-6 {
          left: 50%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-6 {
        left: 50%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-6 {
          left: auto;
          right: 50%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-7 {
        margin-left: 58.33333%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-7 {
          margin-left: auto;
          margin-right: 58.33333%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-7 {
        right: 58.33333%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-7 {
          left: 58.33333%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-7 {
        left: 58.33333%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-7 {
          left: auto;
          right: 58.33333%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-8 {
        margin-left: 66.66667%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-8 {
          margin-left: auto;
          margin-right: 66.66667%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-8 {
        right: 66.66667%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-8 {
          left: 66.66667%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-8 {
        left: 66.66667%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-8 {
          left: auto;
          right: 66.66667%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-9 {
        margin-left: 75%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-9 {
          margin-left: auto;
          margin-right: 75%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-9 {
        right: 75%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-9 {
          left: 75%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-9 {
        left: 75%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-9 {
          left: auto;
          right: 75%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-10 {
        margin-left: 83.33333%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-10 {
          margin-left: auto;
          margin-right: 83.33333%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-10 {
        right: 83.33333%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-10 {
          left: 83.33333%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-10 {
        left: 83.33333%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-10 {
          left: auto;
          right: 83.33333%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-11 {
        margin-left: 91.66667%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-11 {
          margin-left: auto;
          margin-right: 91.66667%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-11 {
        right: 91.66667%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-11 {
          left: 91.66667%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-11 {
        left: 91.66667%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-11 {
          left: auto;
          right: 91.66667%; }
      /* line 227, src/css/misc/_grid.scss */
      .row .col.col-lg-offset-12 {
        margin-left: 100%; }
        /* line 229, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-offset-12 {
          margin-left: auto;
          margin-right: 100%; }
      /* line 234, src/css/misc/_grid.scss */
      .row .col.col-lg-pull-12 {
        right: 100%; }
        /* line 236, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-pull-12 {
          left: 100%;
          right: auto; }
      /* line 241, src/css/misc/_grid.scss */
      .row .col.col-lg-push-12 {
        left: 100%; }
        /* line 243, src/css/misc/_grid.scss */
        [dir="rtl"] .row .col.col-lg-push-12 {
          left: auto;
          right: 100%; } }

/* line 1, src/css/misc/_flatpickr.scss */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

/* line 25, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

/* line 31, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

/* line 35, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/* line 39, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

/* line 44, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

/* line 48, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

/* line 52, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 56, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

/* line 60, src/css/misc/_flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 66, src/css/misc/_flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

/* line 69, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

/* line 73, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

/* line 76, src/css/misc/_flatpickr.scss */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

/* line 87, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

/* line 94, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

/* line 99, src/css/misc/_flatpickr.scss */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

/* line 103, src/css/misc/_flatpickr.scss */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

/* line 107, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

/* line 111, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

/* line 114, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

/* line 117, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

/* line 121, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

/* line 124, src/css/misc/_flatpickr.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

/* line 127, src/css/misc/_flatpickr.scss */
.flatpickr-calendar:focus {
  outline: 0; }

/* line 130, src/css/misc/_flatpickr.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

/* line 134, src/css/misc/_flatpickr.scss */
.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 140, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 158, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

/* line 170, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

/* line 174, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

/* line 178, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 194, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 210, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

/* line 214, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

/* line 218, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

/* line 223, src/css/misc/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

/* line 229, src/css/misc/_flatpickr.scss */
.numInputWrapper {
  position: relative;
  height: auto; }

/* line 233, src/css/misc/_flatpickr.scss */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

/* line 237, src/css/misc/_flatpickr.scss */
.numInputWrapper input {
  width: 100%; }

/* line 240, src/css/misc/_flatpickr.scss */
.numInputWrapper input::-ms-clear {
  display: none; }

/* line 243, src/css/misc/_flatpickr.scss */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

/* line 248, src/css/misc/_flatpickr.scss */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 261, src/css/misc/_flatpickr.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

/* line 264, src/css/misc/_flatpickr.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

/* line 267, src/css/misc/_flatpickr.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

/* line 272, src/css/misc/_flatpickr.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

/* line 276, src/css/misc/_flatpickr.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

/* line 282, src/css/misc/_flatpickr.scss */
.numInputWrapper span.arrowDown {
  top: 50%; }

/* line 285, src/css/misc/_flatpickr.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

/* line 291, src/css/misc/_flatpickr.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto; }

/* line 295, src/css/misc/_flatpickr.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

/* line 298, src/css/misc/_flatpickr.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 301, src/css/misc/_flatpickr.scss */
.numInputWrapper:hover span {
  opacity: 1; }

/* line 304, src/css/misc/_flatpickr.scss */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* line 320, src/css/misc/_flatpickr.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

/* line 328, src/css/misc/_flatpickr.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 331, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

/* line 336, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

/* line 339, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

/* line 342, src/css/misc/_flatpickr.scss */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

/* line 363, src/css/misc/_flatpickr.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

/* line 366, src/css/misc/_flatpickr.scss */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

/* line 373, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

/* line 396, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

/* line 400, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 403, src/css/misc/_flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

/* line 408, src/css/misc/_flatpickr.scss */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

/* line 423, src/css/misc/_flatpickr.scss */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 433, src/css/misc/_flatpickr.scss */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

/* line 448, src/css/misc/_flatpickr.scss */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

/* line 452, src/css/misc/_flatpickr.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

/* line 465, src/css/misc/_flatpickr.scss */
.flatpickr-days:focus {
  outline: 0; }

/* line 468, src/css/misc/_flatpickr.scss */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

/* line 492, src/css/misc/_flatpickr.scss */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

/* line 496, src/css/misc/_flatpickr.scss */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 521, src/css/misc/_flatpickr.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

/* line 538, src/css/misc/_flatpickr.scss */
.flatpickr-day.today {
  border-color: #959ea9; }

/* line 541, src/css/misc/_flatpickr.scss */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

/* line 547, src/css/misc/_flatpickr.scss */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

/* line 571, src/css/misc/_flatpickr.scss */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

/* line 576, src/css/misc/_flatpickr.scss */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

/* line 581, src/css/misc/_flatpickr.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

/* line 587, src/css/misc/_flatpickr.scss */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

/* line 592, src/css/misc/_flatpickr.scss */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

/* line 597, src/css/misc/_flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

/* line 609, src/css/misc/_flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

/* line 614, src/css/misc/_flatpickr.scss */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

/* line 619, src/css/misc/_flatpickr.scss */
.flatpickr-day.hidden {
  visibility: hidden; }

/* line 622, src/css/misc/_flatpickr.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px; }

/* line 625, src/css/misc/_flatpickr.scss */
.flatpickr-weekwrapper {
  float: left; }

/* line 628, src/css/misc/_flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

/* line 633, src/css/misc/_flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

/* line 638, src/css/misc/_flatpickr.scss */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

/* line 648, src/css/misc/_flatpickr.scss */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

/* line 658, src/css/misc/_flatpickr.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 664, src/css/misc/_flatpickr.scss */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 679, src/css/misc/_flatpickr.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

/* line 684, src/css/misc/_flatpickr.scss */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

/* line 693, src/css/misc/_flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

/* line 696, src/css/misc/_flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

/* line 699, src/css/misc/_flatpickr.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

/* line 702, src/css/misc/_flatpickr.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

/* line 705, src/css/misc/_flatpickr.scss */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

/* line 725, src/css/misc/_flatpickr.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

/* line 728, src/css/misc/_flatpickr.scss */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

/* line 732, src/css/misc/_flatpickr.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

/* line 736, src/css/misc/_flatpickr.scss */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 752, src/css/misc/_flatpickr.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

/* line 759, src/css/misc/_flatpickr.scss */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

/* line 765, src/css/misc/_flatpickr.scss */
.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* line 793, src/css/misc/_flatpickr.scss */
.flatpickr-confirm {
  height: 40px;
  max-height: 0px;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #009fdf; }

/* line 804, src/css/misc/_flatpickr.scss */
.flatpickr-confirm svg path {
  fill: white; }

/* line 808, src/css/misc/_flatpickr.scss */
.flatpickr-confirm.darkTheme {
  color: white;
  fill: white; }

/* line 813, src/css/misc/_flatpickr.scss */
.flatpickr-confirm.visible {
  max-height: 40px;
  visibility: visible; }

/* line 1, src/css/misc/_icons.scss */
img.svg {
  display: none; }

/* line 5, src/css/misc/_icons.scss */
.ico-plastics:before {
  background-image: url(../img/icons/sabic-plastics.svg); }

/* line 6, src/css/misc/_icons.scss */
.ico-chemicals:before {
  background-image: url(../img/icons/sabic-chemicals.svg); }

/* line 7, src/css/misc/_icons.scss */
.ico-agri-nutrients:before {
  background-image: url(../img/icons/sabic-agri-nutrients.svg); }

/* line 8, src/css/misc/_icons.scss */
.ico-metals:before {
  background-image: url(../img/icons/sabic-metals.svg); }

/* line 9, src/css/misc/_icons.scss */
.ico-specialties:before {
  background-image: url(../img/icons/sabic_specialties.svg); }

/* line 10, src/css/misc/_icons.scss */
.ico-agriculture:before {
  background-image: url(../img/icons/sabic-agri-nutrients.svg); }

/* line 11, src/css/misc/_icons.scss */
.ico-automotive:before {
  background-image: url(../img/icons/sabic-automotive.svg); }

/* line 12, src/css/misc/_icons.scss */
.ico-building-and-construction:before {
  background-image: url(../img/icons/sabic-construction.svg); }

/* line 13, src/css/misc/_icons.scss */
.ico-consumer:before {
  background-image: url(../img/icons/sabic-consumer.svg); }

/* line 14, src/css/misc/_icons.scss */
.ico-packaging:before {
  background-image: url(../img/icons/sabic-plastics.svg); }

/* line 15, src/css/misc/_icons.scss */
.ico-electrical-electronic:before {
  background-image: url(../img/icons/sabic-electrical-electronic.svg); }

/* line 16, src/css/misc/_icons.scss */
.ico-healthcare:before {
  background-image: url(../img/icons/sabic-healthcare.svg); }

/* line 17, src/css/misc/_icons.scss */
.ico-hydrocarbon-energy:before {
  background-image: url(../img/icons/sabic-hydrocarbon-energy.svg); }

/* line 18, src/css/misc/_icons.scss */
.ico-industrial:before {
  background-image: url(../img/icons/sabic-industries.svg); }

/* line 19, src/css/misc/_icons.scss */
.ico-mass-transportation:before {
  background-image: url(../img/icons/sabic-mass-transportation.svg); }

/* line 20, src/css/misc/_icons.scss */
.ico-download:before {
  background-image: url(../img/icons/sabic-download.svg); }

/* line 21, src/css/misc/_icons.scss */
.ico-pdf:before {
  background-image: url(../img/icons/sabic-pdf.svg); }

/* line 22, src/css/misc/_icons.scss */
.ico-doc:before {
  background-image: url(../img/icons/sabic-doc.svg); }

/* line 23, src/css/misc/_icons.scss */
.ico-linkedin:before {
  background-image: url(../img/icons/sabic-linkedin.svg); }

/* line 24, src/css/misc/_icons.scss */
.ico-youtube:before {
  background-image: url(../img/icons/sabic-you-tube.svg); }

/* line 25, src/css/misc/_icons.scss */
.ico-twitter:before {
  background-image: url(../img/icons/sabic-twitter.svg); }

/* line 26, src/css/misc/_icons.scss */
.ico-glassdoor:before {
  background-image: url(../img/icons/sabic-glassdoor.svg); }

/* line 27, src/css/misc/_icons.scss */
.ico-weibo:before {
  background-image: url(../img/icons/sabic-weibo.svg); }

/* line 28, src/css/misc/_icons.scss */
.ico-wechat:before {
  background-image: url(../img/icons/sabic-wechat.svg); }

/* line 29, src/css/misc/_icons.scss */
.ico-instagram:before {
  background-image: url(../img/icons/sabic-instagram.svg); }

/* line 30, src/css/misc/_icons.scss */
.ico-facebook:before {
  background-image: url(../img/icons/sabic-facebook.svg); }

/* line 31, src/css/misc/_icons.scss */
.ico-share:before {
  background-image: url(../img/icons/sabic-share-icon.svg); }

/* line 32, src/css/misc/_icons.scss */
.ico-play:before {
  background-image: url(../img/icons/sabic-play.svg); }

/* line 33, src/css/misc/_icons.scss */
.ico-close:before {
  background-image: url(../img/icons/sabic-close.svg); }

/* line 34, src/css/misc/_icons.scss */
.ico-find:before, .ico-search:before {
  background-image: url(../img/icons/sabic-magnifying-glass.svg); }

/* line 36, src/css/misc/_icons.scss */
.active .ico-plastics:before {
  background-image: url(../img/icons/sabic-plastics-white.svg); }

/* line 37, src/css/misc/_icons.scss */
.active .ico-chemicals:before {
  background-image: url(../img/icons/sabic-chemicals-white.svg); }

/* line 38, src/css/misc/_icons.scss */
.active .ico-agri-nutrients:before {
  background-image: url(../img/icons/sabic-agri-nutrients-white.svg); }

/* line 39, src/css/misc/_icons.scss */
.active .ico-metals:before {
  background-image: url(../img/icons/sabic-metals-white.svg); }

/* line 40, src/css/misc/_icons.scss */
.active .ico-specialties:before {
  background-image: url(../img/icons/sabic_specialties-white.svg); }

/* line 41, src/css/misc/_icons.scss */
.active .ico-agriculture:before {
  background-image: url(../img/icons/sabic-agri-nutrients-white.svg); }

/* line 42, src/css/misc/_icons.scss */
.active .ico-automotive:before {
  background-image: url(../img/icons/sabic-automotive-white.svg); }

/* line 43, src/css/misc/_icons.scss */
.active .ico-building-and-construction:before {
  background-image: url(../img/icons/sabic-construction-white.svg); }

/* line 44, src/css/misc/_icons.scss */
.active .ico-consumer:before {
  background-image: url(../img/icons/sabic-consumer-white.svg); }

/* line 45, src/css/misc/_icons.scss */
.active .ico-packaging:before {
  background-image: url(../img/icons/sabic-plastics-white.svg); }

/* line 46, src/css/misc/_icons.scss */
.active .ico-electrical-electronic:before {
  background-image: url(../img/icons/sabic-electrical-electronic-white.svg); }

/* line 47, src/css/misc/_icons.scss */
.active .ico-healthcare:before {
  background-image: url(../img/icons/sabic-healthcare-white.svg); }

/* line 48, src/css/misc/_icons.scss */
.active .ico-hydrocarbon-energy:before {
  background-image: url(../img/icons/sabic-hydrocarbon-energy-white.svg); }

/* line 49, src/css/misc/_icons.scss */
.active .ico-industrial:before {
  background-image: url(../img/icons/sabic-industries-white.svg); }

/* line 50, src/css/misc/_icons.scss */
.active .ico-mass-transportation:before {
  background-image: url(../img/icons/sabic-mass-transportation-white.svg); }

/* Slider */
/* line 3, src/css/misc/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 17, src/css/misc/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, src/css/misc/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 28, src/css/misc/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 33, src/css/misc/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 42, src/css/misc/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 48, src/css/misc/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 54, src/css/misc/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 58, src/css/misc/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 62, src/css/misc/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 66, src/css/misc/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 69, src/css/misc/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 72, src/css/misc/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 78, src/css/misc/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 82, src/css/misc/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 86, src/css/misc/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 90, src/css/misc/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 96, src/css/misc/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* line 144, src/css/misc/_slick.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
/*
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    &:hover, &:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: $slick-opacity-on-hover;
        }
    }
    &.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
    &:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}
*/
/* Dots */
/* line 232, src/css/misc/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 236, src/css/misc/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  /* line 245, src/css/misc/_slick.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 253, src/css/misc/_slick.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 265, src/css/misc/_slick.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 267, src/css/misc/_slick.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 271, src/css/misc/_slick.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 288, src/css/misc/_slick.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, src/css/misc/_remodal.scss */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  /* prevent background movement when toolbar is hidden */ }
  /* line 23, src/css/misc/_remodal.scss */
  html.remodal-is-locked main, html.remodal-is-locked #cookies-notification, html.remodal-is-locked header {
    overflow-y: scroll; }
    @media (-ms-high-contrast: none) {
      /* line 23, src/css/misc/_remodal.scss */
      html.remodal-is-locked main, html.remodal-is-locked #cookies-notification, html.remodal-is-locked header {
        overflow: hidden; } }

/* Anti FOUC */
/* line 33, src/css/misc/_remodal.scss */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
/* line 40, src/css/misc/_remodal.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
/* line 52, src/css/misc/_remodal.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

/* line 69, src/css/misc/_remodal.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
/* line 80, src/css/misc/_remodal.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
/* line 88, src/css/misc/_remodal.scss */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

/* line 98, src/css/misc/_remodal.scss */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 118, src/css/misc/_remodal.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
/* line 126, src/css/misc/_remodal.scss */
.remodal-overlay {
  background: rgba(255, 255, 255, 0.9); }

/* line 130, src/css/misc/_remodal.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 138, src/css/misc/_remodal.scss */
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

/* line 143, src/css/misc/_remodal.scss */
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
/* line 150, src/css/misc/_remodal.scss */
.remodal-wrapper {
  padding: 50px 10px 50px 10px; }

/* Default theme styles of the modal dialog */
/* line 156, src/css/misc/_remodal.scss */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }
  /* line 167, src/css/misc/_remodal.scss */
  .remodal img {
    display: block;
    width: 100%; }

/* line 173, src/css/misc/_remodal.scss */
.vid {
  margin: 0;
  padding: 0; }
  /* line 176, src/css/misc/_remodal.scss */
  .vid .vid-inner {
    padding-bottom: 56.25%;
    position: relative; }
    /* line 179, src/css/misc/_remodal.scss */
    .vid .vid-inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* line 189, src/css/misc/_remodal.scss */
.docs-inner {
  border: 1px solid #ccc;
  height: 60vh; }
  /* line 192, src/css/misc/_remodal.scss */
  .docs-inner iframe {
    height: 100%;
    width: 1px;
    min-width: 100%; }

/* line 199, src/css/misc/_remodal.scss */
.nl {
  text-align: left;
  border: 1px solid #939598;
  background: #F6F6F6; }
  /* line 203, src/css/misc/_remodal.scss */
  .nl h2 {
    margin-top: 0; }
  /* line 2, src/css/misc/_mixins.scss */
  .nl form:after {
    content: "";
    display: table;
    clear: both; }
  /* line 208, src/css/misc/_remodal.scss */
  .nl form .group {
    float: left;
    width: 33.3333%; }
  /* line 212, src/css/misc/_remodal.scss */
  .nl form fieldset {
    margin: 0 0 0.5em;
    border: 0;
    padding: 0; }
    /* line 216, src/css/misc/_remodal.scss */
    .nl form fieldset input {
      position: absolute;
      left: -999em; }
      /* line 220, src/css/misc/_remodal.scss */
      .nl form fieldset input:checked + label:before {
        background: #009FDF; }
      /* line 223, src/css/misc/_remodal.scss */
      .nl form fieldset input:checked + label:after {
        content: "";
        width: 1.2em;
        height: 1.2em;
        border: 1px solid #009FDF;
        background: url(../img/check.png) center no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
    /* line 235, src/css/misc/_remodal.scss */
    .nl form fieldset label {
      color: #4D4D4D;
      position: relative;
      padding-left: 1.75em;
      cursor: pointer; }
      /* line 240, src/css/misc/_remodal.scss */
      .nl form fieldset label:before {
        content: "";
        width: 1.2em;
        height: 1.2em;
        border: 1px solid #009FDF;
        position: absolute;
        left: 0;
        top: 0; }
      /* line 250, src/css/misc/_remodal.scss */
      .nl form fieldset label:hover:before {
        background: #EEEEEE; }
  /* line 256, src/css/misc/_remodal.scss */
  .nl form button {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .nl form button:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 256, src/css/misc/_remodal.scss */
      .nl form button {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .nl form button:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .nl form button:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .nl form button:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }

/* line 262, src/css/misc/_remodal.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 270, src/css/misc/_remodal.scss */
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

/* line 275, src/css/misc/_remodal.scss */
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
/* line 282, src/css/misc/_remodal.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
/* line 289, src/css/misc/_remodal.scss */
.remodal-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 1em 0;
  width: 1.5em;
  height: 1.5em; }
  /* line 299, src/css/misc/_remodal.scss */
  .remodal-close:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -0.75em;
    left: 0; }
  /* line 53, src/css/misc/_icons.scss */
  .remodal-close:before {
    background-position: center;
    background-repeat: no-repeat; }

/* Dialog buttons */
/* line 314, src/css/misc/_remodal.scss */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

/* line 336, src/css/misc/_remodal.scss */
.remodal-confirm {
  color: #fff;
  background: #81c784; }

/* line 341, src/css/misc/_remodal.scss */
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

/* line 346, src/css/misc/_remodal.scss */
.remodal-cancel {
  color: #fff;
  background: #e57373; }

/* line 351, src/css/misc/_remodal.scss */
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 358, src/css/misc/_remodal.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 366, src/css/misc/_remodal.scss */
.remodal .block.media.photo .actions a {
  margin-bottom: 0; }

/* line 370, src/css/misc/_remodal.scss */
.remodal .block.media.photo .actions p {
  text-align: left;
  padding-right: 65px;
  padding-left: 1em; }
  /* line 374, src/css/misc/_remodal.scss */
  [dir="rtl"] .remodal .block.media.photo .actions p {
    padding-left: 65px;
    padding-right: 1em;
    text-align: right; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  /* line 484, src/css/misc/_remodal.scss */
  .remodal {
    max-width: 960px; } }

/* IE8
   ========================================================================== */
/* line 492, src/css/misc/_remodal.scss */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

/* line 496, src/css/misc/_remodal.scss */
.lt-ie9 .remodal {
  width: 700px; }

/* line 2, src/css/misc/_chosen.scss */
.input-validation-error .chosen-container-single .chosen-single {
  border: 1px solid #d0021b; }

/* line 7, src/css/misc/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
  @media only screen and (min-width: 601px) {
    /* line 7, src/css/misc/_chosen.scss */
    .chosen-container {
      width: 75% !important; } }

/* line 22, src/css/misc/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 26, src/css/misc/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #009FDF;
  background: #fff;
  clip: rect(0, 0, 0, 0); }

/* line 36, src/css/misc/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

/* line 40, src/css/misc/_chosen.scss */
.chosen-container a {
  cursor: pointer; }

/* line 44, src/css/misc/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #939598; }

/* line 53, src/css/misc/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* line 59, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  background-clip: padding-box;
  color: #939598;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  border: 1px solid;
  padding: 0.25em 0.5em;
  border-radius: 0.2em;
  cursor: pointer;
  border-color: #939598;
  width: 100%;
  line-height: 1.4;
  outline: none;
  background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat; }
  /* line 83, src/css/misc/_chosen.scss */
  [dir="rtl"] .chosen-container-single .chosen-single {
    padding-right: 0.5em;
    padding-left: 3em;
    background-position: 1em center; }
  /* line 88, src/css/misc/_chosen.scss */
  .chosen-container-single .chosen-single:hover {
    border-color: #FFE678;
    color: #4D4D4D; }
    /* line 91, src/css/misc/_chosen.scss */
    .chosen-container-single .chosen-single:hover li.search-field input[type="text"] {
      color: #4D4D4D; }

/* line 98, src/css/misc/_chosen.scss */
.search .chosen-container-single .chosen-single {
  background: #fff url(../img/icons/SABIC-MAGNIFY-GLASS.svg) 98% no-repeat;
  background-size: 1.1em; }

/* line 104, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999; }

/* line 108, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 116, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

/* line 120, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 131, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 135, src/css/misc/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 139, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

/* line 148, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

/* line 155, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

/* line 163, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: SabicLight, arial, sans-serif;
  font-weight: 200;
  line-height: normal;
  border-radius: 0; }
  /* line 106, src/css/misc/_fonts.scss */
  .lang-zh .chosen-container-single .chosen-search input[type="text"] {
    font-family: SabicChineseLight !important; }

/* line 179, src/css/misc/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

/* line 185, src/css/misc/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* line 190, src/css/misc/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

/* line 201, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

/* line 211, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

/* line 216, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* line 222, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #009FDF;
  color: #fff; }

/* line 227, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

/* line 233, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

/* line 239, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

/* line 243, src/css/misc/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* line 248, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border: 1px solid;
  padding: 0.25em 0.5em;
  border-radius: 0.2em;
  cursor: pointer;
  border-color: #939598;
  width: 100%;
  line-height: 1.4;
  outline: none;
  background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat; }
  /* line 262, src/css/misc/_chosen.scss */
  [dir="rtl"] .chosen-container-multi .chosen-choices {
    padding-right: 0.5em;
    padding-left: 3em;
    background-position: 1em center; }
  /* line 267, src/css/misc/_chosen.scss */
  .chosen-container-multi .chosen-choices:hover {
    border-color: #FFE678;
    color: #4D4D4D; }
    /* line 270, src/css/misc/_chosen.scss */
    .chosen-container-multi .chosen-choices:hover li.search-field input[type="text"] {
      color: #4D4D4D; }

/* line 276, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  /* line 279, src/css/misc/_chosen.scss */
  [dir="rtl"] .chosen-container-multi .chosen-choices li {
    float: right; }

/* line 284, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

/* line 290, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  cursor: pointer;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: SabicLight, arial, sans-serif;
  font-weight: 200;
  line-height: normal;
  border-radius: 0;
  width: 25px; }
  /* line 106, src/css/misc/_fonts.scss */
  .lang-zh .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: SabicChineseLight !important; }

/* line 309, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 4px 20px 4px 5px;
  background-color: #EEEEEE;
  border-radius: 3px;
  max-width: 100%;
  color: #009FDF;
  line-height: 13px;
  cursor: default; }

/* line 321, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

/* line 325, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/sabic-close.svg);
  font-size: 1px; }

/* line 336, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

/* line 344, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

/* line 348, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* line 352, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

/* line 357, src/css/misc/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* line 363, src/css/misc/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb; }

/* line 368, src/css/misc/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset; }

/* line 376, src/css/misc/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

/* line 381, src/css/misc/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

/* line 385, src/css/misc/_chosen.scss */
.chosen-container-active .chosen-choices {
  border-color: #FFE678;
  color: #4D4D4D; }

/* line 390, src/css/misc/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* line 394, src/css/misc/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

/* line 399, src/css/misc/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default; }

/* line 403, src/css/misc/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* line 409, src/css/misc/_chosen.scss */
[dir="rtl"] .chosen-container {
  text-align: right; }
  /* line 412, src/css/misc/_chosen.scss */
  [dir="rtl"] .chosen-container .chosen-choices li {
    float: right; }
    /* line 414, src/css/misc/_chosen.scss */
    [dir="rtl"] .chosen-container .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    /* line 417, src/css/misc/_chosen.scss */
    [dir="rtl"] .chosen-container .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      /* line 420, src/css/misc/_chosen.scss */
      [dir="rtl"] .chosen-container .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  /* line 427, src/css/misc/_chosen.scss */
  [dir="rtl"] .chosen-container .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  /* line 431, src/css/misc/_chosen.scss */
  [dir="rtl"] .chosen-container .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    direction: rtl; }

/* line 1, src/css/misc/_loader.scss */
.sabic-loader {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1; }

/* line 13, src/css/misc/_loader.scss */
.sabic-loader.finished {
  opacity: 0;
  pointer-events: none; }

/* line 18, src/css/misc/_loader.scss */
.sabic-loader-image {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibGRzLXNwaW5uZXIiIHdpZHRoPSI1NnB4IiAgaGVpZ2h0PSI1NnB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxnIHRyYW5zZm9ybT0icm90YXRlKDAgNTAgNTApIj4KICA8cmVjdCB4PSI0OS41IiB5PSIzMSIgcng9IjQuNDU1IiByeT0iMi43OSIgd2lkdGg9IjEiIGhlaWdodD0iOCIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjg3NXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNTAgNTApIj4KICA8cmVjdCB4PSI0OS41IiB5PSIzMSIgcng9IjQuNDU1IiByeT0iMi43OSIgd2lkdGg9IjEiIGhlaWdodD0iOCIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjc1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ5LjUiIHk9IjMxIiByeD0iNC40NTUiIHJ5PSIyLjc5IiB3aWR0aD0iMSIgaGVpZ2h0PSI4IiBmaWxsPSIjMDAwMDAwIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNjI1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxMzUgNTAgNTApIj4KICA8cmVjdCB4PSI0OS41IiB5PSIzMSIgcng9IjQuNDU1IiByeT0iMi43OSIgd2lkdGg9IjEiIGhlaWdodD0iOCIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ5LjUiIHk9IjMxIiByeD0iNC40NTUiIHJ5PSIyLjc5IiB3aWR0aD0iMSIgaGVpZ2h0PSI4IiBmaWxsPSIjMDAwMDAwIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuMzc1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUgNTAgNTApIj4KICA8cmVjdCB4PSI0OS41IiB5PSIzMSIgcng9IjQuNDU1IiByeT0iMi43OSIgd2lkdGg9IjEiIGhlaWdodD0iOCIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjI1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNTAgNTApIj4KICA8cmVjdCB4PSI0OS41IiB5PSIzMSIgcng9IjQuNDU1IiByeT0iMi43OSIgd2lkdGg9IjEiIGhlaWdodD0iOCIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjEyNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1IDUwIDUwKSI+CiAgPHJlY3QgeD0iNDkuNSIgeT0iMzEiIHJ4PSI0LjQ1NSIgcnk9IjIuNzkiIHdpZHRoPSIxIiBoZWlnaHQ9IjgiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat; }

/* line 1, src/css/misc/_chatbot.scss */
#chatbot {
  display: none; }

/* line 4, src/css/misc/_chatbot.scss */
body.chatbot-loaded #chatbot {
  display: block; }

@-ms-viewport {
  width: device-width; }

/* line 18, src/css/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 24, src/css/style.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #939598;
  line-height: 1.5;
  font-family: SabicLight, arial, sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden; }
  /* line 106, src/css/misc/_fonts.scss */
  .lang-zh html {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 601px) {
    /* line 24, src/css/style.scss */
    html {
      width: initial;
      overflow: visible; } }
  @media only screen and (min-width: 1024px) {
    /* line 24, src/css/style.scss */
    html {
      height: 100%; } }

/* line 45, src/css/style.scss */
.lang-zh {
  font-family: SabicChineseLight !important; }

/* line 49, src/css/style.scss */
body {
  background: #eeeeee;
  width: 100%;
  overflow-x: hidden; }
  /* line 54, src/css/style.scss */
  body.navigation-popup-on {
    overflow: hidden; }
  @media only screen and (min-width: 601px) {
    /* line 49, src/css/style.scss */
    body {
      width: initial;
      overflow: visible; } }
  @media only screen and (min-width: 1024px) {
    /* line 49, src/css/style.scss */
    body {
      height: 100%; } }
  /* line 66, src/css/style.scss */
  body.menu-open, body.search-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*main, footer {
            display: none;
        }*/ }

/*body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
 
body::-webkit-scrollbar-thumb {
  background-color: $yellow;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);;
  outline: 3px solid $yellow;
}*/
/* line 94, src/css/style.scss */
input, select, textarea {
  font-family: SabicLight, arial, sans-serif;
  font-weight: 200; }
  /* line 106, src/css/misc/_fonts.scss */
  .lang-zh input, .lang-zh select, .lang-zh textarea {
    font-family: SabicChineseLight !important; }

/************************************/
/************************************/
/* line 107, src/css/style.scss */
.html_debug {
  display: none; }

/* line 108, src/css/style.scss */
.rtl-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #009FDF;
  color: #fff;
  padding: 0.25em 0.5em;
  line-height: 1;
  z-index: 111;
  font-size: 0.75em; }
  /* line 118, src/css/style.scss */
  .rtl-toggle:hover {
    color: #fff; }

/************************************/
/************************************/
/* line 124, src/css/style.scss */
h1, h2, h3, h4 {
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 1em; }

/* line 130, src/css/style.scss */
h1 {
  font-size: 2.125em;
  margin: 0 0 0.5em;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh h1 {
    font-family: SabicChineseLight !important; }
  /* line 135, src/css/style.scss */
  h1.title {
    margin: 0.5em 0 -0.2em; }
  /* line 138, src/css/style.scss */
  #news h1 {
    font-size: 1.750em; }

/* line 142, src/css/style.scss */
h2 {
  font-size: 1.250em;
  color: #4D4D4D;
  font-family: SabicHeadlineRegular, arial, sans-serif; }
  /* line 74, src/css/misc/_fonts.scss */
  .lang-zh h2 {
    font-family: SabicChineseRegular !important; }
  /* line 147, src/css/style.scss */
  h2 a {
    color: #4D4D4D; }
    /* line 149, src/css/style.scss */
    h2 a:hover {
      color: #46B4E6; }

/* line 154, src/css/style.scss */
h3 {
  font-size: 1.063em;
  color: #4D4D4D;
  font-family: SabicHeadlineRegular, arial, sans-serif; }
  /* line 74, src/css/misc/_fonts.scss */
  .lang-zh h3 {
    font-family: SabicChineseRegular !important; }
  /* line 159, src/css/style.scss */
  h3 a {
    color: #4D4D4D; }
    /* line 161, src/css/style.scss */
    h3 a:hover {
      color: #46B4E6; }

/* line 166, src/css/style.scss */
h4 {
  font-size: 0.9375em;
  color: #4D4D4D;
  font-family: SabicHeadlineRegular, arial, sans-serif; }
  /* line 74, src/css/misc/_fonts.scss */
  .lang-zh h4 {
    font-family: SabicChineseRegular !important; }
  /* line 171, src/css/style.scss */
  h4 a {
    color: #4D4D4D; }
    /* line 173, src/css/style.scss */
    h4 a:hover {
      color: #46B4E6; }

/* line 178, src/css/style.scss */
a {
  color: #009FDF;
  text-decoration: none; }
  /* line 181, src/css/style.scss */
  a:hover {
    color: #46B4E6;
    text-decoration: underline; }
    /* line 184, src/css/style.scss */
    a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
      color: #46B4E6; }
  /* line 188, src/css/style.scss */
  a:active {
    color: #008CC8; }

/* line 193, src/css/style.scss */
p {
  color: #4D4D4D;
  margin: 1em 0;
  font-size: 0.9375em; }

/* line 199, src/css/style.scss */
p.form-error {
  color: #D0021B; }

/* line 203, src/css/style.scss */
#cookies-notification {
  background: #009FDF;
  color: #fff;
  padding: 1.5em 0;
  display: none;
  z-index: 10;
  position: relative; }
  /* line 9, src/css/misc/_cookies.scss */
  .show-cookies #cookies-notification {
    display: block; }
  @media only screen and (min-width: 601px) {
    /* line 12, src/css/misc/_cookies.scss */
    #cookies-notification .block {
      margin-bottom: 0; } }
  /* line 16, src/css/misc/_cookies.scss */
  #cookies-notification .block h3 {
    color: #fff;
    margin: 0 0 0.25em; }
    /* line 19, src/css/misc/_cookies.scss */
    #cookies-notification .block h3:before {
      content: "*";
      font-size: 3em;
      display: inline-block;
      line-height: 0.1em;
      text-indent: -0.1em;
      vertical-align: -0.45em;
      margin-bottom: -1em; }
      @media only screen and (min-width: 1024px) {
        /* line 19, src/css/misc/_cookies.scss */
        #cookies-notification .block h3:before {
          vertical-align: -0.6em;
          font-size: 75px;
          text-indent: -0.5em; } }
  /* line 34, src/css/misc/_cookies.scss */
  #cookies-notification .block p {
    color: #fff; }
    @media only screen and (min-width: 601px) {
      /* line 34, src/css/misc/_cookies.scss */
      #cookies-notification .block p {
        margin-bottom: 0; } }
  /* line 40, src/css/misc/_cookies.scss */
  #cookies-notification .block a {
    color: #fff;
    text-decoration: underline; }
    /* line 44, src/css/misc/_cookies.scss */
    #cookies-notification .block a.btn {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #fff;
      border: 1px solid #fff;
      color: #009FDF;
      float: right;
      margin-bottom: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      #cookies-notification .block a.btn:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 44, src/css/misc/_cookies.scss */
        #cookies-notification .block a.btn {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      #cookies-notification .block a.btn:disabled {
        opacity: 0.5;
        pointer-events: none; }
    /* line 50, src/css/misc/_cookies.scss */
    #cookies-notification .block a.cookie-link {
      background: none;
      padding: 0; }

/* line 3, src/css/misc/_cookie_page.scss */
#Cookie-page .cookie_column_section {
  margin-bottom: 1em;
  margin-right: 1em;
  border: 1px solid #c3c1c1; }
  @media only screen and (min-width: 601px) {
    /* line 3, src/css/misc/_cookie_page.scss */
    #Cookie-page .cookie_column_section {
      display: inline-block; } }
  /* line 12, src/css/misc/_cookie_page.scss */
  #Cookie-page .cookie_column_section div.wrapper {
    padding: 0.5em; }
    /* line 499, src/css/misc/_mixins.scss */
    #Cookie-page .cookie_column_section div.wrapper input {
      position: absolute;
      left: -999em; }
      /* line 502, src/css/misc/_mixins.scss */
      [dir="rtl"] #Cookie-page .cookie_column_section div.wrapper input {
        left: auto;
        right: -999em; }
      /* line 507, src/css/misc/_mixins.scss */
      #Cookie-page .cookie_column_section div.wrapper input:checked + label:before {
        background: #009FDF; }
      /* line 510, src/css/misc/_mixins.scss */
      #Cookie-page .cookie_column_section div.wrapper input:checked + label:after {
        content: "";
        width: 18px;
        height: 18px;
        border: 1px solid #009FDF;
        background: url(../img/check.png) center no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
        /* line 519, src/css/misc/_mixins.scss */
        [dir="rtl"] #Cookie-page .cookie_column_section div.wrapper input:checked + label:after {
          left: auto;
          right: 0; }
    /* line 526, src/css/misc/_mixins.scss */
    #Cookie-page .cookie_column_section div.wrapper label {
      color: #4D4D4D;
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      display: block;
      font-size: 0.9375em; }
      /* line 533, src/css/misc/_mixins.scss */
      [dir="rtl"] #Cookie-page .cookie_column_section div.wrapper label {
        padding-left: 0;
        padding-right: 28px; }
      /* line 537, src/css/misc/_mixins.scss */
      #Cookie-page .cookie_column_section div.wrapper label:before {
        content: "";
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #4D4D4D;
        position: absolute;
        left: 0;
        top: 0; }
        /* line 546, src/css/misc/_mixins.scss */
        [dir="rtl"] #Cookie-page .cookie_column_section div.wrapper label:before {
          left: auto;
          right: 0; }
      /* line 552, src/css/misc/_mixins.scss */
      #Cookie-page .cookie_column_section div.wrapper label:hover:before {
        background: #EEEEEE; }
    @media only screen and (min-width: 601px) {
      /* line 12, src/css/misc/_cookie_page.scss */
      #Cookie-page .cookie_column_section div.wrapper {
        display: inline-block;
        padding-right: 1em; } }
    /* line 21, src/css/misc/_cookie_page.scss */
    #Cookie-page .cookie_column_section div.wrapper label {
      text-align: left;
      line-height: 1.2em; }
      /* line 25, src/css/misc/_cookie_page.scss */
      [dir="rtl"] #Cookie-page .cookie_column_section div.wrapper label {
        text-align: right; }
    /* line 30, src/css/misc/_cookie_page.scss */
    #Cookie-page .cookie_column_section div.wrapper input:disabled + label:before {
      background-color: #bed4dc; }

/* line 35, src/css/misc/_cookie_page.scss */
#Cookie-page .confirmation {
  display: block;
  color: #2cb42c; }
  /* line 39, src/css/misc/_cookie_page.scss */
  #Cookie-page .confirmation.hide {
    display: none; }

/* line 44, src/css/misc/_cookie_page.scss */
#Cookie-page #save_cookie {
  text-transform: uppercase;
  padding: 0.35em 2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0;
  line-height: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #009FDF;
  border: 1px solid #009FDF;
  color: #fff; }

/* line 59, src/css/misc/_cookie_page.scss */
#Cookie-page .block.html table tbody tr td {
  vertical-align: top;
  text-transform: inherit; }

/* line 213, src/css/style.scss */
#site {
  position: relative; }
  @media only screen and (min-width: 601px) {
    /* line 213, src/css/style.scss */
    #site {
      height: 100%; } }
  /* line 221, src/css/style.scss */
  #site.popup {
    height: auto;
    background: #fff;
    padding: 0.75rem 0;
    font-size: 0.875em;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    /* line 233, src/css/style.scss */
    #site.popup.noscroll {
      overflow-y: hidden; }
  @media only screen and (min-width: 1024px) {
    /* line 238, src/css/style.scss */
    #site #page__content {
      padding-top: 90px;
      min-height: 83%; } }
  @media only screen and (min-width: 1024px) {
    /* line 244, src/css/style.scss */
    #site #page__content.no-padding {
      padding-top: 0px; } }

/* line 253, src/css/style.scss */
.visibility {
  display: inline-block;
  padding: 0.3em;
  font-size: 0.9em;
  line-height: 1em;
  color: #d4b32c;
  border: 1px solid #d4b32c; }

/* line 262, src/css/style.scss */
.comparison .visibility {
  margin-left: 4px; }

/* line 266, src/css/style.scss */
.load_more {
  color: #009FDF;
  margin: 0 0 1.5em 0;
  padding-left: 0.5em;
  padding-right: 1.75em;
  display: block;
  position: relative; }
  /* line 163, src/css/misc/_mixins.scss */
  .load_more:before {
    content: "";
    background: url(../img/icons/chevron_right.png) center no-repeat;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    right: 0.5em;
    top: 0.2em;
    margin-left: 0.75em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  /* line 176, src/css/misc/_mixins.scss */
  .load_more:hover {
    color: #46B4E6;
    text-decoration: underline; }
  /* line 180, src/css/misc/_mixins.scss */
  .load_more:active {
    color: #008CC8; }

/* line 269, src/css/style.scss */
.see_more {
  color: #009FDF;
  margin: 0 0 1.5em 0;
  display: inline-block;
  position: relative;
  padding-left: 1.25em; }
  /* line 96, src/css/misc/_mixins.scss */
  .see_more:before {
    content: "";
    background: url(../img/icons/chevron_right.png) center left no-repeat;
    font-weight: bold;
    width: 1em;
    height: 1em;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    position: absolute; }
    /* line 106, src/css/misc/_mixins.scss */
    [dir="rtl"] .see_more:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  /* line 110, src/css/misc/_mixins.scss */
  .see_more:hover {
    color: #46B4E6;
    text-decoration: underline; }
  /* line 114, src/css/misc/_mixins.scss */
  .see_more:active {
    color: #008CC8; }

/* line 272, src/css/style.scss */
.cta-blue {
  text-transform: uppercase;
  padding: 0.35em 2em;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  line-height: 1;
  width: 100%;
  margin: 0 0 1.5em;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #009FDF;
  border: 1px solid #009FDF;
  color: #fff; }
  /* line 39, src/css/misc/_mixins.scss */
  .cta-blue:hover {
    text-decoration: none; }
  @media only screen and (min-width: 601px) {
    /* line 272, src/css/style.scss */
    .cta-blue {
      width: auto;
      display: inline-block; } }
  /* line 46, src/css/misc/_mixins.scss */
  .cta-blue:disabled {
    opacity: 0.5;
    pointer-events: none; }
  /* line 72, src/css/misc/_mixins.scss */
  .cta-blue:hover {
    border-color: #46B4E6;
    background: #46B4E6;
    color: #fff; }
  /* line 77, src/css/misc/_mixins.scss */
  .cta-blue:active {
    border-color: #008CC8;
    background: #008CC8;
    color: #fff; }

/* line 275, src/css/style.scss */
.cta-white {
  text-transform: uppercase;
  padding: 0.35em 2em;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  line-height: 1;
  width: 100%;
  margin: 0 0 1.5em;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #fff;
  border: 1px solid #fff;
  color: #009FDF; }
  /* line 39, src/css/misc/_mixins.scss */
  .cta-white:hover {
    text-decoration: none; }
  @media only screen and (min-width: 601px) {
    /* line 275, src/css/style.scss */
    .cta-white {
      width: auto;
      display: inline-block; } }
  /* line 46, src/css/misc/_mixins.scss */
  .cta-white:disabled {
    opacity: 0.5;
    pointer-events: none; }

/* line 278, src/css/style.scss */
.cta-yellow {
  text-transform: uppercase;
  padding: 0.35em 2em;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  line-height: 1;
  width: 100%;
  margin: 0 0 1.5em;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border: 1px solid #FFCD00;
  background: #FFCD00;
  color: #4D4D4D; }
  /* line 39, src/css/misc/_mixins.scss */
  .cta-yellow:hover {
    text-decoration: none; }
  @media only screen and (min-width: 601px) {
    /* line 278, src/css/style.scss */
    .cta-yellow {
      width: auto;
      display: inline-block; } }
  /* line 46, src/css/misc/_mixins.scss */
  .cta-yellow:disabled {
    opacity: 0.5;
    pointer-events: none; }
  /* line 57, src/css/misc/_mixins.scss */
  .cta-yellow:hover {
    border-color: #FFE678;
    background: #FFE678; }
  /* line 61, src/css/misc/_mixins.scss */
  .cta-yellow:active {
    border-color: #FFC300;
    background: #FFC300; }

/* line 283, src/css/style.scss */
.ajaxSource .error {
  display: none;
  text-align: center;
  padding: 2em 0;
  margin: 0 0 1.5em; }

/* line 289, src/css/style.scss */
.ajaxSource .loading {
  display: none;
  text-align: center;
  padding: 2em 0; }
  /* line 293, src/css/style.scss */
  .ajaxSource .loading:before {
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    margin: 0 auto;
    background: url(../img/spinner.gif) center no-repeat;
    background-size: cover; }

/* line 303, src/css/style.scss */
.ajaxSource .nomore {
  display: none;
  text-align: center;
  padding: 2em 0; }

/* line 309, src/css/style.scss */
.ajaxSource.finished .load_more {
  display: none; }

/* line 314, src/css/style.scss */
.ajaxSource.nonefound .nomore {
  display: block; }

/* line 317, src/css/style.scss */
.ajaxSource.nonefound .load_more {
  display: none; }

/* line 322, src/css/style.scss */
.ajaxSource.error .error {
  display: block;
  background: #F6F6F6; }

/* line 326, src/css/style.scss */
.ajaxSource.error .map, .ajaxSource.error .sort, .ajaxSource.error .results {
  display: none; }

/* line 331, src/css/style.scss */
.ajaxSource.loading .loading {
  display: block; }

/* line 334, src/css/style.scss */
.ajaxSource.loading .load_more, .ajaxSource.loading .error, .ajaxSource.loading .map, .ajaxSource.loading .sort {
  display: none; }

/* line 340, src/css/style.scss */
header {
  background: #FFFFFF; }
  /* line 342, src/css/style.scss */
  header .container .row, header .col, header .block {
    position: static; }
  @media only screen and (min-width: 1024px) {
    /* line 340, src/css/style.scss */
    header {
      background: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 110; } }

/* line 362, src/css/style.scss */
main {
  background: #FFFFFF;
  padding-bottom: 1.5em;
  padding-top: 70px; }
  @media only screen and (min-width: 1024px) {
    /* line 362, src/css/style.scss */
    main {
      /*padding-top: 6em;*/
      padding-bottom: 2em;
      min-height: 100%;
      /* equal to footer height */
      margin-bottom: -30px; }
      /* line 374, src/css/style.scss */
      .compare-open main {
        margin-bottom: -130px; }
        /* line 376, src/css/style.scss */
        .compare-open main:after {
          height: 130px; }
      /* line 380, src/css/style.scss */
      main:after {
        content: "";
        display: block;
        height: 30px; } }
  /* line 387, src/css/style.scss */
  main.flowlines {
    margin-bottom: 0;
    padding-top: 90px; }
    /* line 391, src/css/style.scss */
    main.flowlines:before {
      display: block;
      content: '';
      width: 100%;
      max-width: 980px;
      height: 3px;
      margin: 0 auto;
      margin-bottom: 3px;
      background: -webkit-gradient(linear, left top, right top, from(#009FDF), color-stop(54.27%, #0047BB), to(#0047BB));
      background: linear-gradient(90deg, #009FDF 0%, #0047BB 54.27%, #0047BB 100%); }
      @media only screen and (min-width: 601px) {
        /* line 391, src/css/style.scss */
        main.flowlines:before {
          max-width: 738px; } }
      @media only screen and (min-width: 1024px) {
        /* line 391, src/css/style.scss */
        main.flowlines:before {
          max-width: 980px; } }
  @media only screen and (min-width: 1024px) {
    /* line 403, src/css/style.scss */
    main.no-padding {
      padding-top: 0;
      padding-bottom: 0; } }
  /* line 411, src/css/style.scss */
  main.flowlines:before {
    display: none; }
  /* line 415, src/css/style.scss */
  main.flowlines .flowline-wrapper {
    position: relative;
    margin: 0 1em; }
    @media only screen and (min-width: 601px) {
      /* line 415, src/css/style.scss */
      main.flowlines .flowline-wrapper {
        margin: 0 auto; } }
    /* line 423, src/css/style.scss */
    main.flowlines .flowline-wrapper:before {
      display: block;
      content: '';
      width: 100%;
      max-width: 980px;
      height: 3px;
      margin: 0 auto;
      margin-bottom: 3px;
      background: -webkit-gradient(linear, left top, right top, from(#009FDF), color-stop(54.27%, #0047BB), to(#0047BB));
      background: linear-gradient(90deg, #009FDF 0%, #0047BB 54.27%, #0047BB 100%); }
      @media only screen and (min-width: 601px) {
        /* line 423, src/css/style.scss */
        main.flowlines .flowline-wrapper:before {
          max-width: 738px; } }
      @media only screen and (min-width: 1024px) {
        /* line 423, src/css/style.scss */
        main.flowlines .flowline-wrapper:before {
          max-width: 980px; } }
  /* line 436, src/css/style.scss */
  main .gradient-page {
    position: relative;
    z-index: 5;
    background: linear-gradient(180deg, rgba(231, 232, 233, 0.85) 0, #e7e8e9 90px); }

@media only screen and (min-width: 601px) {
  /* line 443, src/css/style.scss */
  #campaign.new-layout .with_carousel {
    padding-top: 0; } }

/* line 450, src/css/style.scss */
.newsletter_signup {
  /*background:#f2fafd;   
	padding: 1.5em 0;*/ }
  @media only screen and (min-width: 601px) {
    /* line 450, src/css/style.scss */
    .newsletter_signup {
      width: 93%;
      min-width: 160px;
      max-width: 207px;
      float: right; }
      /* line 9, src/css/blocks/_newsletter-signup.scss */
      [dir="rtl"] .newsletter_signup {
        float: left; } }
  @media only screen and (min-width: 1024px) {
    /* line 450, src/css/style.scss */
    .newsletter_signup {
      width: 68%; } }
  /* line 17, src/css/blocks/_newsletter-signup.scss */
  .newsletter_signup input {
    width: 100%;
    margin: 0.5em 0.5em 0.5em 0;
    padding: .25em .5em; }
  /* line 23, src/css/blocks/_newsletter-signup.scss */
  .newsletter_signup #newsletter_input_email {
    margin: 0 0 0.5em 0; }
  /* line 27, src/css/blocks/_newsletter-signup.scss */
  .newsletter_signup a {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff;
    display: block !important;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    /*margin: 0.5em;*/ }
    /* line 39, src/css/misc/_mixins.scss */
    .newsletter_signup a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 27, src/css/blocks/_newsletter-signup.scss */
      .newsletter_signup a {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .newsletter_signup a:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .newsletter_signup a:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .newsletter_signup a:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }

@media only screen and (max-width: 1023px) {
  /* line 453, src/css/style.scss */
  main.with_carousel .row.first .col {
    margin-top: 95px; } }

@media only screen and (max-width: 600px) {
  /* line 458, src/css/style.scss */
  main.with_carousel .row.first .col.first {
    margin-top: 58px; }
  /* line 462, src/css/style.scss */
  main.with_carousel .row.first .col {
    margin-top: 0; }
  /* line 465, src/css/style.scss */
  main.with_carousel {
    padding-top: 10px; } }

@media only screen and (min-width: 1024px) {
  /* line 470, src/css/style.scss */
  main.with_carousel {
    padding-top: 0; } }

/* line 478, src/css/style.scss */
footer {
  background: #eeeeee;
  position: relative;
  z-index: 0; }
  /* line 8, src/css/blocks/_footer.scss */
  footer .row {
    margin-bottom: 0; }
  /* line 12, src/css/blocks/_footer.scss */
  footer .footer {
    padding: 1.5em 0;
    font-size: 0.75em; }
    @media only screen and (min-width: 601px) {
      /* line 18, src/css/blocks/_footer.scss */
      footer .footer.sustainability nav.footer-main {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (min-width: 601px) {
      /* line 18, src/css/blocks/_footer.scss */
      footer .footer.sustainability nav.footer-main {
        width: 75%; } }
    @media only screen and (min-width: 601px) {
      /* line 30, src/css/blocks/_footer.scss */
      footer .footer.sustainability .footer-list {
        padding-right: 2em;
        float: none; } }
    @media only screen and (min-width: 601px) {
      /* line 37, src/css/blocks/_footer.scss */
      footer .footer.sustainability nav.footer-social {
        width: 100%; }
        /* line 40, src/css/blocks/_footer.scss */
        footer .footer.sustainability nav.footer-social .newsletter_signup {
          width: 100%; } }
    @media only screen and (min-width: 1024px) {
      /* line 37, src/css/blocks/_footer.scss */
      footer .footer.sustainability nav.footer-social {
        width: 25%; } }
    /* line 50, src/css/blocks/_footer.scss */
    footer .footer.sustainability .footer-list.autosize {
      width: auto; }
    /* line 56, src/css/blocks/_footer.scss */
    footer .footer.sustainability .icon.icon-home {
      display: block;
      width: 1.5em;
      height: 1.5em;
      background: url(../img/icons/reskin/home-icon.svg) no-repeat 50%;
      text-indent: -9999px; }
    /* line 65, src/css/blocks/_footer.scss */
    footer .footer p {
      color: #939598;
      margin: 0; }
      @media only screen and (min-width: 601px) {
        /* line 65, src/css/blocks/_footer.scss */
        footer .footer p {
          display: inline-block; }
          /* line 70, src/css/blocks/_footer.scss */
          [dir="rtl"] footer .footer p {
            margin-right: 0; } }
    /* line 75, src/css/blocks/_footer.scss */
    footer .footer h3 {
      margin-bottom: 0.5em; }
    /* line 78, src/css/blocks/_footer.scss */
    footer .footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 601px) {
        /* line 78, src/css/blocks/_footer.scss */
        footer .footer ul {
          display: inline-block; } }
      /* line 86, src/css/blocks/_footer.scss */
      footer .footer ul li {
        display: inline-block;
        margin-right: 0.25em; }
        /* line 89, src/css/blocks/_footer.scss */
        [dir="rtl"] footer .footer ul li {
          margin-right: 0;
          margin-left: 0.25em; }
        /* line 94, src/css/blocks/_footer.scss */
        footer .footer ul li a {
          color: #4D4D4D;
          text-decoration: none; }
          /* line 97, src/css/blocks/_footer.scss */
          footer .footer ul li a:hover {
            text-decoration: underline;
            color: #009FDF; }
          /* line 101, src/css/blocks/_footer.scss */
          footer .footer ul li a:active {
            text-decoration: underline;
            color: #4D4D4D; }
    /* line 112, src/css/blocks/_footer.scss */
    footer .footer .footer-list {
      margin-bottom: 1em; }
      @media only screen and (min-width: 601px) {
        /* line 112, src/css/blocks/_footer.scss */
        footer .footer .footer-list {
          width: 25%;
          padding-right: 1em;
          float: left;
          margin-bottom: 0; }
          /* line 119, src/css/blocks/_footer.scss */
          [dir="rtl"] footer .footer .footer-list {
            padding-right: 0;
            padding-left: 1em;
            float: right; } }
      /* line 126, src/css/blocks/_footer.scss */
      footer .footer .footer-list.newsletter_signup {
        min-width: 0; }
        /* line 129, src/css/blocks/_footer.scss */
        footer .footer .footer-list.newsletter_signup .cta {
          display: inline-block !important;
          min-width: 111px; }
      /* line 135, src/css/blocks/_footer.scss */
      footer .footer .footer-list li {
        display: block; }
    /* line 140, src/css/blocks/_footer.scss */
    footer .footer .footer-social {
      margin-top: 2em; }
      @media only screen and (min-width: 601px) {
        /* line 140, src/css/blocks/_footer.scss */
        footer .footer .footer-social {
          margin-top: 0; } }
      @media only screen and (min-width: 601px) {
        /* line 145, src/css/blocks/_footer.scss */
        footer .footer .footer-social .block.follow {
          float: right;
          width: 92%;
          min-width: 159px;
          max-width: 207px; }
          /* line 151, src/css/blocks/_footer.scss */
          [dir="rtl"] footer .footer .footer-social .block.follow {
            float: left; } }
      /* line 157, src/css/blocks/_footer.scss */
      footer .footer .footer-social .block.follow ul li {
        margin: 0 1em 1em 0; }
        /* line 159, src/css/blocks/_footer.scss */
        footer .footer .footer-social .block.follow ul li:last-child {
          margin-right: 0; }
        /* line 163, src/css/blocks/_footer.scss */
        [dir="rtl"] footer .footer .footer-social .block.follow ul li:last-child {
          margin-right: 1em; }
        /* line 166, src/css/blocks/_footer.scss */
        [dir="rtl"] footer .footer .footer-social .block.follow ul li:first-child {
          margin-right: 0; }
    /* line 175, src/css/blocks/_footer.scss */
    footer .footer .footer-ctm {
      display: block;
      height: 14px;
      width: 150px;
      margin: .5em 0;
      position: relative; }
      /* line 181, src/css/blocks/_footer.scss */
      footer .footer .footer-ctm img {
        width: 100%;
        height: 100%; }
      @media only screen and (min-width: 1024px) {
        /* line 175, src/css/blocks/_footer.scss */
        footer .footer .footer-ctm {
          display: none; } }
    /* line 190, src/css/blocks/_footer.scss */
    footer .footer .footer-legal {
      margin-top: 0.5em; }
      @media only screen and (min-width: 601px) {
        /* line 190, src/css/blocks/_footer.scss */
        footer .footer .footer-legal {
          /*margin-top: 2em;*/ } }
      /* line 197, src/css/blocks/_footer.scss */
      footer .footer .footer-legal ul li:after {
        content: "|";
        display: inline-block;
        margin-left: 0.5em; }
        /* line 201, src/css/blocks/_footer.scss */
        [dir="rtl"] footer .footer .footer-legal ul li:after {
          margin-left: 0;
          margin-right: 0.5em; }

/* line 480, src/css/style.scss */
hr {
  text-align: left;
  position: relative;
  border: 0;
  padding: 0;
  height: 5px;
  margin: 0 -1.5rem 1.5em; }
  @media only screen and (min-width: 601px) {
    /* line 480, src/css/style.scss */
    hr {
      margin: 0 0 1.5em 0; } }
  /* line 12, src/css/blocks/_hr.scss */
  hr.orange:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #ffd100;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmQxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmOTlkMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffd100), color-stop(75%, #f99d1c));
    background: linear-gradient(to right, #ffd100 10%, #f99d1c 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd100', endColorstr='#f99d1c',GradientType=1 );
    /* IE6-8 */ }
  /* line 29, src/css/blocks/_hr.scss */
  hr.blue:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #00aeef;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMwMGFlZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDViYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #00aeef), color-stop(75%, #005baa));
    background: linear-gradient(to right, #00aeef 10%, #005baa 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#005baa',GradientType=1 );
    /* IE6-8 */ }
  /* line 47, src/css/blocks/_hr.scss */
  hr.grey:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #D8D8D8; }

/* line 483, src/css/style.scss */
.breadcrumb_top {
  display: block; }
  /* line 6, src/css/blocks/_breadcrumb_top.scss */
  .breadcrumb_top nav {
    margin: 1.5em 0;
    position: relative; }
    /* line 4, src/css/blocks/_breadcrumb.scss */
    .breadcrumb_top nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      /* line 11, src/css/blocks/_breadcrumb.scss */
      .breadcrumb_top nav ul li {
        font-size: 0.8125em;
        color: #939598;
        display: inline-block;
        padding: 0 2em 0 0;
        position: relative; }
        /* line 17, src/css/blocks/_breadcrumb.scss */
        [dir="rtl"] .breadcrumb_top nav ul li {
          padding: 0 0 0 2em; }
        /* line 20, src/css/blocks/_breadcrumb.scss */
        .breadcrumb_top nav ul li:after {
          content: "";
          background: url(../img/icons/chevron_right_grey.png) center no-repeat;
          font-weight: bold;
          position: absolute;
          width: 1em;
          height: 1em;
          right: 0.5em;
          top: 0.2em; }
          /* line 29, src/css/blocks/_breadcrumb.scss */
          [dir="rtl"] .breadcrumb_top nav ul li:after {
            right: auto;
            left: 0.5em;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
        /* line 36, src/css/blocks/_breadcrumb.scss */
        .breadcrumb_top nav ul li:last-child:after {
          display: none; }
        /* line 40, src/css/blocks/_breadcrumb.scss */
        .breadcrumb_top nav ul li a {
          color: #939598;
          text-decoration: underline;
          display: block; }
          /* line 44, src/css/blocks/_breadcrumb.scss */
          .breadcrumb_top nav ul li a:hover {
            color: #009FDF; }

/* line 484, src/css/style.scss */
.breadcrumb_bottom {
  display: none; }

/* line 2, src/css/misc/_home.scss */
#homepage .touch_prev {
  color: #009FDF;
  text-decoration: none;
  position: relative;
  line-height: 2.4em;
  width: 2.4em;
  height: 2.4em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -1.2em;
  border: 0;
  background: 0;
  z-index: 11;
  outline: none;
  text-indent: -999em;
  width: 6em;
  height: 6em;
  line-height: 6em;
  left: -3em;
  margin-top: -3em;
  display: none; }
  /* line 646, src/css/misc/_mixins.scss */
  #homepage .touch_prev:hover {
    color: #009FDF; }
    /* line 648, src/css/misc/_mixins.scss */
    #homepage .touch_prev:hover:before {
      border-color: #FFCD00;
      background: #FFCD00; }
    /* line 652, src/css/misc/_mixins.scss */
    #homepage .touch_prev:hover:after {
      color: #041E42; }
  /* line 656, src/css/misc/_mixins.scss */
  #homepage .touch_prev:active {
    color: #009FDF; }
    /* line 658, src/css/misc/_mixins.scss */
    #homepage .touch_prev:active:before {
      border-color: #009FDF;
      background: #fff; }
    /* line 662, src/css/misc/_mixins.scss */
    #homepage .touch_prev:active:after {
      color: #009FDF; }
  /* line 666, src/css/misc/_mixins.scss */
  #homepage .touch_prev:before {
    content: "";
    top: 0;
    left: 0;
    border: 1px solid #009FDF;
    background: #009FDF;
    width: 100%;
    height: 100%;
    border-radius: 100em;
    position: absolute; }
  /* line 677, src/css/misc/_mixins.scss */
  #homepage .touch_prev:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff; }
  /* line 713, src/css/misc/_mixins.scss */
  #homepage .touch_prev:before {
    background: #041E42;
    border-color: #041E42; }
  /* line 717, src/css/misc/_mixins.scss */
  #homepage .touch_prev:after {
    text-indent: 2em;
    content: "←"; }

/* line 6, src/css/misc/_home.scss */
#homepage .touch_next {
  color: #009FDF;
  text-decoration: none;
  position: relative;
  line-height: 2.4em;
  width: 2.4em;
  height: 2.4em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -1.2em;
  border: 0;
  background: 0;
  z-index: 11;
  outline: none;
  text-indent: -999em;
  width: 6em;
  height: 6em;
  line-height: 6em;
  right: -3em;
  margin-top: -3em;
  display: none; }
  /* line 646, src/css/misc/_mixins.scss */
  #homepage .touch_next:hover {
    color: #009FDF; }
    /* line 648, src/css/misc/_mixins.scss */
    #homepage .touch_next:hover:before {
      border-color: #FFCD00;
      background: #FFCD00; }
    /* line 652, src/css/misc/_mixins.scss */
    #homepage .touch_next:hover:after {
      color: #041E42; }
  /* line 656, src/css/misc/_mixins.scss */
  #homepage .touch_next:active {
    color: #009FDF; }
    /* line 658, src/css/misc/_mixins.scss */
    #homepage .touch_next:active:before {
      border-color: #009FDF;
      background: #fff; }
    /* line 662, src/css/misc/_mixins.scss */
    #homepage .touch_next:active:after {
      color: #009FDF; }
  /* line 666, src/css/misc/_mixins.scss */
  #homepage .touch_next:before {
    content: "";
    top: 0;
    left: 0;
    border: 1px solid #009FDF;
    background: #009FDF;
    width: 100%;
    height: 100%;
    border-radius: 100em;
    position: absolute; }
  /* line 677, src/css/misc/_mixins.scss */
  #homepage .touch_next:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff; }
  /* line 729, src/css/misc/_mixins.scss */
  #homepage .touch_next:before {
    background: #041E42;
    border-color: #041E42; }
  /* line 733, src/css/misc/_mixins.scss */
  #homepage .touch_next:after {
    text-indent: -2em;
    content: "→"; }

@media only screen and (min-width: 1024px) {
  /* line 12, src/css/misc/_home.scss */
  .touchevents #homepage .touch_prev, .touchevents #homepage .touch_next {
    display: block; } }

@media only screen and (min-width: 1024px) {
  /* line 487, src/css/style.scss */
  #homepage {
    margin-top: -5em;
    margin-bottom: -2em;
    height: calc(100vh - 30px);
    min-height: 50em;
    overflow: hidden;
    position: relative; } }

/* line 26, src/css/misc/_home.scss */
#homepage section .hero {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    /* line 26, src/css/misc/_home.scss */
    #homepage section .hero {
      overflow: hidden;
      position: absolute;
      height: 100%;
      z-index: -1;
      width: 100%; } }

/* line 36, src/css/misc/_home.scss */
#homepage section .row {
  margin-bottom: 0; }

@media only screen and (min-width: 1024px) {
  /* line 25, src/css/misc/_home.scss */
  #homepage section {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0; }
    /* line 48, src/css/misc/_home.scss */
    #homepage section.leaving {
      z-index: 1;
      opacity: 1; }
    /* line 52, src/css/misc/_home.scss */
    #homepage section.arriving {
      z-index: 2;
      opacity: 1; }
    /* line 57, src/css/misc/_home.scss */
    #homepage section.playing video, #homepage section.leaving video {
      opacity: 1;
      display: block;
      /*& + img {
                        opacity: 0;
                    }*/ } }

/* line 66, src/css/misc/_home.scss */
#homepage section .upper, #homepage section .lower {
  position: relative; }
  /* line 68, src/css/misc/_home.scss */
  #homepage section .upper .vcentered, #homepage section .lower .vcentered {
    position: relative; }
  @media only screen and (min-width: 1024px) {
    /* line 66, src/css/misc/_home.scss */
    #homepage section .upper, #homepage section .lower {
      z-index: 0;
      display: table;
      width: 100%; }
      /* line 75, src/css/misc/_home.scss */
      #homepage section .upper .hcentered, #homepage section .lower .hcentered {
        text-align: center; }
      /* line 78, src/css/misc/_home.scss */
      #homepage section .upper .vcentered, #homepage section .lower .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; } }

/* line 85, src/css/misc/_home.scss */
#homepage section .upper {
  height: 100%; }
  /* line 87, src/css/misc/_home.scss */
  #homepage section .upper .html {
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      /* line 87, src/css/misc/_home.scss */
      #homepage section .upper .html {
        margin-top: 3em;
        color: #4D4D4D; } }
    /* line 93, src/css/misc/_home.scss */
    #homepage section .upper .html h2 {
      font-family: SabicHeadlineLight, arial, sans-serif; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #homepage section .upper .html h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 1024px) {
        /* line 93, src/css/misc/_home.scss */
        #homepage section .upper .html h2 {
          margin-top: 0;
          font-size: 2.125em;
          margin-bottom: 0.25em;
          line-height: 1; } }
    @media only screen and (min-width: 1024px) {
      /* line 103, src/css/misc/_home.scss */
      #homepage section .upper .html p {
        font-size: 0.9375em;
        line-height: 1.2; } }
    /* line 109, src/css/misc/_home.scss */
    #homepage section .upper .html .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      #homepage section .upper .html .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 109, src/css/misc/_home.scss */
        #homepage section .upper .html .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      #homepage section .upper .html .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      #homepage section .upper .html .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      #homepage section .upper .html .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
    /* line 113, src/css/misc/_home.scss */
    #homepage section .upper .html .ico {
      display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 116, src/css/misc/_home.scss */
      #homepage section .upper .html.darkimage {
        color: #fff; }
        /* line 119, src/css/misc/_home.scss */
        #homepage section .upper .html.darkimage p, #homepage section .upper .html.darkimage h2, #homepage section .upper .html.darkimage h3, #homepage section .upper .html.darkimage h4 {
          color: #fff; } }

/* line 126, src/css/misc/_home.scss */
#homepage section .lower {
  margin: 1.5em 0; }
  @media only screen and (min-width: 1024px) {
    /* line 126, src/css/misc/_home.scss */
    #homepage section .lower {
      padding-top: 3em;
      height: 50%;
      margin: 0; } }
  /* line 134, src/css/misc/_home.scss */
  #homepage section .lower .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff;
    margin-bottom: 0 !important; }
    /* line 39, src/css/misc/_mixins.scss */
    #homepage section .lower .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 134, src/css/misc/_home.scss */
      #homepage section .lower .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    #homepage section .lower .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    #homepage section .lower .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    #homepage section .lower .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
  /* line 140, src/css/misc/_home.scss */
  #homepage section .lower p {
    font-family: SabicLight, arial, sans-serif;
    font-size: 0.9375em;
    font-weight: 200; }
    /* line 106, src/css/misc/_fonts.scss */
    .lang-zh #homepage section .lower p {
      font-family: SabicChineseLight !important; }

/* line 150, src/css/misc/_home.scss */
#homepage section#s1 .lower ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none; }
  /* line 154, src/css/misc/_home.scss */
  #homepage section#s1 .lower ul li {
    display: block; }
    @media only screen and (min-width: 601px) {
      /* line 154, src/css/misc/_home.scss */
      #homepage section#s1 .lower ul li {
        display: inline-block; } }
    /* line 159, src/css/misc/_home.scss */
    #homepage section#s1 .lower ul li a {
      padding: 0.75em 2em 0.75em 3em;
      display: block;
      position: relative; }
      /* line 163, src/css/misc/_home.scss */
      [dir="rtl"] #homepage section#s1 .lower ul li a {
        padding-left: 2em;
        padding-right: 3em; }
      /* line 167, src/css/misc/_home.scss */
      #homepage section#s1 .lower ul li a:before {
        content: "";
        width: 2em;
        height: 2em;
        position: absolute;
        top: 50%;
        margin-top: -1em;
        left: 0; }
        /* line 175, src/css/misc/_home.scss */
        [dir="rtl"] #homepage section#s1 .lower ul li a:before {
          left: auto;
          right: 0; }
      /* line 53, src/css/misc/_icons.scss */
      #homepage section#s1 .lower ul li a:before {
        background-position: center;
        background-repeat: no-repeat; }

/* line 189, src/css/misc/_home.scss */
#homepage section#s2 .lower blockquote {
  color: #4D4D4D;
  margin: 2em 0 1.5em;
  line-height: 1.4;
  font-size: 1.063em; }
  @media only screen and (min-width: 1024px) {
    /* line 189, src/css/misc/_home.scss */
    #homepage section#s2 .lower blockquote {
      padding-right: 25%;
      margin: 0 0 1.5em; }
      /* line 197, src/css/misc/_home.scss */
      [dir="rtl"] #homepage section#s2 .lower blockquote {
        padding-right: 0%;
        padding-left: 25%; } }
  /* line 202, src/css/misc/_home.scss */
  #homepage section#s2 .lower blockquote:before {
    content: open-quote;
    font-size: 1.063em; }
  /* line 206, src/css/misc/_home.scss */
  #homepage section#s2 .lower blockquote:after {
    content: close-quote;
    font-size: 1.063em; }

@media only screen and (min-width: 1024px) {
  /* line 216, src/css/misc/_home.scss */
  #homepage section#s3.expanded .slick {
    height: 30%; }
    /* line 218, src/css/misc/_home.scss */
    #homepage section#s3.expanded .slick .vcentered .container {
      display: none; }
  /* line 222, src/css/misc/_home.scss */
  #homepage section#s3.expanded .lower {
    height: 70%; }
    /* line 224, src/css/misc/_home.scss */
    #homepage section#s3.expanded .lower .complete {
      display: block; }
    /* line 227, src/css/misc/_home.scss */
    #homepage section#s3.expanded .lower .minimal {
      display: none; } }

/* line 234, src/css/misc/_home.scss */
#homepage section#s3 .lower .container {
  position: relative; }
  /* line 236, src/css/misc/_home.scss */
  #homepage section#s3 .lower .container .col-lg-8 .darkimage {
    text-align: left; }
  /* line 239, src/css/misc/_home.scss */
  #homepage section#s3 .lower .container .col-lg-4.search-box .product_finder {
    text-align: left;
    padding-left: 5em; }
    /* line 242, src/css/misc/_home.scss */
    #homepage section#s3 .lower .container .col-lg-4.search-box .product_finder .group {
      width: 100%; }

/* line 247, src/css/misc/_home.scss */
#homepage section#s3 .lower .complete {
  display: none; }

/* line 250, src/css/misc/_home.scss */
#homepage section#s3 .lower .close {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0; }
  /* line 256, src/css/misc/_home.scss */
  #homepage section#s3 .lower .close:before {
    content: "";
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    margin-top: -1em;
    left: 0; }
  /* line 53, src/css/misc/_icons.scss */
  #homepage section#s3 .lower .close:before {
    background-position: center;
    background-repeat: no-repeat; }

/* line 267, src/css/misc/_home.scss */
#homepage section#s3 .lower .product_finder {
  background: 0;
  margin: 0;
  padding: 0; }

/* line 276, src/css/misc/_home.scss */
#homepage section#s4 .lower ul {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: none; }
  /* line 2, src/css/misc/_mixins.scss */
  #homepage section#s4 .lower ul:after {
    content: "";
    display: table;
    clear: both; }
  /* line 281, src/css/misc/_home.scss */
  #homepage section#s4 .lower ul li {
    display: block; }
    @media only screen and (min-width: 601px) {
      /* line 281, src/css/misc/_home.scss */
      #homepage section#s4 .lower ul li {
        float: left;
        width: 50%; }
        /* line 286, src/css/misc/_home.scss */
        [dir="rtl"] #homepage section#s4 .lower ul li {
          float: right; } }
    @media only screen and (min-width: 1024px) {
      /* line 281, src/css/misc/_home.scss */
      #homepage section#s4 .lower ul li {
        width: 33.3333%; } }
    /* line 293, src/css/misc/_home.scss */
    #homepage section#s4 .lower ul li a {
      padding: 0.75em 2em 0.75em 3em;
      display: block;
      position: relative; }
      /* line 297, src/css/misc/_home.scss */
      [dir="rtl"] #homepage section#s4 .lower ul li a {
        padding-left: 2em;
        padding-right: 3em; }
      /* line 301, src/css/misc/_home.scss */
      #homepage section#s4 .lower ul li a:before {
        content: "";
        width: 2em;
        height: 2em;
        position: absolute;
        top: 50%;
        margin-top: -1em;
        left: 0; }
        /* line 309, src/css/misc/_home.scss */
        [dir="rtl"] #homepage section#s4 .lower ul li a:before {
          left: auto;
          right: 0; }
      /* line 53, src/css/misc/_icons.scss */
      #homepage section#s4 .lower ul li a:before {
        background-position: center;
        background-repeat: no-repeat; }

/* line 324, src/css/misc/_home.scss */
#homepage section#s6 .lower ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none; }
  /* line 2, src/css/misc/_mixins.scss */
  #homepage section#s6 .lower ul:after {
    content: "";
    display: table;
    clear: both; }
  /* line 329, src/css/misc/_home.scss */
  #homepage section#s6 .lower ul li {
    display: block;
    color: #4D4D4D;
    margin: 1em 0; }
    @media only screen and (min-width: 1024px) {
      /* line 329, src/css/misc/_home.scss */
      #homepage section#s6 .lower ul li {
        margin: 0;
        float: left;
        width: 33.3333%;
        padding-right: 2em; }
        /* line 338, src/css/misc/_home.scss */
        [dir="rtl"] #homepage section#s6 .lower ul li {
          padding-right: 0;
          padding-left: 2em; } }
    /* line 343, src/css/misc/_home.scss */
    #homepage section#s6 .lower ul li h3 {
      margin: 0;
      font-size: 1.063em; }
    /* line 347, src/css/misc/_home.scss */
    #homepage section#s6 .lower ul li p {
      margin: 0;
      font-size: 0.9375em; }

/* line 353, src/css/misc/_home.scss */
#homepage section#s6 .lower .ico {
  color: #009FDF;
  display: block;
  position: relative;
  margin: 0.5em 0;
  padding: 0.75em 2em 0.75em 3em; }
  /* line 359, src/css/misc/_home.scss */
  [dir="rtl"] #homepage section#s6 .lower .ico {
    padding-left: 2em;
    padding-right: 3em; }
  /* line 363, src/css/misc/_home.scss */
  #homepage section#s6 .lower .ico:before {
    content: "";
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    margin-top: -1em;
    left: 0; }
    /* line 371, src/css/misc/_home.scss */
    [dir="rtl"] #homepage section#s6 .lower .ico:before {
      left: auto;
      right: 0; }
  /* line 53, src/css/misc/_icons.scss */
  #homepage section#s6 .lower .ico:before {
    background-position: center;
    background-repeat: no-repeat; }

/* line 380, src/css/misc/_home.scss */
#homepage section#s7 {
  /*.lower {
                p {
                    color:$darkgrey;
                    @media only screen and (min-width : 1024px) {
                        padding-right: 50%;
                        [dir="rtl"] & {
                            padding-right: 0;
                            padding-left: 50%;
                        }
                    }
                }
            }*/ }

/* line 396, src/css/misc/_home.scss */
#homepage section#s8 .lower .downloadreports {
  margin: 0 0 1.5em; }
  /* line 398, src/css/misc/_home.scss */
  #homepage section#s8 .lower .downloadreports ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 2, src/css/misc/_mixins.scss */
    #homepage section#s8 .lower .downloadreports ul:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 1024px) {
      /* line 403, src/css/misc/_home.scss */
      #homepage section#s8 .lower .downloadreports ul li {
        float: left;
        width: 50%; }
        /* line 407, src/css/misc/_home.scss */
        [dir="rtl"] #homepage section#s8 .lower .downloadreports ul li {
          float: right; } }
    /* line 411, src/css/misc/_home.scss */
    #homepage section#s8 .lower .downloadreports ul li a {
      display: block;
      position: relative;
      padding: 0.5em 2em 0.5em 3em; }
      /* line 415, src/css/misc/_home.scss */
      [dir="rtl"] #homepage section#s8 .lower .downloadreports ul li a {
        padding-right: 3em;
        padding-left: 2em; }
      /* line 419, src/css/misc/_home.scss */
      #homepage section#s8 .lower .downloadreports ul li a:before {
        content: "";
        width: 2em;
        height: 2em;
        position: absolute;
        top: 50%;
        margin-top: -1em;
        left: 0; }
        /* line 427, src/css/misc/_home.scss */
        [dir="rtl"] #homepage section#s8 .lower .downloadreports ul li a:before {
          left: auto;
          right: 0; }
      /* line 53, src/css/misc/_icons.scss */
      #homepage section#s8 .lower .downloadreports ul li a:before {
        background-position: center;
        background-repeat: no-repeat; }
      /* line 433, src/css/misc/_home.scss */
      #homepage section#s8 .lower .downloadreports ul li a:active {
        color: #4D4D4D; }

@media only screen and (min-width: 1024px) {
  /* line 440, src/css/misc/_home.scss */
  #homepage section#s8 .lower .shareprice {
    float: left;
    width: 50%; }
    /* line 444, src/css/misc/_home.scss */
    [dir="rtl"] #homepage section#s8 .lower .shareprice {
      float: right; } }

/* line 448, src/css/misc/_home.scss */
#homepage section#s8 .lower .shareprice h4 {
  margin-bottom: 0; }

/* line 451, src/css/misc/_home.scss */
#homepage section#s8 .lower .shareprice span {
  display: block;
  font-size: 3em;
  margin: 0 0 0.25em; }

/* line 457, src/css/misc/_home.scss */
#homepage section#s8 .lower .newsletter {
  margin-bottom: 0; }

/* line 464, src/css/misc/_home.scss */
#homepage section#s9 .upper .container {
  position: relative; }

/* line 467, src/css/misc/_home.scss */
#homepage section#s9 .upper .col {
  position: relative; }

@media only screen and (min-width: 1024px) {
  /* line 470, src/css/misc/_home.scss */
  #homepage section#s9 .upper .headlines {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    color: #939598;
    padding: 1.5em; } }

/* line 481, src/css/misc/_home.scss */
#homepage section#s9 .upper .headlines img {
  display: block;
  width: 100%; }

/* line 487, src/css/misc/_home.scss */
#homepage section#s9 .upper .video a {
  position: relative;
  display: block;
  padding-left: 4em; }
  /* line 488, src/css/misc/_home.scss */
  #homepage section#s9 .upper .video a h2 {
    margin-bottom: 0;
    color: #fff; }
  /* line 492, src/css/misc/_home.scss */
  #homepage section#s9 .upper .video a p {
    color: #fff; }
  /* line 495, src/css/misc/_home.scss */
  #homepage section#s9 .upper .video a h3 {
    margin-top: 0;
    color: #fff; }
  @media only screen and (min-width: 1024px) {
    /* line 487, src/css/misc/_home.scss */
    #homepage section#s9 .upper .video a {
      padding: 0;
      color: #fff; } }
  /* line 506, src/css/misc/_home.scss */
  #homepage section#s9 .upper .video a:hover {
    text-decoration: none; }

/* line 514, src/css/misc/_home.scss */
#homepage section#s9 .upper .html .ico:hover {
  text-decoration: none; }

/* line 517, src/css/misc/_home.scss */
#homepage section#s9 .upper .html .ico:before {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  left: 0;
  top: 0; }
  @media only screen and (min-width: 1024px) {
    /* line 517, src/css/misc/_home.scss */
    #homepage section#s9 .upper .html .ico:before {
      position: static;
      display: block;
      top: auto;
      bottom: 100%;
      margin: 1em auto;
      left: 50%; } }

/* line 53, src/css/misc/_icons.scss */
#homepage section#s9 .upper .html .ico:before {
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (min-width: 1024px) {
  /* line 539, src/css/misc/_home.scss */
  #homepage .heroimage {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 547, src/css/misc/_home.scss */
    #homepage .heroimage:after {
      content: "";
      background: transparent;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0)));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 75%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; } }

/* line 559, src/css/misc/_home.scss */
#homepage .heroimage img {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 1024px) {
    /* line 562, src/css/misc/_home.scss */
    #homepage .heroimage img.hero_mobile {
      display: none; } }
  /* line 567, src/css/misc/_home.scss */
  #homepage .heroimage img.hero_desktop {
    display: none; }
    @media only screen and (min-width: 1024px) {
      /* line 567, src/css/misc/_home.scss */
      #homepage .heroimage img.hero_desktop {
        display: block;
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 580, src/css/misc/_home.scss */
        [dir="rtl"] #homepage .heroimage img.hero_desktop {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }

/* line 586, src/css/misc/_home.scss */
#homepage .heroimage video {
  display: none; }
  @media only screen and (min-width: 1024px) {
    /* line 586, src/css/misc/_home.scss */
    #homepage .heroimage video {
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      /* line 598, src/css/misc/_home.scss */
      [dir="rtl"] #homepage .heroimage video {
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); } }

/* line 604, src/css/misc/_home.scss */
#homepage .flowline {
  overflow: hidden;
  -webkit-transform: translateY(-60%) scaleY(1.5);
          transform: translateY(-60%) scaleY(1.5);
  position: relative;
  pointer-events: none;
  left: -20%;
  width: 120%; }
  /* line 611, src/css/misc/_home.scss */
  [dir="rtl"] #homepage .flowline {
    left: auto;
    right: -20%; }
  @media only screen and (min-width: 601px) {
    /* line 604, src/css/misc/_home.scss */
    #homepage .flowline {
      -webkit-transform: translateY(-97%);
              transform: translateY(-97%);
      width: 100%;
      left: 0; }
      /* line 619, src/css/misc/_home.scss */
      [dir="rtl"] #homepage .flowline {
        left: auto;
        right: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 604, src/css/misc/_home.scss */
    #homepage .flowline {
      position: absolute;
      left: 0;
      width: 100%;
      top: 100%;
      -webkit-transform: translateY(-60%);
              transform: translateY(-60%); }
      /* line 627, src/css/misc/_home.scss */
      [dir="rtl"] #homepage .flowline {
        left: auto;
        right: 0; } }
  /* line 635, src/css/misc/_home.scss */
  #homepage .flowline img {
    position: relative;
    left: -1%;
    width: 102%;
    display: block;
    z-index: 0;
    pointer-events: none; }
    /* line 639, src/css/misc/_home.scss */
    [dir="rtl"] #homepage .flowline img {
      left: auto;
      right: -1%; }

/* line 648, src/css/misc/_home.scss */
#homepage .slick {
  height: 50%; }
  /* line 650, src/css/misc/_home.scss */
  #homepage .slick .slide {
    height: 100%; }
  /* line 653, src/css/misc/_home.scss */
  #homepage .slick .slick-list {
    height: 100%; }
    @media only screen and (min-width: 1024px) {
      /* line 653, src/css/misc/_home.scss */
      #homepage .slick .slick-list {
        overflow: visible; } }
  /* line 659, src/css/misc/_home.scss */
  #homepage .slick .slick-track {
    height: 100%; }
  /* line 662, src/css/misc/_home.scss */
  #homepage .slick .slick-prev {
    color: #009FDF;
    text-decoration: none;
    position: relative;
    line-height: 2.4em;
    width: 2.4em;
    height: 2.4em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -1.2em;
    border: 0;
    background: 0;
    z-index: 11;
    outline: none;
    text-indent: -999em;
    left: 1em; }
    /* line 646, src/css/misc/_mixins.scss */
    #homepage .slick .slick-prev:hover {
      color: #009FDF; }
      /* line 648, src/css/misc/_mixins.scss */
      #homepage .slick .slick-prev:hover:before {
        border-color: #FFCD00;
        background: #FFCD00; }
      /* line 652, src/css/misc/_mixins.scss */
      #homepage .slick .slick-prev:hover:after {
        color: #041E42; }
    /* line 656, src/css/misc/_mixins.scss */
    #homepage .slick .slick-prev:active {
      color: #009FDF; }
      /* line 658, src/css/misc/_mixins.scss */
      #homepage .slick .slick-prev:active:before {
        border-color: #009FDF;
        background: #fff; }
      /* line 662, src/css/misc/_mixins.scss */
      #homepage .slick .slick-prev:active:after {
        color: #009FDF; }
    /* line 666, src/css/misc/_mixins.scss */
    #homepage .slick .slick-prev:before {
      content: "";
      top: 0;
      left: 0;
      border: 1px solid #009FDF;
      background: #009FDF;
      width: 100%;
      height: 100%;
      border-radius: 100em;
      position: absolute; }
    /* line 677, src/css/misc/_mixins.scss */
    #homepage .slick .slick-prev:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      z-index: 1;
      color: #fff; }
    /* line 692, src/css/misc/_mixins.scss */
    #homepage .slick .slick-prev:after {
      text-indent: 0;
      content: "←"; }
  /* line 665, src/css/misc/_home.scss */
  #homepage .slick .slick-next {
    color: #009FDF;
    text-decoration: none;
    position: relative;
    line-height: 2.4em;
    width: 2.4em;
    height: 2.4em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -1.2em;
    border: 0;
    background: 0;
    z-index: 11;
    outline: none;
    text-indent: -999em;
    right: 1em; }
    /* line 646, src/css/misc/_mixins.scss */
    #homepage .slick .slick-next:hover {
      color: #009FDF; }
      /* line 648, src/css/misc/_mixins.scss */
      #homepage .slick .slick-next:hover:before {
        border-color: #FFCD00;
        background: #FFCD00; }
      /* line 652, src/css/misc/_mixins.scss */
      #homepage .slick .slick-next:hover:after {
        color: #041E42; }
    /* line 656, src/css/misc/_mixins.scss */
    #homepage .slick .slick-next:active {
      color: #009FDF; }
      /* line 658, src/css/misc/_mixins.scss */
      #homepage .slick .slick-next:active:before {
        border-color: #009FDF;
        background: #fff; }
      /* line 662, src/css/misc/_mixins.scss */
      #homepage .slick .slick-next:active:after {
        color: #009FDF; }
    /* line 666, src/css/misc/_mixins.scss */
    #homepage .slick .slick-next:before {
      content: "";
      top: 0;
      left: 0;
      border: 1px solid #009FDF;
      background: #009FDF;
      width: 100%;
      height: 100%;
      border-radius: 100em;
      position: absolute; }
    /* line 677, src/css/misc/_mixins.scss */
    #homepage .slick .slick-next:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      z-index: 1;
      color: #fff; }
    /* line 700, src/css/misc/_mixins.scss */
    #homepage .slick .slick-next:after {
      text-indent: 0;
      content: "→"; }

/* line 669, src/css/misc/_home.scss */
#homepage .actions_mobile {
  display: block;
  position: absolute;
  bottom: 0;
  top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 669, src/css/misc/_home.scss */
    #homepage .actions_mobile {
      display: none; } }

/* line 678, src/css/misc/_home.scss */
#homepage .actions_desktop {
  position: absolute;
  left: 0;
  text-align: right;
  width: 100%;
  top: 1em;
  display: block;
  z-index: 111; }
  @media only screen and (min-width: 1024px) {
    /* line 678, src/css/misc/_home.scss */
    #homepage .actions_desktop {
      top: 6em; } }

@media only screen and (min-width: 1024px) {
  /* line 3, src/css/misc/_error.scss */
  #error section {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0; } }

/* line 13, src/css/misc/_error.scss */
#error section .hero {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    /* line 13, src/css/misc/_error.scss */
    #error section .hero {
      overflow: hidden;
      position: absolute;
      height: 100%;
      z-index: -1;
      width: 100%; } }

/* line 23, src/css/misc/_error.scss */
#error section .row {
  margin-bottom: 0; }

/* line 26, src/css/misc/_error.scss */
#error section .upper {
  position: relative; }
  /* line 28, src/css/misc/_error.scss */
  #error section .upper .vcentered {
    position: relative; }
  @media only screen and (min-width: 1024px) {
    /* line 26, src/css/misc/_error.scss */
    #error section .upper {
      z-index: 0;
      display: table;
      width: 100%; }
      /* line 35, src/css/misc/_error.scss */
      #error section .upper .hcentered {
        text-align: center; }
      /* line 38, src/css/misc/_error.scss */
      #error section .upper .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; } }

/* line 45, src/css/misc/_error.scss */
#error section .upper {
  height: 100%; }
  /* line 48, src/css/misc/_error.scss */
  #error section .upper .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff;
    margin: 0; }
    /* line 39, src/css/misc/_mixins.scss */
    #error section .upper .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 48, src/css/misc/_error.scss */
      #error section .upper .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    #error section .upper .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    #error section .upper .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    #error section .upper .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }

@media only screen and (min-width: 1024px) {
  /* line 54, src/css/misc/_error.scss */
  #error .heroimage {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

/* line 63, src/css/misc/_error.scss */
#error .heroimage img {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 1024px) {
    /* line 63, src/css/misc/_error.scss */
    #error .heroimage img {
      width: auto;
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      top: 50%;
      left: 50%;
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      /* line 76, src/css/misc/_error.scss */
      [dir="rtl"] #error .heroimage img {
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); } }

/* line 81, src/css/misc/_error.scss */
#error .heroimage video {
  display: none; }
  @media only screen and (min-width: 1024px) {
    /* line 81, src/css/misc/_error.scss */
    #error .heroimage video {
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      /* line 93, src/css/misc/_error.scss */
      [dir="rtl"] #error .heroimage video {
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); } }

/* line 99, src/css/misc/_error.scss */
#error .flowline {
  overflow: hidden;
  -webkit-transform: translateY(-60%) scaleY(1.5);
          transform: translateY(-60%) scaleY(1.5);
  position: relative;
  pointer-events: none;
  left: -20%;
  width: 120%; }
  /* line 106, src/css/misc/_error.scss */
  [dir="rtl"] #error .flowline {
    left: auto;
    right: -20%; }
  @media only screen and (min-width: 601px) {
    /* line 99, src/css/misc/_error.scss */
    #error .flowline {
      -webkit-transform: translateY(-97%);
              transform: translateY(-97%);
      width: 100%;
      left: 0; }
      /* line 114, src/css/misc/_error.scss */
      [dir="rtl"] #error .flowline {
        left: auto;
        right: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 99, src/css/misc/_error.scss */
    #error .flowline {
      position: absolute;
      left: 0;
      width: 100%;
      top: 100%;
      -webkit-transform: translateY(-60%);
              transform: translateY(-60%); }
      /* line 122, src/css/misc/_error.scss */
      [dir="rtl"] #error .flowline {
        left: auto;
        right: 0; } }
  /* line 130, src/css/misc/_error.scss */
  #error .flowline img {
    position: relative;
    left: -1%;
    width: 102%;
    display: block;
    z-index: 0;
    pointer-events: none; }
    /* line 134, src/css/misc/_error.scss */
    [dir="rtl"] #error .flowline img {
      left: auto;
      right: -1%; }

@media only screen and (min-width: 1024px) {
  /* line 145, src/css/misc/_error.scss */
  #error .html.darkimage {
    color: #fff; }
    /* line 147, src/css/misc/_error.scss */
    #error .html.darkimage p, #error .html.darkimage h2, #error .html.darkimage h3 {
      color: #fff; } }

/* line 152, src/css/misc/_error.scss */
#error .html h1, #error .html h2, #error .html h3 {
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.2; }

/* line 157, src/css/misc/_error.scss */
#error .html h1 {
  font-size: 2.125em; }

@media only screen and (min-width: 1024px) {
  /* line 160, src/css/misc/_error.scss */
  #error .html h2 {
    margin-top: 0;
    font-size: 1.250em;
    margin-bottom: 0.5em; } }

/* line 167, src/css/misc/_error.scss */
#error .html h3 {
  font-size: 1.063em; }

/* line 170, src/css/misc/_error.scss */
#error .html p {
  margin: 1em 0 2em;
  color: #4D4D4D;
  font-size: 0.9375em;
  font-family: SabicRegular, arial, sans-serif; }
  /* line 90, src/css/misc/_fonts.scss */
  .lang-zh #error .html p {
    font-family: SabicChineseRegular !important; }

/* line 178, src/css/misc/_error.scss */
#error.server-error .flowline {
  display: none; }

/* line 181, src/css/misc/_error.scss */
#error.server-error .row .col {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.71); }
  /* line 185, src/css/misc/_error.scss */
  #error.server-error .row .col .html.darkimage h2, #error.server-error .row .col p {
    color: #4D4D4D; }
  /* line 189, src/css/misc/_error.scss */
  #error.server-error .row .col .html.darkimage {
    margin: 0; }
    /* line 192, src/css/misc/_error.scss */
    #error.server-error .row .col .html.darkimage h2 {
      font-size: 2.25rem;
      line-height: 2.875rem;
      font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 197, src/css/misc/_error.scss */
    #error.server-error .row .col .html.darkimage p {
      margin: 0;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: SabicLight, arial, sans-serif; }
    /* line 203, src/css/misc/_error.scss */
    #error.server-error .row .col .html.darkimage .tag {
      text-transform: uppercase;
      color: #009FDF;
      margin: 10px 0;
      font-size: 0.75em;
      line-height: 1.3125rem;
      display: inline-block;
      position: relative;
      margin: 10px 0;
      font-size: 0.75em;
      line-height: 1.3125rem; }
      /* line 796, src/css/misc/_mixins.scss */
      #error.server-error .row .col .html.darkimage .tag.video {
        padding-left: 35px;
        position: relative;
        line-height: 1.75rem; }
        /* line 800, src/css/misc/_mixins.scss */
        #error.server-error .row .col .html.darkimage .tag.video:before {
          content: '';
          display: block;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.82);
          background-image: url(../img/icons/sabic-play.svg);
          background-repeat: no-repeat;
          border-radius: 100em;
          /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
          position: absolute;
          left: 0; }
        /* line 815, src/css/misc/_mixins.scss */
        #error.server-error .row .col .html.darkimage .tag.video.dark:before {
          background-image: url(../img/icons/sabic-play.svg) !important;
          background-color: rgba(255, 255, 255, 0.82) !important; }
      /* line 825, src/css/misc/_mixins.scss */
      #error.server-error .row .col .html.darkimage .tag a {
        color: inherit;
        font: inherit;
        text-decoration: none; }
        /* line 829, src/css/misc/_mixins.scss */
        #error.server-error .row .col .html.darkimage .tag a:hover {
          text-decoration: underline; }
      /* line 211, src/css/misc/_error.scss */
      #error.server-error .row .col .html.darkimage .tag:before {
        content: '';
        position: absolute;
        top: 0;
        right: -1.5em;
        width: 12px;
        height: 22px;
        background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center; }

/* line 224, src/css/misc/_error.scss */
#error .page-component.page-component--header {
  margin-top: 1.1em !important; }
  /* line 228, src/css/misc/_error.scss */
  #error .page-component.page-component--header .content p {
    display: block; }
  /* line 231, src/css/misc/_error.scss */
  #error .page-component.page-component--header .content a {
    display: inline-block; }

/* line 2, src/css/blocks/location/_location.scss */
#locations #map {
  height: 20em; }
  @media only screen and (min-width: 1024px) {
    /* line 2, src/css/blocks/location/_location.scss */
    #locations #map {
      height: 30em; } }

/* line 8, src/css/blocks/location/_location.scss */
#locations .locations-list {
  margin-bottom: 2em; }

/* line 2, src/css/blocks/products/_product.scss */
#product .back {
  text-align: right; }

/* line 5, src/css/blocks/products/_product.scss */
#product .order_dd {
  position: relative; }
  @media only screen and (min-width: 601px) {
    /* line 5, src/css/blocks/products/_product.scss */
    #product .order_dd {
      display: inline-block; }
      /* line 9, src/css/blocks/products/_product.scss */
      #product .order_dd > a {
        margin: 0 1em 0 0; }
        /* line 11, src/css/blocks/products/_product.scss */
        [dir="rtl"] #product .order_dd > a {
          margin: 0 0 0 1em; } }
  /* line 17, src/css/blocks/products/_product.scss */
  #product .order_dd.open .options {
    display: block; }
  /* line 22, src/css/blocks/products/_product.scss */
  #product .order_dd .options {
    display: none;
    position: absolute;
    background: #009FDF;
    padding: 0.5em 0;
    width: 100%;
    z-index: 1;
    top: 100%;
    left: 0; }
    @media only screen and (min-width: 601px) {
      /* line 22, src/css/blocks/products/_product.scss */
      #product .order_dd .options {
        width: 15em; } }
    /* line 34, src/css/blocks/products/_product.scss */
    #product .order_dd .options a {
      display: block;
      text-align: left;
      margin: 0; }

/* line 41, src/css/blocks/products/_product.scss */
#product .results {
  margin: 0 0 4em; }
  /* line 44, src/css/blocks/products/_product.scss */
  #product .results .block:nth-child(2n+1) {
    background: #f2fafd; }

/* line 50, src/css/blocks/products/_product.scss */
#product .product-group > .row {
  padding-top: 1em; }
  /* line 52, src/css/blocks/products/_product.scss */
  #product .product-group > .row:after {
    content: "";
    background: #ccc;
    height: 1px;
    display: block;
    margin: 0 0.75em .5em; }

/* line 61, src/css/blocks/products/_product.scss */
#product #grades-list {
  clear: both; }

/* line 64, src/css/blocks/products/_product.scss */
#product .filter_grades {
  background: #f6f6f6;
  padding: 1em 1.5em;
  margin: 0 0 1.25em;
  /* .multiple {
            @media only screen and (max-width : 1023px) {
                @include selectbox;
                width:100% !important;
                height:auto;
                margin-bottom: 1em;
            }
            @media only screen and (min-width : 601px) {
                position: absolute;
                left:-999em;
            }
        }*/ }
  /* line 68, src/css/blocks/products/_product.scss */
  #product .filter_grades label {
    margin: 0 0 0.25em 0;
    display: block; }
  /* line 73, src/css/blocks/products/_product.scss */
  #product .filter_grades h4 {
    font-size: 0.9375em; }
  /* line 76, src/css/blocks/products/_product.scss */
  #product .filter_grades .single, #product .filter_grades .multiple {
    border: 1px solid;
    padding: 0.25em 0.5em;
    border-radius: 0.2em;
    cursor: pointer;
    border-color: #939598;
    width: 100%;
    line-height: 1.4;
    height: 2em;
    outline: none;
    background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
    padding-right: 3em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    height: 2.3em;
    margin-bottom: 1em; }
    /* line 361, src/css/misc/_mixins.scss */
    .ie9 #product .filter_grades .single, .ie9 #product .filter_grades .multiple {
      padding-right: 0.5em;
      background: #fff; }
    /* line 365, src/css/misc/_mixins.scss */
    [dir="rtl"] #product .filter_grades .single, [dir="rtl"] #product .filter_grades .multiple {
      padding-right: 0.5em;
      padding-left: 3em;
      background-position: 1em center; }
    /* line 370, src/css/misc/_mixins.scss */
    #product .filter_grades .single::-ms-expand, #product .filter_grades .multiple::-ms-expand {
      display: none; }
    @media only screen and (min-width: 601px) {
      /* line 76, src/css/blocks/products/_product.scss */
      #product .filter_grades .single, #product .filter_grades .multiple {
        width: 9em; } }
    @media only screen and (min-width: 1024px) {
      /* line 76, src/css/blocks/products/_product.scss */
      #product .filter_grades .single, #product .filter_grades .multiple {
        width: 15em; } }
    /* line 382, src/css/misc/_mixins.scss */
    #product .filter_grades .single:disabled, #product .filter_grades .multiple:disabled {
      opacity: 0.5; }
    /* line 385, src/css/misc/_mixins.scss */
    #product .filter_grades .single:hover, #product .filter_grades .multiple:hover {
      border-color: #FFE678;
      color: #4D4D4D; }
    /* line 389, src/css/misc/_mixins.scss */
    #product .filter_grades .single:active, #product .filter_grades .single:focus, #product .filter_grades .multiple:active, #product .filter_grades .multiple:focus {
      border-color: #FFCD00;
      background-color: #fff;
      color: #4D4D4D; }
    @media only screen and (min-width: 1024px) {
      /* line 76, src/css/blocks/products/_product.scss */
      #product .filter_grades .single, #product .filter_grades .multiple {
        margin-bottom: 0; } }
  /* line 97, src/css/blocks/products/_product.scss */
  #product .filter_grades .chosen-container {
    margin-bottom: 1em; }
    @media only screen and (min-width: 1024px) {
      /* line 97, src/css/blocks/products/_product.scss */
      #product .filter_grades .chosen-container {
        margin-bottom: 0;
        width: 100% !important; } }

/* line 105, src/css/blocks/products/_product.scss */
#product .toggle {
  display: none; }
  @media only screen and (min-width: 601px) {
    /* line 105, src/css/blocks/products/_product.scss */
    #product .toggle {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    /* line 105, src/css/blocks/products/_product.scss */
    #product .toggle {
      float: right; } }
  /* line 113, src/css/blocks/products/_product.scss */
  #product .toggle h4 {
    display: inline-block; }
  /* line 116, src/css/blocks/products/_product.scss */
  #product .toggle .grade_toggle_expanded,
  #product .toggle .grade_toggle_compact {
    position: relative;
    padding-left: 1.25em;
    margin: 0 0 0 1em;
    display: inline-block; }
    /* line 122, src/css/blocks/products/_product.scss */
    [dir="rtl"] #product .toggle .grade_toggle_expanded, [dir="rtl"]
    #product .toggle .grade_toggle_compact {
      padding-left: 0;
      padding-right: 1.25em;
      margin: 0 1em 0 0; }
    /* line 127, src/css/blocks/products/_product.scss */
    #product .toggle .grade_toggle_expanded:before,
    #product .toggle .grade_toggle_compact:before {
      content: "";
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.5em; }
      /* line 135, src/css/blocks/products/_product.scss */
      [dir="rtl"] #product .toggle .grade_toggle_expanded:before, [dir="rtl"]
      #product .toggle .grade_toggle_compact:before {
        left: auto;
        right: 0; }
  /* line 141, src/css/blocks/products/_product.scss */
  #product .toggle .grade_toggle_expanded {
    text-decoration: underline; }
    /* line 143, src/css/blocks/products/_product.scss */
    #product .toggle .grade_toggle_expanded:before {
      background: url(../img/icons/expanded.png) center no-repeat; }
  /* line 149, src/css/blocks/products/_product.scss */
  #product .toggle .grade_toggle_compact:before {
    background: url(../img/icons/compact.png) center no-repeat; }

/* line 156, src/css/blocks/products/_product.scss */
#product .grades-alt .summary {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  /* line 162, src/css/blocks/products/_product.scss */
  #product .grades-alt .summary.hide {
    display: none; }

/* line 166, src/css/blocks/products/_product.scss */
#product .grades-alt .description {
  display: none; }
  /* line 168, src/css/blocks/products/_product.scss */
  #product .grades-alt .description.open {
    display: block; }

/* line 173, src/css/blocks/products/_product.scss */
#product .grades-alt .toggle .grade_toggle_expanded {
  text-decoration: none; }

/* line 176, src/css/blocks/products/_product.scss */
#product .grades-alt .toggle .grade_toggle_compact {
  text-decoration: underline; }

/* line 181, src/css/blocks/products/_product.scss */
#product .grades-alt .open .summary {
  display: none; }

/* line 184, src/css/blocks/products/_product.scss */
#product .grades-alt .open .description {
  display: block; }

/* line 189, src/css/blocks/products/_product.scss */
#product .summary {
  display: none; }

/* line 192, src/css/blocks/products/_product.scss */
#product .description {
  display: block; }

/* line 197, src/css/blocks/products/_product.scss */
#product #product-nav {
  position: relative;
  padding-top: 1em;
  display: none;
  padding-top: 5em; }
  @media only screen and (min-width: 1024px) {
    /* line 197, src/css/blocks/products/_product.scss */
    #product #product-nav {
      display: block; } }
  /* line 205, src/css/blocks/products/_product.scss */
  #product #product-nav .container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    /* line 211, src/css/blocks/products/_product.scss */
    .stickynav #product #product-nav .container {
      position: fixed;
      top: 45px;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 12; }

/* line 221, src/css/blocks/products/_product.scss */
#product .documents {
  margin: 0 0 1.5em; }
  /* line 2, src/css/misc/_mixins.scss */
  #product .documents:after {
    content: "";
    display: table;
    clear: both; }
  /* line 224, src/css/blocks/products/_product.scss */
  #product .documents .document {
    padding: 1em;
    position: relative;
    padding-left: 4em;
    padding-right: 4em; }
    /* line 229, src/css/blocks/products/_product.scss */
    #product .documents .document h4 {
      margin: 0;
      color: #4D4D4D; }
    /* line 233, src/css/blocks/products/_product.scss */
    #product .documents .document p {
      margin: 0;
      color: #939598; }
    /* line 237, src/css/blocks/products/_product.scss */
    #product .documents .document .ico-pdf, #product .documents .document .ico-doc {
      position: absolute;
      top: 50%;
      left: 1em;
      margin-top: -0.75em; }
      /* line 243, src/css/blocks/products/_product.scss */
      [dir="rtl"] #product .documents .document .ico-pdf, [dir="rtl"] #product .documents .document .ico-doc {
        left: auto;
        right: 1em; }
      /* line 247, src/css/blocks/products/_product.scss */
      #product .documents .document .ico-pdf:before, #product .documents .document .ico-doc:before {
        content: "";
        width: 1.5em;
        height: 1.5em;
        display: inline-block; }
      /* line 255, src/css/blocks/products/_product.scss */
      #product .documents .document .ico-pdf.locked:after, #product .documents .document .ico-doc.locked:after {
        content: "";
        border-radius: 50%;
        background: #EEE url("../img/icons/lock.svg") no-repeat center;
        background-size: 70%;
        width: 17px;
        height: 17px;
        display: block;
        margin-left: 1em;
        position: absolute;
        top: -10px;
        right: -4px; }
        /* line 268, src/css/blocks/products/_product.scss */
        [dir="rtl"] #product .documents .document .ico-pdf.locked:after, [dir="rtl"] #product .documents .document .ico-doc.locked:after {
          right: auto;
          left: 0; }
      /* line 53, src/css/misc/_icons.scss */
      #product .documents .document .ico-pdf:before, #product .documents .document .ico-doc:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 277, src/css/blocks/products/_product.scss */
    #product .documents .document .ico-download {
      position: absolute;
      top: 50%;
      right: 1em;
      margin-top: -0.75em; }
      /* line 282, src/css/blocks/products/_product.scss */
      [dir="rtl"] #product .documents .document .ico-download {
        right: auto;
        left: 1em; }
      /* line 286, src/css/blocks/products/_product.scss */
      #product .documents .document .ico-download:before {
        content: "";
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        margin-left: 1em;
        position: relative;
        float: right;
        top: -0.25em; }
      /* line 53, src/css/misc/_icons.scss */
      #product .documents .document .ico-download:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 299, src/css/blocks/products/_product.scss */
    #product .documents .document:nth-child(2n+1) {
      background: #f2fafd; }

/* line 304, src/css/blocks/products/_product.scss */
#product .tabbed_section {
  display: none; }
  /* line 309, src/css/blocks/products/_product.scss */
  #product .tabbed_section.active {
    display: block; }

/* line 2, src/css/blocks/products/_product_compare.scss */
#product_compare .back {
  text-align: right; }
  /* line 4, src/css/blocks/products/_product_compare.scss */
  [dir="rtl"] #product_compare .back {
    text-align: left; }
  /* line 7, src/css/blocks/products/_product_compare.scss */
  #product_compare .back .cta {
    clear: both;
    margin-bottom: 0.5em; }
  /* line 12, src/css/blocks/products/_product_compare.scss */
  #product_compare .back #toggle-comparable-properties {
    position: absolute;
    opacity: 0;
    top: -10000px; }
    /* line 18, src/css/blocks/products/_product_compare.scss */
    #product_compare .back #toggle-comparable-properties:checked + label:before {
      background: #009FDF; }
    /* line 22, src/css/blocks/products/_product_compare.scss */
    #product_compare .back #toggle-comparable-properties:checked + label:after {
      content: "";
      width: 18px;
      height: 18px;
      border: 1px solid #009FDF;
      background: url(../img/check.png) center no-repeat;
      position: absolute;
      left: 0;
      top: 0; }
  /* line 37, src/css/blocks/products/_product_compare.scss */
  #product_compare .back #toggle-comparable-properties-label {
    color: #53565A;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9375em; }
    /* line 45, src/css/blocks/products/_product_compare.scss */
    #product_compare .back #toggle-comparable-properties-label:before {
      content: "";
      width: 18px;
      height: 18px;
      background: #fff;
      border: 1px solid #53565A;
      position: absolute;
      left: 0;
      top: 0; }
    /* line 57, src/css/blocks/products/_product_compare.scss */
    #product_compare .back #toggle-comparable-properties-label:hover:before {
      background: #EEEEEE; }
  /* line 62, src/css/blocks/products/_product_compare.scss */
  #product_compare .back .product-compare-test {
    display: inline-block;
    clear: both; }

/* line 69, src/css/blocks/products/_product_compare.scss */
#product_compare .table-wrapper {
  overflow: initial; }

/* line 74, src/css/blocks/products/_product_compare.scss */
#product_compare .comparison thead {
  top: 0; }

/* line 514, src/css/style.scss */
#compare-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 44;
  display: none; }
  /* line 8, src/css/blocks/_compare.scss */
  .compare-open #compare-panel .compare-inner {
    display: block; }
  /* line 12, src/css/blocks/_compare.scss */
  .compare-open #compare-panel .compare-toggle:after {
    background-image: url(../img/icons/minus.png); }
  /* line 18, src/css/blocks/_compare.scss */
  #compare-panel .notify {
    opacity: 0;
    font-weight: bold; }
  /* line 24, src/css/blocks/_compare.scss */
  .compare-full #compare-panel .compare_toggle,
  .compare-full #compare-panel .compare_add {
    opacity: 0.9; }
  /* line 28, src/css/blocks/_compare.scss */
  .compare-full #compare-panel .notify {
    opacity: 1; }
  /* line 32, src/css/blocks/_compare.scss */
  #compare-panel .compare-toggle {
    position: absolute;
    bottom: 100%;
    right: 1em;
    padding: 0.5em 2em 0.25em 0.5em;
    background: #041E42;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #fff;
    line-height: 1; }
    /* line 42, src/css/blocks/_compare.scss */
    [dir="rtl"] #compare-panel .compare-toggle {
      right: auto;
      left: 1em; }
    /* line 46, src/css/blocks/_compare.scss */
    #compare-panel .compare-toggle:after {
      content: "";
      position: absolute;
      background: url(../img/icons/plus.png) center no-repeat;
      color: #fff;
      z-index: 1;
      text-align: center;
      top: 50%;
      right: 0;
      width: 2em;
      height: 2em;
      margin-top: -1em; }
    /* line 59, src/css/blocks/_compare.scss */
    #compare-panel .compare-toggle:hover {
      text-decoration: none; }
  /* line 63, src/css/blocks/_compare.scss */
  #compare-panel .compare-inner {
    display: none;
    background: #EEEEEE;
    padding: 1em 0; }
    @media only screen and (min-width: 1024px) {
      /* line 63, src/css/blocks/_compare.scss */
      #compare-panel .compare-inner {
        padding: 0.5em 0 0.25em; } }
    /* line 70, src/css/blocks/_compare.scss */
    #compare-panel .compare-inner h4 {
      margin: 0.25em 0 0.25em 0; }
  /* line 74, src/css/blocks/_compare.scss */
  #compare-panel .compare-panel-product {
    margin: 0 0 0.25em;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    /* line 2, src/css/misc/_mixins.scss */
    #compare-panel .compare-panel-product:after {
      content: "";
      display: table;
      clear: both; }
    /* line 81, src/css/blocks/_compare.scss */
    #compare-panel .compare-panel-product .region {
      float: left;
      color: #4D4D4D;
      background: #F6F6F6;
      padding: 0.3em 0.6em; }
    /* line 87, src/css/blocks/_compare.scss */
    #compare-panel .compare-panel-product h4 {
      float: left;
      padding: 0.3em 0.5em;
      margin: 0;
      height: 100%;
      overflow: hidden;
      line-height: 1.5;
      font-size: 0.9375em;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 75%; }
    /* line 100, src/css/blocks/_compare.scss */
    #compare-panel .compare-panel-product .ico:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0.5em;
      width: 1em;
      height: 1em;
      margin-top: -0.5em; }
    /* line 53, src/css/misc/_icons.scss */
    #compare-panel .compare-panel-product .ico:before {
      background-position: center;
      background-repeat: no-repeat; }
  /* line 112, src/css/blocks/_compare.scss */
  #compare-panel .compare-panel-action {
    float: right;
    margin: 0.25em 0 0; }
    /* line 115, src/css/blocks/_compare.scss */
    #compare-panel .compare-panel-action .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      #compare-panel .compare-panel-action .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 115, src/css/blocks/_compare.scss */
        #compare-panel .compare-panel-action .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      #compare-panel .compare-panel-action .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      #compare-panel .compare-panel-action .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      #compare-panel .compare-panel-action .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 120, src/css/blocks/_compare.scss */
  #compare-panel .visibility {
    margin-left: 0.4em; }

/* line 2, src/css/blocks/campaign-hub/_filter.scss */
#campaign .hub-filter {
  display: none; }
  /* line 5, src/css/blocks/campaign-hub/_filter.scss */
  #campaign .hub-filter.active {
    display: block; }

@media only screen and (min-width: 1024px) {
  /* line 10, src/css/blocks/campaign-hub/_filter.scss */
  #campaign hr.blue {
    margin-bottom: 0.25em; } }

/* line 2, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign h1 {
  font-size: 1.875em;
  line-height: 39px;
  font-weight: 300;
  max-width: 82%; }
  @media only screen and (min-width: 601px) {
    /* line 2, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign h1 {
      font-size: 2.25em;
      line-height: 46px; } }
  @media only screen and (min-width: 1024px) {
    /* line 2, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign h1 {
      font-size: 2.125em;
      line-height: 46px; } }

/* line 19, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign h2 {
  color: #939598;
  margin: 0 0 0.5em;
  font-weight: 300;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh #campaign h2 {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 1024px) {
    /* line 19, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign h2 {
      font-size: 1.75em;
      line-height: 36px; } }

/* line 30, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign h3 {
  color: #939598;
  margin: 0 0 .5em;
  font-weight: 300;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh #campaign h3 {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 1024px) {
    /* line 30, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign h3 {
      font-size: 1.55em;
      line-height: 33px; } }

/* line 3, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html .row.first {
  clear: both; }

/* line 6, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html .block.image {
  margin: 0 0 0.476em; }

/* line 9, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html a, #campaign .block.html h1, #campaign .block.html h2 {
  /*color: $grey;*/ }

/* line 14, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html .hub-filter {
  display: none; }
  /* line 17, src/css/blocks/campaign-hub/_campaign_hub.scss */
  #campaign .block.html .hub-filter.active {
    display: block; }

/* line 22, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html h1, #campaign .block.html h2 {
  font-size: 1.75em;
  line-height: 36px;
  margin: 0 0 0.5em;
  font-weight: 300;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh #campaign .block.html h1, .lang-zh #campaign .block.html h2 {
    font-family: SabicChineseLight !important; }

@media only screen and (max-width: 600px) {
  /* line 31, src/css/blocks/campaign-hub/_campaign_hub.scss */
  #campaign .block.html h2 {
    font-size: 1.125em;
    line-height: 24px; }
    /* line 35, src/css/blocks/campaign-hub/_campaign_hub.scss */
    #campaign .block.html h2.large {
      font-size: 1.75em;
      line-height: 36px; } }

/* line 42, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html p {
  margin: 0 0 0.5em;
  color: #4D4D4D;
  font-size: 1em;
  font-weight: 300;
  font-family: SabicLight, arial, sans-serif;
  line-height: 1.313; }
  /* line 106, src/css/misc/_fonts.scss */
  .lang-zh #campaign .block.html p {
    font-family: SabicChineseLight !important; }

@media only screen and (max-width: 600px) {
  /* line 52, src/css/blocks/campaign-hub/_campaign_hub.scss */
  #campaign .block.html p.truncated {
    height: 65px;
    overflow: hidden; } }

/* line 58, src/css/blocks/campaign-hub/_campaign_hub.scss */
#campaign .block.html .block.link {
  text-transform: uppercase;
  font-family: SabicHeadlineRegular, arial, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #009FDF; }
  /* line 74, src/css/misc/_fonts.scss */
  .lang-zh #campaign .block.html .block.link {
    font-family: SabicChineseRegular !important; }

/* line 529, src/css/style.scss */
#campaign .block.navigation {
  margin: 20px 0;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    /* line 529, src/css/style.scss */
    #campaign .block.navigation {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 2; } }
  /* line 12, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation .navigation_container.next::after,
  #campaign .block.navigation .navigation_container.prev::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 998;
    color: #009FDF;
    font-size: 30px;
    width: 100px;
    text-align: right;
    background: -webkit-gradient(linear, right top, left top, from(#E5F5FB), to(rgba(229, 245, 251, 0)));
    background: linear-gradient(270deg, #E5F5FB 0%, rgba(229, 245, 251, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 4px;
    pointer-events: none;
    height: 50px;
    line-height: 50px; }
    @media only screen and (max-width: 1023px) {
      /* line 12, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation .navigation_container.next::after,
      #campaign .block.navigation .navigation_container.prev::before {
        height: 34px;
        line-height: 34px; } }
    /* line 35, src/css/blocks/campaign-hub/_navigation.scss */
    [dir="rtl"] #campaign .block.navigation .navigation_container.next::after, [dir="rtl"]
    #campaign .block.navigation .navigation_container.prev::before {
      left: 0 !important;
      right: auto;
      background: -webkit-gradient(linear, right top, left top, from(rgba(229, 245, 251, 0)), to(#E5F5FB));
      background: linear-gradient(270deg, rgba(229, 245, 251, 0) 0%, #E5F5FB 100%);
      padding-right: 0;
      padding-left: 4px; }
    @media only screen and (min-width: 1024px) {
      /* line 12, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation .navigation_container.next::after,
      #campaign .block.navigation .navigation_container.prev::before {
        display: none !important; } }
  /* line 50, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation .navigation_container.prev::before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(229, 245, 251, 0)), to(#E5F5FB));
    background: linear-gradient(270deg, rgba(229, 245, 251, 0) 0%, #E5F5FB 100%);
    right: auto;
    left: 0; }
    /* line 54, src/css/blocks/campaign-hub/_navigation.scss */
    [dir="rtl"] #campaign .block.navigation .navigation_container.prev::before {
      left: auto !important;
      right: 0 !important;
      background: -webkit-gradient(linear, right top, left top, from(#E5F5FB), to(rgba(229, 245, 251, 0)));
      background: linear-gradient(270deg, #E5F5FB 0%, rgba(229, 245, 251, 0) 100%); }
    @media only screen and (min-width: 1024px) {
      /* line 50, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation .navigation_container.prev::before {
        display: none !important; } }
  /* line 65, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation .navigation_container.next .next {
    display: block; }
  /* line 69, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation .navigation_container.prev .prev {
    display: block; }
  /* line 73, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 -4px;
    width: 100%;
    position: relative;
    overflow-x: auto;
    -ms-overflow-style: none; }
    /* line 84, src/css/blocks/campaign-hub/_navigation.scss */
    #campaign .block.navigation ul::-webkit-scrollbar {
      display: none;
      width: 0 !important; }
    @media only screen and (max-width: 1023px) {
      /* line 73, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation ul {
        white-space: nowrap;
        margin: 0 8px; } }
    /* line 94, src/css/blocks/campaign-hub/_navigation.scss */
    #campaign .block.navigation ul li {
      max-width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 0;
      border: 1px solid #C6C8CA;
      border-radius: 4px;
      text-align: left;
      text-transform: uppercase;
      font-family: SabicHeadlineLight, arial, sans-serif;
      font-size: 1em;
      font-weight: 300;
      line-height: 1em;
      vertical-align: middle;
      height: 32px;
      margin: 0 4px 8px 4px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 103, src/css/blocks/campaign-hub/_navigation.scss */
      [dir="rtl"] #campaign .block.navigation ul li {
        text-align: right; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #campaign .block.navigation ul li {
        font-family: SabicChineseLight !important; }
      @media only screen and (max-width: 1023px) {
        /* line 94, src/css/blocks/campaign-hub/_navigation.scss */
        #campaign .block.navigation ul li {
          font-size: 0.75em;
          margin: 0 4px 8px 4px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      /* line 124, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation ul li a {
        padding: 0px 20px;
        text-decoration: none;
        display: block;
        color: #4D4D4D;
        font-size: 12px;
        height: 100%;
        line-height: 2.5;
        vertical-align: middle; }
        @media only screen and (max-width: 1023px) {
          /* line 133, src/css/blocks/campaign-hub/_navigation.scss */
          #campaign .block.navigation ul li a.set_width {
            min-width: auto; } }
    /* line 145, src/css/blocks/campaign-hub/_navigation.scss */
    #campaign .block.navigation ul li.selected {
      background-color: #009FDF;
      color: #FFF; }
      /* line 148, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation ul li.selected a {
        color: #FFF; }
  /* line 154, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation a.next,
  #campaign .block.navigation a.prev {
    position: absolute;
    top: 0;
    z-index: 999;
    display: none;
    color: #009FDF;
    font-size: 30px;
    text-decoration: none;
    margin: 0;
    width: 29px;
    height: 50px;
    line-height: 50px; }
    @media only screen and (max-width: 1023px) {
      /* line 154, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation a.next,
      #campaign .block.navigation a.prev {
        height: 30px;
        line-height: 1; } }
    @media only screen and (min-width: 1024px) {
      /* line 154, src/css/blocks/campaign-hub/_navigation.scss */
      #campaign .block.navigation a.next,
      #campaign .block.navigation a.prev {
        display: none !important; } }
  /* line 178, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation a.next {
    padding: 0 9px 0 0;
    right: 0;
    text-align: right; }
    /* line 182, src/css/blocks/campaign-hub/_navigation.scss */
    [dir="rtl"] #campaign .block.navigation a.next {
      padding: 0 9px 0 9px;
      right: auto;
      left: 0;
      text-align: left; }
  /* line 190, src/css/blocks/campaign-hub/_navigation.scss */
  #campaign .block.navigation a.prev {
    padding: 0 0 0 9px;
    top: -1px;
    left: 0;
    right: auto;
    text-align: left; }
    /* line 196, src/css/blocks/campaign-hub/_navigation.scss */
    [dir="rtl"] #campaign .block.navigation a.prev {
      padding: 0 0 0 9px;
      top: 0;
      left: auto;
      right: 0;
      text-align: right; }

/* line 531, src/css/style.scss */
#campaign .block.contact {
  margin: 2.5em 0; }
  /* line 4, src/css/blocks/campaign-hub/_cta_contact.scss */
  #campaign .block.contact .cta_contact_container_background {
    width: 100%;
    margin: 0;
    background: #009FDF;
    padding: 20px 0; }
    @media only screen and (min-width: 601px) {
      /* line 4, src/css/blocks/campaign-hub/_cta_contact.scss */
      #campaign .block.contact .cta_contact_container_background {
        padding: 37px 0; } }
  /* line 13, src/css/blocks/campaign-hub/_cta_contact.scss */
  #campaign .block.contact .cta_contact_container {
    max-width: 980px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 601px) {
      /* line 13, src/css/blocks/campaign-hub/_cta_contact.scss */
      #campaign .block.contact .cta_contact_container {
        text-align: center; } }
    @media only screen and (min-width: 1024px) {
      /* line 13, src/css/blocks/campaign-hub/_cta_contact.scss */
      #campaign .block.contact .cta_contact_container {
        text-align: left; } }
    /* line 23, src/css/blocks/campaign-hub/_cta_contact.scss */
    #campaign .block.contact .cta_contact_container h1, #campaign .block.contact .cta_contact_container h2 {
      color: #FFFFFF;
      font-weight: 300;
      font-family: SabicHeadlineLight, arial, sans-serif;
      display: block;
      padding: 0;
      font-size: 1.25em;
      margin: 0 auto 20px auto;
      width: 70%; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #campaign .block.contact .cta_contact_container h1, .lang-zh #campaign .block.contact .cta_contact_container h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 601px) {
        /* line 23, src/css/blocks/campaign-hub/_cta_contact.scss */
        #campaign .block.contact .cta_contact_container h1, #campaign .block.contact .cta_contact_container h2 {
          width: auto; } }
      @media only screen and (min-width: 1024px) {
        /* line 23, src/css/blocks/campaign-hub/_cta_contact.scss */
        #campaign .block.contact .cta_contact_container h1, #campaign .block.contact .cta_contact_container h2 {
          width: auto;
          margin: 0;
          margin-right: 48px;
          display: inline-block;
          font-size: 1.75em; }
          /* line 39, src/css/blocks/campaign-hub/_cta_contact.scss */
          [dir="rtl"] #campaign .block.contact .cta_contact_container h1, [dir="rtl"] #campaign .block.contact .cta_contact_container h2 {
            margin-right: 0;
            margin-left: 48px; } }
    /* line 47, src/css/blocks/campaign-hub/_cta_contact.scss */
    #campaign .block.contact .cta_contact_container a {
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 1024px) {
        /* line 47, src/css/blocks/campaign-hub/_cta_contact.scss */
        #campaign .block.contact .cta_contact_container a {
          display: inline-block;
          top: -3px;
          position: relative; } }
    /* line 56, src/css/blocks/campaign-hub/_cta_contact.scss */
    #campaign .block.contact .cta_contact_container button.cta {
      border: 0;
      font-family: SabicHeadlineLight, arial, sans-serif;
      font-size: 1em;
      font-weight: 300;
      color: #009FDF;
      text-transform: uppercase;
      padding: 0 2em;
      line-height: 1.5em;
      height: 1.875em;
      background-color: #FFF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #campaign .block.contact .cta_contact_container button.cta {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 1024px) {
        /* line 56, src/css/blocks/campaign-hub/_cta_contact.scss */
        #campaign .block.contact .cta_contact_container button.cta {
          display: inline-block; } }
    /* line 71, src/css/blocks/campaign-hub/_cta_contact.scss */
    #campaign .block.contact .cta_contact_container button.cta:hover {
      background-color: #FFF; }

/* line 533, src/css/style.scss */
#campaign .block.carousel {
  padding-top: 5em;
  background: #fff; }
  @media only screen and (min-width: 601px) {
    /* line 533, src/css/style.scss */
    #campaign .block.carousel {
      padding-top: 3em; } }
  @media only screen and (min-width: 1024px) {
    /* line 533, src/css/style.scss */
    #campaign .block.carousel {
      padding-top: 0; } }
  @media only screen and (min-width: 601px) {
    /* line 14, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .visual_container {
      max-width: 100%;
      position: absolute;
      top: 0px;
      left: 0;
      margin: 0px 2em;
      z-index: 2; } }
  @media only screen and (min-width: 1024px) {
    /* line 14, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .visual_container {
      max-width: 980px;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0; } }
  /* line 34, src/css/blocks/campaign-hub/_carousel.scss */
  #campaign .block.carousel .slick {
    background: #fff;
    outline: none; }
  /* line 39, src/css/blocks/campaign-hub/_carousel.scss */
  #campaign .block.carousel .slick .slide {
    outline: none; }
    @media only screen and (min-width: 601px) {
      /* line 39, src/css/blocks/campaign-hub/_carousel.scss */
      #campaign .block.carousel .slick .slide {
        height: 440px; } }
    /* line 45, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide picture img {
      display: block;
      margin: 0 auto;
      width: 100%; }
      @media only screen and (min-width: 601px) {
        /* line 45, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide picture img {
          width: auto;
          height: auto;
          position: absolute;
          right: 0%;
          margin: 0; } }
      @media only screen and (min-width: 1024px) {
        /* line 45, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide picture img {
          width: auto;
          height: auto;
          position: absolute;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    /* line 68, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide.video .video-wrapper {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      /* line 74, src/css/blocks/campaign-hub/_carousel.scss */
      #campaign .block.carousel .slick .slide.video .video-wrapper a.video-btn {
        position: absolute;
        top: 40%;
        left: 50%;
        display: block;
        width: 60px;
        height: 60px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1; }
        @media only screen and (min-width: 601px) {
          /* line 74, src/css/blocks/campaign-hub/_carousel.scss */
          #campaign .block.carousel .slick .slide.video .video-wrapper a.video-btn {
            top: 20%;
            left: 90%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
        @media only screen and (min-width: 1024px) {
          /* line 74, src/css/blocks/campaign-hub/_carousel.scss */
          #campaign .block.carousel .slick .slide.video .video-wrapper a.video-btn {
            top: 60%;
            left: 50%; } }
        /* line 98, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide.video .video-wrapper a.video-btn:after {
          content: '';
          display: block;
          width: 60px;
          height: 60px;
          pointer-events: none;
          position: absolute;
          right: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.71);
          background-image: url(../img/icons/sabic-play.svg);
          border-radius: 100em;
          background-size: 100%;
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
        /* line 117, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide.video .video-wrapper a.video-btn:hover:after {
          -webkit-transform: scale(1.1) translate(-5%, -5%);
          transform: scale(1.1) translate(-5%, -5%); }
    /* line 125, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .previous, #campaign .block.carousel .slick .slide .next {
      cursor: pointer;
      position: absolute;
      float: left;
      z-index: 3;
      top: 1em;
      left: 20px;
      text-decoration: none;
      height: 24px;
      width: 24px;
      background-size: contain;
      background-repeat: no-repeat; }
      /* line 131, src/css/blocks/campaign-hub/_carousel.scss */
      [dir="rtl"] #campaign .block.carousel .slick .slide .previous, [dir="rtl"] #campaign .block.carousel .slick .slide .next {
        float: right; }
      @media only screen and (min-width: 601px) {
        /* line 125, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide .previous, #campaign .block.carousel .slick .slide .next {
          top: 30px;
          left: 0; } }
      @media only screen and (min-width: 1024px) {
        /* line 125, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide .previous, #campaign .block.carousel .slick .slide .next {
          top: 111px;
          left: 0; } }
    /* line 151, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .next {
      left: 36px;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
    /* line 157, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .next {
      background-image: url("../img/icons/chevron-slider.png"); }
    /* line 160, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .previous {
      background-image: url("../img/icons/chevron-slider.png"); }
    /* line 163, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .next:hover {
      background-image: url("../img/icons/chevron-slider-over.png"); }
    /* line 166, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .previous:hover {
      background-image: url("../img/icons/chevron-slider-over.png"); }
    /* line 170, src/css/blocks/campaign-hub/_carousel.scss */
    #campaign .block.carousel .slick .slide .text_box {
      width: 100%;
      background: #fff;
      padding: 20px 20px 0 20px; }
      @media only screen and (min-width: 601px) {
        /* line 170, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide .text_box {
          position: absolute;
          top: 70px;
          left: 0;
          width: 348px;
          opacity: .9;
          padding: 0;
          bottom: 0;
          background: none; } }
      @media only screen and (min-width: 1024px) {
        /* line 170, src/css/blocks/campaign-hub/_carousel.scss */
        #campaign .block.carousel .slick .slide .text_box {
          top: 150px; } }
      /* line 190, src/css/blocks/campaign-hub/_carousel.scss */
      #campaign .block.carousel .slick .slide .text_box h1 {
        color: #939598;
        font-size: 1.875em;
        line-height: 46px;
        font-weight: 300;
        margin: 0 0 8px 0;
        padding: 0; }
        @media only screen and (min-width: 601px) {
          /* line 190, src/css/blocks/campaign-hub/_carousel.scss */
          #campaign .block.carousel .slick .slide .text_box h1 {
            font-size: 2.25em; } }
      /* line 202, src/css/blocks/campaign-hub/_carousel.scss */
      #campaign .block.carousel .slick .slide .text_box p {
        color: #4D4D4D;
        line-height: 24px;
        font-weight: normal;
        font-family: "SabicLight";
        font-size: 1em;
        padding: 0;
        margin: 0; }
        @media only screen and (min-width: 601px) {
          /* line 202, src/css/blocks/campaign-hub/_carousel.scss */
          #campaign .block.carousel .slick .slide .text_box p {
            font-family: "SabicRegular";
            font-size: 1.125em; } }
      /* line 216, src/css/blocks/campaign-hub/_carousel.scss */
      #campaign .block.carousel .slick .slide .text_box a {
        text-decoration: none; }

/* line 535, src/css/style.scss */
#campaign .block.language {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 16px;
  font-size: 0.75em;
  padding-top: 10px;
  margin-bottom: -10px;
  height: 26px;
  /* IE wants this seperately */ }
  @media only screen and (max-width: 1023px) {
    /* line 535, src/css/style.scss */
    #campaign .block.language {
      margin-bottom: 0px; } }
  @media only screen and (max-width: 600px) {
    /* line 535, src/css/style.scss */
    #campaign .block.language {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      margin-top: -26px; } }
  /* line 19, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language .top_level {
    background: url("../img/icons/chevron_language_down.png") no-repeat;
    background-position: 90% center;
    background-size: 14px;
    padding: 0.25em 0.5em;
    line-height: 1.55em; }
    /* line 26, src/css/blocks/campaign-hub/_language.scss */
    [dir="rtl"] #campaign .block.language .top_level {
      background-position: 10% center; }
  /* line 31, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 90px;
    background: #FFF;
    float: right; }
    /* line 38, src/css/blocks/campaign-hub/_language.scss */
    [dir="rtl"] #campaign .block.language ul {
      float: left; }
  /* line 43, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language li, #campaign .block.language a {
    color: #4D4D4D;
    cursor: pointer; }
  /* line 48, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language li {
    background: #FFF;
    display: block;
    position: relative;
    width: 100%;
    padding: 0; }
  /* line 56, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 26px 6px 8px; }
    /* line 61, src/css/blocks/campaign-hub/_language.scss */
    [dir="rtl"] #campaign .block.language a {
      padding: 4px 8px 6px 26px; }
  /* line 66, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language li.selected {
    background: #fff;
    color: #009FDF;
    padding: 4px 26px 6px 8px; }
    /* line 70, src/css/blocks/campaign-hub/_language.scss */
    [dir="rtl"] #campaign .block.language li.selected {
      padding: 4px 8px 6px 26px; }
    /* line 74, src/css/blocks/campaign-hub/_language.scss */
    #campaign .block.language li.selected a {
      color: #fff; }
  /* line 79, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    z-index: 9999; }
  /* line 90, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language .top_level:hover {
    background: #009FDF url("../img/icons/chevron_language_down_sel.png") no-repeat;
    background-position: 90% center;
    background-size: 14px;
    color: #fff; }
    /* line 95, src/css/blocks/campaign-hub/_language.scss */
    [dir="rtl"] #campaign .block.language .top_level:hover {
      background-position: 10% center; }
    /* line 99, src/css/blocks/campaign-hub/_language.scss */
    #campaign .block.language .top_level:hover ul {
      visibility: visible;
      opacity: 1;
      display: block;
      background: #009FDF; }
      /* line 104, src/css/blocks/campaign-hub/_language.scss */
      #campaign .block.language .top_level:hover ul li {
        background-color: #009FDF;
        color: #fff; }
        /* line 107, src/css/blocks/campaign-hub/_language.scss */
        #campaign .block.language .top_level:hover ul li a {
          color: #fff; }
          /* line 109, src/css/blocks/campaign-hub/_language.scss */
          #campaign .block.language .top_level:hover ul li a:hover {
            color: #009FDF;
            background: #fff;
            text-decoration: none; }
        /* line 115, src/css/blocks/campaign-hub/_language.scss */
        #campaign .block.language .top_level:hover ul li.selected {
          color: #009FDF;
          background: #fff; }
  /* line 123, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language ul li:hover > ul,
  #campaign .block.language ul li:focus-within > ul,
  #campaign .block.language ul li ul:hover,
  #campaign .block.language ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block; }
  /* line 132, src/css/blocks/campaign-hub/_language.scss */
  #campaign .block.language ul li ul li {
    clear: both;
    width: 100%; }

/* line 47, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign .block.article p {
  font-size: 1em;
  line-height: 1.313em;
  color: #4D4D4D;
  margin: 0 0 1em 0; }

/* line 54, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign .block.article hr {
  height: 2px;
  width: 98%;
  background-color: #C6C8CA; }
  @media only screen and (max-width: 600px) {
    /* line 54, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign .block.article hr {
      width: 100%;
      margin: 0; } }

/* line 65, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign .block.article.no-space-below hr {
  margin: 41px auto 0px auto; }

/* line 69, src/css/blocks/campaign-article/_campaign_article.scss */
#campaign .block.article .text_box {
  position: relative;
  width: 100%;
  background: #fff;
  top: 0;
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    /* line 69, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign .block.article .text_box {
      position: absolute;
      padding: 20px 20px 20px 20px;
      left: auto;
      top: -310px;
      right: 66px;
      width: 436px;
      min-height: 206px;
      background: rgba(255, 255, 255, 0.8); }
      /* line 81, src/css/blocks/campaign-article/_campaign_article.scss */
      [dir="rtl"] #campaign .block.article .text_box {
        right: auto;
        left: 30px; } }
  /* line 89, src/css/blocks/campaign-article/_campaign_article.scss */
  #campaign .block.article .text_box h1 {
    color: #939598;
    font-size: 1.875em;
    line-height: 46px;
    font-weight: 300;
    margin: 0 0 8px 0;
    padding: 0;
    max-width: 100%; }
    @media only screen and (min-width: 601px) {
      /* line 89, src/css/blocks/campaign-article/_campaign_article.scss */
      #campaign .block.article .text_box h1 {
        font-size: 2.25em; } }
  /* line 103, src/css/blocks/campaign-article/_campaign_article.scss */
  #campaign .block.article .text_box p {
    color: #4D4D4D;
    line-height: 24px;
    font-weight: normal;
    font-size: 1em;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 601px) {
      /* line 103, src/css/blocks/campaign-article/_campaign_article.scss */
      #campaign .block.article .text_box p {
        font-size: 1.125em; } }
  /* line 115, src/css/blocks/campaign-article/_campaign_article.scss */
  #campaign .block.article .text_box a {
    text-decoration: none; }
    /* line 117, src/css/blocks/campaign-article/_campaign_article.scss */
    #campaign .block.article .text_box a:hover {
      text-decoration: underline; }

/* line 540, src/css/style.scss */
#campaign .block.article_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 601px) {
    /* line 540, src/css/style.scss */
    #campaign .block.article_header {
      max-width: 100%; } }
  @media only screen and (min-width: 1024px) {
    /* line 540, src/css/style.scss */
    #campaign .block.article_header {
      height: 320px;
      max-width: 980px;
      margin: 0 auto; } }
  /* line 18, src/css/blocks/campaign-article/_header.scss */
  #campaign .block.article_header hr {
    margin-bottom: 4px;
    margin-top: 30px; }
  @media only screen and (min-width: 1024px) {
    /* line 23, src/css/blocks/campaign-article/_header.scss */
    #campaign .block.article_header .block.article {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 33, src/css/blocks/campaign-article/_header.scss */
  #campaign .block.article_header .text_box {
    width: 100%;
    background: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 33, src/css/blocks/campaign-article/_header.scss */
      #campaign .block.article_header .text_box {
        padding: 20px 20px 0 20px;
        position: absolute;
        left: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 70px;
        width: 406px;
        min-height: 236px;
        background: rgba(255, 255, 255, 0.8); }
        /* line 45, src/css/blocks/campaign-article/_header.scss */
        [dir="rtl"] #campaign .block.article_header .text_box {
          right: auto;
          left: 70px; } }
    /* line 53, src/css/blocks/campaign-article/_header.scss */
    #campaign .block.article_header .text_box h1 {
      color: #939598;
      font-size: 1.875em;
      line-height: 46px;
      font-weight: 300;
      margin: 0 0 8px 0;
      padding: 0; }
      @media only screen and (min-width: 601px) {
        /* line 53, src/css/blocks/campaign-article/_header.scss */
        #campaign .block.article_header .text_box h1 {
          font-size: 2.25em; } }
    /* line 65, src/css/blocks/campaign-article/_header.scss */
    #campaign .block.article_header .text_box p {
      color: #4D4D4D;
      line-height: 24px;
      font-weight: normal;
      font-size: 1em;
      padding: 0;
      margin: 0; }
      @media only screen and (min-width: 601px) {
        /* line 65, src/css/blocks/campaign-article/_header.scss */
        #campaign .block.article_header .text_box p {
          font-size: 1.125em; } }
    /* line 77, src/css/blocks/campaign-article/_header.scss */
    #campaign .block.article_header .text_box a {
      text-decoration: none; }
  /* line 82, src/css/blocks/campaign-article/_header.scss */
  #campaign .block.article_header .block.video-full a.video-play {
    width: 100%;
    display: block;
    position: relative; }

/* line 2, src/css/blocks/campaign-article/_cta_article.scss */
#campaign .block.cta_article .call_to_action {
  font-family: SabicHeadlineLight, arial, sans-serif;
  width: 100%;
  background: #FFCD00;
  color: #4D4D4D;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 36px;
  padding: 40px 47px;
  text-transform: uppercase;
  margin: 20px 0;
  text-align: center; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh #campaign .block.cta_article .call_to_action {
    font-family: SabicChineseLight !important; }

/* line 15, src/css/blocks/campaign-article/_cta_article.scss */
#campaign .block.cta_article .max_width_container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0; }

@media only screen and (min-width: 601px) {
  /* line 20, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article p {
    padding: 0 1.5rem;
    margin: 0; } }

@media only screen and (min-width: 601px) {
  /* line 29, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article .call_to_action {
    width: 50vw;
    float: left;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: left;
    padding: 50px 20px;
    padding-left: 15vw;
    position: relative;
    margin-left: -15vw; }
    /* line 32, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      float: right; }
    /* line 37, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      margin-right: auto;
      margin-left: 20px; }
    /* line 43, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      text-align: right; }
    /* line 48, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      padding-left: 0;
      padding-right: 15vw; }
    /* line 54, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      margin-right: -15vw; } }

@media only screen and (min-width: 1024px) {
  /* line 61, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article .call_to_action {
    width: 50vw;
    float: left;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding: 25px 20px;
    padding-left: 22vw;
    position: relative;
    margin-left: -22vw; }
    /* line 64, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      float: right; }
    /* line 69, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      margin-left: 20px; }
    /* line 74, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      text-align: right; }
    /* line 79, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      padding-left: 0;
      padding-right: 22vw; }
    /* line 85, src/css/blocks/campaign-article/_cta_article.scss */
    [dir="rtl"] #campaign .block.cta_article .call_to_action {
      margin-right: -22vw; } }

@media only screen and (min-width: 601px) {
  /* line 92, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article p {
    padding: 0;
    margin: 0 0 1em 0; }
  /* line 96, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article .call_to_action {
    font-size: 1.75em;
    line-height: 36px; }
  /* line 100, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article .max_width_container {
    padding: 0 2rem; } }

@media only screen and (min-width: 1024px) {
  /* line 106, src/css/blocks/campaign-article/_cta_article.scss */
  #campaign .block.cta_article .max_width_container {
    padding: 0; } }

/* line 544, src/css/style.scss */
#campaign .block.tags {
  font-size: 0.75em;
  color: #4D4D4D;
  text-transform: uppercase;
  line-height: 14px; }
  /* line 6, src/css/blocks/campaign-article/_tags.scss */
  #campaign .block.tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 18px; }
    /* line 14, src/css/blocks/campaign-article/_tags.scss */
    [dir="rtl"] #campaign .block.tags ul {
      margin-right: 18px;
      margin-left: 0; }
    /* line 18, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags ul li {
      display: table;
      color: #4D4D4D;
      margin-right: 25px; }
      /* line 23, src/css/blocks/campaign-article/_tags.scss */
      #campaign .block.tags ul li a {
        color: #009FDF;
        font-family: SabicHeadlineRegular, arial, sans-serif; }
  /* line 30, src/css/blocks/campaign-article/_tags.scss */
  #campaign .block.tags .container_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    /* line 34, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags .container_info div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
    /* line 38, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags .container_info ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (min-width: 601px) {
      /* line 43, src/css/blocks/campaign-article/_tags.scss */
      #campaign .block.tags .container_info ul {
        display: table; } }
  /* line 50, src/css/blocks/campaign-article/_tags.scss */
  #campaign .block.tags .container_info div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media only screen and (max-width: 1023px) {
    /* line 56, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags span {
      display: table;
      margin-left: 0;
      margin-top: 0px;
      margin-left: 0; }
    /* line 63, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: top;
          -ms-flex-align: top;
              align-items: top; }
      /* line 67, src/css/blocks/campaign-article/_tags.scss */
      #campaign .block.tags .tags span {
        margin-bottom: 0; }
    /* line 71, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags li {
      margin-left: 0; }
      /* line 73, src/css/blocks/campaign-article/_tags.scss */
      [dir="rtl"] #campaign .block.tags li {
        margin-left: 18px;
        margin-right: 0; }
    /* line 78, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags .container_info,
    #campaign .block.tags .container_info ul li {
      display: table; } }
  @media only screen and (max-width: 600px) {
    /* line 85, src/css/blocks/campaign-article/_tags.scss */
    #campaign .block.tags .tags {
      margin-top: 10px; } }
  /* line 90, src/css/blocks/campaign-article/_tags.scss */
  #campaign .block.tags .tags ul li {
    margin-right: 27px; }
    /* line 92, src/css/blocks/campaign-article/_tags.scss */
    [dir="rtl"] #campaign .block.tags .tags ul li {
      margin-right: 0;
      margin-left: 27px; }

/* line 546, src/css/style.scss */
#campaign .block.share {
  font-size: 0.75em;
  color: #4D4D4D;
  text-transform: uppercase;
  margin: 0;
  /*margin-top: 28px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 10, src/css/blocks/campaign-article/_share.scss */
  [dir="rtl"] #campaign .block.share {
    text-align: left; }
  @media only screen and (max-width: 1023px) {
    /* line 546, src/css/style.scss */
    #campaign .block.share {
      text-align: left;
      margin: 40px 0 10px 0; }
      /* line 16, src/css/blocks/campaign-article/_share.scss */
      [dir="rtl"] #campaign .block.share {
        text-align: right; } }
  /* line 22, src/css/blocks/campaign-article/_share.scss */
  #campaign .block.share h3 {
    margin-right: 18px;
    color: #4D4D4D;
    font-size: 1em; }
    /* line 26, src/css/blocks/campaign-article/_share.scss */
    [dir="rtl"] #campaign .block.share h3 {
      margin-left: 18px;
      margin-right: 0; }

/* line 548, src/css/style.scss */
#campaign .block.article_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 1024px) {
    /* line 548, src/css/style.scss */
    #campaign .block.article_footer {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      /* line 8, src/css/blocks/campaign-article/_footer.scss */
      #campaign .block.article_footer .tags_column {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      /* line 11, src/css/blocks/campaign-article/_footer.scss */
      #campaign .block.article_footer .share_column {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media only screen and (max-width: 1023px) {
    /* line 548, src/css/style.scss */
    #campaign .block.article_footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      /* line 19, src/css/blocks/campaign-article/_footer.scss */
      #campaign .block.article_footer .share_column {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      /* line 23, src/css/blocks/campaign-article/_footer.scss */
      #campaign .block.article_footer .tags_column {
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

/* line 2, src/css/blocks/campaign-article/_related.scss */
#campaign .block.related h2 {
  color: #939598;
  font-family: SabicHeadlineLight, arial, sans-serif;
  font-weight: 300;
  padding-top: 20px;
  border-top: 2px solid #C6C8CA;
  font-size: 2.125em; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh #campaign .block.related h2 {
    font-family: SabicChineseLight !important; }

/* line 551, src/css/style.scss */
#campaign .block.related_list {
  margin-bottom: 0; }
  /* line 16, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list h3 {
    font-size: 1.25em;
    font-family: SabicHeadlineLight, arial, sans-serif;
    color: #939598;
    line-height: 21px; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh #campaign .block.related_list h3 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 601px) {
      /* line 16, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list h3 {
        font-size: 2.25em;
        line-height: 46px; } }
    @media only screen and (min-width: 1024px) {
      /* line 16, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list h3 {
        font-size: 2.125em;
        line-height: 46px; } }
  /* line 32, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .icon h2 {
    max-width: 260px; }
    @media only screen and (min-width: 601px) {
      /* line 32, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list .icon h2 {
        max-width: 637px; } }
    @media only screen and (min-width: 1024px) {
      /* line 32, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list .icon h2 {
        max-width: 630px; } }
  /* line 41, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .icon p {
    margin: 0.5em 0 0; }
    @media only screen and (min-width: 601px) {
      /* line 41, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list .icon p {
        padding-right: 10%; }
        /* line 45, src/css/blocks/campaign-article/_related.scss */
        [dir="rtl"] #campaign .block.related_list .icon p {
          padding-right: 0;
          padding-left: 10%; } }
  /* line 55, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .item {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: 97% 22px;
    background-size: 38px 38px; }
    /* line 59, src/css/blocks/campaign-article/_related.scss */
    [dir="rtl"] #campaign .block.related_list .item {
      background-position: 3% 22px; }
    @media only screen and (min-width: 601px) {
      /* line 55, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list .item {
        background-size: 57px 57px;
        background-position: 97% center; }
        /* line 66, src/css/blocks/campaign-article/_related.scss */
        [dir="rtl"] #campaign .block.related_list .item {
          background-position: 3% center; } }
    @media only screen and (min-width: 1024px) {
      /* line 55, src/css/blocks/campaign-article/_related.scss */
      #campaign .block.related_list .item {
        background-size: 45px 45px;
        background-position: 97% center;
        max-width: 980px;
        margin: 0 auto; }
        /* line 73, src/css/blocks/campaign-article/_related.scss */
        [dir="rtl"] #campaign .block.related_list .item {
          background-position: 3% center; } }
    /* line 79, src/css/blocks/campaign-article/_related.scss */
    #campaign .block.related_list .item:nth-child(even) {
      background-color: #FFF; }
    /* line 82, src/css/blocks/campaign-article/_related.scss */
    #campaign .block.related_list .item:nth-child(odd) {
      background-color: #E5F5FB; }
  /* line 87, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .icon.pdf {
    background-image: url("../img/icons/SABIC-PDF.svg"); }
  /* line 90, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .icon.globe {
    background-image: url("../img/icons/SABIC-INTERNET.svg"); }
  /* line 93, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .icon.copy {
    background-image: url("../img/icons/SABIC-COPY.svg"); }
  /* line 96, src/css/blocks/campaign-article/_related.scss */
  #campaign .block.related_list .icon.download {
    background-image: url("../img/icons/SABIC-DOWNLOAD.svg"); }

/* line 553, src/css/style.scss */
#campaign .block.campaign_trend_footer {
  font-size: 0.75em;
  padding: 20px;
  background: #E6E7E8;
  margin-bottom: 24px; }
  @media only screen and (min-width: 601px) {
    /* line 553, src/css/style.scss */
    #campaign .block.campaign_trend_footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 980px;
      margin: 0 auto 24px auto;
      background: none; } }
  /* line 12, src/css/blocks/campaign-article/_footer2.scss */
  #campaign .block.campaign_trend_footer a {
    color: #939598; }
  /* line 15, src/css/blocks/campaign-article/_footer2.scss */
  #campaign .block.campaign_trend_footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  /* line 20, src/css/blocks/campaign-article/_footer2.scss */
  #campaign .block.campaign_trend_footer h3 {
    line-height: 15px;
    font-size: 1em;
    font-family: SabicHeadlineRegular, arial, sans-serif;
    color: #4D4D4D;
    font-weight: normal;
    margin-bottom: 0.7  5em; }
    /* line 74, src/css/misc/_fonts.scss */
    .lang-zh #campaign .block.campaign_trend_footer h3 {
      font-family: SabicChineseRegular !important; }
  /* line 33, src/css/blocks/campaign-article/_footer2.scss */
  #campaign .block.campaign_trend_footer .footer-list {
    background-position: 120px 0;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 5px; }
    /* line 35, src/css/blocks/campaign-article/_footer2.scss */
    [dir="rtl"] #campaign .block.campaign_trend_footer .footer-list {
      background-position: right 120px top; }
    @media only screen and (min-width: 1024px) {
      /* line 33, src/css/blocks/campaign-article/_footer2.scss */
      #campaign .block.campaign_trend_footer .footer-list {
        background-position: 160px 0; }
        /* line 41, src/css/blocks/campaign-article/_footer2.scss */
        [dir="rtl"] #campaign .block.campaign_trend_footer .footer-list {
          background-position: 0 160px 0 0; } }
  /* line 49, src/css/blocks/campaign-article/_footer2.scss */
  #campaign .block.campaign_trend_footer .footer-list.icon-download {
    background-image: url("../img/icons/SABIC-DOWNLOAD.svg");
    background-size: 25px 25px; }
  /* line 53, src/css/blocks/campaign-article/_footer2.scss */
  #campaign .block.campaign_trend_footer .footer-list.icon-globe {
    background-image: url("../img/icons/SABIC-INTERNET.svg");
    background-size: 25px 25px; }

/* line 558, src/css/style.scss */
.documents-container {
  margin: 0 0 1.5em; }
  /* line 2, src/css/misc/_mixins.scss */
  .documents-container:after {
    content: "";
    display: table;
    clear: both; }
  /* line 4, src/css/blocks/_documents.scss */
  .documents-container h2 {
    float: left; }
  /* line 7, src/css/blocks/_documents.scss */
  .documents-container .filters {
    width: 100%;
    margin-bottom: 0.5em; }
    @media only screen and (min-width: 601px) {
      /* line 7, src/css/blocks/_documents.scss */
      .documents-container .filters {
        float: right;
        margin-bottom: 0;
        width: auto; } }
    /* line 15, src/css/blocks/_documents.scss */
    .documents-container .filters select {
      border: 1px solid;
      padding: 0.25em 0.5em;
      border-radius: 0.2em;
      cursor: pointer;
      border-color: #939598;
      width: 100%;
      line-height: 1.4;
      height: 2em;
      outline: none;
      background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
      padding-right: 3em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      /* line 361, src/css/misc/_mixins.scss */
      .ie9 .documents-container .filters select {
        padding-right: 0.5em;
        background: #fff; }
      /* line 365, src/css/misc/_mixins.scss */
      [dir="rtl"] .documents-container .filters select {
        padding-right: 0.5em;
        padding-left: 3em;
        background-position: 1em center; }
      /* line 370, src/css/misc/_mixins.scss */
      .documents-container .filters select::-ms-expand {
        display: none; }
      @media only screen and (min-width: 601px) {
        /* line 15, src/css/blocks/_documents.scss */
        .documents-container .filters select {
          width: 9em; } }
      @media only screen and (min-width: 1024px) {
        /* line 15, src/css/blocks/_documents.scss */
        .documents-container .filters select {
          width: 15em; } }
      /* line 382, src/css/misc/_mixins.scss */
      .documents-container .filters select:disabled {
        opacity: 0.5; }
      /* line 385, src/css/misc/_mixins.scss */
      .documents-container .filters select:hover {
        border-color: #FFE678;
        color: #4D4D4D; }
      /* line 389, src/css/misc/_mixins.scss */
      .documents-container .filters select:active, .documents-container .filters select:focus {
        border-color: #FFCD00;
        background-color: #fff;
        color: #4D4D4D; }
    /* line 18, src/css/blocks/_documents.scss */
    .documents-container .filters button {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .documents-container .filters button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 18, src/css/blocks/_documents.scss */
        .documents-container .filters button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .documents-container .filters button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .documents-container .filters button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .documents-container .filters button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
    /* line 21, src/css/blocks/_documents.scss */
    .documents-container .filters select, .documents-container .filters button {
      width: 100%;
      margin: 0.2em; }
      @media only screen and (min-width: 601px) {
        /* line 21, src/css/blocks/_documents.scss */
        .documents-container .filters select, .documents-container .filters button {
          width: auto; } }
  /* line 29, src/css/blocks/_documents.scss */
  .documents-container .documents {
    clear: both;
    margin: 0 0 1.5em; }
    /* line 32, src/css/blocks/_documents.scss */
    .documents-container .documents .document {
      padding: 1em;
      position: relative;
      padding-left: 4em;
      padding-right: 4em; }
      /* line 37, src/css/blocks/_documents.scss */
      .documents-container .documents .document h4 {
        margin: 0;
        color: #4D4D4D; }
        /* line 40, src/css/blocks/_documents.scss */
        .documents-container .documents .document h4 span {
          text-transform: initial; }
      /* line 44, src/css/blocks/_documents.scss */
      .documents-container .documents .document p {
        margin: 0;
        color: #939598; }
      /* line 48, src/css/blocks/_documents.scss */
      .documents-container .documents .document .ico-pdf, .documents-container .documents .document .ico-doc {
        position: absolute;
        top: 50%;
        left: 1em;
        margin-top: -0.75em; }
        /* line 53, src/css/blocks/_documents.scss */
        [dir="rtl"] .documents-container .documents .document .ico-pdf, [dir="rtl"] .documents-container .documents .document .ico-doc {
          left: auto;
          right: 1em; }
        /* line 57, src/css/blocks/_documents.scss */
        .documents-container .documents .document .ico-pdf:before, .documents-container .documents .document .ico-doc:before {
          content: "";
          width: 1.5em;
          height: 1.5em;
          display: inline-block; }
        /* line 65, src/css/blocks/_documents.scss */
        .documents-container .documents .document .ico-pdf.locked:after, .documents-container .documents .document .ico-doc.locked:after {
          content: "";
          border-radius: 50%;
          background: #EEE url("../img/icons/lock.svg") no-repeat center;
          background-size: 70%;
          width: 17px;
          height: 17px;
          display: block;
          margin-left: 1em;
          position: absolute;
          top: -10px;
          right: -4px; }
          /* line 78, src/css/blocks/_documents.scss */
          [dir="rtl"] .documents-container .documents .document .ico-pdf.locked:after, [dir="rtl"] .documents-container .documents .document .ico-doc.locked:after {
            right: auto;
            left: 0; }
        /* line 53, src/css/misc/_icons.scss */
        .documents-container .documents .document .ico-pdf:before, .documents-container .documents .document .ico-doc:before {
          background-position: center;
          background-repeat: no-repeat; }
      /* line 87, src/css/blocks/_documents.scss */
      .documents-container .documents .document .ico-download {
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -0.75em; }
        /* line 92, src/css/blocks/_documents.scss */
        [dir="rtl"] .documents-container .documents .document .ico-download {
          right: auto;
          left: 1em; }
        /* line 96, src/css/blocks/_documents.scss */
        .documents-container .documents .document .ico-download:before {
          content: "";
          width: 1.5em;
          height: 1.5em;
          display: inline-block;
          margin-left: 1em;
          position: relative;
          float: right;
          top: -0.25em; }
        /* line 53, src/css/misc/_icons.scss */
        .documents-container .documents .document .ico-download:before {
          background-position: center;
          background-repeat: no-repeat; }
      /* line 108, src/css/blocks/_documents.scss */
      .documents-container .documents .document:nth-child(2n+1) {
        background: #f2fafd; }

/* line 562, src/css/style.scss */
.range-center {
  text-align: center; }

/* line 565, src/css/style.scss */
.range-right {
  text-align: right; }

/* line 569, src/css/style.scss */
.one-column {
  background: #F6F6F6;
  padding: 1.5em;
  margin: 0 0 1.5em; }
  /* line 2, src/css/misc/_mixins.scss */
  .one-column:after {
    content: "";
    display: table;
    clear: both; }
  /* line 574, src/css/style.scss */
  .one-column h3 {
    margin-bottom: 1em; }
  /* line 577, src/css/style.scss */
  .one-column ul {
    list-style: disc outside;
    margin: 0;
    padding: 0 0 0 1em; }
    /* line 581, src/css/style.scss */
    [dir="rtl"] .one-column ul {
      padding: 0 1em 0 0; }
    /* line 584, src/css/style.scss */
    .one-column ul li {
      color: #4D4D4D;
      font-size: 0.9375em;
      font-family: SabicLight, arial, sans-serif; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .one-column ul li {
        font-family: SabicChineseLight !important; }

/* line 591, src/css/style.scss */
.two-column {
  background: #F6F6F6;
  padding: 1.5em;
  margin: 0 0 1.5em; }
  /* line 2, src/css/misc/_mixins.scss */
  .two-column:after {
    content: "";
    display: table;
    clear: both; }
  /* line 596, src/css/style.scss */
  .two-column h3 {
    margin-bottom: 1em; }
  /* line 599, src/css/style.scss */
  .two-column ul {
    list-style: disc outside;
    margin: 0;
    padding: 0 0 0 1em; }
    /* line 603, src/css/style.scss */
    [dir="rtl"] .two-column ul {
      padding: 0 1em 0 0; }
    @media only screen and (min-width: 1024px) {
      /* line 599, src/css/style.scss */
      .two-column ul {
        width: 50%;
        float: left; }
        /* line 609, src/css/style.scss */
        [dir="rtl"] .two-column ul {
          float: right; } }
    /* line 613, src/css/style.scss */
    .two-column ul li {
      color: #4D4D4D;
      font-size: 0.9375em;
      font-family: SabicLight, arial, sans-serif; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .two-column ul li {
        font-family: SabicChineseLight !important; }

/* line 626, src/css/style.scss */
.page-component--header {
  margin: 0 auto !important;
  padding: 0 1em !important;
  /*margin: 1.9rem auto 0 !important;*/
  position: relative; }
  @media only screen and (min-width: 601px) {
    /* line 626, src/css/style.scss */
    .page-component--header {
      padding: 0 !important; } }
  @media only screen and (min-width: 1024px) {
    /* line 12, src/css/pageComponents/_header.scss */
    .page-component--header.text-left .content {
      right: auto;
      left: 40px; } }
  /* line 21, src/css/pageComponents/_header.scss */
  .page-component--header.text-left.video .header-image:after, .page-component--header.text-left.expand .header-image:after {
    left: auto;
    right: 30px; }
  /* line 31, src/css/pageComponents/_header.scss */
  .page-component--header.video .header-image:after, .page-component--header.expand .header-image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.71);
    background-image: url(../img/icons/sabic-play.svg);
    border-radius: 100em;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 35px;
    top: 35px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  /* line 37, src/css/pageComponents/_header.scss */
  .page-component--header.video .header-image:hover:after, .page-component--header.expand .header-image:hover:after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  /* line 43, src/css/pageComponents/_header.scss */
  .page-component--header.expand .header-image:after {
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 47, src/css/pageComponents/_header.scss */
  .page-component--header .header-image {
    overflow: hidden;
    position: relative; }
    /* line 767, src/css/misc/_mixins.scss */
    .page-component--header .header-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 104.47761%; }
    /* line 773, src/css/misc/_mixins.scss */
    .page-component--header .header-image > .with-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media only screen and (min-width: 601px) {
      /* line 47, src/css/pageComponents/_header.scss */
      .page-component--header .header-image {
        position: relative; }
        /* line 767, src/css/misc/_mixins.scss */
        .page-component--header .header-image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.15866%; }
        /* line 773, src/css/misc/_mixins.scss */
        .page-component--header .header-image > .with-ratio {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 47, src/css/pageComponents/_header.scss */
      .page-component--header .header-image {
        position: relative; }
        /* line 767, src/css/misc/_mixins.scss */
        .page-component--header .header-image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 32.65306%; }
        /* line 773, src/css/misc/_mixins.scss */
        .page-component--header .header-image > .with-ratio {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 59, src/css/pageComponents/_header.scss */
      .page-component--header .header-image:before {
        padding-top: 32.65306%; } }
    /* line 66, src/css/pageComponents/_header.scss */
    .page-component--header .header-image img {
      display: block;
      width: auto;
      height: 100%;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 601px) {
        /* line 66, src/css/pageComponents/_header.scss */
        .page-component--header .header-image img {
          width: 100%;
          height: auto; } }
  /* line 80, src/css/pageComponents/_header.scss */
  .page-component--header .content {
    padding: 0 1.25em;
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%;
    padding: 0.5rem; }
    /* line 92, src/css/pageComponents/_header.scss */
    [dir="rtl"] .page-component--header .content {
      text-align: right; }
    @media only screen and (min-width: 601px) {
      /* line 80, src/css/pageComponents/_header.scss */
      .page-component--header .content {
        width: 96%;
        padding: 1.25rem; } }
    @media only screen and (min-width: 1024px) {
      /* line 80, src/css/pageComponents/_header.scss */
      .page-component--header .content {
        position: absolute;
        bottom: auto;
        top: 40px;
        width: 465px;
        min-height: 240px;
        margin: 0;
        right: 40px;
        padding: 20px;
        left: auto;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    /* line 114, src/css/pageComponents/_header.scss */
    .page-component--header .content h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.9375rem;
      color: #939598;
      margin: 0;
      margin-bottom: 10px; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .page-component--header .content h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 601px) {
        /* line 114, src/css/pageComponents/_header.scss */
        .page-component--header .content h2 {
          font-size: 2.25rem;
          line-height: 2.875rem;
          max-width: 60%; } }
      @media only screen and (min-width: 1024px) {
        /* line 114, src/css/pageComponents/_header.scss */
        .page-component--header .content h2 {
          max-width: 100%; } }
    /* line 132, src/css/pageComponents/_header.scss */
    .page-component--header .content p, .page-component--header .content a {
      font-family: SabicLight, arial, sans-serif;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin: 0;
      color: #4D4D4D;
      display: block; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .page-component--header .content p, .lang-zh .page-component--header .content a {
        font-family: SabicChineseLight !important; }
    /* line 140, src/css/pageComponents/_header.scss */
    .page-component--header .content a {
      position: relative; }
      @media only screen and (min-width: 601px) {
        /* line 140, src/css/pageComponents/_header.scss */
        .page-component--header .content a {
          display: inline-block; } }
      /* line 147, src/css/pageComponents/_header.scss */
      .page-component--header .content a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0.5em;
        width: 12px;
        height: 22px;
        background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center; }
        @media only screen and (min-width: 601px) {
          /* line 147, src/css/pageComponents/_header.scss */
          .page-component--header .content a:before {
            right: -1.5em; } }
    /* line 162, src/css/pageComponents/_header.scss */
    .page-component--header .content .tag {
      text-transform: uppercase;
      color: #009FDF;
      margin: 10px 0;
      font-size: 0.75em;
      line-height: 1.3125rem;
      font-family: SabicHeadlineRegular, arial, sans-serif; }
      /* line 796, src/css/misc/_mixins.scss */
      .page-component--header .content .tag.video {
        padding-left: 35px;
        position: relative;
        line-height: 1.75rem; }
        /* line 800, src/css/misc/_mixins.scss */
        .page-component--header .content .tag.video:before {
          content: '';
          display: block;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.82);
          background-image: url(../img/icons/sabic-play.svg);
          background-repeat: no-repeat;
          border-radius: 100em;
          /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
          position: absolute;
          left: 0; }
        /* line 815, src/css/misc/_mixins.scss */
        .page-component--header .content .tag.video.dark:before {
          background-image: url(../img/icons/sabic-play.svg) !important;
          background-color: rgba(255, 255, 255, 0.82) !important; }
      /* line 825, src/css/misc/_mixins.scss */
      .page-component--header .content .tag a {
        color: inherit;
        font: inherit;
        text-decoration: none; }
        /* line 829, src/css/misc/_mixins.scss */
        .page-component--header .content .tag a:hover {
          text-decoration: underline; }
      /* line 167, src/css/pageComponents/_header.scss */
      [dir="rtl"] .page-component--header .content .tag:before {
        left: -1.5em;
        right: auto;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  /* line 179, src/css/pageComponents/_header.scss */
  .page-component--header.video-noLink .content a {
    display: block; }
  /* line 182, src/css/pageComponents/_header.scss */
  .page-component--header.video-noLink .tag {
    padding-left: 3.5em; }
    /* line 185, src/css/pageComponents/_header.scss */
    .page-component--header.video-noLink .tag svg {
      position: absolute;
      top: 50%;
      left: 0;
      width: 35px;
      height: 35px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    /* line 193, src/css/pageComponents/_header.scss */
    .page-component--header.video-noLink .tag:before {
      display: none; }
  /* line 200, src/css/pageComponents/_header.scss */
  .page-component--header.ambient-video video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 601px) {
      /* line 200, src/css/pageComponents/_header.scss */
      .page-component--header.ambient-video video {
        left: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    @media only screen and (min-width: 1024px) {
      /* line 200, src/css/pageComponents/_header.scss */
      .page-component--header.ambient-video video {
        width: 100%;
        height: auto; } }
    @media only screen and (min-width: 601px) {
      /* line 218, src/css/pageComponents/_header.scss */
      .page-component--header.ambient-video video#small {
        display: none; } }
    /* line 224, src/css/pageComponents/_header.scss */
    .page-component--header.ambient-video video#medium {
      display: none; }
      @media only screen and (min-width: 601px) {
        /* line 224, src/css/pageComponents/_header.scss */
        .page-component--header.ambient-video video#medium {
          display: block; } }
      @media only screen and (min-width: 1024px) {
        /* line 224, src/css/pageComponents/_header.scss */
        .page-component--header.ambient-video video#medium {
          display: none; } }
    /* line 236, src/css/pageComponents/_header.scss */
    .page-component--header.ambient-video video#large {
      display: none; }
      @media only screen and (min-width: 1024px) {
        /* line 236, src/css/pageComponents/_header.scss */
        .page-component--header.ambient-video video#large {
          display: block; } }
  /* line 245, src/css/pageComponents/_header.scss */
  .page-component--header.ambient-video .content {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 95%; }
    @media only screen and (min-width: 601px) {
      /* line 245, src/css/pageComponents/_header.scss */
      .page-component--header.ambient-video .content {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 96%; } }
    @media only screen and (min-width: 1024px) {
      /* line 245, src/css/pageComponents/_header.scss */
      .page-component--header.ambient-video .content {
        width: 465px;
        right: 40px;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
    @media only screen and (min-width: 1024px) {
      /* line 267, src/css/pageComponents/_header.scss */
      .page-component--header.ambient-video .content .tag {
        position: absolute;
        bottom: 0.5rem;
        left: 1.5rem; }
        /* line 273, src/css/pageComponents/_header.scss */
        [dir="rtl"] .page-component--header.ambient-video .content .tag {
          left: auto;
          right: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    /* line 281, src/css/pageComponents/_header.scss */
    .page-component--header.ambient-video.text-left .content {
      right: auto;
      left: 40px; } }
  /* line 292, src/css/pageComponents/_header.scss */
  .page-component--header.dark-mask .content {
    background: rgba(130, 130, 130, 0.25) !important; }
  /* line 298, src/css/pageComponents/_header.scss */
  .page-component--header.light-mask .content {
    background: rgba(255, 255, 255, 0.9) !important; }
  /* line 304, src/css/pageComponents/_header.scss */
  .page-component--header.no-mask .content {
    padding: 0 !important;
    background: none !important; }
  /* line 312, src/css/pageComponents/_header.scss */
  .page-component--header.light-font .content h1, .page-component--header.light-font .content h2, .page-component--header.light-font .content p {
    color: #fff !important; }
  /* line 320, src/css/pageComponents/_header.scss */
  .page-component--header.dark-font .content h1, .page-component--header.dark-font .content h2, .page-component--header.dark-font .content p {
    color: #939598 !important; }

/* line 627, src/css/style.scss */
.page-component--breadcrumb {
  margin: 0 auto !important;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.3125rem;
  font-size: 0.8em;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .page-component--breadcrumb {
    font-family: SabicChineseLight !important; }
  /* line 8, src/css/pageComponents/_breadcrumb.scss */
  .page-component--breadcrumb p {
    margin: 7px 0; }
    /* line 11, src/css/pageComponents/_breadcrumb.scss */
    .page-component--breadcrumb p span {
      display: inline-block;
      margin: 0 6px;
      width: 8px;
      height: 100%;
      color: transparent;
      background: url("../img/icons/chevron_right_grey.png") no-repeat center; }

/* line 628, src/css/style.scss */
.page-component--spaceblock {
  height: 10px;
  margin: 0.625rem auto !important;
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    /* line 628, src/css/style.scss */
    .page-component--spaceblock {
      height: 40px; } }

/* line 2, src/css/blocks/_news-article.scss */
.container.news-article ol, .container.news-article ul {
  display: inline-block; }

/* line 6, src/css/blocks/_news-article.scss */
.container.news-article .news-article-image {
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  clear: both;
  float: left; }
  /* line 14, src/css/blocks/_news-article.scss */
  .container.news-article .news-article-image.right-align {
    float: right;
    margin-right: 0; }
    @media only screen and (min-width: 601px) {
      /* line 14, src/css/blocks/_news-article.scss */
      .container.news-article .news-article-image.right-align {
        max-width: 50%;
        margin-left: 2rem; }
        /* line 24, src/css/blocks/_news-article.scss */
        [dir="rtl"] .container.news-article .news-article-image.right-align figure {
          float: left; } }
  /* line 33, src/css/blocks/_news-article.scss */
  .container.news-article .news-article-image figure {
    margin: 0 0 1.5em 0;
    color: #4D4D4D; }
    /* line 37, src/css/blocks/_news-article.scss */
    .container.news-article .news-article-image figure figcaption {
      font-size: 0.75em;
      line-height: 1.3125rem;
      text-transform: uppercase; }
  /* line 43, src/css/blocks/_news-article.scss */
  .container.news-article .news-article-image .block.image {
    position: relative;
    display: inline-block;
    margin: 0; }
    /* line 47, src/css/blocks/_news-article.scss */
    .container.news-article .news-article-image .block.image img {
      margin: 0 auto; }

/* line 672, src/css/style.scss */
.container.new-layout .page-component--homepage-carousel {
  margin: 0;
  padding: 0;
  top: 0; }
  @media only screen and (min-width: 601px) {
    /* line 672, src/css/style.scss */
    .container.new-layout .page-component--homepage-carousel {
      margin-bottom: -2em; } }
  @media only screen and (min-width: 1024px) {
    /* line 672, src/css/style.scss */
    .container.new-layout .page-component--homepage-carousel {
      height: 690px !important;
      margin-top: -110px;
      margin-bottom: -110px; } }
  /* line 18, src/css/pageComponents/_homepage-carousel.scss */
  .container.new-layout .page-component--homepage-carousel .loader {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff; }
  /* line 27, src/css/pageComponents/_homepage-carousel.scss */
  .container.new-layout .page-component--homepage-carousel .tag {
    text-transform: uppercase;
    color: #009FDF;
    margin: 10px 0;
    font-size: 0.75em;
    line-height: 1.3125rem;
    display: inline-block;
    margin: 0;
    position: relative;
    font-family: SabicHeadlineRegular, arial, sans-serif; }
    /* line 796, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--homepage-carousel .tag.video {
      padding-left: 35px;
      position: relative;
      line-height: 1.75rem; }
      /* line 800, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--homepage-carousel .tag.video:before {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        background-color: rgba(255, 255, 255, 0.82);
        background-image: url(../img/icons/sabic-play.svg);
        background-repeat: no-repeat;
        border-radius: 100em;
        /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
        position: absolute;
        left: 0; }
      /* line 815, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--homepage-carousel .tag.video.dark:before {
        background-image: url(../img/icons/sabic-play.svg) !important;
        background-color: rgba(255, 255, 255, 0.82) !important; }
    /* line 825, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--homepage-carousel .tag a {
      color: inherit;
      font: inherit;
      text-decoration: none; }
      /* line 829, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--homepage-carousel .tag a:hover {
        text-decoration: underline; }
    /* line 34, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel .tag:before {
      content: '';
      position: absolute;
      top: 0;
      right: -1.5em;
      width: 12px;
      height: 21px;
      background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 1024px) {
        /* line 34, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel .tag:before {
          background: url(../img/icons/reskin/DoubleChevron-white.svg) no-repeat center; } }
      /* line 48, src/css/pageComponents/_homepage-carousel.scss */
      [dir="rtl"] .container.new-layout .page-component--homepage-carousel .tag:before {
        right: auto;
        left: -1.5em;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    /* line 58, src/css/pageComponents/_homepage-carousel.scss */
    [dir="rtl"] .container.new-layout .page-component--homepage-carousel .tag.video {
      padding-left: 0;
      padding-right: 44px; }
    /* line 64, src/css/pageComponents/_homepage-carousel.scss */
    [dir="rtl"] .container.new-layout .page-component--homepage-carousel .tag.video:before {
      left: auto;
      right: 0;
      background-position: right; }
  /* line 74, src/css/pageComponents/_homepage-carousel.scss */
  .container.new-layout .page-component--homepage-carousel .video-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 1em; }
    /* line 81, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel .video-icon img {
      width: 100%; }
  /* line 86, src/css/pageComponents/_homepage-carousel.scss */
  .container.new-layout .page-component--homepage-carousel .slick {
    margin: 0 auto; }
    @media only screen and (min-width: 1024px) {
      /* line 88, src/css/pageComponents/_homepage-carousel.scss */
      .container.new-layout .page-component--homepage-carousel .slick .slick-list {
        height: 700px !important; } }
    /* line 93, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel .slick .slide {
      outline: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      position: relative; }
      /* line 101, src/css/pageComponents/_homepage-carousel.scss */
      .container.new-layout .page-component--homepage-carousel .slick .slide picture {
        margin: 0 auto;
        width: 100%;
        max-width: 1988px; }
        @media only screen and (min-width: 1024px) {
          /* line 101, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel .slick .slide picture {
            width: auto;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        /* line 113, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel .slick .slide picture img {
          width: 100%; }
          @media only screen and (min-width: 1024px) {
            /* line 113, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide picture img {
              width: auto; } }
      /* line 123, src/css/pageComponents/_homepage-carousel.scss */
      .container.new-layout .page-component--homepage-carousel .slick .slide .page-component {
        margin: 0.625rem auto 0;
        position: static;
        max-width: 980px; }
        @media only screen and (min-width: 1024px) {
          /* line 123, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel .slick .slide .page-component {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%);
                    transform: translate(-50%); } }
        /* line 135, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          margin-top: 1em;
          margin-bottom: 3em; }
          @media only screen and (min-width: 1024px) {
            /* line 135, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box {
              position: absolute;
              top: 145px;
              max-width: 510px;
              margin-bottom: 0;
              padding-left: 1em; } }
          @media only screen and (min-width: 1024px) {
            /* line 135, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box {
              top: 165px;
              padding-left: 0; } }
          /* line 156, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .previous, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
            display: inline-block;
            position: relative;
            top: 0;
            width: 1.5em;
            height: 1.5em;
            background: url(../img/icons/chevron-slider.png) no-repeat center;
            background-size: contain;
            text-indent: -9999px; }
            /* line 166, src/css/pageComponents/_homepage-carousel.scss */
            [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .previous, [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            @media only screen and (min-width: 1024px) {
              /* line 156, src/css/pageComponents/_homepage-carousel.scss */
              .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .previous, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
                top: -9em; } }
            @media only screen and (min-width: 1024px) {
              /* line 156, src/css/pageComponents/_homepage-carousel.scss */
              .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .previous, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
                top: -3.5em; } }
            /* line 179, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .previous:hover, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next:hover {
              cursor: pointer; }
            /* line 183, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .previous.slick-hidden, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next.slick-hidden {
              display: none; }
          /* line 188, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
            margin-left: 0.9em;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
            /* line 192, src/css/pageComponents/_homepage-carousel.scss */
            [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
              margin-left: 0;
              margin-right: 0.9em;
              -webkit-transform: rotate(360deg);
                      transform: rotate(360deg); }
            @media only screen and (min-width: 1024px) {
              /* line 199, src/css/pageComponents/_homepage-carousel.scss */
              [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box .next {
                left: 0; } }
          @media only screen and (min-width: 1024px) {
            /* line 205, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark h2, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark p, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark a, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark a:hover {
              color: #4D4D4D; } }
          /* line 210, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark a.tag:before {
            background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center; }
            @media only screen and (min-width: 1024px) {
              /* line 210, src/css/pageComponents/_homepage-carousel.scss */
              .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark a.tag:before {
                background: url(../img/icons/reskin/DoubleChevron-grey.svg) no-repeat center; } }
            /* line 218, src/css/pageComponents/_homepage-carousel.scss */
            [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box.dark a.tag:before {
              right: auto;
              left: -1.5em;
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
          @media only screen and (min-width: 1024px) {
            /* line 225, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box a, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box a h2, .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box p {
              color: #fff; } }
          /* line 232, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
            margin: 0.5em 0;
            font-family: SabicHeadlineLight, arial, sans-serif;
            font-size: 1.8rem;
            line-height: 2.4rem; }
            /* line 66, src/css/misc/_fonts.scss */
            .lang-zh .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
              font-family: SabicChineseLight !important; }
            @media only screen and (min-width: 1024px) {
              /* line 232, src/css/pageComponents/_homepage-carousel.scss */
              .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
                max-width: 85%;
                font-size: 1.5rem;
                line-height: 1.9375rem;
                color: #fff;
                padding-top: 3em; }
                /* line 244, src/css/pageComponents/_homepage-carousel.scss */
                [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
                  padding-top: 2em; } }
            @media only screen and (min-width: 1024px) {
              /* line 232, src/css/pageComponents/_homepage-carousel.scss */
              .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
                max-width: 100%;
                margin-top: 1em;
                padding-top: 0;
                font-size: 2.25rem;
                line-height: 2.875rem; }
                /* line 256, src/css/pageComponents/_homepage-carousel.scss */
                [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
                  padding-top: 0; } }
            /* line 262, src/css/pageComponents/_homepage-carousel.scss */
            [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box h2 {
              max-width: 100%;
              width: 100%; }
          @media only screen and (min-width: 1024px) {
            /* line 269, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box p {
              width: 65%; } }
          /* line 276, src/css/pageComponents/_homepage-carousel.scss */
          [dir="rtl"] .container.new-layout .page-component--homepage-carousel .slick .slide .page-component .carousel_text_box p {
            width: 100%; }
  @media only screen and (min-width: 1024px) {
    /* line 289, src/css/pageComponents/_homepage-carousel.scss */
    [dir="rtl"] .container.new-layout .page-component--homepage-carousel.first-version .slick .slide .carousel_text_box {
      max-width: 450px;
      width: 40%;
      margin-top: 0;
      padding-left: 0.5em; } }
  @media only screen and (min-width: 1024px) {
    /* line 299, src/css/pageComponents/_homepage-carousel.scss */
    [dir="rtl"] .container.new-layout .page-component--homepage-carousel.first-version .slick .slide .carousel_text_box .previous, [dir="rtl"] .container.new-layout .page-component--homepage-carousel.first-version .slick .slide .carousel_text_box .next {
      position: absolute; } }
  @media only screen and (min-width: 1024px) {
    /* line 307, src/css/pageComponents/_homepage-carousel.scss */
    [dir="rtl"] .container.new-layout .page-component--homepage-carousel.first-version .slick .slide .carousel_text_box .previous {
      left: 3em;
      margin-left: -0.9rem; } }
  /* line 317, src/css/pageComponents/_homepage-carousel.scss */
  .container.new-layout .page-component--homepage-carousel.second-version {
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      /* line 317, src/css/pageComponents/_homepage-carousel.scss */
      .container.new-layout .page-component--homepage-carousel.second-version {
        height: 100% !important;
        margin-top: -110px;
        margin-bottom: 0; } }
    /* line 326, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.second-version .slick-list {
      height: 100% !important; }
    /* line 330, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track {
      height: 100%; }
      /* line 333, src/css/pageComponents/_homepage-carousel.scss */
      .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide {
        height: 100%; }
        /* line 336, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide picture {
          display: block;
          height: 377px !important;
          width: 100%;
          position: relative;
          overflow: hidden; }
          @media only screen and (min-width: 601px) {
            /* line 336, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide picture {
              height: 700px !important; } }
          @media only screen and (min-width: 1024px) {
            /* line 336, src/css/pageComponents/_homepage-carousel.scss */
            .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide picture {
              left: 0;
              -webkit-transform: translateX(0%);
              transform: translateX(0%); } }
          /* line 354, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide picture img {
            display: block;
            height: 100%;
            width: auto;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
        @media only screen and (min-width: 1024px) {
          /* line 371, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box {
            padding: 20px; } }
        /* line 376, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box .slick-arrow {
          top: 0;
          margin-bottom: 2rem; }
        /* line 381, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box h1, .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box h2 {
          margin-top: 0;
          font-size: 2.25rem;
          line-height: 2.875rem;
          color: #939598; }
        /* line 388, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box p {
          color: #4D4D4D; }
        /* line 393, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box a.tag {
          color: #009FDF; }
          /* line 396, src/css/pageComponents/_homepage-carousel.scss */
          .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box a.tag:before {
            background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center; }
        /* line 401, src/css/pageComponents/_homepage-carousel.scss */
        .container.new-layout .page-component--homepage-carousel.second-version .slick .slick-list .slick-track .slide .page-component .carousel_text_box a:hover {
          color: #009FDF; }
  @media only screen and (min-width: 1024px) {
    /* line 412, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.dark-mask .carousel_text_box {
      background: rgba(130, 130, 130, 0.25) !important; } }
  @media only screen and (min-width: 1024px) {
    /* line 420, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.light-mask .carousel_text_box {
      background: rgba(255, 255, 255, 0.9) !important; } }
  @media only screen and (min-width: 1024px) {
    /* line 428, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.no-mask .carousel_text_box {
      padding: 0 !important;
      background: none !important; } }
  @media only screen and (min-width: 1024px) {
    /* line 438, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.light-font .carousel_text_box h1, .container.new-layout .page-component--homepage-carousel.light-font .carousel_text_box h2, .container.new-layout .page-component--homepage-carousel.light-font .carousel_text_box p {
      color: #fff !important; } }
  @media only screen and (min-width: 1024px) {
    /* line 448, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.dark-font .carousel_text_box h1, .container.new-layout .page-component--homepage-carousel.dark-font .carousel_text_box h2, .container.new-layout .page-component--homepage-carousel.dark-font .carousel_text_box p {
      color: #939598 !important; } }
  /* line 457, src/css/pageComponents/_homepage-carousel.scss */
  .container.new-layout .page-component--homepage-carousel.no-mask.light-font .slick-arrow, .container.new-layout .page-component--homepage-carousel.dark-mask.light-font .slick-arrow {
    background-image: url(../img/icons/chevron_language_down_sel.png) !important; }
    /* line 460, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.no-mask.light-font .slick-arrow.slick-next, .container.new-layout .page-component--homepage-carousel.dark-mask.light-font .slick-arrow.slick-next {
      -webkit-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important; }
      /* line 465, src/css/pageComponents/_homepage-carousel.scss */
      [dir="rtl"] .container.new-layout .page-component--homepage-carousel.no-mask.light-font .slick-arrow.slick-next, [dir="rtl"] .container.new-layout .page-component--homepage-carousel.dark-mask.light-font .slick-arrow.slick-next {
        -webkit-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important; }
    /* line 472, src/css/pageComponents/_homepage-carousel.scss */
    .container.new-layout .page-component--homepage-carousel.no-mask.light-font .slick-arrow.slick-previous, .container.new-layout .page-component--homepage-carousel.dark-mask.light-font .slick-arrow.slick-previous {
      -webkit-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important; }
      /* line 477, src/css/pageComponents/_homepage-carousel.scss */
      [dir="rtl"] .container.new-layout .page-component--homepage-carousel.no-mask.light-font .slick-arrow.slick-previous, [dir="rtl"] .container.new-layout .page-component--homepage-carousel.dark-mask.light-font .slick-arrow.slick-previous {
        -webkit-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important; }

/* line 676, src/css/style.scss */
.container.new-layout .page-component--keyline {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0; }
  /* line 6, src/css/pageComponents/_keyline.scss */
  .container.new-layout .page-component--keyline hr {
    background: #e6e7e8;
    margin: 0;
    height: 1px; }

/* line 680, src/css/style.scss */
.container.new-layout .page-component--image-left {
  max-width: 100%;
  margin: 0 auto;
  line-height: 20px; }
  @media only screen and (min-width: 1024px) {
    /* line 680, src/css/style.scss */
    .container.new-layout .page-component--image-left {
      max-width: 738px; } }
  /* line 9, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.full-width {
    padding: 40px 15px; }
    @media only screen and (min-width: 1024px) {
      /* line 9, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.full-width {
        padding: 15px 0; } }
    /* line 16, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.full-width .inner {
      /*max-width: 1011px;*/
      max-width: 980px;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      /* line 23, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.full-width .inner .row {
        padding: 0 0.62em; }
        @media only screen and (min-width: 1024px) {
          /* line 23, src/css/pageComponents/_image-left.scss */
          .container.new-layout .page-component--image-left.full-width .inner .row {
            padding: 0;
            margin: 0; } }
  /* line 34, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.theme-blue {
    background: #009FDF;
    padding-top: 40px;
    padding-bottom: 40px; }
    /* line 39, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-blue .block.html h2, .container.new-layout .page-component--image-left.theme-blue .block.html p {
      color: #fff; }
    /* line 43, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-blue .block.html a:hover {
      color: #fff; }
    /* line 47, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-blue .row-cta a {
      color: #fff; }
      /* line 49, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.theme-blue .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-white.svg") no-repeat center; }
  /* line 54, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.theme-orange {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FFCD00; }
    /* line 58, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-orange h2 {
      color: #4D4D4D; }
    /* line 61, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-orange a:hover {
      color: #4D4D4D; }
    /* line 64, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-orange .row-cta a {
      color: #4D4D4D; }
      /* line 66, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.theme-orange .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-grey.svg") no-repeat center; }
  /* line 71, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.theme-grey {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F6F6F6; }
    /* line 75, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-grey h2 {
      color: #4D4D4D; }
    /* line 78, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-grey a:hover {
      color: #4D4D4D; }
    /* line 81, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.theme-grey .row-cta a {
      color: #4D4D4D; }
      /* line 83, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.theme-grey .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-grey.svg") no-repeat center; }
  /* line 90, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.video .image-container .block.image, .container.new-layout .page-component--image-left.expand .image-container .block.image {
    position: relative; }
    /* line 92, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.video .image-container .block.image:after, .container.new-layout .page-component--image-left.expand .image-container .block.image:after {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.71);
      background-image: url(../img/icons/sabic-play.svg);
      border-radius: 100em;
      background-size: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    /* line 96, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.video .image-container .block.image:hover:after, .container.new-layout .page-component--image-left.expand .image-container .block.image:hover:after {
      -webkit-transform: scale(1.1) translate(-50%, -50%);
              transform: scale(1.1) translate(-50%, -50%); }
  /* line 102, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .image-container {
    position: relative; }
    @media only screen and (min-width: 1024px) {
      /* line 102, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .image-container {
        padding-left: 0; }
        /* line 107, src/css/pageComponents/_image-left.scss */
        [dir="rtl"] .container.new-layout .page-component--image-left .image-container {
          padding-left: inherit;
          padding-right: 0; } }
  /* line 114, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .block.image {
    margin: 0 0 16px 0;
    position: relative;
    height: 100%;
    overflow: hidden; }
    /* line 767, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-left .block.image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.23269%; }
    /* line 773, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-left .block.image > .with-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media only screen and (min-width: 601px) {
      /* line 114, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .block.image {
        margin: 0;
        overflow: hidden; } }
    @media only screen and (min-width: 1024px) {
      /* line 114, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .block.image {
        position: relative; }
        /* line 767, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--image-left .block.image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.34096%; }
        /* line 773, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--image-left .block.image > .with-ratio {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    /* line 129, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left .block.image img {
      margin: 0 auto;
      width: 100%; }
  /* line 136, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .block.html {
    max-width: 470px; }
    @media only screen and (min-width: 601px) {
      /* line 136, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .block.html {
        max-width: 100%;
        margin: 0 0 1.5em;
        padding: 0; } }
  /* line 146, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .investor-info p {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.3125rem;
    color: #939598; }
    /* line 152, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left .investor-info p.big-font {
      margin-top: -10px;
      font-size: 2.25rem;
      line-height: 2.875rem; }
  /* line 159, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left h2 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-family: SabicHeadlineLight, arial, sans-serif;
    margin: 0 0 8px 0;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--image-left h2 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 1024px) {
      /* line 159, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left h2 {
        height: auto;
        font-size: 2.25rem;
        line-height: 2.875rem; } }
  /* line 171, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left p {
    font-size: 1.3125rem;
    line-height: 1.6875rem; }
  /* line 175, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .row .col {
    float: none; }
    @media only screen and (min-width: 601px) {
      /* line 175, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .row .col {
        float: left; }
        /* line 180, src/css/pageComponents/_image-left.scss */
        [dir="rtl"] .container.new-layout .page-component--image-left .row .col {
          float: right; } }
  /* line 186, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .row-cta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 3;
        order: 3; }
    /* line 190, src/css/pageComponents/_image-left.scss */
    [dir="rtl"] .container.new-layout .page-component--image-left .row-cta {
      max-width: 470px;
      margin: 0 auto; }
    @media only screen and (min-width: 601px) {
      /* line 186, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .row-cta {
        padding: 0em; } }
    /* line 200, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left .row-cta a {
      display: block;
      color: #009FDF;
      text-transform: uppercase;
      font-size: 0.75em;
      line-height: 1.3125rem;
      font-family: SabicHeadlineRegular, arial, sans-serif; }
      /* line 74, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--image-left .row-cta a {
        font-family: SabicChineseRegular !important; }
      /* line 207, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left .row-cta a span {
        position: relative; }
        /* line 210, src/css/pageComponents/_image-left.scss */
        .container.new-layout .page-component--image-left .row-cta a span:before {
          content: '';
          position: absolute;
          top: 0;
          right: -1.5em;
          width: 12px;
          height: 16px;
          background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
          /* line 219, src/css/pageComponents/_image-left.scss */
          [dir="rtl"] .container.new-layout .page-component--image-left .row-cta a span:before {
            left: -1.5em;
            right: auto;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
  /* line 230, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.expand .image-container .block.image:after {
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 233, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left .tag {
    text-transform: uppercase;
    color: #009FDF;
    margin: 10px 0;
    font-size: 0.75em;
    line-height: 1.3125rem; }
    /* line 796, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-left .tag.video {
      padding-left: 35px;
      position: relative;
      line-height: 1.75rem; }
      /* line 800, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-left .tag.video:before {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        background-color: rgba(255, 255, 255, 0.82);
        background-image: url(../img/icons/sabic-play.svg);
        background-repeat: no-repeat;
        border-radius: 100em;
        /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
        position: absolute;
        left: 0; }
      /* line 815, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-left .tag.video.dark:before {
        background-image: url(../img/icons/sabic-play.svg) !important;
        background-color: rgba(255, 255, 255, 0.82) !important; }
    /* line 825, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-left .tag a {
      color: inherit;
      font: inherit;
      text-decoration: none; }
      /* line 829, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-left .tag a:hover {
        text-decoration: underline; }
  @media only screen and (min-width: 601px) {
    /* line 237, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left .investor {
      padding-bottom: 5em; } }
  /* line 243, src/css/pageComponents/_image-left.scss */
  .container.new-layout .page-component--image-left.quote {
    background: #F6F6F6;
    color: #4D4D4D; }
    /* line 247, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.quote.theme-blue {
      background: #009FDF;
      color: #fff; }
      @media only screen and (min-width: 601px) {
        /* line 247, src/css/pageComponents/_image-left.scss */
        .container.new-layout .page-component--image-left.quote.theme-blue {
          padding: 15px 0; } }
      /* line 253, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.quote.theme-blue .block.html {
        color: #fff; }
    /* line 258, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.quote.theme-orange {
      background: #FFCD00;
      color: #4D4D4D; }
      @media only screen and (min-width: 601px) {
        /* line 258, src/css/pageComponents/_image-left.scss */
        .container.new-layout .page-component--image-left.quote.theme-orange {
          padding: 15px 0; } }
      /* line 264, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.quote.theme-orange .block.html {
        color: #4D4D4D; }
    /* line 269, src/css/pageComponents/_image-left.scss */
    .container.new-layout .page-component--image-left.quote .col .block.html {
      color: inherit; }
      @media only screen and (min-width: 601px) {
        /* line 269, src/css/pageComponents/_image-left.scss */
        .container.new-layout .page-component--image-left.quote .col .block.html {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      /* line 277, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.quote .col .block.html h2 {
        font-size: 1rem;
        line-height: 1.5rem;
        text-transform: initial;
        color: inherit; }
      /* line 284, src/css/pageComponents/_image-left.scss */
      .container.new-layout .page-component--image-left.quote .col .block.html h3 {
        margin-top: 1.5rem;
        font-size: 1rem;
        font-family: SabicHeadlineBold, arial, sans-serif;
        text-transform: initial;
        color: inherit; }

/* line 684, src/css/style.scss */
.container.new-layout .page-component--image-right {
  max-width: 100%;
  margin: 0 auto;
  line-height: 20px; }
  @media only screen and (min-width: 1024px) {
    /* line 684, src/css/style.scss */
    .container.new-layout .page-component--image-right {
      max-width: 738px; } }
  /* line 10, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.full-width {
    padding: 40px 20px; }
    @media only screen and (min-width: 601px) {
      /* line 10, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.full-width {
        padding: 15px 0; } }
    /* line 16, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.full-width .inner {
      /*max-width: 1011px;*/
      max-width: 980px;
      margin: 0 auto;
      position: relative;
      width: 100%;
      /*@media only screen and (min-width : 1024px) {
				max-width: 1011px;   	
			}*/ }
  /* line 29, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.theme-blue {
    background: #009FDF;
    padding-top: 40px;
    padding-bottom: 40px; }
    /* line 34, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-blue .block.html h2, .container.new-layout .page-component--image-right.theme-blue .block.html p {
      color: #fff; }
    /* line 38, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-blue .row-cta a {
      color: #fff; }
      /* line 40, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.theme-blue .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-white.svg") no-repeat center; }
  /* line 45, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.theme-orange {
    background: #FFCD00;
    padding-top: 40px;
    padding-bottom: 40px; }
    /* line 49, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-orange h2 {
      color: #4d4d4d; }
    /* line 52, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-orange a:hover {
      color: #4D4D4D; }
    /* line 55, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-orange .row-cta a {
      color: #4D4D4D; }
      /* line 57, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.theme-orange .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-grey.svg") no-repeat center; }
  /* line 62, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.theme-grey {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F6F6F6; }
    /* line 66, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-grey h2 {
      color: #4D4D4D; }
    /* line 69, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-grey a:hover {
      color: #4D4D4D; }
    /* line 72, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.theme-grey .row-cta a {
      color: #4D4D4D; }
      /* line 74, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.theme-grey .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-grey.svg") no-repeat center; }
  /* line 81, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.video .image-container .block.image, .container.new-layout .page-component--image-right.expand .image-container .block.image {
    position: relative; }
    /* line 83, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.video .image-container .block.image:after, .container.new-layout .page-component--image-right.expand .image-container .block.image:after {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.71);
      background-image: url(../img/icons/sabic-play.svg);
      border-radius: 100em;
      background-size: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    /* line 87, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.video .image-container .block.image:hover:after, .container.new-layout .page-component--image-right.expand .image-container .block.image:hover:after {
      -webkit-transform: scale(1.1) translate(-50%, -50%);
              transform: scale(1.1) translate(-50%, -50%); }
  /* line 94, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 601px) {
      /* line 94, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right .row {
        display: block;
        margin: 0; } }
    /* line 102, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right .row .col {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      /* line 104, src/css/pageComponents/_image-right.scss */
      [dir="rtl"] .container.new-layout .page-component--image-right .row .col {
        padding-right: 1.5em; }
    /* line 109, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right .row .col.image-container {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media only screen and (min-width: 601px) {
        /* line 109, src/css/pageComponents/_image-right.scss */
        .container.new-layout .page-component--image-right .row .col.image-container {
          float: right; }
          /* line 113, src/css/pageComponents/_image-right.scss */
          [dir="rtl"] .container.new-layout .page-component--image-right .row .col.image-container {
            float: left; } }
  /* line 120, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right .image-container {
    position: relative; }
    @media only screen and (min-width: 1024px) {
      /* line 120, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right .image-container {
        padding-right: 0; }
        /* line 126, src/css/pageComponents/_image-right.scss */
        [dir="rtl"] .container.new-layout .page-component--image-right .image-container {
          padding-right: inherit;
          padding-left: 0; } }
  /* line 132, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right .block.image {
    margin: 0 0 16px 0;
    position: relative;
    height: 100%;
    overflow: hidden; }
    /* line 767, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-right .block.image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.23269%; }
    /* line 773, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-right .block.image > .with-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media only screen and (min-width: 601px) {
      /* line 132, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right .block.image {
        margin: 0;
        position: relative;
        overflow: hidden; }
        /* line 767, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--image-right .block.image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.34096%; }
        /* line 773, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--image-right .block.image > .with-ratio {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    /* line 144, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right .block.image img {
      margin: 0 auto;
      width: 100%; }
  /* line 151, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right .investor-info p {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.3125rem;
    color: #939598; }
    /* line 157, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right .investor-info p.big-font {
      margin-top: -10px;
      font-size: 2.25rem;
      line-height: 2.875rem; }
  /* line 164, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right h2 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-family: SabicHeadlineLight, arial, sans-serif;
    margin: 0 0 8px 0;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--image-right h2 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 601px) {
      /* line 164, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right h2 {
        font-size: 1.5rem;
        line-height: 1.9375rem; } }
    @media only screen and (min-width: 1024px) {
      /* line 164, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right h2 {
        height: auto;
        font-size: 2.25rem;
        line-height: 2.875rem; } }
  /* line 180, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right p {
    font-size: 1.3125rem;
    line-height: 1.6875rem; }
  /* line 184, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right .row-cta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 3;
        order: 3; }
    @media only screen and (min-width: 601px) {
      /* line 184, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right .row-cta {
        padding: 0em; } }
    /* line 192, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right .row-cta a {
      display: block;
      color: #009FDF;
      text-transform: uppercase;
      font-size: 0.75em;
      line-height: 1.3125rem;
      font-family: SabicHeadlineRegular, arial, sans-serif; }
      /* line 74, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--image-right .row-cta a {
        font-family: SabicChineseRegular !important; }
      /* line 199, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right .row-cta a span {
        position: relative; }
        /* line 202, src/css/pageComponents/_image-right.scss */
        .container.new-layout .page-component--image-right .row-cta a span:before {
          content: '';
          position: absolute;
          top: 0;
          right: -1.5em;
          width: 12px;
          height: 16px;
          background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
          /* line 211, src/css/pageComponents/_image-right.scss */
          [dir="rtl"] .container.new-layout .page-component--image-right .row-cta a span:before {
            left: -1.5em;
            right: auto;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
  /* line 221, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.expand .image-container .block.image:after {
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 224, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right .tag {
    text-transform: uppercase;
    color: #009FDF;
    margin: 10px 0;
    font-size: 0.75em;
    line-height: 1.3125rem; }
    /* line 796, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-right .tag.video {
      padding-left: 35px;
      position: relative;
      line-height: 1.75rem; }
      /* line 800, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-right .tag.video:before {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        background-color: rgba(255, 255, 255, 0.82);
        background-image: url(../img/icons/sabic-play.svg);
        background-repeat: no-repeat;
        border-radius: 100em;
        /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
        position: absolute;
        left: 0; }
      /* line 815, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-right .tag.video.dark:before {
        background-image: url(../img/icons/sabic-play.svg) !important;
        background-color: rgba(255, 255, 255, 0.82) !important; }
    /* line 825, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-right .tag a {
      color: inherit;
      font: inherit;
      text-decoration: none; }
      /* line 829, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-right .tag a:hover {
        text-decoration: underline; }
  /* line 228, src/css/pageComponents/_image-right.scss */
  .container.new-layout .page-component--image-right.quote {
    background: #F6F6F6;
    color: #4D4D4D; }
    /* line 232, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.quote.theme-blue {
      background: #009FDF;
      color: #fff; }
      @media only screen and (min-width: 601px) {
        /* line 232, src/css/pageComponents/_image-right.scss */
        .container.new-layout .page-component--image-right.quote.theme-blue {
          padding: 15px 0; } }
      /* line 238, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.quote.theme-blue .block.html {
        color: #fff; }
    /* line 243, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.quote.theme-orange {
      background: #FFCD00;
      color: #4D4D4D; }
      @media only screen and (min-width: 601px) {
        /* line 243, src/css/pageComponents/_image-right.scss */
        .container.new-layout .page-component--image-right.quote.theme-orange {
          padding: 15px 0; } }
      /* line 249, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.quote.theme-orange .block.html {
        color: #4D4D4D; }
    @media only screen and (min-width: 601px) {
      /* line 255, src/css/pageComponents/_image-right.scss */
      .container.new-layout .page-component--image-right.quote .col .block.html {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 50%;
        padding-right: 1rem; } }
    /* line 265, src/css/pageComponents/_image-right.scss */
    [dir="rtl"] .container.new-layout .page-component--image-right.quote .col .block.html {
      padding-left: 1rem;
      padding-right: 0; }
    /* line 270, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.quote .col .block.html h2 {
      font-size: 1rem;
      line-height: 1.5rem;
      text-transform: initial;
      color: inherit; }
    /* line 277, src/css/pageComponents/_image-right.scss */
    .container.new-layout .page-component--image-right.quote .col .block.html h3 {
      margin-top: 1.5rem;
      font-size: 1rem;
      font-family: SabicHeadlineBold, arial, sans-serif;
      text-transform: initial;
      color: inherit; }

/* line 2, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols .block.image {
  margin-bottom: 0.63em; }

/* line 6, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols .row .col {
  margin-top: 1rem; }
  @media only screen and (min-width: 601px) {
    /* line 6, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols .row .col {
      margin-top: 0; } }

/* line 13, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols h2 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-family: SabicHeadlineLight, arial, sans-serif;
  margin: 0 0 0.3em;
  text-transform: inherit;
  color: #939598; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .container.new-layout .page-component--image-2cols h2 {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 601px) {
    /* line 13, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols h2 {
      display: block;
      font-size: 1.5rem;
      line-height: 1.9375rem;
      text-transform: uppercase; } }
  @media only screen and (min-width: 1024px) {
    /* line 13, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols h2 {
      font-size: 2.25rem;
      line-height: 2.875rem; } }

/* line 30, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols p, .container.new-layout .page-component--image-2cols a {
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media only screen and (min-width: 1024px) {
    /* line 30, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols p, .container.new-layout .page-component--image-2cols a {
      font-size: 1rem;
      line-height: 1.3125rem; } }
  /* line 37, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols p h2, .container.new-layout .page-component--image-2cols a h2 {
    color: #4D4D4D; }

/* line 42, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols .tag {
  text-transform: uppercase;
  color: #009FDF;
  margin: 10px 0;
  font-size: 0.75em;
  line-height: 1.3125rem;
  display: block;
  margin: 3px 0;
  font-family: SabicHeadlineRegular, arial, sans-serif !important; }
  /* line 796, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-2cols .tag.video {
    padding-left: 35px;
    position: relative;
    line-height: 1.75rem; }
    /* line 800, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-2cols .tag.video:before {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      background-color: rgba(255, 255, 255, 0.82);
      background-image: url(../img/icons/sabic-play.svg);
      background-repeat: no-repeat;
      border-radius: 100em;
      /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
      position: absolute;
      left: 0; }
    /* line 815, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-2cols .tag.video.dark:before {
      background-image: url(../img/icons/sabic-play.svg) !important;
      background-color: rgba(255, 255, 255, 0.82) !important; }
  /* line 825, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-2cols .tag a {
    color: inherit;
    font: inherit;
    text-decoration: none; }
    /* line 829, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-2cols .tag a:hover {
      text-decoration: underline; }
  /* line 48, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols .tag span {
    position: relative; }
    /* line 51, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols .tag span:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: -1.5em;
      width: 12px;
      height: 13px;
      background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
      /* line 60, src/css/pageComponents/_image-2cols.scss */
      [dir="rtl"] .container.new-layout .page-component--image-2cols .tag span:before {
        left: -1.5em;
        right: auto;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

/* line 70, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols .col-image {
  position: relative;
  position: relative;
  margin: 0 0 0.63em;
  overflow: hidden; }
  /* line 767, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-2cols .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.22318%; }
  /* line 773, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-2cols .col-image > .with-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media only screen and (min-width: 601px) {
    /* line 70, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols .col-image {
      position: relative;
      margin: 0; }
      /* line 767, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-2cols .col-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.23003%; }
      /* line 773, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-2cols .col-image > .with-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  /* line 81, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols .col-image a, .container.new-layout .page-component--image-2cols .col-image .image-shim {
    position: absolute;
    top: 0; }
    /* line 85, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols .col-image a .block.image, .container.new-layout .page-component--image-2cols .col-image .image-shim .block.image {
      margin: 0; }
  /* line 91, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols .col-image.video .block.image, .container.new-layout .page-component--image-2cols .col-image .expand .block.image {
    position: relative; }
    /* line 93, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols .col-image.video .block.image:after, .container.new-layout .page-component--image-2cols .col-image .expand .block.image:after {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.71);
      background-image: url(../img/icons/sabic-play.svg);
      border-radius: 100em;
      background-size: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px;
      height: 40px; }
      @media only screen and (min-width: 601px) {
        /* line 93, src/css/pageComponents/_image-2cols.scss */
        .container.new-layout .page-component--image-2cols .col-image.video .block.image:after, .container.new-layout .page-component--image-2cols .col-image .expand .block.image:after {
          width: 60px;
          height: 60px; } }
    /* line 104, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols .col-image.video .block.image:hover:after, .container.new-layout .page-component--image-2cols .col-image .expand .block.image:hover:after {
      -webkit-transform: scale(1.1) translate(-50%, -50%);
              transform: scale(1.1) translate(-50%, -50%); }

/* line 112, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols.expand .image-container .block.image {
  position: relative; }
  /* line 114, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols.expand .image-container .block.image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.71);
    background-image: url(../img/icons/sabic-play.svg);
    border-radius: 100em;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 119, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols.expand .image-container .block.image:hover:after {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%); }

/* line 126, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols.events h2 {
  margin: 0; }
  /* line 128, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols.events h2 a {
    font-size: inherit;
    color: inherit; }

/* line 133, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols.events .date {
  margin: 2px 0;
  font-size: 0.75rem;
  line-height: 0.95rem;
  font-weight: bold;
  text-transform: uppercase; }

@media only screen and (min-width: 1024px) {
  /* line 140, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols.events p {
    font-size: 1.13rem;
    line-height: 1.5rem; } }

/* line 150, src/css/pageComponents/_image-2cols.scss */
.container.new-layout .page-component--image-2cols.icons .col-image .icon-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  /* line 156, src/css/pageComponents/_image-2cols.scss */
  .container.new-layout .page-component--image-2cols.icons .col-image .icon-wrapper .block.image {
    width: 100%;
    height: 100%; }
    /* line 160, src/css/pageComponents/_image-2cols.scss */
    .container.new-layout .page-component--image-2cols.icons .col-image .icon-wrapper .block.image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 35%; }

/* line 2, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols .row .col {
  margin-top: 1rem; }
  @media only screen and (min-width: 601px) {
    /* line 2, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .row .col {
      margin-top: 0; } }

/* line 9, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols .image {
  margin: 0 0 0.63em; }
  @media only screen and (min-width: 601px) {
    /* line 9, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .image {
      margin: 0; } }
  /* line 16, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols .image img {
    width: 100%; }

/* line 21, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols h2 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-family: SabicHeadlineLight, arial, sans-serif;
  margin: 0 0 0.3em;
  text-transform: inherit;
  color: #939598;
  overflow: hidden; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .container.new-layout .page-component--image-3cols h2 {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 601px) {
    /* line 21, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols h2 {
      display: block;
      text-transform: uppercase; } }
  @media only screen and (min-width: 1024px) {
    /* line 21, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols h2 {
      font-size: 2.25rem;
      line-height: 2.875rem; } }

@media only screen and (min-width: 601px) {
  /* line 39, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols .col-md-3 h2 {
    margin: 0.3em 0;
    font-size: 1rem;
    line-height: 1.5rem; } }

@media only screen and (min-width: 1024px) {
  /* line 39, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols .col-md-3 h2 {
    margin: 0.3em 0;
    font-size: 1.7rem;
    line-height: 2rem; } }

/* line 54, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols h3 {
  margin-top: 0.5em; }

/* line 58, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols p, .container.new-layout .page-component--image-3cols a {
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media only screen and (min-width: 1024px) {
    /* line 58, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols p, .container.new-layout .page-component--image-3cols a {
      font-size: 1rem;
      line-height: 1.3125rem; } }
  /* line 65, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols p h2, .container.new-layout .page-component--image-3cols a h2 {
    color: #4D4D4D; }

/* line 70, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols .tag {
  text-transform: uppercase;
  color: #009FDF;
  margin: 10px 0;
  font-size: 0.75em;
  line-height: 1.3125rem;
  display: block;
  margin: 3px 2rem 3px 0;
  font-family: SabicHeadlineRegular, arial, sans-serif !important; }
  /* line 796, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols .tag.video {
    padding-left: 35px;
    position: relative;
    line-height: 1.75rem; }
    /* line 800, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-3cols .tag.video:before {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      background-color: rgba(255, 255, 255, 0.82);
      background-image: url(../img/icons/sabic-play.svg);
      background-repeat: no-repeat;
      border-radius: 100em;
      /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
      position: absolute;
      left: 0; }
    /* line 815, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-3cols .tag.video.dark:before {
      background-image: url(../img/icons/sabic-play.svg) !important;
      background-color: rgba(255, 255, 255, 0.82) !important; }
  /* line 825, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols .tag a {
    color: inherit;
    font: inherit;
    text-decoration: none; }
    /* line 829, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-3cols .tag a:hover {
      text-decoration: underline; }
  /* line 76, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols .tag span {
    position: relative; }
    /* line 79, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .tag span:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: -1.5em;
      width: 1em;
      height: 0.75em;
      background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat;
      -webkit-transform: translateY(-30%);
      transform: translateY(-30%);
      background-size: contain;
      background-position: center; }
      /* line 93, src/css/pageComponents/_image-3cols.scss */
      [dir="rtl"] .container.new-layout .page-component--image-3cols .tag span:before {
        left: -1.5em;
        right: auto;
        -webkit-transform: rotate(180deg) translateY(-30%);
        transform: rotate(180deg) translateY(-30%); }
  /* line 103, src/css/pageComponents/_image-3cols.scss */
  [dir="rtl"] .container.new-layout .page-component--image-3cols .tag {
    margin: 3px 0 3px 2rem; }

/* line 108, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols .col-image {
  position: relative;
  position: relative;
  margin: 0 0 0.63em;
  overflow: hidden; }
  /* line 767, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.22318%; }
  /* line 773, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols .col-image > .with-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media only screen and (min-width: 601px) {
    /* line 108, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .col-image {
      position: relative;
      margin: 0; }
      /* line 767, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-3cols .col-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.23003%; }
      /* line 773, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-3cols .col-image > .with-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  /* line 119, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols .col-image a, .container.new-layout .page-component--image-3cols .col-image div.image-shim {
    position: absolute;
    top: 0; }
    /* line 123, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .col-image a .block.image, .container.new-layout .page-component--image-3cols .col-image div.image-shim .block.image {
      margin: 0; }
  /* line 129, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols .col-image.video .block.image {
    position: relative; }
    /* line 131, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .col-image.video .block.image:after {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.71);
      background-image: url(../img/icons/sabic-play.svg);
      border-radius: 100em;
      background-size: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px;
      height: 40px; }
      @media only screen and (min-width: 601px) {
        /* line 131, src/css/pageComponents/_image-3cols.scss */
        .container.new-layout .page-component--image-3cols .col-image.video .block.image:after {
          width: 60px;
          height: 60px; } }
    /* line 142, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols .col-image.video .block.image:hover:after {
      -webkit-transform: scale(1.1) translate(-50%, -50%);
              transform: scale(1.1) translate(-50%, -50%); }

/* line 149, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols.expand .image-container .block.image {
  position: relative; }
  /* line 152, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols.expand .image-container .block.image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.71);
    background-image: url(../img/icons/sabic-play.svg);
    border-radius: 100em;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 158, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols.expand .image-container .block.image:hover:after {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%); }

/* line 166, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols.icons .col-image .icon-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  /* line 172, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols.icons .col-image .icon-wrapper .block.image {
    width: 100%;
    height: 100%; }
    /* line 176, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.icons .col-image .icon-wrapper .block.image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 35%; }

/* line 194, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols.carousel h2.title {
  margin-bottom: 1em;
  text-transform: uppercase; }
  @media only screen and (min-width: 601px) {
    /* line 194, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel h2.title {
      float: left;
      width: 86%;
      display: inline-block;
      line-height: 2.4rem;
      white-space: nowrap;
      overflow: hidden; } }

/* line 208, src/css/pageComponents/_image-3cols.scss */
.container.new-layout .page-component--image-3cols.carousel .slick {
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 5rem; }
  @media only screen and (min-width: 601px) {
    /* line 208, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick {
      margin-left: 0;
      margin-right: 0; } }
  /* line 218, src/css/pageComponents/_image-3cols.scss */
  .container.new-layout .page-component--image-3cols.carousel .slick button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    background: url(../img/icons/nav-arrow-blue.svg) no-repeat;
    background-size: contain;
    text-indent: 9999px;
    outline: #009FDF;
    overflow: hidden; }
    /* line 231, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick button.slick-prev {
      right: 3rem; }
      /* line 234, src/css/pageComponents/_image-3cols.scss */
      [dir="rtl"] .container.new-layout .page-component--image-3cols.carousel .slick button.slick-prev {
        left: 3rem;
        right: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform-origin: center;
                transform-origin: center; }
    /* line 244, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick button.slick-next {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
      /* line 250, src/css/pageComponents/_image-3cols.scss */
      [dir="rtl"] .container.new-layout .page-component--image-3cols.carousel .slick button.slick-next {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform-origin: center;
                transform-origin: center; }
    /* line 258, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick button.slick-disabled {
      opacity: 0.3; }
    /* line 262, src/css/pageComponents/_image-3cols.scss */
    [dir="rtl"] .container.new-layout .page-component--image-3cols.carousel .slick button {
      left: 0;
      right: auto; }
  @media only screen and (min-width: 601px) {
    /* line 268, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick .slick-list {
      margin-left: -0.5em;
      margin-right: -0.5em; } }
  @media only screen and (min-width: 601px) {
    /* line 274, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick .slick-list .block.html {
      margin-left: 0.5em;
      margin-right: 0.5em; } }
  @media only screen and (min-width: 601px) {
    /* line 280, src/css/pageComponents/_image-3cols.scss */
    .container.new-layout .page-component--image-3cols.carousel .slick .slick-list .block.html h2 {
      margin: 0.5em 0 1em;
      font-size: 1.063em;
      line-height: 1.2;
      color: #4D4D4D;
      font-family: SabicHeadlineRegular, arial, sans-serif; } }

/* line 2, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news .block.html, .container.new-layout .page-component--image-2cols-news .block.html {
  margin-bottom: 1.3em; }
  /* line 5, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news .block.html .block.image, .container.new-layout .page-component--image-2cols-news .block.html .block.image {
    margin: 0 0 0.63em; }
    @media only screen and (min-width: 601px) {
      /* line 5, src/css/pageComponents/_image-news.scss */
      .container.new-layout .page-component--image-3cols-news .block.html .block.image, .container.new-layout .page-component--image-2cols-news .block.html .block.image {
        margin: 0 0 1em; } }
    /* line 12, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news .block.html .block.image img, .container.new-layout .page-component--image-2cols-news .block.html .block.image img {
      width: 100%; }

/* line 19, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news .date, .container.new-layout .page-component--image-2cols-news .date {
  font-size: 0.75em;
  line-height: 1.3125rem;
  font-family: SabicHeadlineLight, arial, sans-serif;
  margin-top: 0.5rem; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .container.new-layout .page-component--image-3cols-news .date, .lang-zh .container.new-layout .page-component--image-2cols-news .date {
    font-family: SabicChineseLight !important; }

/* line 24, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news h2, .container.new-layout .page-component--image-2cols-news h2 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-family: SabicHeadlineLight, arial, sans-serif;
  margin: 0;
  color: #939598; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .container.new-layout .page-component--image-3cols-news h2, .lang-zh .container.new-layout .page-component--image-2cols-news h2 {
    font-family: SabicChineseLight !important; }
  @media only screen and (max-width: 600px) {
    /* line 24, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news h2, .container.new-layout .page-component--image-2cols-news h2 {
      font-size: 1.5rem;
      line-height: 1.9375rem; } }
  @media only screen and (min-width: 1024px) {
    /* line 24, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news h2, .container.new-layout .page-component--image-2cols-news h2 {
      font-size: 2.25rem;
      line-height: 2.875rem; } }

/* line 39, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news h3, .container.new-layout .page-component--image-2cols-news h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: SabicHeadlineLight, arial, sans-serif;
  margin: 0;
  text-transform: none;
  color: #4D4D4D; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .container.new-layout .page-component--image-3cols-news h3, .lang-zh .container.new-layout .page-component--image-2cols-news h3 {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 1024px) {
    /* line 39, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news h3, .container.new-layout .page-component--image-2cols-news h3 {
      font-size: 1.3125rem;
      line-height: 1.6875rem; } }

/* line 51, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news a:hover, .container.new-layout .page-component--image-2cols-news a:hover {
  color: #4D4D4D; }

/* line 55, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news p, .container.new-layout .page-component--image-3cols-news a, .container.new-layout .page-component--image-2cols-news p, .container.new-layout .page-component--image-2cols-news a {
  margin: 1em 0; }
  /* line 58, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news p h2, .container.new-layout .page-component--image-3cols-news a h2, .container.new-layout .page-component--image-2cols-news p h2, .container.new-layout .page-component--image-2cols-news a h2 {
    color: #4D4D4D; }

/* line 63, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news .tag, .container.new-layout .page-component--image-2cols-news .tag {
  text-transform: uppercase;
  color: #009FDF;
  margin: 10px 0;
  font-size: 0.75em;
  line-height: 1.3125rem;
  font-family: SabicHeadlineRegular, arial, sans-serif; }
  /* line 796, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols-news .tag.video, .container.new-layout .page-component--image-2cols-news .tag.video {
    padding-left: 35px;
    position: relative;
    line-height: 1.75rem; }
    /* line 800, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-3cols-news .tag.video:before, .container.new-layout .page-component--image-2cols-news .tag.video:before {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      background-color: rgba(255, 255, 255, 0.82);
      background-image: url(../img/icons/sabic-play.svg);
      background-repeat: no-repeat;
      border-radius: 100em;
      /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
      position: absolute;
      left: 0; }
    /* line 815, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-3cols-news .tag.video.dark:before, .container.new-layout .page-component--image-2cols-news .tag.video.dark:before {
      background-image: url(../img/icons/sabic-play.svg) !important;
      background-color: rgba(255, 255, 255, 0.82) !important; }
  /* line 825, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols-news .tag a, .container.new-layout .page-component--image-2cols-news .tag a {
    color: inherit;
    font: inherit;
    text-decoration: none; }
    /* line 829, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--image-3cols-news .tag a:hover, .container.new-layout .page-component--image-2cols-news .tag a:hover {
      text-decoration: underline; }
  /* line 67, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news .tag span, .container.new-layout .page-component--image-2cols-news .tag span {
    position: relative; }
    /* line 70, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news .tag span:before, .container.new-layout .page-component--image-2cols-news .tag span:before {
      content: '';
      position: absolute;
      top: 0;
      right: -1.5em;
      width: 12px;
      height: 16px;
      background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
      /* line 79, src/css/pageComponents/_image-news.scss */
      [dir="rtl"] .container.new-layout .page-component--image-3cols-news .tag span:before, [dir="rtl"] .container.new-layout .page-component--image-2cols-news .tag span:before {
        left: -1.5em;
        right: auto;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  /* line 87, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news .tag:hover, .container.new-layout .page-component--image-2cols-news .tag:hover {
    color: #009FDF; }

/* line 93, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news .col-image, .container.new-layout .page-component--image-2cols-news .col-image {
  position: relative;
  position: relative;
  margin: 0 0 0.63em;
  overflow: hidden; }
  /* line 767, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols-news .col-image:before, .container.new-layout .page-component--image-2cols-news .col-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.22318%; }
  /* line 773, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--image-3cols-news .col-image > .with-ratio, .container.new-layout .page-component--image-2cols-news .col-image > .with-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media only screen and (min-width: 601px) {
    /* line 93, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news .col-image, .container.new-layout .page-component--image-2cols-news .col-image {
      position: relative; }
      /* line 767, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-3cols-news .col-image:before, .container.new-layout .page-component--image-2cols-news .col-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.23003%; }
      /* line 773, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--image-3cols-news .col-image > .with-ratio, .container.new-layout .page-component--image-2cols-news .col-image > .with-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  /* line 103, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news .col-image a, .container.new-layout .page-component--image-2cols-news .col-image a {
    position: absolute;
    top: 0;
    margin: 0; }
    /* line 108, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news .col-image a .block.image, .container.new-layout .page-component--image-2cols-news .col-image a .block.image {
      margin: 0; }
  /* line 114, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news .col-image.video .block.image, .container.new-layout .page-component--image-2cols-news .col-image.video .block.image {
    position: relative; }
    /* line 116, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news .col-image.video .block.image:after, .container.new-layout .page-component--image-2cols-news .col-image.video .block.image:after {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.71);
      background-image: url(../img/icons/sabic-play.svg);
      border-radius: 100em;
      background-size: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40px;
      height: 40px; }
      @media only screen and (min-width: 601px) {
        /* line 116, src/css/pageComponents/_image-news.scss */
        .container.new-layout .page-component--image-3cols-news .col-image.video .block.image:after, .container.new-layout .page-component--image-2cols-news .col-image.video .block.image:after {
          width: 60px;
          height: 60px; } }
    /* line 127, src/css/pageComponents/_image-news.scss */
    .container.new-layout .page-component--image-3cols-news .col-image.video .block.image:hover:after, .container.new-layout .page-component--image-2cols-news .col-image.video .block.image:hover:after {
      -webkit-transform: scale(1.1) translate(-50%, -50%);
              transform: scale(1.1) translate(-50%, -50%); }

/* line 134, src/css/pageComponents/_image-news.scss */
.container.new-layout .page-component--image-3cols-news.expand .image-container .block.image, .container.new-layout .page-component--image-2cols-news.expand .image-container .block.image {
  position: relative; }
  /* line 136, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news.expand .image-container .block.image:after, .container.new-layout .page-component--image-2cols-news.expand .image-container .block.image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.71);
    background-image: url(../img/icons/sabic-play.svg);
    border-radius: 100em;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 141, src/css/pageComponents/_image-news.scss */
  .container.new-layout .page-component--image-3cols-news.expand .image-container .block.image:hover:after, .container.new-layout .page-component--image-2cols-news.expand .image-container .block.image:hover:after {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%); }

/* line 700, src/css/style.scss */
.container.new-layout .page-component--page-intro {
  margin-top: 0; }
  /* line 7, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro.video .page-intro-image .block.image:after, .container.new-layout .page-component--page-intro.expand .page-intro-image .block.image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.71);
    background-image: url(../img/icons/sabic-play.svg);
    border-radius: 100em;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  /* line 12, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro.video .page-intro-image .block.image:hover:after, .container.new-layout .page-component--page-intro.expand .page-intro-image .block.image:hover:after {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%); }
  /* line 20, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro.expand .page-intro-image {
    height: 100%;
    overflow: hidden; }
    /* line 25, src/css/pageComponents/_page-intro.scss */
    .container.new-layout .page-component--page-intro.expand .page-intro-image .block.image:after {
      background-image: url(../img/icons/reskin/enlarge-icon.svg); }
    /* line 30, src/css/pageComponents/_page-intro.scss */
    .container.new-layout .page-component--page-intro.expand .page-intro-image .block.image:hover:after {
      -webkit-transform: scale(1.1) translate(-50%, -50%);
              transform: scale(1.1) translate(-50%, -50%); }
    /* line 35, src/css/pageComponents/_page-intro.scss */
    .container.new-layout .page-component--page-intro.expand .page-intro-image .block.image img {
      width: 100%; }
  /* line 41, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: SabicHeadlineLight, arial, sans-serif;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--page-intro h1 {
      font-family: SabicChineseLight !important; }
  /* line 47, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro p {
    font-size: 1.125rem;
    line-height: 1.5rem; }
    @media only screen and (min-width: 1024px) {
      /* line 47, src/css/pageComponents/_page-intro.scss */
      .container.new-layout .page-component--page-intro p {
        font-size: 1rem;
        line-height: 1.3125rem; } }
  /* line 56, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro aside .page-intro-image {
    position: relative;
    position: relative;
    height: 100%;
    overflow: hidden; }
    /* line 767, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--page-intro aside .page-intro-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.41646%; }
    /* line 773, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--page-intro aside .page-intro-image > .with-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    /* line 62, src/css/pageComponents/_page-intro.scss */
    .container.new-layout .page-component--page-intro aside .page-intro-image .block.image {
      position: absolute;
      top: 0; }
      /* line 66, src/css/pageComponents/_page-intro.scss */
      .container.new-layout .page-component--page-intro aside .page-intro-image .block.image img {
        width: 100%; }
  /* line 71, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro aside h2 {
    margin: 0.45em 0;
    font-family: SabicHeadlineLight, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--page-intro aside h2 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 1024px) {
      /* line 71, src/css/pageComponents/_page-intro.scss */
      .container.new-layout .page-component--page-intro aside h2 {
        margin: 1em 0; } }
  /* line 82, src/css/pageComponents/_page-intro.scss */
  .container.new-layout .page-component--page-intro aside .linkList {
    padding: 0;
    margin: 0; }
    /* line 839, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--page-intro aside .linkList li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      color: #009FDF;
      margin: 10px 0;
      font-size: 0.75em;
      line-height: 1.3125rem;
      line-height: 1.06rem; }
      /* line 796, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--page-intro aside .linkList li.video {
        padding-left: 35px;
        position: relative;
        line-height: 1.75rem; }
        /* line 800, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--page-intro aside .linkList li.video:before {
          content: '';
          display: block;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.82);
          background-image: url(../img/icons/sabic-play.svg);
          background-repeat: no-repeat;
          border-radius: 100em;
          /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
          position: absolute;
          left: 0; }
        /* line 815, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--page-intro aside .linkList li.video.dark:before {
          background-image: url(../img/icons/sabic-play.svg) !important;
          background-color: rgba(255, 255, 255, 0.82) !important; }
      /* line 825, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--page-intro aside .linkList li a {
        color: inherit;
        font: inherit;
        text-decoration: none; }
        /* line 829, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--page-intro aside .linkList li a:hover {
          text-decoration: underline; }
    /* line 85, src/css/pageComponents/_page-intro.scss */
    .container.new-layout .page-component--page-intro aside .linkList a {
      display: inline-block;
      position: relative;
      font-family: SabicHeadlineRegular, arial, sans-serif !important; }
      /* line 90, src/css/pageComponents/_page-intro.scss */
      .container.new-layout .page-component--page-intro aside .linkList a:before {
        content: '';
        position: absolute;
        top: 0;
        right: -1.5em;
        width: 12px;
        height: 16px;
        background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
        /* line 99, src/css/pageComponents/_page-intro.scss */
        [dir="rtl"] .container.new-layout .page-component--page-intro aside .linkList a:before {
          left: -1.5em;
          right: auto;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }

/* line 704, src/css/style.scss */
.container.new-layout .page-component--news-article-header {
  margin: 1.625rem auto; }
  @media only screen and (min-width: 601px) {
    /* line 704, src/css/style.scss */
    .container.new-layout .page-component--news-article-header {
      margin: 0.8rem auto; } }
  /* line 11, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header.video .page-intro-image .block.image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.71);
    background-image: url(../img/icons/sabic-play.svg);
    border-radius: 100em;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  /* line 20, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header .page-intro-image figure {
    margin: 0 0 1.5em 0;
    color: #4D4D4D; }
    /* line 24, src/css/pageComponents/_news-article-header.scss */
    .container.new-layout .page-component--news-article-header .page-intro-image figure figcaption {
      font-size: 0.75em;
      line-height: 1.3125rem;
      text-transform: uppercase; }
  /* line 30, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header .page-intro-image .block.image {
    margin-bottom: 0; }
    /* line 33, src/css/pageComponents/_news-article-header.scss */
    .container.new-layout .page-component--news-article-header .page-intro-image .block.image img {
      width: 100%; }
  /* line 41, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header.expand .page-intro-image .block.image:after {
    background-image: url(../img/icons/reskin/enlarge-icon.svg); }
  /* line 45, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: SabicHeadlineLight, arial, sans-serif;
    color: #939598;
    margin-bottom: 1rem; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--news-article-header h1 {
      font-family: SabicChineseLight !important; }
  /* line 52, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header p {
    margin-bottom: 2.5rem; }
  /* line 55, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header .centered {
    position: relative;
    /*display:flex;*/
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 63, src/css/pageComponents/_news-article-header.scss */
    .container.new-layout .page-component--news-article-header .centered .block.html {
      margin: 0; }
  /* line 69, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header .share {
    float: left; }
    /* line 72, src/css/pageComponents/_news-article-header.scss */
    [dir="rtl"] .container.new-layout .page-component--news-article-header .share {
      float: right; }
  /* line 78, src/css/pageComponents/_news-article-header.scss */
  .container.new-layout .page-component--news-article-header aside .page-intro-image {
    position: relative; }

/* line 708, src/css/style.scss */
.container.new-layout .page-component--reports-download {
  padding: 0;
  max-width: 100%; }
  @media only screen and (min-width: 1024px) {
    /* line 708, src/css/style.scss */
    .container.new-layout .page-component--reports-download {
      max-width: 980px; } }
  /* line 8, src/css/pageComponents/_reports-download.scss */
  .container.new-layout .page-component--reports-download .row {
    text-align: center; }
    /* line 11, src/css/pageComponents/_reports-download.scss */
    .container.new-layout .page-component--reports-download .row h2 {
      font-size: 1.3125rem;
      line-height: 1.6875rem;
      font-family: SabicHeadlineLight, arial, sans-serif;
      color: #4D4D4D; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--reports-download .row h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 601px) {
        /* line 11, src/css/pageComponents/_reports-download.scss */
        .container.new-layout .page-component--reports-download .row h2 {
          font-size: 1.3125rem;
          line-height: 1.6875rem;
          color: #939598;
          text-align: left; } }
    /* line 23, src/css/pageComponents/_reports-download.scss */
    .container.new-layout .page-component--reports-download .row .products {
      padding: 0 2em; }
      /* line 2, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-download .row .products:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 601px) {
        /* line 23, src/css/pageComponents/_reports-download.scss */
        .container.new-layout .page-component--reports-download .row .products {
          padding: 0 1.25em; } }
      /* line 31, src/css/pageComponents/_reports-download.scss */
      .container.new-layout .page-component--reports-download .row .products button {
        text-transform: uppercase;
        padding: 0.35em 2em;
        text-align: center;
        text-decoration: none;
        display: block;
        border: 0;
        line-height: 1;
        width: 100%;
        margin: 0 0 1.5em;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        background: #009FDF;
        border: 1px solid #009FDF;
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.5rem;
        float: right;
        width: 100%;
        height: 40px;
        max-width: 7.89em;
        padding: 0.35em 0; }
        /* line 39, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .products button:hover {
          text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 31, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .products button {
            width: auto;
            display: inline-block; } }
        /* line 46, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .products button:disabled {
          opacity: 0.5;
          pointer-events: none; }
        /* line 72, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .products button:hover {
          border-color: #46B4E6;
          background: #46B4E6;
          color: #fff; }
        /* line 77, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .products button:active {
          border-color: #008CC8;
          background: #008CC8;
          color: #fff; }
        @media only screen and (min-width: 601px) {
          /* line 31, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .products button {
            width: 50%;
            float: none; } }
        @media only screen and (min-width: 1024px) {
          /* line 31, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .products button {
            float: right; } }
      /* line 50, src/css/pageComponents/_reports-download.scss */
      .container.new-layout .page-component--reports-download .row .products .filter {
        width: 100%;
        margin-bottom: 1em;
        font-size: 1.125rem;
        line-height: 1.5rem; }
        @media only screen and (min-width: 601px) {
          /* line 50, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .products .filter {
            width: auto;
            min-width: 130px;
            max-width: 177px;
            display: inline-block; } }
        /* line 62, src/css/pageComponents/_reports-download.scss */
        .container.new-layout .page-component--reports-download .row .products .filter .select {
          padding: 0.29em 2em 0.29em 1.12em;
          min-width: 130px;
          width: 100%;
          height: 40px;
          color: #4D4D4D;
          border: 1px solid #009FDF;
          background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        /* line 75, src/css/pageComponents/_reports-download.scss */
        .container.new-layout .page-component--reports-download .row .products .filter select::-ms-expand {
          display: none; }
    /* line 81, src/css/pageComponents/_reports-download.scss */
    .container.new-layout .page-component--reports-download .row .documents {
      text-align: left; }
      /* line 2, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-download .row .documents:after {
        content: "";
        display: table;
        clear: both; }
      /* line 85, src/css/pageComponents/_reports-download.scss */
      .container.new-layout .page-component--reports-download .row .documents .document {
        position: relative;
        padding-top: 1.45em;
        padding-bottom: 1.45em;
        padding-left: 2em;
        padding-right: 4em;
        background: #ffffff; }
        @media only screen and (min-width: 601px) {
          /* line 85, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .documents .document {
            padding-left: 1.25em; } }
        @media only screen and (min-width: 1024px) {
          /* line 85, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .documents .document {
            padding-top: 1.75em;
            padding-bottom: 1.75em; } }
        /* line 864, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .documents .document:nth-child(2n + 1) {
          background: #f2fafd; }
        /* line 869, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .documents .document h3 {
          margin: 0;
          color: #009FDF;
          font-size: 1.125rem;
          line-height: 1.5rem;
          font-family: SabicHeadlineLight, arial, sans-serif; }
          /* line 66, src/css/misc/_fonts.scss */
          .lang-zh .container.new-layout .page-component--reports-download .row .documents .document h3 {
            font-family: SabicChineseLight !important; }
        /* line 878, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .documents .document .ico-download {
          position: absolute;
          top: 50%;
          right: 1.25em;
          margin-top: -0.75em; }
          /* line 883, src/css/misc/_mixins.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-download .row .documents .document .ico-download {
            right: auto;
            left: 1em; }
          @media only screen and (min-width: 601px) {
            /* line 878, src/css/misc/_mixins.scss */
            .container.new-layout .page-component--reports-download .row .documents .document .ico-download {
              right: 1em; } }
          /* line 891, src/css/misc/_mixins.scss */
          .container.new-layout .page-component--reports-download .row .documents .document .ico-download:before {
            content: "";
            width: 2em;
            height: 2em;
            display: inline-block;
            margin-left: 1em;
            position: relative;
            float: right;
            top: -0.25em; }
        /* line 905, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .documents .document .ico-pdf {
          position: absolute;
          top: 50%;
          left: 1em;
          margin-top: -0.75em; }
          /* line 910, src/css/misc/_mixins.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-download .row .documents .document .ico-pdf {
            left: auto;
            right: 1em; }
          /* line 914, src/css/misc/_mixins.scss */
          .container.new-layout .page-component--reports-download .row .documents .document .ico-pdf:before {
            content: "";
            width: 2em;
            height: 2em;
            display: inline-block; }
          /* line 53, src/css/misc/_icons.scss */
          .container.new-layout .page-component--reports-download .row .documents .document .ico-pdf:before {
            background-position: center;
            background-repeat: no-repeat; }
        /* line 925, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-download .row .documents .document .ico-doc {
          position: absolute;
          top: 50%;
          left: 1em;
          margin-top: -0.75em; }
          /* line 930, src/css/misc/_mixins.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-download .row .documents .document .ico-doc {
            left: auto;
            right: 1em; }
          /* line 934, src/css/misc/_mixins.scss */
          .container.new-layout .page-component--reports-download .row .documents .document .ico-doc:before {
            content: "";
            width: 2em;
            height: 2em;
            display: inline-block; }
          /* line 53, src/css/misc/_icons.scss */
          .container.new-layout .page-component--reports-download .row .documents .document .ico-doc:before {
            background-position: center;
            background-repeat: no-repeat; }
        @media only screen and (min-width: 601px) {
          /* line 85, src/css/pageComponents/_reports-download.scss */
          .container.new-layout .page-component--reports-download .row .documents .document {
            padding-left: 4em; } }
        /* line 95, src/css/pageComponents/_reports-download.scss */
        .container.new-layout .page-component--reports-download .row .documents .document .ico-pdf:before {
          display: none; }
          @media only screen and (min-width: 601px) {
            /* line 95, src/css/pageComponents/_reports-download.scss */
            .container.new-layout .page-component--reports-download .row .documents .document .ico-pdf:before {
              display: block; } }
        /* line 103, src/css/pageComponents/_reports-download.scss */
        .container.new-layout .page-component--reports-download .row .documents .document .ico-download:before {
          width: 1.55em;
          background-image: url(../img/icons/sabic-pdf.svg); }
          @media only screen and (min-width: 601px) {
            /* line 103, src/css/pageComponents/_reports-download.scss */
            .container.new-layout .page-component--reports-download .row .documents .document .ico-download:before {
              width: 2em;
              background-image: url(../img/icons/sabic-download.svg); } }
        /* line 114, src/css/pageComponents/_reports-download.scss */
        [dir="rtl"] .container.new-layout .page-component--reports-download .row .documents .document h3 {
          text-align: right; }
    /* line 120, src/css/pageComponents/_reports-download.scss */
    .container.new-layout .page-component--reports-download .row .loader {
      text-align: center; }

/* line 4, src/css/pageComponents/_icon-list.scss */
.container.new-layout .page-component--icon-list h2 {
  padding-top: 0.55em;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  color: #939598;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  /* line 66, src/css/misc/_fonts.scss */
  .lang-zh .container.new-layout .page-component--icon-list h2 {
    font-family: SabicChineseLight !important; }
  @media only screen and (min-width: 1024px) {
    /* line 4, src/css/pageComponents/_icon-list.scss */
    .container.new-layout .page-component--icon-list h2 {
      font-size: 2.25rem;
      line-height: 2.875rem; } }

/* line 14, src/css/pageComponents/_icon-list.scss */
.container.new-layout .page-component--icon-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 21, src/css/pageComponents/_icon-list.scss */
  .container.new-layout .page-component--icon-list ul li {
    display: block;
    width: 33%;
    text-align: center;
    list-style-type: none;
    margin-bottom: 1.2rem;
    color: #939598;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.3125rem;
    font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--icon-list ul li {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 601px) {
      /* line 21, src/css/pageComponents/_icon-list.scss */
      .container.new-layout .page-component--icon-list ul li {
        text-align: left;
        margin-bottom: 42px; }
        /* line 35, src/css/pageComponents/_icon-list.scss */
        .container.new-layout .page-component--icon-list ul li a, .container.new-layout .page-component--icon-list ul li p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media only screen and (min-width: 1024px) {
      /* line 21, src/css/pageComponents/_icon-list.scss */
      .container.new-layout .page-component--icon-list ul li {
        font-size: 1.125rem;
        line-height: 1.5rem; }
        /* line 45, src/css/pageComponents/_icon-list.scss */
        .container.new-layout .page-component--icon-list ul li a, .container.new-layout .page-component--icon-list ul li p {
          max-width: 80%; } }
    /* line 50, src/css/pageComponents/_icon-list.scss */
    .container.new-layout .page-component--icon-list ul li img {
      display: block;
      margin: 0 auto;
      margin-bottom: 11px;
      max-width: 57px !important;
      max-height: 57px !important; }
      @media only screen and (min-width: 601px) {
        /* line 50, src/css/pageComponents/_icon-list.scss */
        .container.new-layout .page-component--icon-list ul li img {
          margin: 0;
          margin-right: 11px; }
          /* line 60, src/css/pageComponents/_icon-list.scss */
          [dir="rtl"] .container.new-layout .page-component--icon-list ul li img {
            margin-left: 11px;
            margin-right: 0; } }
    /* line 67, src/css/pageComponents/_icon-list.scss */
    .container.new-layout .page-component--icon-list ul li a {
      color: #4D4D4D; }
      /* line 70, src/css/pageComponents/_icon-list.scss */
      [dir="rtl"] .container.new-layout .page-component--icon-list ul li a {
        text-align: right; }
    /* line 74, src/css/pageComponents/_icon-list.scss */
    .container.new-layout .page-component--icon-list ul li p {
      margin: 0;
      padding: 0; }

/* line 80, src/css/pageComponents/_icon-list.scss */
.container.new-layout .page-component--icon-list p {
  margin: 0; }
  /* line 83, src/css/pageComponents/_icon-list.scss */
  .container.new-layout .page-component--icon-list p a.tag {
    color: #009FDF;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.3125rem;
    font-family: SabicHeadlineRegular, arial, sans-serif; }
    /* line 74, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--icon-list p a.tag {
      font-family: SabicChineseRegular !important; }
    /* line 89, src/css/pageComponents/_icon-list.scss */
    .container.new-layout .page-component--icon-list p a.tag span {
      position: relative; }
      /* line 92, src/css/pageComponents/_icon-list.scss */
      .container.new-layout .page-component--icon-list p a.tag span:before {
        content: '';
        position: absolute;
        top: 0;
        right: -1.5em;
        width: 12px;
        height: 16px;
        background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
        /* line 101, src/css/pageComponents/_icon-list.scss */
        [dir="rtl"] .container.new-layout .page-component--icon-list p a.tag span:before {
          left: -1.5em;
          right: auto;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }

/* line 716, src/css/style.scss */
.container.new-layout .page-component--related-content {
  padding: 0;
  max-width: 100%; }
  @media only screen and (min-width: 1024px) {
    /* line 716, src/css/style.scss */
    .container.new-layout .page-component--related-content {
      max-width: 980px; } }
  /* line 9, src/css/pageComponents/_related-content.scss */
  .container.new-layout .page-component--related-content a:hover {
    text-decoration: none; }
    /* line 11, src/css/pageComponents/_related-content.scss */
    .container.new-layout .page-component--related-content a:hover h3 {
      text-decoration: underline; }
    /* line 14, src/css/pageComponents/_related-content.scss */
    .container.new-layout .page-component--related-content a:hover p {
      text-decoration: none; }
  /* line 18, src/css/pageComponents/_related-content.scss */
  .container.new-layout .page-component--related-content .document, .container.new-layout .page-component--related-content .download {
    position: relative;
    padding-top: 1.45em;
    padding-bottom: 1.45em;
    padding-left: 2em;
    padding-right: 4em;
    background: #ffffff; }
    @media only screen and (min-width: 601px) {
      /* line 18, src/css/pageComponents/_related-content.scss */
      .container.new-layout .page-component--related-content .document, .container.new-layout .page-component--related-content .download {
        padding-left: 1.25em; } }
    @media only screen and (min-width: 1024px) {
      /* line 18, src/css/pageComponents/_related-content.scss */
      .container.new-layout .page-component--related-content .document, .container.new-layout .page-component--related-content .download {
        padding-top: 1.75em;
        padding-bottom: 1.75em; } }
    /* line 864, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--related-content .document:nth-child(2n + 1), .container.new-layout .page-component--related-content .download:nth-child(2n + 1) {
      background: #f2fafd; }
    /* line 869, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--related-content .document h3, .container.new-layout .page-component--related-content .download h3 {
      margin: 0;
      color: #009FDF;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: SabicHeadlineLight, arial, sans-serif; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--related-content .document h3, .lang-zh .container.new-layout .page-component--related-content .download h3 {
        font-family: SabicChineseLight !important; }
    /* line 946, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--related-content .document .ico-docu, .container.new-layout .page-component--related-content .document .ico-download, .container.new-layout .page-component--related-content .download .ico-docu, .container.new-layout .page-component--related-content .download .ico-download {
      position: absolute;
      top: 1.2em;
      right: 1.32em; }
      @media only screen and (min-width: 601px) {
        /* line 946, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--related-content .document .ico-docu, .container.new-layout .page-component--related-content .document .ico-download, .container.new-layout .page-component--related-content .download .ico-docu, .container.new-layout .page-component--related-content .download .ico-download {
          top: 1.32em; } }
      /* line 955, src/css/misc/_mixins.scss */
      [dir="rtl"] .container.new-layout .page-component--related-content .document .ico-docu, [dir="rtl"] .container.new-layout .page-component--related-content .document .ico-download, [dir="rtl"] .container.new-layout .page-component--related-content .download .ico-docu, [dir="rtl"] .container.new-layout .page-component--related-content .download .ico-download {
        left: auto;
        right: 1em; }
      /* line 959, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--related-content .document .ico-docu:before, .container.new-layout .page-component--related-content .document .ico-download:before, .container.new-layout .page-component--related-content .download .ico-docu:before, .container.new-layout .page-component--related-content .download .ico-download:before {
        content: "";
        width: 1.88em;
        height: 2.37em;
        display: inline-block;
        background-image: url(../img/icons/reskin/document-icon.svg);
        background-repeat: no-repeat; }
        @media only screen and (min-width: 601px) {
          /* line 959, src/css/misc/_mixins.scss */
          .container.new-layout .page-component--related-content .document .ico-docu:before, .container.new-layout .page-component--related-content .document .ico-download:before, .container.new-layout .page-component--related-content .download .ico-docu:before, .container.new-layout .page-component--related-content .download .ico-download:before {
            width: 1.87em;
            height: 2.36em; } }
    /* line 975, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--related-content .document .ico-download:before, .container.new-layout .page-component--related-content .download .ico-download:before {
      background-image: url(../img/icons/reskin/download-icon.svg); }
    @media only screen and (min-width: 1024px) {
      /* line 18, src/css/pageComponents/_related-content.scss */
      .container.new-layout .page-component--related-content .document, .container.new-layout .page-component--related-content .download {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        padding-left: 1.2em; } }
    /* line 30, src/css/pageComponents/_related-content.scss */
    .container.new-layout .page-component--related-content .document h3, .container.new-layout .page-component--related-content .download h3 {
      font-size: 1.5rem;
      line-height: 1.9375rem; }
    /* line 33, src/css/pageComponents/_related-content.scss */
    .container.new-layout .page-component--related-content .document p, .container.new-layout .page-component--related-content .download p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: SabicHeadlineLight, arial, sans-serif; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--related-content .document p, .lang-zh .container.new-layout .page-component--related-content .download p {
        font-family: SabicChineseLight !important; }
    /* line 38, src/css/pageComponents/_related-content.scss */
    .container.new-layout .page-component--related-content .document .tag, .container.new-layout .page-component--related-content .download .tag {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: SabicHeadlineLight, arial, sans-serif;
      text-transform: uppercase;
      color: #009FDF;
      margin: 10px 0;
      font-size: 0.75em;
      line-height: 1.3125rem; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--related-content .document .tag, .lang-zh .container.new-layout .page-component--related-content .download .tag {
        font-family: SabicChineseLight !important; }
      /* line 796, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--related-content .document .tag.video, .container.new-layout .page-component--related-content .download .tag.video {
        padding-left: 35px;
        position: relative;
        line-height: 1.75rem; }
        /* line 800, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--related-content .document .tag.video:before, .container.new-layout .page-component--related-content .download .tag.video:before {
          content: '';
          display: block;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.82);
          background-image: url(../img/icons/sabic-play.svg);
          background-repeat: no-repeat;
          border-radius: 100em;
          /*background:url('../img/icons/reskin/Video-icon-white.svg') no-repeat left;*/
          position: absolute;
          left: 0; }
        /* line 815, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--related-content .document .tag.video.dark:before, .container.new-layout .page-component--related-content .download .tag.video.dark:before {
          background-image: url(../img/icons/sabic-play.svg) !important;
          background-color: rgba(255, 255, 255, 0.82) !important; }
      /* line 825, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--related-content .document .tag a, .container.new-layout .page-component--related-content .download .tag a {
        color: inherit;
        font: inherit;
        text-decoration: none; }
        /* line 829, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--related-content .document .tag a:hover, .container.new-layout .page-component--related-content .download .tag a:hover {
          text-decoration: underline; }
    /* line 44, src/css/pageComponents/_related-content.scss */
    [dir="rtl"] .container.new-layout .page-component--related-content .document, [dir="rtl"] .container.new-layout .page-component--related-content .download {
      padding-left: 4em;
      padding-right: 1.25em; }
    /* line 50, src/css/pageComponents/_related-content.scss */
    [dir="rtl"] .container.new-layout .page-component--related-content .document .ico.ico-docu, [dir="rtl"] .container.new-layout .page-component--related-content .document .ico.ico-download, [dir="rtl"] .container.new-layout .page-component--related-content .download .ico.ico-docu, [dir="rtl"] .container.new-layout .page-component--related-content .download .ico.ico-download {
      left: 1em;
      right: auto; }
  /* line 878, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--related-content .download .ico-download {
    position: absolute;
    top: 50%;
    right: 1.25em;
    margin-top: -0.75em; }
    /* line 883, src/css/misc/_mixins.scss */
    [dir="rtl"] .container.new-layout .page-component--related-content .download .ico-download {
      right: auto;
      left: 1em; }
    @media only screen and (min-width: 601px) {
      /* line 878, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--related-content .download .ico-download {
        right: 1em; } }
    /* line 891, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--related-content .download .ico-download:before {
      content: "";
      width: 2em;
      height: 2em;
      display: inline-block;
      margin-left: 1em;
      position: relative;
      float: right;
      top: -0.25em; }

/* line 720, src/css/style.scss */
.container.new-layout .page-component--content-full-width {
  margin: 1.625em auto !important; }
  @media only screen and (min-width: 601px) {
    /* line 720, src/css/style.scss */
    .container.new-layout .page-component--content-full-width {
      margin: 15px auto !important; } }
  /* line 8, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width h1 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-family: SabicHeadlineLight, arial, sans-serif;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--content-full-width h1 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 1024px) {
      /* line 8, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width h1 {
        font-size: 2.25rem;
        line-height: 2.875rem; } }
  /* line 18, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width h2 {
    margin: 0 0 1em;
    text-align: left; }
    /* line 22, src/css/pageComponents/_content-full-width.scss */
    [dir="rtl"] .container.new-layout .page-component--content-full-width h2 {
      text-align: right; }
  /* line 26, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width h3 {
    margin: 0 0 1em; }
  /* line 30, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width p {
    font-size: 1.125rem;
    line-height: 1.5rem; }
    @media only screen and (min-width: 1024px) {
      /* line 30, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width p {
        font-size: 1rem;
        line-height: 1.3125rem; } }
    /* line 37, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width p:first-child {
      margin-top: 0; }
    /* line 41, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width p:last-child {
      margin-bottom: 0; }
    /* line 45, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width p.description {
      margin: 0.67em 0 1.5em;
      text-transform: uppercase;
      font-size: 0.75em;
      line-height: 1.3125rem;
      font-weight: bold; }
      @media only screen and (min-width: 601px) {
        /* line 45, src/css/pageComponents/_content-full-width.scss */
        .container.new-layout .page-component--content-full-width p.description {
          margin: 0.67em 0 0; } }
  /* line 56, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width a.tag {
    display: block;
    font-size: 0.75em;
    line-height: 1.3125rem;
    text-transform: uppercase;
    font-family: SabicHeadlineRegular, arial, sans-serif;
    position: relative; }
    /* line 63, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width a.tag:first-child {
      margin-top: 0.4em; }
    /* line 67, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width a.tag:hover {
      cursor: pointer; }
    /* line 70, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width a.tag span {
      position: relative; }
      /* line 73, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width a.tag span:before {
        content: '';
        position: absolute;
        top: 0;
        right: -1.5em;
        width: 12px;
        height: 16px;
        background: url("../img/icons/reskin/DoubleChevron-blue.svg") no-repeat center; }
        /* line 82, src/css/pageComponents/_content-full-width.scss */
        [dir="rtl"] .container.new-layout .page-component--content-full-width a.tag span:before {
          right: auto;
          left: -1.5em;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    @media only screen and (min-width: 601px) {
      /* line 91, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width a.tag:first-child {
        margin-top: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 97, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width a.tag:first-child {
        margin-top: 2.4em; } }
  /* line 103, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width .image_container {
    position: relative;
    margin-bottom: 2em;
    text-align: center; }
  /* line 109, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width .col.col-xs-12 {
    overflow-x: auto;
    overflow-y: hidden; }
  /* line 114, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width .col.col-xs-12.col-md-8.col-lg-6 {
    overflow: inherit; }
  /* line 118, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.image {
    color: #4d4d4d; }
    /* line 121, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.image .block.image {
      margin: 0 0 16px 0; }
      @media only screen and (min-width: 601px) {
        /* line 121, src/css/pageComponents/_content-full-width.scss */
        .container.new-layout .page-component--content-full-width.image .block.image {
          margin: 0; } }
      /* line 128, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.image .block.image .with-ratio {
        position: relative; }
        /* line 131, src/css/pageComponents/_content-full-width.scss */
        .container.new-layout .page-component--content-full-width.image .block.image .with-ratio img {
          margin: 0 auto; }
    /* line 137, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.image img {
      width: auto; }
  /* line 142, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.video .video {
    text-align: center; }
    /* line 145, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.video .video .block.image {
      display: inline-block; }
      /* line 148, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.video .video .block.image:after {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        pointer-events: none;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.71);
        background-image: url(../img/icons/sabic-play.svg);
        border-radius: 100em;
        background-size: 100%;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 40px;
        height: 40px; }
        @media only screen and (min-width: 601px) {
          /* line 148, src/css/pageComponents/_content-full-width.scss */
          .container.new-layout .page-component--content-full-width.video .video .block.image:after {
            width: 60px;
            height: 60px; } }
      /* line 159, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.video .video .block.image:hover:after {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
                transform: scale(1.1) translate(-50%, -50%); }
  /* line 166, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.expand .expand {
    text-align: center; }
    /* line 168, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.expand .expand .block.image {
      display: inline-block; }
      /* line 171, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.expand .expand .block.image:after {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        pointer-events: none;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.71);
        background-image: url(../img/icons/reskin/enlarge-icon2.svg);
        border-radius: 100em;
        background-size: 100%;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 40px;
        height: 40px; }
        @media only screen and (min-width: 601px) {
          /* line 171, src/css/pageComponents/_content-full-width.scss */
          .container.new-layout .page-component--content-full-width.expand .expand .block.image:after {
            width: 60px;
            height: 60px; } }
      /* line 182, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.expand .expand .block.image:hover:after {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
                transform: scale(1.1) translate(-50%, -50%); }
  /* line 189, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.header {
    padding: 1.25em 1.23em 1em; }
    @media only screen and (min-width: 601px) {
      /* line 189, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.header {
        padding: 5em 1.25em 2.5em; } }
    @media only screen and (min-width: 1024px) {
      /* line 189, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.header {
        padding: 5em 0 2.5em; } }
  /* line 201, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.column {
    max-width: 100%;
    background: #f6f6f6; }
    @media only screen and (min-width: 1024px) {
      /* line 201, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.column {
        max-width: 980px; } }
    /* line 209, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.column h2 {
      text-align: left; }
    /* line 213, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.column .row {
      max-width: 700px;
      margin: 0 auto;
      padding: 3.625em 0;
      color: #4d4d4d; }
      /* line 219, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.column .row .col {
        padding: 0; }
      @media only screen and (min-width: 1024px) {
        /* line 213, src/css/pageComponents/_content-full-width.scss */
        .container.new-layout .page-component--content-full-width.column .row {
          max-width: 100%;
          margin: 0;
          padding: 1.5em; } }
      /* line 229, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.column .row h2 {
        margin: 0 0 1em;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #4d4d4d; }
        /* line 234, src/css/pageComponents/_content-full-width.scss */
        [dir="rtl"] .container.new-layout .page-component--content-full-width.column .row h2 {
          text-align: right; }
      /* line 239, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.column .row ul {
        margin: 0;
        padding: 0 0 0 2em; }
        /* line 243, src/css/pageComponents/_content-full-width.scss */
        [dir="rtl"] .container.new-layout .page-component--content-full-width.column .row ul {
          padding: 0 2em 0 0; }
      /* line 248, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.column .row .two-col ul {
        width: 100%;
        float: none; }
        /* line 252, src/css/pageComponents/_content-full-width.scss */
        .container.new-layout .page-component--content-full-width.column .row .two-col ul li {
          padding-right: 2em;
          list-style: disc outside; }
          @media only screen and (min-width: 1024px) {
            /* line 252, src/css/pageComponents/_content-full-width.scss */
            .container.new-layout .page-component--content-full-width.column .row .two-col ul li {
              float: left;
              width: 50%; } }
  /* line 268, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.generic-block.full-width-image .block.image {
    margin-bottom: 0; }
    /* line 271, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.generic-block.full-width-image .block.image img {
      max-width: 100%;
      margin: 0 auto; }
  /* line 276, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.generic-block.full-width-image .description {
    margin-bottom: 1.5em;
    text-align: center; }
  /* line 284, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.video-noLink .col.col-xs-12 {
    overflow: visible; }
  /* line 287, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.video-noLink .content a {
    display: block; }
  /* line 290, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.video-noLink .tag {
    padding-left: 3.5em;
    position: relative; }
    /* line 294, src/css/pageComponents/_content-full-width.scss */
    [dir="rtl"] .container.new-layout .page-component--content-full-width.video-noLink .tag {
      padding-left: 0;
      padding-right: 3.5em; }
    /* line 299, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.video-noLink .tag svg {
      position: absolute;
      top: 50%;
      left: 0;
      width: 35px;
      height: 35px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      /* line 307, src/css/pageComponents/_content-full-width.scss */
      [dir="rtl"] .container.new-layout .page-component--content-full-width.video-noLink .tag svg {
        left: auto;
        right: 0; }
    /* line 312, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.video-noLink .tag:before {
      display: none; }
  /* line 318, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.theme-blue {
    background: #009FDF;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%; }
    /* line 324, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-blue .row {
      margin: 0 auto;
      max-width: 980px; }
      /* line 328, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.theme-blue .row .col {
        padding: 0; }
        /* line 331, src/css/pageComponents/_content-full-width.scss */
        .container.new-layout .page-component--content-full-width.theme-blue .row .col h2, .container.new-layout .page-component--content-full-width.theme-blue .row .col h3, .container.new-layout .page-component--content-full-width.theme-blue .row .col h4, .container.new-layout .page-component--content-full-width.theme-blue .row .col p, .container.new-layout .page-component--content-full-width.theme-blue .row .col li {
          color: #fff; }
    /* line 338, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-blue .row-cta a {
      color: #fff; }
      /* line 340, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.theme-blue .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-white.svg") no-repeat center; }
  /* line 345, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.theme-orange {
    background: #FFCD00;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%; }
    /* line 351, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-orange .row {
      margin: 0 auto;
      max-width: 980px; }
      /* line 355, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.theme-orange .row .col {
        padding: 0; }
    /* line 360, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-orange h2 {
      color: #4d4d4d; }
    /* line 363, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-orange a:hover {
      color: #4D4D4D; }
    /* line 367, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-orange .row-cta a {
      color: #4D4D4D; }
      /* line 369, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.theme-orange .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-grey.svg") no-repeat center; }
  /* line 375, src/css/pageComponents/_content-full-width.scss */
  .container.new-layout .page-component--content-full-width.theme-grey {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F6F6F6;
    max-width: 100%; }
    /* line 381, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-grey .row {
      margin: 0 auto;
      max-width: 980px; }
    /* line 386, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-grey h2 {
      color: #4D4D4D; }
    /* line 389, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-grey a:hover {
      color: #4D4D4D; }
    /* line 392, src/css/pageComponents/_content-full-width.scss */
    .container.new-layout .page-component--content-full-width.theme-grey .row-cta a {
      color: #4D4D4D; }
      /* line 394, src/css/pageComponents/_content-full-width.scss */
      .container.new-layout .page-component--content-full-width.theme-grey .row-cta a span:before {
        background: url("../img/icons/reskin/DoubleChevron-grey.svg") no-repeat center; }

/* line 3, src/css/pageComponents/_content-callout.scss */
.container.new-layout .page-component--content-callout p {
  font-size: 1rem;
  line-height: 1.3125rem; }
  /* line 6, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout p:first-child {
    margin-top: 0; }

/* line 11, src/css/pageComponents/_content-callout.scss */
.container.new-layout .page-component--content-callout .callout-box {
  float: left;
  margin: 1.25em -1.25rem;
  text-align: left;
  padding: 25px 20px;
  position: relative;
  background: #FFCD00; }
  @media only screen and (min-width: 601px) {
    /* line 11, src/css/pageComponents/_content-callout.scss */
    .container.new-layout .page-component--content-callout .callout-box {
      float: left;
      margin: 0;
      text-align: left;
      padding: 25px 20px; } }
  /* line 26, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout .callout-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1000%;
    height: 100%;
    background: #FFCD00; }
    /* line 35, src/css/pageComponents/_content-callout.scss */
    [dir="rtl"] .container.new-layout .page-component--content-callout .callout-box:before {
      left: 0;
      right: auto; }
  /* line 41, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout .callout-box .callout-box-content {
    position: relative; }
    /* line 44, src/css/pageComponents/_content-callout.scss */
    .container.new-layout .page-component--content-callout .callout-box .callout-box-content h2 {
      font-size: 1.5rem;
      line-height: 1.9375rem;
      font-family: SabicHeadlineLight, arial, sans-serif;
      margin-bottom: 0; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .container.new-layout .page-component--content-callout .callout-box .callout-box-content h2 {
        font-family: SabicChineseLight !important; }
    /* line 50, src/css/pageComponents/_content-callout.scss */
    .container.new-layout .page-component--content-callout .callout-box .callout-box-content h3 {
      font-size: 0.75em;
      line-height: 1.3125rem;
      margin: 0; }

/* line 59, src/css/pageComponents/_content-callout.scss */
.container.new-layout .page-component--content-callout.quotes .callout-box-content {
  padding: 1.5em 1.5em 0.3em; }
  @media only screen and (min-width: 601px) {
    /* line 59, src/css/pageComponents/_content-callout.scss */
    .container.new-layout .page-component--content-callout.quotes .callout-box-content {
      padding: 0.9em 1.3em 0.3em; } }
  @media only screen and (min-width: 1024px) {
    /* line 59, src/css/pageComponents/_content-callout.scss */
    .container.new-layout .page-component--content-callout.quotes .callout-box-content {
      padding: 0.7em 1.5em 0.3em; } }
  /* line 70, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout.quotes .callout-box-content h2 {
    margin-bottom: 0.88em; }
  /* line 74, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout.quotes .callout-box-content:before, .container.new-layout .page-component--content-callout.quotes .callout-box-content:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px; }
  /* line 81, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout.quotes .callout-box-content:before {
    top: 0;
    left: 0;
    background: url(../img/icons/reskin/quote_open.svg) center no-repeat; }
  /* line 87, src/css/pageComponents/_content-callout.scss */
  .container.new-layout .page-component--content-callout.quotes .callout-box-content:after {
    bottom: 0;
    right: 0;
    background: url(../img/icons/reskin/quote_close.svg) center no-repeat; }

/* line 4, src/css/pageComponents/_infographic-list.scss */
.container.new-layout .page-component--infographic-list h2 {
  margin: 0 auto 1em;
  font-size: 1.25em;
  font-family: SabicHeadlineRegular, arial, sans-serif;
  color: #4D4D4D;
  text-align: left; }
  /* line 11, src/css/pageComponents/_infographic-list.scss */
  [dir="rtl"] .container.new-layout .page-component--infographic-list h2 {
    text-align: right; }

/* line 16, src/css/pageComponents/_infographic-list.scss */
.container.new-layout .page-component--infographic-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 23, src/css/pageComponents/_infographic-list.scss */
  .container.new-layout .page-component--infographic-list ul li {
    width: 50%;
    padding: 5px; }
    @media only screen and (min-width: 601px) {
      /* line 23, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li {
        width: 20%; } }
    /* line 31, src/css/pageComponents/_infographic-list.scss */
    .container.new-layout .page-component--infographic-list ul li .infographic {
      background: #F6F6F6;
      border-top: 1px solid #4D4D4D;
      width: 100%;
      height: 100%;
      padding: 8px 8px 20px 8px;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      /* line 43, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic img {
        width: 85px;
        height: 85px;
        margin: 20px auto 0 auto; }
      /* line 49, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic div {
        margin: 0px auto; }
      /* line 53, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic .top {
        -ms-flex-item-align: start;
            align-self: flex-start; }
      /* line 57, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic .bottom {
        -ms-flex-item-align: end;
            align-self: flex-end; }
      /* line 61, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic p, .container.new-layout .page-component--infographic-list ul li .infographic h3 {
        margin: 0; }
      /* line 65, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic h3 {
        font-size: 1rem;
        color: #939598;
        font-family: SabicRegular, arial, sans-serif; }
        /* line 90, src/css/misc/_fonts.scss */
        .lang-zh .container.new-layout .page-component--infographic-list ul li .infographic h3 {
          font-family: SabicChineseRegular !important; }
      /* line 71, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic p {
        font-size: 0.875rem;
        color: #4D4D4D;
        line-height: 1.125rem; }
      /* line 77, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic p.small {
        font-size: 0.75rem;
        line-height: 0.9375rem; }
      /* line 82, src/css/pageComponents/_infographic-list.scss */
      .container.new-layout .page-component--infographic-list ul li .infographic .value {
        /*font-size:3rem;
					line-height: 3.875rem;*/
        color: #009FDF;
        font-size: 1.8rem;
        line-height: 1.333em; }
        @media only screen and (min-width: 1024px) {
          /* line 82, src/css/pageComponents/_infographic-list.scss */
          .container.new-layout .page-component--infographic-list ul li .infographic .value {
            font-size: 2.5rem; } }

/* line 732, src/css/style.scss */
.container.new-layout .page-component--sustainability-header {
  margin: 0px auto 30px; }
  /* line 4, src/css/pageComponents/_sustainability-header.scss */
  .container.new-layout .page-component--sustainability-header .row {
    /*display: flex;
		flex-flow: row wrap;*/ }
    /* line 8, src/css/pageComponents/_sustainability-header.scss */
    .container.new-layout .page-component--sustainability-header .row .col {
      /*order: 2;*/ }
      @media only screen and (min-width: 601px) {
        /* line 8, src/css/pageComponents/_sustainability-header.scss */
        .container.new-layout .page-component--sustainability-header .row .col {
          /*order: 1;*/ } }
      /* line 15, src/css/pageComponents/_sustainability-header.scss */
      .container.new-layout .page-component--sustainability-header .row .col.header-links {
        /*order: 1;*/ }
        @media only screen and (min-width: 601px) {
          /* line 15, src/css/pageComponents/_sustainability-header.scss */
          .container.new-layout .page-component--sustainability-header .row .col.header-links {
            /*order: 2;*/ } }
        @media only screen and (min-width: 601px) {
          /* line 22, src/css/pageComponents/_sustainability-header.scss */
          .container.new-layout .page-component--sustainability-header .row .col.header-links .block.html {
            padding-left: 5em; }
            /* line 27, src/css/pageComponents/_sustainability-header.scss */
            [dir="rtl"] .container.new-layout .page-component--sustainability-header .row .col.header-links .block.html {
              padding-left: 0;
              padding-right: 5em; } }
  /* line 38, src/css/pageComponents/_sustainability-header.scss */
  .container.new-layout .page-component--sustainability-header h1 {
    font-size: 1.5rem;
    line-height: 1.9375rem; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/pageComponents/_sustainability-header.scss */
      .container.new-layout .page-component--sustainability-header h1 {
        font-size: 3.25rem;
        line-height: 4.19rem; } }
  /* line 46, src/css/pageComponents/_sustainability-header.scss */
  .container.new-layout .page-component--sustainability-header p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #939598; }
    @media only screen and (min-width: 1024px) {
      /* line 46, src/css/pageComponents/_sustainability-header.scss */
      .container.new-layout .page-component--sustainability-header p {
        font-size: 1.5rem;
        line-height: 1.9375rem; } }
  /* line 55, src/css/pageComponents/_sustainability-header.scss */
  .container.new-layout .page-component--sustainability-header ul {
    margin: 0; }
    /* line 58, src/css/pageComponents/_sustainability-header.scss */
    .container.new-layout .page-component--sustainability-header ul li {
      display: block;
      padding: 0.6em 0;
      font-size: 1rem;
      line-height: 1.3125rem;
      list-style: none;
      text-transform: uppercase;
      letter-spacing: 0.34px;
      border-bottom: 1px solid #939598;
      position: relative; }
      /* line 68, src/css/pageComponents/_sustainability-header.scss */
      .container.new-layout .page-component--sustainability-header ul li .active {
        font-weight: bold; }
        /* line 71, src/css/pageComponents/_sustainability-header.scss */
        .container.new-layout .page-component--sustainability-header ul li .active:before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0;
          height: 2px;
          width: 100%;
          background: #009FDF; }
      /* line 82, src/css/pageComponents/_sustainability-header.scss */
      .container.new-layout .page-component--sustainability-header ul li:hover {
        cursor: pointer; }
        /* line 85, src/css/pageComponents/_sustainability-header.scss */
        .container.new-layout .page-component--sustainability-header ul li:hover a {
          color: #46B4E6;
          text-decoration: none;
          font-weight: bold; }

/* line 736, src/css/style.scss */
.container.new-layout .page-component--sustainability-article-links {
  height: 102px;
  margin-bottom: 3.75em; }
  /* line 5, src/css/pageComponents/_sustainability-article-links.scss */
  .container.new-layout .page-component--sustainability-article-links h2 {
    font-size: 0.75em;
    line-height: 1.3125rem;
    margin-bottom: 0.63em;
    font-family: 'SabicHeadlineRegular';
    color: #939598; }
    @media only screen and (min-width: 1024px) {
      /* line 5, src/css/pageComponents/_sustainability-article-links.scss */
      .container.new-layout .page-component--sustainability-article-links h2 {
        font-size: 1rem;
        line-height: 1.3125rem; } }
  /* line 16, src/css/pageComponents/_sustainability-article-links.scss */
  .container.new-layout .page-component--sustainability-article-links .block {
    position: relative;
    max-width: 396px; }
    /* line 20, src/css/pageComponents/_sustainability-article-links.scss */
    .container.new-layout .page-component--sustainability-article-links .block:before {
      position: absolute;
      top: 50%;
      width: 1.5em;
      height: 1.5em;
      z-index: 2;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(../img/icons/nav-arrow.svg) no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 601px) {
        /* line 20, src/css/pageComponents/_sustainability-article-links.scss */
        .container.new-layout .page-component--sustainability-article-links .block:before {
          content: ''; } }
      @media only screen and (min-width: 1024px) {
        /* line 20, src/css/pageComponents/_sustainability-article-links.scss */
        .container.new-layout .page-component--sustainability-article-links .block:before {
          width: 2.2em;
          height: 2.25em; } }
    /* line 40, src/css/pageComponents/_sustainability-article-links.scss */
    .container.new-layout .page-component--sustainability-article-links .block a {
      display: block;
      padding: 1.28em 3.85em;
      font-size: 0.75em;
      line-height: 1.3125rem;
      font-family: 'SabicHeadlineRegular';
      color: #fff;
      text-transform: uppercase;
      background-color: #009FDF; }
      @media only screen and (min-width: 1024px) {
        /* line 40, src/css/pageComponents/_sustainability-article-links.scss */
        .container.new-layout .page-component--sustainability-article-links .block a {
          font-size: 1.125rem;
          line-height: 1.5rem; } }
      /* line 53, src/css/pageComponents/_sustainability-article-links.scss */
      .container.new-layout .page-component--sustainability-article-links .block a:hover {
        text-decoration: none;
        opacity: 0.9; }
  /* line 60, src/css/pageComponents/_sustainability-article-links.scss */
  .container.new-layout .page-component--sustainability-article-links.next {
    position: relative; }
    /* line 62, src/css/pageComponents/_sustainability-article-links.scss */
    .container.new-layout .page-component--sustainability-article-links.next .next {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 396px; }
      /* line 68, src/css/pageComponents/_sustainability-article-links.scss */
      .container.new-layout .page-component--sustainability-article-links.next .next h2 {
        text-align: right; }
        /* line 70, src/css/pageComponents/_sustainability-article-links.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.next .next h2 {
          text-align: left; }
      /* line 74, src/css/pageComponents/_sustainability-article-links.scss */
      .container.new-layout .page-component--sustainability-article-links.next .next .block {
        text-align: right; }
        /* line 77, src/css/pageComponents/_sustainability-article-links.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.next .next .block {
          text-align: left; }
        /* line 81, src/css/pageComponents/_sustainability-article-links.scss */
        .container.new-layout .page-component--sustainability-article-links.next .next .block:before {
          right: 1em;
          -webkit-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
          @media only screen and (min-width: 1024px) {
            /* line 81, src/css/pageComponents/_sustainability-article-links.scss */
            .container.new-layout .page-component--sustainability-article-links.next .next .block:before {
              right: 1.33em; } }
          /* line 89, src/css/pageComponents/_sustainability-article-links.scss */
          [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.next .next .block:before {
            right: auto;
            left: 1em;
            -webkit-transform: translateY(-50%) rotate(360deg);
                    transform: translateY(-50%) rotate(360deg); }
        /* line 96, src/css/pageComponents/_sustainability-article-links.scss */
        .container.new-layout .page-component--sustainability-article-links.next .next .block a {
          padding: 1.28em 1.55em 1.28em 1em; }
          @media only screen and (min-width: 601px) {
            /* line 96, src/css/pageComponents/_sustainability-article-links.scss */
            .container.new-layout .page-component--sustainability-article-links.next .next .block a {
              padding: 1.28em 3.85em 1.28em 1em; } }
          /* line 103, src/css/pageComponents/_sustainability-article-links.scss */
          [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.next .next .block a {
            padding: 1.28em 1em 1.28em 3.85em; }
      /* line 109, src/css/pageComponents/_sustainability-article-links.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.next .next {
        right: auto;
        left: 0; }
  /* line 117, src/css/pageComponents/_sustainability-article-links.scss */
  .container.new-layout .page-component--sustainability-article-links.previous .previous {
    max-width: 396px; }
    /* line 120, src/css/pageComponents/_sustainability-article-links.scss */
    .container.new-layout .page-component--sustainability-article-links.previous .previous .block {
      text-align: left; }
      /* line 123, src/css/pageComponents/_sustainability-article-links.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.previous .previous .block {
        text-align: right; }
      /* line 127, src/css/pageComponents/_sustainability-article-links.scss */
      .container.new-layout .page-component--sustainability-article-links.previous .previous .block:before {
        left: 1em; }
        @media only screen and (min-width: 1024px) {
          /* line 127, src/css/pageComponents/_sustainability-article-links.scss */
          .container.new-layout .page-component--sustainability-article-links.previous .previous .block:before {
            left: 1.33em; } }
        /* line 134, src/css/pageComponents/_sustainability-article-links.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.previous .previous .block:before {
          left: auto;
          right: 1em;
          -webkit-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
      /* line 140, src/css/pageComponents/_sustainability-article-links.scss */
      .container.new-layout .page-component--sustainability-article-links.previous .previous .block a {
        padding: 1.28em 1em 1.28em 1.55em; }
        @media only screen and (min-width: 601px) {
          /* line 140, src/css/pageComponents/_sustainability-article-links.scss */
          .container.new-layout .page-component--sustainability-article-links.previous .previous .block a {
            padding: 1.28em 1em 1.28em 3.85em; } }
        /* line 147, src/css/pageComponents/_sustainability-article-links.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-article-links.previous .previous .block a {
          padding: 1.28em 3.85em 1.28em 1em; }

/* line 740, src/css/style.scss */
.container.new-layout .page-component--sustainability-highlights-section {
  margin: 0 auto 0.65rem;
  padding-bottom: 0.65em;
  border-bottom: 1px solid #C6C8CA;
  /* per default everything is set to to right */ }
  /* line 6, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section .row {
    margin-left: 0;
    margin-right: 0; }
    @media only screen and (min-width: 601px) {
      /* line 6, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem; } }
    /* line 15, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section .row > .col {
      padding: 0; }
      @media only screen and (min-width: 601px) {
        /* line 15, src/css/pageComponents/_sustainability-highlights-section.scss */
        .container.new-layout .page-component--sustainability-highlights-section .row > .col {
          margin-bottom: 0;
          padding: 0 0.75rem; } }
      /* line 23, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .row > .col:first-child {
        margin-bottom: 1em; }
        @media only screen and (min-width: 601px) {
          /* line 23, src/css/pageComponents/_sustainability-highlights-section.scss */
          .container.new-layout .page-component--sustainability-highlights-section .row > .col:first-child {
            margin-bottom: 0; } }
      /* line 31, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .row > .col a:hover h2, .container.new-layout .page-component--sustainability-highlights-section .row > .col a:hover h3 {
        text-decoration: underline; }
      /* line 35, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .row > .col {
        float: right; }
      /* line 41, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .row > .col.small .col-xs-6 {
        float: right; }
  /* line 49, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section .block.html {
    height: 335px;
    margin: 0;
    overflow: hidden; }
    @media only screen and (min-width: 601px) {
      /* line 49, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .block.html {
        height: 372px; } }
    /* line 58, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section .block.html .block.image, .container.new-layout .page-component--sustainability-highlights-section .block.html .with-ratio {
      height: 100%;
      margin: 0; }
      /* line 62, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .block.html .block.image img, .container.new-layout .page-component--sustainability-highlights-section .block.html .with-ratio img {
        height: 100%;
        max-width: none; }
    /* line 68, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 50%;
      padding: 0 0 1em 1em;
      background-color: #fff; }
      /* line 77, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component {
        right: 50%;
        padding: 0 1em 1em 0; }
      /* line 82, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h2, .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h3 {
        position: absolute;
        left: 1em;
        width: 79%;
        color: #009fdf;
        font-size: 1rem;
        line-height: 1.3125rem;
        text-align: left; }
        /* line 90, src/css/pageComponents/_sustainability-highlights-section.scss */
        .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h2 a, .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h3 a {
          color: #009fdf; }
        @media only screen and (min-width: 1024px) {
          /* line 82, src/css/pageComponents/_sustainability-highlights-section.scss */
          .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h2, .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h3 {
            font-size: 1.125rem;
            line-height: 1.5rem; } }
        /* line 98, src/css/pageComponents/_sustainability-highlights-section.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h2, [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component h3 {
          left: auto;
          right: 1em;
          text-align: right; }
      /* line 105, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component p {
        position: absolute;
        bottom: 1em;
        left: 1em;
        margin: 0;
        font-size: 0.75em;
        line-height: 1.3125rem;
        line-height: 0.94rem;
        text-align: left; }
        @media only screen and (min-width: 1024px) {
          /* line 105, src/css/pageComponents/_sustainability-highlights-section.scss */
          .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component p {
            max-width: 738px; } }
        /* line 118, src/css/pageComponents/_sustainability-highlights-section.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .block.html .inner-component p {
          left: auto;
          right: 1em;
          text-align: right; }
  /* line 128, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component {
    padding: 0 1em 1em 0; }
    /* line 131, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component h2, .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component h3 {
      text-align: left;
      left: 0; }
      /* line 135, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component h2, [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component h3 {
        text-align: right;
        right: 0; }
    /* line 141, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component p {
      left: 0;
      text-align: left; }
      /* line 145, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .left-aligned .block.html .inner-component p {
        right: 0;
        text-align: right; }
  /* line 154, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section .big .left-aligned .inner-component {
    right: 50%; }
    /* line 157, src/css/pageComponents/_sustainability-highlights-section.scss */
    [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .big .left-aligned .inner-component {
      right: 0; }
    /* line 160, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section .big .left-aligned .inner-component h2, .container.new-layout .page-component--sustainability-highlights-section .big .left-aligned .inner-component h3 {
      right: 1em; }
      /* line 163, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .big .left-aligned .inner-component h2, [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section .big .left-aligned .inner-component h3 {
        left: 1em;
        right: auto; }
  /* line 172, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section.small .row div.small .col {
    padding: 0; }
  /* line 176, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section.small .small:first-child {
    padding-bottom: 0.65em;
    border-bottom: 1px solid #C6C8CA; }
    @media only screen and (min-width: 601px) {
      /* line 176, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section.small .small:first-child {
        padding-bottom: 0;
        border-bottom: none; } }
  /* line 186, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html {
    height: 176px;
    /*margin-bottom: 0.65em;*/ }
    /* line 190, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html .inner-component {
      width: 100%;
      height: 100%; }
      /* line 194, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html .inner-component {
        left: 0;
        right: auto;
        padding: 0 0 1em 1em; }
      /* line 201, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html .inner-component h2, [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html .inner-component h3 {
        left: 0;
        text-align: right; }
      /* line 207, src/css/pageComponents/_sustainability-highlights-section.scss */
      .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html .inner-component p {
        bottom: 0; }
        /* line 210, src/css/pageComponents/_sustainability-highlights-section.scss */
        [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .block.html .inner-component p {
          right: 1em;
          text-align: right; }
  /* line 218, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section.small .small.top > a:first-child > div:first-child {
    margin-bottom: 0.65em;
    padding-bottom: 0.65em;
    border-bottom: 1px solid #C6C8CA; }
    /* line 223, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section.small .small.top > a:first-child > div:first-child p {
      bottom: 1em; }
  /* line 229, src/css/pageComponents/_sustainability-highlights-section.scss */
  .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component {
    padding: 0 1em 1em 0; }
    /* line 232, src/css/pageComponents/_sustainability-highlights-section.scss */
    [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component {
      padding: 0 1em 1em 0;
      right: 0; }
    /* line 236, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component h2, .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component h3 {
      right: 1.17em; }
      /* line 239, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component h2, [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component h3 {
        right: 0;
        text-align: right; }
    /* line 246, src/css/pageComponents/_sustainability-highlights-section.scss */
    .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component p {
      right: 1em;
      text-align: left; }
      /* line 251, src/css/pageComponents/_sustainability-highlights-section.scss */
      [dir="rtl"] .container.new-layout .page-component--sustainability-highlights-section.small .small .left-aligned .block.html .inner-component p {
        left: 1em;
        right: auto;
        text-align: right; }

/* line 3, src/css/pageComponents/_sustainability-accordion.scss */
.container.new-layout .page-component--sustainability-accordion .block.html.faq li a {
  font-family: SabicHeadlineRegular, arial, sans-serif;
  text-transform: uppercase; }

/* line 9, src/css/pageComponents/_sustainability-accordion.scss */
.container.new-layout .page-component--sustainability-accordion.hr-template .block.faq .subcategory {
  margin-bottom: 5px; }
  /* line 12, src/css/pageComponents/_sustainability-accordion.scss */
  .container.new-layout .page-component--sustainability-accordion.hr-template .block.faq .subcategory a {
    padding: 1em 2.5em 1em 1.5em;
    background: #f2fafd; }
    /* line 16, src/css/pageComponents/_sustainability-accordion.scss */
    .container.new-layout .page-component--sustainability-accordion.hr-template .block.faq .subcategory a:after {
      width: 1.5em;
      background-position: -75% 55%;
      border: 1px solid;
      border-radius: 50%; }
    /* line 23, src/css/pageComponents/_sustainability-accordion.scss */
    .container.new-layout .page-component--sustainability-accordion.hr-template .block.faq .subcategory a h4 {
      color: #009FDF; }
  /* line 28, src/css/pageComponents/_sustainability-accordion.scss */
  .container.new-layout .page-component--sustainability-accordion.hr-template .block.faq .subcategory .faqs {
    padding: 1em 1.5em; }
  /* line 32, src/css/pageComponents/_sustainability-accordion.scss */
  .container.new-layout .page-component--sustainability-accordion.hr-template .block.faq .subcategory.active a:after {
    background-position: -75% 50%; }

/* line 2, src/css/pageComponents/_sustainability-search.scss */
.container.new-layout .page-component--sustainability-search h2 {
  margin: 0;
  color: #939598;
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  @media only screen and (min-width: 601px) {
    /* line 2, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search h2 {
      padding-bottom: 1em; } }

/* line 13, src/css/pageComponents/_sustainability-search.scss */
.container.new-layout .page-component--sustainability-search .col.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2em; }
  @media only screen and (min-width: 601px) {
    /* line 13, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search .col.search {
      display: inline-block;
      padding-top: 0;
      padding-bottom: 1em; } }
  /* line 24, src/css/pageComponents/_sustainability-search.scss */
  .container.new-layout .page-component--sustainability-search .col.search .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    /* line 28, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search .col.search .col.col-md-8 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    /* line 32, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search .col.search .col.col-md-4 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  /* line 37, src/css/pageComponents/_sustainability-search.scss */
  .container.new-layout .page-component--sustainability-search .col.search h3 {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #939598; }
    @media only screen and (min-width: 601px) {
      /* line 37, src/css/pageComponents/_sustainability-search.scss */
      .container.new-layout .page-component--sustainability-search .col.search h3 {
        padding-top: 1em; } }

/* line 51, src/css/pageComponents/_sustainability-search.scss */
.container.new-layout .page-component--sustainability-search .block.html .ajaxSource {
  padding: 1em 0;
  border-top: 1px solid #ccc; }
  /* line 55, src/css/pageComponents/_sustainability-search.scss */
  .container.new-layout .page-component--sustainability-search .block.html .ajaxSource .search.results {
    margin: 0; }
    /* line 58, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search .block.html .ajaxSource .search.results h3 {
      margin: 0; }
    /* line 61, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search .block.html .ajaxSource .search.results ul {
      padding: 0;
      border: none; }
    /* line 66, src/css/pageComponents/_sustainability-search.scss */
    .container.new-layout .page-component--sustainability-search .block.html .ajaxSource .search.results p {
      margin-bottom: 0; }

/* line 72, src/css/pageComponents/_sustainability-search.scss */
.container.new-layout .page-component--sustainability-search .load_more {
  text-align: center; }

/* line 2, src/css/pageComponents/_table-download.scss */
.container.new-layout .page-component--table-download h2 {
  margin: 0;
  color: #939598;
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-family: SabicHeadlineLight, arial, sans-serif; }
  @media only screen and (min-width: 601px) {
    /* line 2, src/css/pageComponents/_table-download.scss */
    .container.new-layout .page-component--table-download h2 {
      padding-bottom: 1em; } }

/* line 12, src/css/pageComponents/_table-download.scss */
.container.new-layout .page-component--table-download .loader {
  text-align: center; }

/* line 15, src/css/pageComponents/_table-download.scss */
.container.new-layout .page-component--table-download ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0; }
  /* line 21, src/css/pageComponents/_table-download.scss */
  .container.new-layout .page-component--table-download ul li {
    list-style: none; }
    @media only screen and (min-width: 601px) {
      /* line 21, src/css/pageComponents/_table-download.scss */
      .container.new-layout .page-component--table-download ul li {
        display: table-row; } }
    /* line 28, src/css/pageComponents/_table-download.scss */
    .container.new-layout .page-component--table-download ul li .cell {
      display: block; }
      @media only screen and (min-width: 601px) {
        /* line 28, src/css/pageComponents/_table-download.scss */
        .container.new-layout .page-component--table-download ul li .cell {
          display: table-cell;
          width: 33.33%;
          border-right: 4px solid #fff;
          border-bottom: 20px solid #fff; } }
      /* line 38, src/css/pageComponents/_table-download.scss */
      .container.new-layout .page-component--table-download ul li .cell a {
        font-size: 1.125rem;
        line-height: 1.5rem; }
      /* line 42, src/css/pageComponents/_table-download.scss */
      [dir="rtl"] .container.new-layout .page-component--table-download ul li .cell {
        border-left: 4px solid #fff;
        border-right: none; }
    /* line 48, src/css/pageComponents/_table-download.scss */
    .container.new-layout .page-component--table-download ul li.header {
      display: none; }
      @media only screen and (min-width: 601px) {
        /* line 48, src/css/pageComponents/_table-download.scss */
        .container.new-layout .page-component--table-download ul li.header {
          display: table-row; } }
      /* line 54, src/css/pageComponents/_table-download.scss */
      .container.new-layout .page-component--table-download ul li.header .cell {
        padding: 0.6em 1.12em;
        font-family: SabicHeadlineRegular,arial,sans-serif;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #fff;
        text-transform: uppercase;
        background: #009fdf;
        border-bottom: 4px solid #fff; }
        /* line 63, src/css/pageComponents/_table-download.scss */
        .container.new-layout .page-component--table-download ul li.header .cell:last-child {
          border-right: none; }
    /* line 68, src/css/pageComponents/_table-download.scss */
    .container.new-layout .page-component--table-download ul li.content {
      margin-top: 2em; }
      /* line 71, src/css/pageComponents/_table-download.scss */
      .container.new-layout .page-component--table-download ul li.content .cell {
        margin-bottom: 1em;
        padding: 1em 1.12em;
        background: #f2fafd; }
        @media only screen and (min-width: 601px) {
          /* line 71, src/css/pageComponents/_table-download.scss */
          .container.new-layout .page-component--table-download ul li.content .cell {
            padding: 0.39em 1.12em;
            border-right: 4px solid #fff;
            position: relative; } }
        /* line 82, src/css/pageComponents/_table-download.scss */
        .container.new-layout .page-component--table-download ul li.content .cell:first-child {
          font-family: SabicHeadlineRegular,arial,sans-serif;
          text-transform: uppercase; }
          @media only screen and (min-width: 601px) {
            /* line 82, src/css/pageComponents/_table-download.scss */
            .container.new-layout .page-component--table-download ul li.content .cell:first-child {
              text-transform: inherit; } }
        /* line 91, src/css/pageComponents/_table-download.scss */
        .container.new-layout .page-component--table-download ul li.content .cell.last {
          background: none;
          border-right: none;
          padding: 0; }
          /* line 95, src/css/pageComponents/_table-download.scss */
          .container.new-layout .page-component--table-download ul li.content .cell.last select, .container.new-layout .page-component--table-download ul li.content .cell.last a {
            width: 100%;
            margin: 0;
            padding: 0.25em 0; }
          /* line 101, src/css/pageComponents/_table-download.scss */
          .container.new-layout .page-component--table-download ul li.content .cell.last select {
            height: 35px;
            margin: 0 0 1em;
            padding: 0 1.34em;
            color: #009fdf;
            border-color: #009fdf;
            background: url(../img/icons/chevron_down.png) right center no-repeat;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: ''; }
            @media only screen and (min-width: 601px) {
              /* line 101, src/css/pageComponents/_table-download.scss */
              .container.new-layout .page-component--table-download ul li.content .cell.last select {
                margin: 0 0 4px; } }
            /* line 117, src/css/pageComponents/_table-download.scss */
            [dir="rtl"] .container.new-layout .page-component--table-download ul li.content .cell.last select {
              background: url(../img/icons/chevron_down.png) 10px center no-repeat; }
        /* line 123, src/css/pageComponents/_table-download.scss */
        .container.new-layout .page-component--table-download ul li.content .cell .disabled {
          background-color: #7FCFEF;
          border-color: #7FCFEF; }
        @media only screen and (min-width: 601px) {
          /* line 128, src/css/pageComponents/_table-download.scss */
          .container.new-layout .page-component--table-download ul li.content .cell span {
            position: absolute;
            top: 50%;
            left: 20px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            /* line 136, src/css/pageComponents/_table-download.scss */
            [dir="rtl"] .container.new-layout .page-component--table-download ul li.content .cell span {
              left: auto;
              right: 20px; } }

/* line 756, src/css/style.scss */
.container.new-layout .page-component--sustainability-quote {
  margin: 30px auto 45px; }
  @media only screen and (min-width: 601px) {
    /* line 4, src/css/pageComponents/_sustainability-quote.scss */
    .container.new-layout .page-component--sustainability-quote .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  /* line 9, src/css/pageComponents/_sustainability-quote.scss */
  .container.new-layout .page-component--sustainability-quote .row .infographic .block.html {
    height: 100%;
    padding-top: 0.38em;
    margin: 0;
    border-top: 1px solid #000;
    background: #f4f4f4;
    text-align: center; }
    @media only screen and (min-width: 601px) {
      /* line 9, src/css/pageComponents/_sustainability-quote.scss */
      .container.new-layout .page-component--sustainability-quote .row .infographic .block.html {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    /* line 22, src/css/pageComponents/_sustainability-quote.scss */
    .container.new-layout .page-component--sustainability-quote .row .infographic .block.html .infographic {
      margin: 0 auto;
      -ms-flex-item-align: center;
          align-self: center; }
      /* line 26, src/css/pageComponents/_sustainability-quote.scss */
      .container.new-layout .page-component--sustainability-quote .row .infographic .block.html .infographic h3 {
        margin-bottom: 0;
        font-family: SabicLight, arial, sans-serif;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.3125rem;
        color: #939598; }
      /* line 34, src/css/pageComponents/_sustainability-quote.scss */
      .container.new-layout .page-component--sustainability-quote .row .infographic .block.html .infographic img {
        width: 100%;
        max-width: 250px;
        margin: 1.64em auto; }
        /* line 39, src/css/pageComponents/_sustainability-quote.scss */
        .container.new-layout .page-component--sustainability-quote .row .infographic .block.html .infographic img.icon {
          width: 85px;
          max-width: 85px; }
      /* line 45, src/css/pageComponents/_sustainability-quote.scss */
      .container.new-layout .page-component--sustainability-quote .row .infographic .block.html .infographic p {
        width: 65%;
        margin: 0 auto 1.35em;
        font-size: 0.75em;
        line-height: 1.3125rem;
        line-height: 0.94rem; }
  /* line 55, src/css/pageComponents/_sustainability-quote.scss */
  .container.new-layout .page-component--sustainability-quote .row .quote {
    position: relative; }
    @media only screen and (min-width: 601px) {
      /* line 55, src/css/pageComponents/_sustainability-quote.scss */
      .container.new-layout .page-component--sustainability-quote .row .quote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute; } }
    /* line 67, src/css/pageComponents/_sustainability-quote.scss */
    .container.new-layout .page-component--sustainability-quote .row .quote:after {
      content: '';
      position: absolute;
      bottom: -41px;
      right: 0;
      width: 52px;
      height: 45px;
      background: #fff url(../img/icons/quote-icon.png) right top no-repeat; }
    /* line 77, src/css/pageComponents/_sustainability-quote.scss */
    .container.new-layout .page-component--sustainability-quote .row .quote .block.html {
      margin: 0;
      height: 100%;
      padding: 1em 0.75rem;
      border-top: 2px solid rgba(29, 170, 231, 0.83);
      border-bottom: 2px solid rgba(29, 170, 231, 0.83); }
      @media only screen and (min-width: 601px) {
        /* line 77, src/css/pageComponents/_sustainability-quote.scss */
        .container.new-layout .page-component--sustainability-quote .row .quote .block.html {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      /* line 88, src/css/pageComponents/_sustainability-quote.scss */
      .container.new-layout .page-component--sustainability-quote .row .quote .block.html p {
        margin: 0;
        font-size: 1.38rem;
        line-height: 1.82rem;
        color: #939598; }

/* line 760, src/css/style.scss */
.container.new-layout .page-component--events-details {
  margin-top: 0; }
  /* line 4, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: SabicHeadlineLight, arial, sans-serif;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--events-details h1 {
      font-family: SabicChineseLight !important; }
  /* line 10, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details p {
    font-size: 1.125rem;
    line-height: 1.5rem; }
    @media only screen and (min-width: 1024px) {
      /* line 10, src/css/pageComponents/_events-details.scss */
      .container.new-layout .page-component--events-details p {
        font-size: 1rem;
        line-height: 1.3125rem; } }
  /* line 18, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details .date {
    margin-top: -0.7em;
    font-size: 0.75rem;
    line-height: 0.94rem;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 26, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details .type-list ul {
    list-style: none;
    margin: 0.7em 0 1.5em; }
    /* line 30, src/css/pageComponents/_events-details.scss */
    .container.new-layout .page-component--events-details .type-list ul li {
      margin: 0 0 0.5em;
      font-size: 0.75rem;
      line-height: 0.94rem;
      color: #4D4D4D;
      font-weight: bold;
      text-transform: uppercase; }
      /* line 38, src/css/pageComponents/_events-details.scss */
      .container.new-layout .page-component--events-details .type-list ul li span {
        padding: 0; }
        /* line 41, src/css/pageComponents/_events-details.scss */
        .container.new-layout .page-component--events-details .type-list ul li span.col-md-9 {
          width: 74%; }
        /* line 45, src/css/pageComponents/_events-details.scss */
        .container.new-layout .page-component--events-details .type-list ul li span.col-md-3 {
          width: 26%;
          color: #939598; }
  /* line 53, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details .follow {
    margin: 0.35em 0 1em; }
    /* line 56, src/css/pageComponents/_events-details.scss */
    .container.new-layout .page-component--events-details .follow .block.news.share {
      float: none !important; }
  /* line 63, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details aside.blue {
    padding: .65em 1.4em .65em .65em;
    font-family: SabicHeadlineLight, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    background: #f2fafd; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--events-details aside.blue {
      font-family: SabicChineseLight !important; }
  /* line 70, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details aside h2 {
    margin: 0 0 0.4em;
    font-family: SabicHeadlineLight, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    color: #939598; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .container.new-layout .page-component--events-details aside h2 {
      font-family: SabicChineseLight !important; }
  /* line 77, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details aside p {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.5rem;
    color: #4D4D4D; }
  /* line 84, src/css/pageComponents/_events-details.scss */
  .container.new-layout .page-component--events-details aside a {
    font-size: 0.75rem;
    line-height: 1.9rem;
    font-weight: bold;
    text-transform: uppercase; }

/* line 2, src/css/pageComponents/_events-list.scss */
.container.new-layout .page-component--events-list .row {
  text-align: center; }

/* line 5, src/css/pageComponents/_events-list.scss */
.container.new-layout .page-component--events-list .col {
  padding: 0;
  font-family: SabicHeadlineRegular, arial, sans-serif;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    /* line 5, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list .col {
      text-align: right; } }
  /* line 14, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list .col h2 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.94rem;
    color: #939598;
    font-family: SabicLight, arial, sans-serif;
    text-align: left; }
  /* line 25, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list .col.col-xs-12 p {
    display: inline-block;
    margin: 0; }
  /* line 30, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list .col.col-xs-12.col-md-12 {
    margin-top: 1em; }
  /* line 36, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list .col.col-xs-12.col-lg-9 p {
    color: #939598;
    font-size: 0.75em;
    line-height: 1.58em;
    font-family: SabicLight, arial, sans-serif;
    text-transform: uppercase; }
  /* line 45, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list .col.col-xs-12 .filter {
    display: inline-block;
    width: 100%;
    min-width: 69px;
    margin-bottom: 8px; }
    @media only screen and (min-width: 601px) {
      /* line 45, src/css/pageComponents/_events-list.scss */
      .container.new-layout .page-component--events-list .col.col-xs-12 .filter {
        display: inline-block;
        max-width: 105px;
        width: auto;
        margin-left: 0.9em;
        margin-bottom: 0; } }
    /* line 60, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list .col.col-xs-12 .filter select {
      width: 100%;
      padding: 1.5px 1.5em 1.5px  4.5px;
      color: #009FDF;
      border: 1px solid #009FDF;
      background: #fff url(../img/icons/chevron-blue.png) 98% no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      /* line 70, src/css/pageComponents/_events-list.scss */
      .container.new-layout .page-component--events-list .col.col-xs-12 .filter select::-ms-expand {
        display: none; }
      @media only screen and (min-width: 601px) {
        /* line 60, src/css/pageComponents/_events-list.scss */
        .container.new-layout .page-component--events-list .col.col-xs-12 .filter select {
          background-position: 90% 50%; } }
  /* line 79, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list .col.col-xs-12 button {
    margin-bottom: 1.95em;
    margin-left: 0.8em;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #009FDF;
    background: transparent;
    border: none;
    font-family: SabicLight, arial, sans-serif; }

/* line 93, src/css/pageComponents/_events-list.scss */
.container.new-layout .page-component--events-list ul {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
  position: relative; }
  /* line 100, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list ul .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffffc7; }
    /* line 109, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list ul .loader.finished {
      opacity: 0;
      z-index: -1; }
    /* line 114, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list ul .loader .sabic-loader.finished {
      opacity: 1; }
  /* line 120, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list ul li {
    padding: 1em;
    list-style: none; }
    /* line 124, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list ul li:nth-child(2n + 1) {
      background: #f2fafd; }
    /* line 128, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list ul li h2 {
      margin: 0;
      font-family: SabicHeadlineLight, arial, sans-serif; }
      /* line 132, src/css/pageComponents/_events-list.scss */
      .container.new-layout .page-component--events-list ul li h2 a {
        font-size: 1.5rem;
        line-height: 1.94rem;
        color: #009FDF; }
    /* line 139, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list ul li h3 {
      margin: 8px 0;
      color: #939598;
      font-size: 0.75rem;
      line-height: 0.95rem;
      font-weight: bold; }
    /* line 147, src/css/pageComponents/_events-list.scss */
    .container.new-layout .page-component--events-list ul li p {
      margin: 8px 0;
      color: #939598;
      font-size: 0.75rem;
      line-height: 0.95rem; }
      /* line 154, src/css/pageComponents/_events-list.scss */
      .container.new-layout .page-component--events-list ul li p.description {
        margin-bottom: 1em;
        font-size: 1.14rem;
        line-height: 1.5rem; }
      /* line 160, src/css/pageComponents/_events-list.scss */
      .container.new-layout .page-component--events-list ul li p span {
        color: #4D4D4D;
        font-family: SabicHeadlineLight, arial, sans-serif;
        text-transform: uppercase;
        font-weight: bold; }
        /* line 166, src/css/pageComponents/_events-list.scss */
        .container.new-layout .page-component--events-list ul li p span.info {
          display: inline-block;
          width: 84px;
          margin-right: 10px;
          color: #939598; }

/* line 177, src/css/pageComponents/_events-list.scss */
.container.new-layout .page-component--events-list button.load-more {
  color: #009FDF;
  margin: 0 0 1.5em 0;
  padding-left: 0.5em;
  padding-right: 1.75em;
  display: inline-block;
  position: relative;
  background: none;
  border: none; }
  /* line 187, src/css/pageComponents/_events-list.scss */
  .container.new-layout .page-component--events-list button.load-more:before {
    content: "";
    background: url(../img/icons/chevron_right.png) center no-repeat;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
    right: 0;
    top: 0.4em;
    margin-left: 0.75em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/* line 768, src/css/style.scss */
.container.new-layout .page-component--chart {
  max-width: 700px;
  margin: 0.8rem auto; }
  @media only screen and (min-width: 601px) {
    /* line 768, src/css/style.scss */
    .container.new-layout .page-component--chart {
      margin: 15px auto; } }
  /* line 10, src/css/pageComponents/_charts.scss */
  .container.new-layout .page-component--chart h2, .container.new-layout .page-component--chart h3 {
    margin: 0;
    text-align: center; }
  /* line 17, src/css/pageComponents/_charts.scss */
  [dir="rtl"] .container.new-layout .page-component--chart .chart_container {
    border-left: 4px solid #fff;
    border-right: none; }

/* line 772, src/css/style.scss */
.container.new-layout .page-component--header-annual-report {
  padding: 0;
  background: #fff;
  overflow: hidden; }
  @media only screen and (min-width: 601px) {
    /* line 772, src/css/style.scss */
    .container.new-layout .page-component--header-annual-report {
      height: 350px;
      position: relative; } }
  @media only screen and (min-width: 1024px) {
    /* line 772, src/css/style.scss */
    .container.new-layout .page-component--header-annual-report {
      padding: 0; } }
  /* line 17, src/css/pageComponents/_header-annual-report.scss */
  .container.new-layout .page-component--header-annual-report picture img {
    width: 100%; }
  /* line 22, src/css/pageComponents/_header-annual-report.scss */
  .container.new-layout .page-component--header-annual-report .visual_container {
    height: 100%; }
    @media only screen and (min-width: 601px) {
      /* line 22, src/css/pageComponents/_header-annual-report.scss */
      .container.new-layout .page-component--header-annual-report .visual_container {
        width: 50%;
        max-width: 348px;
        margin: 0;
        background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0.6)));
        background: linear-gradient(90deg, white, rgba(255, 255, 255, 0.6));
        box-shadow: 0px 0px 35px 41px rgba(255, 255, 255, 0.6);
        -webkit-box-shadow: 0px 0px 35px 41px rgba(255, 255, 255, 0.6);
        -moz-box-shadow: 0px 0px 35px 41px rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0;
        left: 0; }
        /* line 38, src/css/pageComponents/_header-annual-report.scss */
        [dir="rtl"] .container.new-layout .page-component--header-annual-report .visual_container {
          left: auto;
          right: 0;
          background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.6)));
          background: linear-gradient(270deg, white, rgba(255, 255, 255, 0.6)); } }
    @media only screen and (min-width: 601px) {
      /* line 45, src/css/pageComponents/_header-annual-report.scss */
      .container.new-layout .page-component--header-annual-report .visual_container .text_box {
        position: absolute;
        top: 40%;
        left: 0.95rem;
        max-width: 348px;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        margin: 0; }
        /* line 55, src/css/pageComponents/_header-annual-report.scss */
        [dir="rtl"] .container.new-layout .page-component--header-annual-report .visual_container .text_box {
          left: auto;
          right: 0.95rem; } }
    /* line 61, src/css/pageComponents/_header-annual-report.scss */
    .container.new-layout .page-component--header-annual-report .visual_container .text_box h1 {
      font-size: 36px;
      font-weight: 300;
      line-height: 40px;
      color: #4D4D4D; }
    /* line 68, src/css/pageComponents/_header-annual-report.scss */
    .container.new-layout .page-component--header-annual-report .visual_container .text_box p {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold; }
    @media only screen and (min-width: 601px) {
      /* line 75, src/css/pageComponents/_header-annual-report.scss */
      .container.new-layout .page-component--header-annual-report .visual_container .links {
        position: absolute;
        bottom: 0%;
        left: 0.95rem;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
        /* line 82, src/css/pageComponents/_header-annual-report.scss */
        [dir="rtl"] .container.new-layout .page-component--header-annual-report .visual_container .links {
          left: auto;
          right: 0.95rem; } }
    /* line 88, src/css/pageComponents/_header-annual-report.scss */
    .container.new-layout .page-component--header-annual-report .visual_container .links a {
      display: block; }
      /* line 91, src/css/pageComponents/_header-annual-report.scss */
      .container.new-layout .page-component--header-annual-report .visual_container .links a.tag {
        margin-top: 7px;
        text-transform: uppercase;
        color: #009FDF;
        font-size: 0.75em;
        line-height: 1.3125rem;
        font-family: SabicHeadlineRegular, arial, sans-serif; }
        /* line 99, src/css/pageComponents/_header-annual-report.scss */
        .container.new-layout .page-component--header-annual-report .visual_container .links a.tag span {
          position: relative; }
          /* line 102, src/css/pageComponents/_header-annual-report.scss */
          .container.new-layout .page-component--header-annual-report .visual_container .links a.tag span:before {
            content: '';
            position: absolute;
            top: 0;
            right: -1.5em;
            width: 12px;
            height: 15px;
            background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center; }
            /* line 111, src/css/pageComponents/_header-annual-report.scss */
            [dir="rtl"] .container.new-layout .page-component--header-annual-report .visual_container .links a.tag span:before {
              left: -1.5em;
              right: auto;
              -webkit-transform-origin: center;
              transform-origin: center;
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

/* line 776, src/css/style.scss */
.container.new-layout .page-component--reports-homepage {
  background: #F6F6F6;
  padding: 1em 1.5em;
  margin: 0 0 1.5em 0;
  margin: 0;
  padding: 1em 0;
  background: transparent; }
  /* line 2, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--reports-homepage:after {
    content: "";
    display: table;
    clear: both; }
  /* line 291, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--reports-homepage legend {
    padding: 0 1em 0 0;
    text-transform: uppercase;
    color: #4D4D4D;
    display: block; }
    /* line 296, src/css/misc/_mixins.scss */
    [dir="rtl"] .container.new-layout .page-component--reports-homepage legend {
      padding: 0 0 0 1em; }
    @media only screen and (min-width: 1024px) {
      /* line 291, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage legend {
        display: inline-block; } }
  /* line 303, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--reports-homepage fieldset {
    margin: 0.5em 0;
    border: 0;
    padding: 0 0 1em;
    white-space: nowrap; }
    @media only screen and (min-width: 601px) {
      /* line 303, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset {
        padding: 0 1em 0 0;
        display: inline-block; }
        /* line 311, src/css/misc/_mixins.scss */
        [dir="rtl"] .container.new-layout .page-component--reports-homepage fieldset {
          padding: 0 0 0 1em; } }
    /* line 315, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage fieldset label {
      display: block;
      cursor: pointer; }
      @media only screen and (min-width: 1024px) {
        /* line 315, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-homepage fieldset label {
          padding-right: 0.5em;
          display: inline-block; }
          /* line 321, src/css/misc/_mixins.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-homepage fieldset label {
            padding-right: 0;
            padding-left: 0.5em; } }
    /* line 327, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage fieldset .text {
      background: #fff;
      border: 1px solid;
      padding: 0.25em 0.5em;
      display: block;
      width: 100%;
      outline: none; }
      @media only screen and (min-width: 1024px) {
        /* line 327, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-homepage fieldset .text {
          width: auto; } }
      /* line 406, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset .text:hover {
        border-color: #FFCD00;
        background-color: #FFCD00;
        color: #4D4D4D; }
      /* line 411, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset .text:active, .container.new-layout .page-component--reports-homepage fieldset .text:focus {
        border-color: #FFCD00;
        background-color: #fff;
        color: #4D4D4D; }
      @media only screen and (min-width: 601px) {
        /* line 327, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-homepage fieldset .text {
          display: inline-block;
          min-width: 25em; } }
    /* line 334, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage fieldset select {
      border: 1px solid;
      padding: 0.25em 0.5em;
      border-radius: 0.2em;
      cursor: pointer;
      border-color: #939598;
      width: 100%;
      line-height: 1.4;
      height: 2em;
      outline: none;
      background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
      padding-right: 3em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      /* line 361, src/css/misc/_mixins.scss */
      .ie9 .container.new-layout .page-component--reports-homepage fieldset select {
        padding-right: 0.5em;
        background: #fff; }
      /* line 365, src/css/misc/_mixins.scss */
      [dir="rtl"] .container.new-layout .page-component--reports-homepage fieldset select {
        padding-right: 0.5em;
        padding-left: 3em;
        background-position: 1em center; }
      /* line 370, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset select::-ms-expand {
        display: none; }
      @media only screen and (min-width: 601px) {
        /* line 334, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-homepage fieldset select {
          width: 9em; } }
      @media only screen and (min-width: 1024px) {
        /* line 334, src/css/misc/_mixins.scss */
        .container.new-layout .page-component--reports-homepage fieldset select {
          width: 15em; } }
      /* line 382, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset select:disabled {
        opacity: 0.5; }
      /* line 385, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset select:hover {
        border-color: #FFE678;
        color: #4D4D4D; }
      /* line 389, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage fieldset select:active, .container.new-layout .page-component--reports-homepage fieldset select:focus {
        border-color: #FFCD00;
        background-color: #fff;
        color: #4D4D4D; }
  /* line 338, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--reports-homepage .add {
    display: inline-block;
    padding-right: 1em; }
  /* line 342, src/css/misc/_mixins.scss */
  .container.new-layout .page-component--reports-homepage button {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff;
    margin: 0; }
    /* line 39, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage button:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 342, src/css/misc/_mixins.scss */
      .container.new-layout .page-component--reports-homepage button {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage button:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage button:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .container.new-layout .page-component--reports-homepage button:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
  @media only screen and (min-width: 601px) {
    /* line 776, src/css/style.scss */
    .container.new-layout .page-component--reports-homepage {
      padding: 1em; } }
  @media only screen and (min-width: 1024px) {
    /* line 776, src/css/style.scss */
    .container.new-layout .page-component--reports-homepage {
      padding: 1em 0; } }
  /* line 16, src/css/pageComponents/_reports-homepage.scss */
  .container.new-layout .page-component--reports-homepage form {
    margin-bottom: 40px; }
    /* line 19, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage form fieldset {
      display: block;
      padding: 0 !important; }
      /* line 23, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage form fieldset .col {
        padding: 0; }
        @media only screen and (min-width: 1024px) {
          /* line 26, src/css/pageComponents/_reports-homepage.scss */
          .container.new-layout .page-component--reports-homepage form fieldset .col.middle {
            padding: 0 0.75rem; } }
      /* line 33, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage form fieldset label {
        display: block;
        padding: 0 0 0.57em;
        font-size: 18px;
        line-height: 24px;
        color: #4D4D4D;
        text-transform: uppercase; }
      /* line 41, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage form fieldset select {
        width: 100% !important;
        height: 40px;
        border-color: #009FDF;
        border-radius: 0;
        color: #4D4D4D; }
    /* line 49, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage form button {
      margin-top: 0.5em;
      margin-bottom: 0.25em;
      width: 100% !important; }
  /* line 57, src/css/pageComponents/_reports-homepage.scss */
  .container.new-layout .page-component--reports-homepage .results .result {
    /***************************/ }
    @media only screen and (min-width: 601px) {
      /* line 60, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result.all .block.html, .container.new-layout .page-component--reports-homepage .results .result.one .block.html {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 601px) {
      /* line 65, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result.all .image, .container.new-layout .page-component--reports-homepage .results .result.one .image {
        margin-right: 1.25rem; }
        /* line 69, src/css/pageComponents/_reports-homepage.scss */
        [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .result.all .image, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .result.one .image {
          margin-left: 1.25rem;
          margin-right: 0; } }
    @media only screen and (min-width: 601px) {
      /* line 78, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result.all .text {
        width: 80.5%; } }
    @media only screen and (min-width: 1024px) {
      /* line 78, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result.all .text {
        width: 47.5%; } }
    @media only screen and (min-width: 601px) {
      /* line 90, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result.one .block.html .text {
        width: 80.5%; } }
    @media only screen and (min-width: 1024px) {
      /* line 90, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result.one .block.html .text {
        width: 74.5%; } }
    /* line 103, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage .results .result .image img {
      display: block;
      width: 100%; }
      @media only screen and (min-width: 601px) {
        /* line 103, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .result .image img {
          max-width: 230px; } }
    /* line 114, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage .results .result .text h3 {
      margin-bottom: 0.2em;
      font-size: 24px;
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 31px; }
    /* line 121, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage .results .result .text p {
      font-size: 18px;
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 24px; }
    /* line 126, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage .results .result .text a {
      text-transform: uppercase;
      color: #009FDF;
      font-size: 0.75em;
      line-height: 1.3125rem;
      font-family: SabicHeadlineRegular, arial, sans-serif; }
      @media only screen and (min-width: 601px) {
        /* line 126, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .result .text a {
          position: absolute;
          bottom: 0; } }
      /* line 138, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .result .text a span {
        position: relative; }
        /* line 141, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .result .text a span:before {
          content: '';
          position: absolute;
          top: 0;
          right: -1.5em;
          width: 12px;
          height: 15px;
          background: url(../img/icons/reskin/DoubleChevron-blue.svg) no-repeat center; }
          /* line 150, src/css/pageComponents/_reports-homepage.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .result .text a span:before {
            left: -1.5em;
            right: auto;
            -webkit-transform-origin: center;
                    transform-origin: center;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
  /* line 162, src/css/pageComponents/_reports-homepage.scss */
  .container.new-layout .page-component--reports-homepage .results .documents {
    clear: both;
    margin: 1.25em 0 1.5em;
    text-align: center; }
    /* line 167, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper {
      text-align: left; }
      /* line 170, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online {
        position: relative;
        padding: 1.75em 4em 1.75em 4em; }
        /* line 174, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download h3, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online h3 {
          margin: 0;
          color: #009fdf;
          font-size: 1.125rem;
          line-height: 1.5rem;
          font-family: SabicHeadlineLight,arial,sans-serif; }
        /* line 182, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-download, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-online, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-download, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-online {
          position: absolute;
          top: 50%;
          left: 1em;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          /* line 189, src/css/pageComponents/_reports-homepage.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-download, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-online, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-download, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-online {
            left: auto;
            right: 1em; }
          /* line 193, src/css/pageComponents/_reports-homepage.scss */
          .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-download:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-online:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-download:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-online:before {
            content: '';
            width: 2rem;
            height: 2rem;
            display: block;
            background-size: contain;
            background: url(../img/icons/SABIC-PDF.svg) no-repeat center; }
        /* line 202, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-download, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-online, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-download, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-online {
          position: absolute;
          top: 50%;
          right: 1em;
          margin-top: -0.75em; }
          /* line 208, src/css/pageComponents/_reports-homepage.scss */
          [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-download, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-online, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-download, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-online {
            right: auto;
            left: 1em; }
          /* line 212, src/css/pageComponents/_reports-homepage.scss */
          .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-download:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-online:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-download:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-online:before {
            content: "";
            width: 2em;
            height: 2em;
            display: inline-block;
            margin-left: 1em;
            position: relative;
            float: right;
            top: -0.25em;
            background-size: contain; }
            /* line 223, src/css/pageComponents/_reports-homepage.scss */
            [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-download:before, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-online:before, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-download:before, [dir="rtl"] .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-online:before {
              left: auto;
              margin-left: 0;
              margin-right: 1em; }
          /* line 53, src/css/misc/_icons.scss */
          .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-download:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-online:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-download:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-online:before {
            background-position: center;
            background-repeat: no-repeat; }
        /* line 233, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-type-online:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-type-online:before {
          background-image: url(../img/icons/sabic-world-bl.svg); }
        /* line 239, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download .ico-online:before, .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online .ico-online:before {
          background-image: url(../img/icons/sabic-web.svg); }
        /* line 244, src/css/pageComponents/_reports-homepage.scss */
        .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .download:nth-child(2n+1), .container.new-layout .page-component--reports-homepage .results .documents .document-wrapper .online:nth-child(2n+1) {
          background: #f2fafd; }
    /* line 250, src/css/pageComponents/_reports-homepage.scss */
    .container.new-layout .page-component--reports-homepage .results .documents .load_more {
      margin-top: 1.82em; }
      /* line 253, src/css/pageComponents/_reports-homepage.scss */
      .container.new-layout .page-component--reports-homepage .results .documents .load_more.finished {
        display: none; }
  /* line 260, src/css/pageComponents/_reports-homepage.scss */
  .container.new-layout .page-component--reports-homepage .loader {
    display: none; }

/* line 780, src/css/style.scss */
.container.new-layout .page-component--sustainability-annual-report-board {
  margin: 2.65rem auto 1rem; }
  @media only screen and (min-width: 601px) {
    /* line 780, src/css/style.scss */
    .container.new-layout .page-component--sustainability-annual-report-board {
      margin-top: 4.65rem; } }
  /* line 9, src/css/pageComponents/_sustainability-annual-report-board.scss */
  .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html {
    display: inline-block;
    width: 48%;
    margin-left: 2%; }
    /* line 15, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html:first-child {
      float: left;
      margin-left: 0;
      margin-right: 2%; }
    @media only screen and (min-width: 601px) {
      /* line 21, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html img {
        width: 50%;
        float: left;
        position: relative;
        z-index: 2; } }
    @media only screen and (min-width: 601px) {
      /* line 31, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html .info {
        position: absolute;
        bottom: 0;
        max-height: 143px;
        height: 90%;
        width: 100%;
        padding-top: 6px;
        padding-left: 54%;
        padding-right: 5px;
        background: #F4F4F4; }
        /* line 43, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html .info:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          height: 100%;
          width: 0.8rem;
          background: #fff; } }
    @media only screen and (min-width: 1024px) {
      /* line 31, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html .info {
        padding-right: 0;
        height: 212px; }
        /* line 58, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .top-level .block.html .info:before {
          width: 1.44rem; } }
  @media only screen and (min-width: 601px) {
    /* line 66, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .lower-level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  /* line 73, src/css/pageComponents/_sustainability-annual-report-board.scss */
  .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html {
    width: 48%;
    max-width: 14.38rem;
    height: 212px;
    float: left;
    margin-right: 2%; }
    /* line 80, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html:nth-child(even) {
      margin-left: 2%;
      margin-right: 0; }
    @media only screen and (min-width: 601px) {
      /* line 73, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html {
        float: none;
        width: 188px;
        height: auto;
        margin-right: 0;
        margin-left: 2%; } }
    @media only screen and (min-width: 1024px) {
      /* line 73, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html {
        width: 25%; } }
    @media only screen and (min-width: 601px) {
      /* line 97, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html:first-child {
        margin-left: 0; } }
    /* line 104, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .img-wrapper {
      position: relative;
      height: 130px;
      overflow: hidden; }
      @media only screen and (min-width: 601px) {
        /* line 104, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .img-wrapper {
          height: 159px; } }
      @media only screen and (min-width: 1024px) {
        /* line 104, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .img-wrapper {
          height: 192px; } }
      /* line 117, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .img-wrapper img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        @media only screen and (min-width: 1024px) {
          /* line 117, src/css/pageComponents/_sustainability-annual-report-board.scss */
          .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .img-wrapper img {
            width: auto;
            height: 100%; } }
      /* line 133, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .img-wrapper:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 76%;
        background: #F4F4F4; }
    @media only screen and (min-width: 601px) {
      /* line 145, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .info h3, .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .info p {
        max-width: 52%;
        padding-left: 0; } }
    /* line 152, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .info h3 {
      max-width: 80%; }
      @media only screen and (min-width: 601px) {
        /* line 152, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .info h3 {
          max-width: 73%; } }
    /* line 159, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .lower-level .block.html .info p {
      position: absolute;
      bottom: 0;
      left: 0; }
  /* line 168, src/css/pageComponents/_sustainability-annual-report-board.scss */
  .container.new-layout .page-component--sustainability-annual-report-board .block.html {
    position: relative;
    margin-bottom: 3.5rem; }
    /* line 172, src/css/pageComponents/_sustainability-annual-report-board.scss */
    .container.new-layout .page-component--sustainability-annual-report-board .block.html .info {
      margin-top: 0.5rem;
      height: 74px; }
      @media only screen and (min-width: 601px) {
        /* line 172, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .block.html .info {
          margin-top: 1.2rem;
          height: 74px;
          position: relative; } }
      @media only screen and (min-width: 601px) {
        /* line 182, src/css/pageComponents/_sustainability-annual-report-board.scss */
        .container.new-layout .page-component--sustainability-annual-report-board .block.html .info h3, .container.new-layout .page-component--sustainability-annual-report-board .block.html .info p {
          max-width: 80%;
          padding-left: 0.8rem; } }
      /* line 189, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .block.html .info h3, .container.new-layout .page-component--sustainability-annual-report-board .block.html .info h3 a {
        margin-bottom: 0;
        font-size: 0.87rem;
        line-height: 1.14rem;
        color: #009FDF; }
      /* line 196, src/css/pageComponents/_sustainability-annual-report-board.scss */
      .container.new-layout .page-component--sustainability-annual-report-board .block.html .info p {
        margin: 0;
        padding-top: 5px;
        font-size: 0.8rem;
        line-height: 0.9rem;
        font-family: SabicRegular, sans-serif; }

/* line 784, src/css/style.scss */
.container.new-layout .page-component--tables {
  padding-top: 2rem; }
  @media only screen and (min-width: 601px) {
    /* line 784, src/css/style.scss */
    .container.new-layout .page-component--tables {
      padding: 0 1em; } }
  @media only screen and (min-width: 1024px) {
    /* line 784, src/css/style.scss */
    .container.new-layout .page-component--tables {
      padding: 0; } }
  /* line 12, src/css/pageComponents/_tables.scss */
  .container.new-layout .page-component--tables h2 {
    margin: 3rem 0 1rem;
    text-transform: inherit; }
  /* line 17, src/css/pageComponents/_tables.scss */
  .container.new-layout .page-component--tables .table-block {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media only screen and (min-width: 1024px) {
      /* line 17, src/css/pageComponents/_tables.scss */
      .container.new-layout .page-component--tables .table-block {
        overflow-x: auto; } }
    /* line 23, src/css/pageComponents/_tables.scss */
    .container.new-layout .page-component--tables .table-block::-webkit-scrollbar {
      width: 5px; }
    /* line 28, src/css/pageComponents/_tables.scss */
    .container.new-layout .page-component--tables .table-block::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 5px #009FDF;
              box-shadow: inset 0 0 5px #009FDF;
      border-radius: 12px; }
    /* line 34, src/css/pageComponents/_tables.scss */
    .container.new-layout .page-component--tables .table-block::-webkit-scrollbar-thumb {
      background: #009FDF;
      border-radius: 12px; }
    /* line 40, src/css/pageComponents/_tables.scss */
    .container.new-layout .page-component--tables .table-block::-webkit-scrollbar-thumb:hover {
      background: #009FDF; }
    /* line 44, src/css/pageComponents/_tables.scss */
    .container.new-layout .page-component--tables .table-block table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      font-family: SabicHeadlineLight, arial, sans-serif;
      font-weight: 100;
      border: 1px solid #009FDF; }
      /* line 52, src/css/pageComponents/_tables.scss */
      .container.new-layout .page-component--tables .table-block table th, .container.new-layout .page-component--tables .table-block table td {
        text-align: left;
        padding: 8px;
        border-left: 1px solid #009FDF; }
        @media only screen and (max-width: 1023px) {
          /* line 52, src/css/pageComponents/_tables.scss */
          .container.new-layout .page-component--tables .table-block table th, .container.new-layout .page-component--tables .table-block table td {
            border-left: none; } }
      @media only screen and (max-width: 1023px) {
        /* line 62, src/css/pageComponents/_tables.scss */
        .container.new-layout .page-component--tables .table-block table .left-column-header {
          border-right: 1px solid #009FDF; } }
      /* line 68, src/css/pageComponents/_tables.scss */
      .container.new-layout .page-component--tables .table-block table tr {
        position: relative;
        border-bottom: 1px solid #009FDF; }
      /* line 73, src/css/pageComponents/_tables.scss */
      .container.new-layout .page-component--tables .table-block table thead {
        background: rgba(0, 159, 223, 0.07); }
        /* line 76, src/css/pageComponents/_tables.scss */
        .container.new-layout .page-component--tables .table-block table thead th {
          font-size: 1rem;
          font-family: SabicHeadlineRegular, arial, sans-serif;
          font-weight: 300;
          color: #4d4d4d; }
          /* line 82, src/css/pageComponents/_tables.scss */
          .container.new-layout .page-component--tables .table-block table thead th.drop-down {
            display: none; }
            @media only screen and (max-width: 1023px) {
              /* line 82, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down {
                display: block;
                position: relative;
                width: 100%; } }
            /* line 91, src/css/pageComponents/_tables.scss */
            .container.new-layout .page-component--tables .table-block table thead th.drop-down:before {
              content: '';
              position: absolute;
              top: 50%;
              right: 1em;
              width: 0;
              height: 0;
              border-width: 10px 7px 0 7px;
              border-color: #000000 transparent transparent transparent;
              border-style: solid;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              z-index: 3;
              display: block; }
            /* line 106, src/css/pageComponents/_tables.scss */
            .container.new-layout .page-component--tables .table-block table thead th.drop-down.show:before {
              display: none; }
            /* line 110, src/css/pageComponents/_tables.scss */
            .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown {
              margin: 0;
              padding: 0;
              height: 100%;
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background: #fff;
              -webkit-transition: all 0.4s;
              transition: all 0.4s;
              overflow: hidden;
              z-index: 2;
              /* width */
              /* Track */
              /* Handle */
              /* Handle on hover */ }
              /* line 123, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown.show {
                height: 14rem;
                border-left: 1px solid #009fdf;
                border-bottom: 2px solid #009fdf;
                overflow-y: auto; }
                /* line 129, src/css/pageComponents/_tables.scss */
                .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown.show span {
                  z-index: -1;
                  background-color: transparent; }
                /* line 134, src/css/pageComponents/_tables.scss */
                .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown.show li {
                  display: block;
                  padding: 0.5em 0.3em;
                  position: relative;
                  border-bottom: 1px solid #009fdf;
                  z-index: 5; }
                  /* line 141, src/css/pageComponents/_tables.scss */
                  .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown.show li.show {
                    position: relative;
                    top: 0;
                    -webkit-transform: translateY(0);
                            transform: translateY(0);
                    padding: 0.5em 0.3em;
                    background: rgba(0, 159, 223, 0.07);
                    white-space: initial;
                    overflow: visible; }
                  /* line 151, src/css/pageComponents/_tables.scss */
                  .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown.show li:hover {
                    cursor: pointer;
                    background: rgba(0, 159, 223, 0.07); }
                  /* line 156, src/css/pageComponents/_tables.scss */
                  .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown.show li:last-child {
                    border-bottom: none; }
              /* line 162, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown span {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 4;
                background: rgba(0, 159, 223, 0.07); }
              /* line 172, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown:hover {
                cursor: pointer; }
              /* line 176, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown li {
                padding: 0.1em 2em 0.1em 0.5em;
                display: none; }
                /* line 180, src/css/pageComponents/_tables.scss */
                .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown li:hover {
                  cursor: pointer; }
                /* line 184, src/css/pageComponents/_tables.scss */
                .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown li.show {
                  display: block;
                  z-index: 2;
                  width: 100%;
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                          transform: translateY(-50%);
                  color: #4d4d4d;
                  font-weight: bold;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  width: 100%; }
              /* line 201, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown::-webkit-scrollbar {
                width: 5px; }
              /* line 206, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 5px #009FDF;
                        box-shadow: inset 0 0 5px #009FDF;
                border-radius: 12px; }
              /* line 212, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown::-webkit-scrollbar-thumb {
                background: #009FDF;
                border-radius: 12px; }
              /* line 218, src/css/pageComponents/_tables.scss */
              .container.new-layout .page-component--tables .table-block table thead th.drop-down .myDropdown::-webkit-scrollbar-thumb:hover {
                background: #009FDF; }
          @media only screen and (max-width: 1023px) {
            /* line 223, src/css/pageComponents/_tables.scss */
            .container.new-layout .page-component--tables .table-block table thead th.left-column-header {
              width: 50%; } }
          @media only screen and (max-width: 1023px) {
            /* line 228, src/css/pageComponents/_tables.scss */
            .container.new-layout .page-component--tables .table-block table thead th.header-stack {
              display: none; } }
      @media only screen and (max-width: 1023px) {
        /* line 237, src/css/pageComponents/_tables.scss */
        .container.new-layout .page-component--tables .table-block table tbody td.to-stack {
          display: none; } }
      @media only screen and (max-width: 1023px) {
        /* line 242, src/css/pageComponents/_tables.scss */
        .container.new-layout .page-component--tables .table-block table tbody td.to-stack.show {
          display: block; } }
      /* line 249, src/css/pageComponents/_tables.scss */
      .container.new-layout .page-component--tables .table-block table tbody td.left-column-header {
        font-family: SabicHeadlineRegular, arial, sans-serif;
        font-weight: 300;
        color: #4d4d4d; }

/* line 3, src/css/pageComponents/_benefits-search.scss */
.container.new-layout .page-component--benefits-search .benefits-search-container {
  position: relative;
  width: 100%;
  min-height: 480px;
  background-color: #071017;
  background-image: url("../placeholder-images/benefit-search-mobile.jpg");
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media only screen and (min-width: 601px) {
    /* line 3, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search-container {
      background-image: url("../placeholder-images/benefit-search2.jpg");
      min-height: 600px;
      background-position: center left;
      background-size: auto 100%; } }
  @media only screen and (min-width: 1024px) {
    /* line 3, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search-container {
      min-height: 400px;
      background-position: center left;
      background-size: auto 100%; } }
  /* line 27, src/css/pageComponents/_benefits-search.scss */
  .container.new-layout .page-component--benefits-search .benefits-search-container:before {
    content: '';
    position: absolute;
    top: 10rem;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 16.7rem;
    max-height: 16.7rem;
    z-index: 2;
    background: linear-gradient(141deg, #0540a4 0%, #008fd3 100%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.8; }
    @media only screen and (min-width: 601px) {
      /* line 27, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search-container:before {
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        top: 18.7rem;
        left: 2.5rem;
        max-width: 28rem;
        max-height: 28rem; } }
    @media only screen and (min-width: 1024px) {
      /* line 27, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search-container:before {
        top: 12.5rem;
        left: 2.5rem;
        max-width: 24rem;
        max-height: 24rem; } }
  /* line 58, src/css/pageComponents/_benefits-search.scss */
  .container.new-layout .page-component--benefits-search .benefits-search-container video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 601px) {
      /* line 58, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search-container video {
        left: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    @media only screen and (min-width: 601px) {
      /* line 71, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search-container video#small {
        display: none; } }
    /* line 77, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search-container video#medium {
      display: none; }
      @media only screen and (min-width: 601px) {
        /* line 77, src/css/pageComponents/_benefits-search.scss */
        .container.new-layout .page-component--benefits-search .benefits-search-container video#medium {
          display: block; } }
      @media only screen and (min-width: 1024px) {
        /* line 77, src/css/pageComponents/_benefits-search.scss */
        .container.new-layout .page-component--benefits-search .benefits-search-container video#medium {
          display: none; } }
    /* line 89, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search-container video#large {
      display: none; }
      @media only screen and (min-width: 1024px) {
        /* line 89, src/css/pageComponents/_benefits-search.scss */
        .container.new-layout .page-component--benefits-search .benefits-search-container video#large {
          display: block; } }

/* line 98, src/css/pageComponents/_benefits-search.scss */
.container.new-layout .page-component--benefits-search .benefits-search {
  position: absolute;
  top: 10.5rem;
  left: 50%;
  width: 90%;
  max-width: 14rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }
  @media only screen and (min-width: 601px) {
    /* line 98, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 18.6rem;
      left: 6.3rem;
      max-width: 20.6rem; } }
  @media only screen and (min-width: 1024px) {
    /* line 98, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search {
      top: 12.6rem;
      left: 4.3rem;
      max-width: 20.6rem; } }
  /* line 120, src/css/pageComponents/_benefits-search.scss */
  .container.new-layout .page-component--benefits-search .benefits-search h2 {
    display: block;
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    font-size: 1em;
    color: #f2ffff;
    line-height: initial;
    font-family: SabicHeadlineRegular, arial, sans-serif; }
    @media only screen and (min-width: 601px) {
      /* line 120, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search h2 {
        font-size: 1.3em; } }
    /* line 133, src/css/pageComponents/_benefits-search.scss */
    [dir="rtl"] .container.new-layout .page-component--benefits-search .benefits-search h2 {
      margin-left: 0;
      margin-right: 1.2rem; }
    /* line 138, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search h2 span {
      display: block; }
  /* line 143, src/css/pageComponents/_benefits-search.scss */
  .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box {
    width: 100%;
    padding: 0.8rem 1.5rem;
    position: relative;
    z-index: 10001;
    font-size: 0.9em;
    color: #f2ffff;
    background: #021349;
    border: 1px solid #021349;
    border-radius: 2rem; }
    /* line 154, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #f2ffff;
      opacity: 1;
      /* Firefox */ }
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #f2ffff;
      opacity: 1;
      /* Firefox */ }
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #f2ffff;
      opacity: 1;
      /* Firefox */ }
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #f2ffff;
      opacity: 1;
      /* Firefox */ }
    /* line 159, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box::-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #f2ffff; }
    /* line 163, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #f2ffff; }
    /* line 167, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-box:focus {
      outline: none; }
  /* line 172, src/css/pageComponents/_benefits-search.scss */
  .container.new-layout .page-component--benefits-search .benefits-search p {
    margin-left: 1.2rem;
    color: #f2ffff;
    line-height: initial; }
  /* line 178, src/css/pageComponents/_benefits-search.scss */
  .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results {
    display: none;
    position: absolute;
    top: 46%;
    max-height: 11.5em;
    width: 100%;
    padding: 2rem 1rem 0.2rem;
    overflow-y: auto;
    z-index: 1000;
    background: #021349;
    border: 1px solid #021349;
    border-top: 0;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media only screen and (min-width: 601px) {
      /* line 178, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results {
        top: 50%; } }
    /* line 195, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results:before {
      content: '';
      position: absolute;
      top: 25px;
      left: 2%;
      width: 96%;
      height: 1px;
      background-color: #f2ffff; }
    /* line 205, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results a {
      display: block;
      width: 100%;
      padding: 0.15rem 0.5rem;
      color: #f2ffff; }
      /* line 211, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results a.selected, .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results a:hover {
        background: #eee;
        text-decoration: none;
        color: #009FDF; }
    /* line 217, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results p.label {
      padding: 0.15rem 0.5rem;
      font-size: 1rem;
      font-weight: 700;
      color: #f2ffff; }
    /* line 223, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results p {
      margin: 0;
      color: #f2ffff; }
      /* line 227, src/css/pageComponents/_benefits-search.scss */
      .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results p.msg {
        padding: 0.15rem 0.5rem;
        pointer-events: none; }
    /* line 234, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results::-webkit-scrollbar {
      width: 6px; }
    /* line 239, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results::-webkit-scrollbar-track {
      background: #021349; }
    /* line 244, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results::-webkit-scrollbar-thumb {
      background: #fff; }
    /* line 249, src/css/pageComponents/_benefits-search.scss */
    .container.new-layout .page-component--benefits-search .benefits-search .benefits-search-results::-webkit-scrollbar-thumb:hover {
      background: #555; }

/* line 48, src/css/blocks/_menu.scss */
body.scroll-active .block.menu {
  -webkit-transition: height 0.4s, max-width 0.4s, -webkit-transform 0.4s;
  transition: height 0.4s, max-width 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, height 0.4s, max-width 0.4s;
  transition: transform 0.4s, height 0.4s, max-width 0.4s, -webkit-transform 0.4s; }
  /* line 51, src/css/blocks/_menu.scss */
  body.scroll-active .block.menu h2.title img {
    -webkit-transition: height 0.4s, margin-top 0.4s, -webkit-transform 0.4s;
    transition: height 0.4s, margin-top 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, height 0.4s, margin-top 0.4s;
    transition: transform 0.4s, height 0.4s, margin-top 0.4s, -webkit-transform 0.4s; }

/* line 55, src/css/blocks/_menu.scss */
body.scroll-active .year-stamp {
  display: block; }

/* line 60, src/css/blocks/_menu.scss */
body.scroll-active.scroll-down .block.menu, body.scroll-active.scroll-up .block.menu {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  @media only screen and (min-width: 1024px) {
    /* line 60, src/css/blocks/_menu.scss */
    body.scroll-active.scroll-down .block.menu, body.scroll-active.scroll-up .block.menu {
      -webkit-transform: none;
              transform: none;
      height: 45px; }
      /* line 8, src/css/blocks/_menu.scss */
      body.scroll-active.scroll-down .block.menu nav h2, body.scroll-active.scroll-up .block.menu nav h2 {
        display: none; }
      /* line 12, src/css/blocks/_menu.scss */
      body.scroll-active.scroll-down .block.menu h2.title img, body.scroll-active.scroll-up .block.menu h2.title img {
        height: 75%;
        width: auto;
        margin-top: 5px; } }

/* line 65, src/css/blocks/_menu.scss */
body.scroll-active.scroll-down.page-end .block.menu, body.scroll-active.scroll-down.page-start .block.menu, body.scroll-active.scroll-up.page-end .block.menu, body.scroll-active.scroll-up.page-start .block.menu {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }
  @media only screen and (min-width: 1024px) {
    /* line 65, src/css/blocks/_menu.scss */
    body.scroll-active.scroll-down.page-end .block.menu, body.scroll-active.scroll-down.page-start .block.menu, body.scroll-active.scroll-up.page-end .block.menu, body.scroll-active.scroll-up.page-start .block.menu {
      -webkit-transform: none;
              transform: none;
      height: 90px; }
      /* line 29, src/css/blocks/_menu.scss */
      body.scroll-active.scroll-down.page-end .block.menu nav h2, body.scroll-active.scroll-down.page-start .block.menu nav h2, body.scroll-active.scroll-up.page-end .block.menu nav h2, body.scroll-active.scroll-up.page-start .block.menu nav h2 {
        display: block; }
      /* line 33, src/css/blocks/_menu.scss */
      body.scroll-active.scroll-down.page-end .block.menu h2.title img, body.scroll-active.scroll-down.page-start .block.menu h2.title img, body.scroll-active.scroll-up.page-end .block.menu h2.title img, body.scroll-active.scroll-up.page-start .block.menu h2.title img {
        height: 100%;
        width: 100%;
        margin-top: 0; }
      /* line 39, src/css/blocks/_menu.scss */
      body.scroll-active.scroll-down.page-end .block.menu h2.title.bigger-logo img, body.scroll-active.scroll-down.page-start .block.menu h2.title.bigger-logo img, body.scroll-active.scroll-up.page-end .block.menu h2.title.bigger-logo img, body.scroll-active.scroll-up.page-start .block.menu h2.title.bigger-logo img {
        margin-top: 5px; } }

@media only screen and (min-width: 1024px) {
  /* line 71, src/css/blocks/_menu.scss */
  body.scroll-active.scroll-down .year-stamp, body.scroll-active.scroll-up .year-stamp {
    display: none; } }

/* line 77, src/css/blocks/_menu.scss */
body.scroll-active.scroll-down.page-start .year-stamp, body.scroll-active.scroll-down.page-end .year-stamp, body.scroll-active.scroll-up.page-start .year-stamp, body.scroll-active.scroll-up.page-end .year-stamp {
  display: block; }
  /* line 80, src/css/blocks/_menu.scss */
  [dir="rtl"] body.scroll-active.scroll-down.page-start .year-stamp, [dir="rtl"] body.scroll-active.scroll-down.page-end .year-stamp, [dir="rtl"] body.scroll-active.scroll-up.page-start .year-stamp, [dir="rtl"] body.scroll-active.scroll-up.page-end .year-stamp {
    right: 0;
    left: auto; }

/* line 88, src/css/blocks/_menu.scss */
body.scroll-active.scroll-up .block.menu {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

/* line 801, src/css/style.scss */
.block {
  position: relative; }
  /* line 804, src/css/style.scss */
  .block.menu {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.25em;
    left: 0;
    width: 100%;
    max-width: 1020px;
    height: 70px;
    z-index: 1001;
    font-weight: 300;
    font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.menu:after {
      content: "";
      display: table;
      clear: both; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh .block.menu {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 1024px) {
      /* line 804, src/css/style.scss */
      .block.menu {
        padding: 19px 21px;
        margin: 0em -1.25em;
        height: 90px;
        left: auto; } }
    /* line 118, src/css/blocks/_menu.scss */
    .block.menu.sustainability nav .menu-p1 > .secondary.first,
    .block.menu.sustainability .block.menu nav .menu-s1 > .secondary.first {
      margin-left: 0; }
    /* line 123, src/css/blocks/_menu.scss */
    .block.menu .title {
      margin: 0;
      position: absolute;
      top: 50%;
      right: 22px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 5; }
      /* line 131, src/css/blocks/_menu.scss */
      [dir="rtl"] .block.menu .title {
        right: auto;
        left: 22px; }
      /* line 136, src/css/blocks/_menu.scss */
      .block.menu .title a {
        display: block;
        width: 76px;
        height: 40px;
        position: relative; }
        @media only screen and (min-width: 1024px) {
          /* line 136, src/css/blocks/_menu.scss */
          .block.menu .title a {
            width: 75px;
            height: 40px; } }
        /* line 148, src/css/blocks/_menu.scss */
        .block.menu .title a img {
          width: 100%;
          height: 100%; }
      /* line 154, src/css/blocks/_menu.scss */
      .block.menu .title.bigger-logo a {
        width: 120px;
        height: 35px; }
    /* line 160, src/css/blocks/_menu.scss */
    .block.menu .year-stamp {
      position: absolute;
      top: 50%;
      left: 9.5em;
      width: 40%;
      margin: 0;
      font-size: 0.75em;
      line-height: initial;
      color: #4D4D4D;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 4; }
      @media only screen and (min-width: 601px) {
        /* line 160, src/css/blocks/_menu.scss */
        .block.menu .year-stamp {
          top: 2.3em;
          left: 10.5em;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          width: auto; } }
      @media only screen and (min-width: 1024px) {
        /* line 160, src/css/blocks/_menu.scss */
        .block.menu .year-stamp {
          top: 1.5em;
          left: auto;
          width: auto;
          right: 19.8%; }
          /* line 185, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu .year-stamp {
            left: 19.8%;
            right: auto; } }
    /* line 192, src/css/blocks/_menu.scss */
    .block.menu .menu-toggle {
      color: #4D4D4D;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 0.75em;
      height: 100%;
      width: 3.5em;
      line-height: 2.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      position: relative;
      z-index: 5;
      float: left; }
      /* line 209, src/css/blocks/_menu.scss */
      .block.menu .menu-toggle .open {
        display: none; }
        /* line 211, src/css/blocks/_menu.scss */
        .menu-open .block.menu .menu-toggle .open {
          display: block;
          position: relative;
          width: 30px;
          height: 30px;
          text-indent: -9999px; }
          /* line 218, src/css/blocks/_menu.scss */
          .menu-open .block.menu .menu-toggle .open:before, .menu-open .block.menu .menu-toggle .open:after {
            content: '';
            position: absolute;
            top: 60%;
            left: 50%;
            width: 100%;
            height: 2px;
            background: #939598;
            -webkit-transform-origin: center center;
                    transform-origin: center center; }
          /* line 229, src/css/blocks/_menu.scss */
          .menu-open .block.menu .menu-toggle .open:before {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg); }
          /* line 233, src/css/blocks/_menu.scss */
          .menu-open .block.menu .menu-toggle .open:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg); }
      /* line 239, src/css/blocks/_menu.scss */
      .block.menu .menu-toggle .closed {
        display: block;
        position: relative;
        width: 30px;
        height: 19px;
        background: #939598;
        text-indent: -9999px; }
        /* line 247, src/css/blocks/_menu.scss */
        [dir="rtl"] .block.menu .menu-toggle .closed {
          overflow: hidden;
          color: #939598; }
        /* line 252, src/css/blocks/_menu.scss */
        .block.menu .menu-toggle .closed:before, .block.menu .menu-toggle .closed:after {
          content: '';
          position: absolute;
          top: 16%;
          left: 0;
          width: 100%;
          height: 27%;
          background: #fff; }
        /* line 262, src/css/blocks/_menu.scss */
        .block.menu .menu-toggle .closed:after {
          top: 59%; }
        /* line 266, src/css/blocks/_menu.scss */
        .menu-open .block.menu .menu-toggle .closed {
          display: none; }
      @media only screen and (min-width: 1024px) {
        /* line 192, src/css/blocks/_menu.scss */
        .block.menu .menu-toggle {
          display: none; } }
    /* line 274, src/css/blocks/_menu.scss */
    .block.menu .search-toggle {
      width: 3em;
      height: 100%;
      text-indent: -999em;
      padding: 0;
      color: transparent;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 5;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      @media only screen and (min-width: 1024px) {
        /* line 274, src/css/blocks/_menu.scss */
        .block.menu .search-toggle {
          display: none; } }
      /* line 290, src/css/blocks/_menu.scss */
      .block.menu .search-toggle svg {
        width: 2em;
        height: 1.6em;
        fill: #4D4D4D;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      /* line 301, src/css/blocks/_menu.scss */
      .search-open .block.menu .search-toggle {
        background: #009FDF; }
        /* line 303, src/css/blocks/_menu.scss */
        .search-open .block.menu .search-toggle svg {
          fill: #fff; }
    @media only screen and (max-width: 1023px) {
      /* line 309, src/css/blocks/_menu.scss */
      .block.menu > form {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 100%;
        width: 100%;
        z-index: 3;
        color: #fff;
        border-top: 70px solid #fff;
        padding: 0.75em;
        background: #009FDF;
        -webkit-transition: right 0.25s ease-out;
        transition: right 0.25s ease-out; }
        /* line 322, src/css/blocks/_menu.scss */
        .search-open .block.menu > form {
          right: 0%; }
        /* line 325, src/css/blocks/_menu.scss */
        .block.menu > form fieldset {
          border: 0;
          padding: 0;
          margin: 0;
          position: relative; }
          /* line 330, src/css/blocks/_menu.scss */
          .block.menu > form fieldset label {
            position: absolute;
            top: 0em;
            left: 0;
            cursor: text;
            text-transform: uppercase; }
            /* line 336, src/css/blocks/_menu.scss */
            [dir="rtl"] .block.menu > form fieldset label {
              left: auto;
              right: 0; }
          /* line 341, src/css/blocks/_menu.scss */
          .block.menu > form fieldset input {
            border: 0;
            margin: 0;
            padding: 0 0 0.5em;
            background: 0;
            border-bottom: 1px solid #fff;
            width: 100%; }
        /* line 350, src/css/blocks/_menu.scss */
        .block.menu > form button {
          background: 0;
          padding: 0;
          margin: 0;
          border: 0;
          position: absolute;
          top: 0;
          right: 0;
          text-indent: -999em;
          text-indent: -999em;
          width: 3em;
          height: 2.5em; }
          /* line 362, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu > form button {
            right: auto;
            left: 0; }
          /* line 366, src/css/blocks/_menu.scss */
          .block.menu > form button svg {
            width: 2em;
            height: 1.2em;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -0.4em 0 0 -1em;
            fill: #fff; } }
    @media only screen and (min-width: 1024px) {
      /* line 309, src/css/blocks/_menu.scss */
      .block.menu > form {
        display: none; } }
    /* line 2, src/css/misc/_mixins.scss */
    .block.menu nav:after {
      content: "";
      display: table;
      clear: both; }
    /* line 384, src/css/blocks/_menu.scss */
    .block.menu nav h2 {
      display: none; }
    /* line 387, src/css/blocks/_menu.scss */
    .block.menu nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    @media only screen and (max-width: 1023px) {
      /* line 382, src/css/blocks/_menu.scss */
      .block.menu nav {
        overflow: visible;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        height: 100vh;
        z-index: 3;
        color: #fff;
        border-top: 70px solid #fff;
        background: #009FDF;
        -webkit-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
        max-width: 20em; }
        /* line 407, src/css/blocks/_menu.scss */
        .menu-open .block.menu nav {
          left: 0%;
          -webkit-transition: left 0.5s ease-out;
          transition: left 0.5s ease-out; }
        /* line 412, src/css/blocks/_menu.scss */
        .menu-l1 .block.menu nav .menu-p1, .menu-l1 .block.menu nav .menu-s1 {
          left: -100%; }
        /* line 418, src/css/blocks/_menu.scss */
        .menu-l2 .block.menu nav .menu-p1, .menu-l2 .block.menu nav .menu-s1 {
          left: -200%; }
        /* line 423, src/css/blocks/_menu.scss */
        .block.menu nav a {
          color: #fff; }
        /* line 427, src/css/blocks/_menu.scss */
        .block.menu nav li a {
          display: block;
          position: relative;
          padding: 0.25em 1em;
          border: none; }
          /* line 433, src/css/blocks/_menu.scss */
          .block.menu nav li a:before {
            content: "";
            line-height: 1;
            font-weight: bold;
            position: absolute;
            top: 50%;
            right: 0.5em;
            height: 1em;
            width: 1em;
            margin-top: -0.5em; }
            /* line 443, src/css/blocks/_menu.scss */
            [dir="rtl"] .block.menu nav li a:before {
              left: 0.5em;
              right: auto;
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        /* line 451, src/css/blocks/_menu.scss */
        .block.menu nav li .ico svg {
          width: 1.2em;
          height: 1.2em;
          display: inline-block;
          fill: #fff;
          margin-right: 0.5em;
          margin-left: -0.1em; }
          /* line 459, src/css/blocks/_menu.scss */
          .block.menu nav li .ico svg g, .block.menu nav li .ico svg use {
            fill: #fff; }
          /* line 463, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav li .ico svg {
            margin-right: -0.1em;
            margin-left: 0.1em; }
        /* line 470, src/css/blocks/_menu.scss */
        .block.menu nav li.dd > a {
          padding-right: 2em; }
          /* line 472, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav li.dd > a {
            padding-right: 1em;
            padding-left: 2em; }
          /* line 476, src/css/blocks/_menu.scss */
          .block.menu nav li.dd > a:before {
            background: url(../img/icons/chevron_right_white.png) center no-repeat; }
        /* line 482, src/css/blocks/_menu.scss */
        .block.menu nav li.back a {
          padding-left: 2.5em; }
          /* line 484, src/css/blocks/_menu.scss */
          .block.menu nav li.back a:before {
            background: url(../img/icons/chevron_right_white.png) center no-repeat;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            right: auto;
            left: 1em; }
        /* line 493, src/css/blocks/_menu.scss */
        .block.menu nav li.selected > a {
          background: #fff;
          color: #009FDF;
          text-decoration: none; }
        /* line 500, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1, .block.menu nav .menu-s1 {
          background: #009FDF;
          padding: 0.5em 0;
          position: absolute;
          top: 0;
          left: 0%;
          width: 100%;
          z-index: 2;
          -webkit-transition: left 0.5s ease-out;
          transition: left 0.5s ease-out; }
          /* line 510, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li > a, .block.menu nav .menu-s1 > li > a {
            text-transform: uppercase; }
          /* line 514, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li.selected > ul, .block.menu nav .menu-p1 > li.leaving > ul, .block.menu nav .menu-s1 > li.selected > ul, .block.menu nav .menu-s1 > li.leaving > ul {
            display: block; }
          /* line 518, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li.search, .block.menu nav .menu-s1 > li.search {
            display: none; }
        /* line 523, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p2, .block.menu nav .menu-s2 {
          position: absolute;
          top: 0;
          left: 100%;
          width: 100%;
          height: 100%;
          z-index: 2;
          display: none;
          padding: 0.5em 0;
          background: #009FDF;
          -webkit-transition: left 0.5s ease-out;
          transition: left 0.5s ease-out; }
          /* line 536, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p2 > li.selected > ul, .block.menu nav .menu-p2 > li.leaving > ul, .block.menu nav .menu-s2 > li.selected > ul, .block.menu nav .menu-s2 > li.leaving > ul {
            display: block; }
        /* line 542, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p3 {
          position: absolute;
          left: 100%;
          top: 0;
          width: 100%;
          display: none;
          height: 100%;
          height: 100vh;
          padding: 0.5em 0;
          z-index: 2;
          background: #009FDF;
          -webkit-transition: left 0.5s ease-out;
          transition: left 0.5s ease-out; } }
    @media only screen and (min-width: 1024px) {
      /* line 557, src/css/blocks/_menu.scss */
      .block.menu nav h2 {
        display: block;
        height: 14px;
        overflow: hidden;
        margin: 0 0 0.65em 2px;
        line-height: 0;
        position: relative;
        float: left; }
        /* line 566, src/css/blocks/_menu.scss */
        .block.menu nav h2 img {
          height: 100%; } }
    @media only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
      /* line 566, src/css/blocks/_menu.scss */
      .block.menu nav h2 img {
        width: 100%; }
        /* line 572, src/css/blocks/_menu.scss */
        [dir="rtl"] .block.menu nav h2 img {
          width: auto; } }
    @media only screen and (min-width: 1024px) {
        /* line 578, src/css/blocks/_menu.scss */
        [dir="rtl"] .block.menu nav h2 {
          float: right;
          width: 100%; }
      /* line 583, src/css/blocks/_menu.scss */
      .block.menu nav .menu-p1, .block.menu nav .menu-s1 {
        clear: left;
        float: left;
        margin: 0 0 0 -0.25em;
        padding: 0;
        position: relative; }
        /* line 2, src/css/misc/_mixins.scss */
        .block.menu nav .menu-p1:after, .block.menu nav .menu-s1:after {
          content: "";
          display: table;
          clear: both; }
        /* line 591, src/css/blocks/_menu.scss */
        [dir="rtl"] .block.menu nav .menu-p1, [dir="rtl"] .block.menu nav .menu-s1 {
          float: right; }
        /* line 595, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1 > li, .block.menu nav .menu-s1 > li {
          vertical-align: top;
          float: left; }
          /* line 598, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav .menu-p1 > li, [dir="rtl"] .block.menu nav .menu-s1 > li {
            float: right; }
          /* line 602, src/css/blocks/_menu.scss */
          #about .block.menu nav .menu-p1 > li#section_about, #about .block.menu nav .menu-s1 > li#section_about {
            background: #009FDF; }
            /* line 602, src/css/blocks/_menu.scss */
            #about .block.menu nav .menu-p1 > li#section_about > a, #about .block.menu nav .menu-s1 > li#section_about > a {
              color: #fff; }
          /* line 603, src/css/blocks/_menu.scss */
          #product .block.menu nav .menu-p1 > li#section_products, #product .block.menu nav .menu-s1 > li#section_products {
            background: #009FDF; }
            /* line 603, src/css/blocks/_menu.scss */
            #product .block.menu nav .menu-p1 > li#section_products > a, #product .block.menu nav .menu-s1 > li#section_products > a {
              color: #fff; }
          /* line 604, src/css/blocks/_menu.scss */
          #industries .block.menu nav .menu-p1 > li#section_industries, #industries .block.menu nav .menu-s1 > li#section_industries {
            background: #009FDF; }
            /* line 604, src/css/blocks/_menu.scss */
            #industries .block.menu nav .menu-p1 > li#section_industries > a, #industries .block.menu nav .menu-s1 > li#section_industries > a {
              color: #fff; }
          /* line 605, src/css/blocks/_menu.scss */
          #innovation .block.menu nav .menu-p1 > li#section_innovation, #innovation .block.menu nav .menu-s1 > li#section_innovation {
            background: #009FDF; }
            /* line 605, src/css/blocks/_menu.scss */
            #innovation .block.menu nav .menu-p1 > li#section_innovation > a, #innovation .block.menu nav .menu-s1 > li#section_innovation > a {
              color: #fff; }
          /* line 606, src/css/blocks/_menu.scss */
          #sustainability .block.menu nav .menu-p1 > li#section_sustainability, #sustainability .block.menu nav .menu-s1 > li#section_sustainability {
            background: #009FDF; }
            /* line 606, src/css/blocks/_menu.scss */
            #sustainability .block.menu nav .menu-p1 > li#section_sustainability > a, #sustainability .block.menu nav .menu-s1 > li#section_sustainability > a {
              color: #fff; }
          /* line 607, src/css/blocks/_menu.scss */
          #careers .block.menu nav .menu-p1 > li#section_careers, #careers .block.menu nav .menu-s1 > li#section_careers {
            background: #009FDF; }
            /* line 607, src/css/blocks/_menu.scss */
            #careers .block.menu nav .menu-p1 > li#section_careers > a, #careers .block.menu nav .menu-s1 > li#section_careers > a {
              color: #fff; }
          /* line 608, src/css/blocks/_menu.scss */
          #investors .block.menu nav .menu-p1 > li#section_investors, #investors .block.menu nav .menu-s1 > li#section_investors {
            background: #009FDF; }
            /* line 608, src/css/blocks/_menu.scss */
            #investors .block.menu nav .menu-p1 > li#section_investors > a, #investors .block.menu nav .menu-s1 > li#section_investors > a {
              color: #fff; }
          /* line 609, src/css/blocks/_menu.scss */
          #newsandmedia .block.menu nav .menu-p1 > li#section_newsandmedia, #newsandmedia .block.menu nav .menu-s1 > li#section_newsandmedia {
            background: #009FDF; }
            /* line 609, src/css/blocks/_menu.scss */
            #newsandmedia .block.menu nav .menu-p1 > li#section_newsandmedia > a, #newsandmedia .block.menu nav .menu-s1 > li#section_newsandmedia > a {
              color: #fff; }
          /* line 612, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li#section_home .ico, .block.menu nav .menu-s1 > li#section_home .ico {
            text-indent: -999em;
            width: 2.5em;
            height: 2em;
            position: relative; }
            /* line 618, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > li#section_home .ico svg, .block.menu nav .menu-s1 > li#section_home .ico svg {
              width: 2em;
              height: 1.2em;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              /* line 627, src/css/blocks/_menu.scss */
              [dir="rtl"] .block.menu nav .menu-p1 > li#section_home .ico svg, [dir="rtl"] .block.menu nav .menu-s1 > li#section_home .ico svg {
                left: auto;
                right: 0;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%); }
              /* line 633, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > li#section_home .ico svg g, .block.menu nav .menu-s1 > li#section_home .ico svg g {
                fill: #ffffff; } }
          @media only screen and (min-width: 1024px) and (min-width: 1024px) {
            /* line 633, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > li#section_home .ico svg g, .block.menu nav .menu-s1 > li#section_home .ico svg g {
              fill: #4D4D4D; } }
    @media only screen and (min-width: 1024px) {
            /* line 643, src/css/blocks/_menu.scss */
            [dir="rtl"] .block.menu nav .menu-p1 > li#section_home .ico, [dir="rtl"] .block.menu nav .menu-s1 > li#section_home .ico {
              width: 2em; }
          /* line 650, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li#section_home:hover .ico svg, .block.menu nav .menu-p1 > li#section_home:hover .ico svg g, .block.menu nav .menu-s1 > li#section_home:hover .ico svg, .block.menu nav .menu-s1 > li#section_home:hover .ico svg g {
            fill: #fff;
            stroke: #fff; }
          /* line 661, src/css/blocks/_menu.scss */
          .lang-zh .block.menu nav .menu-p1 > li:nth-child(8), .lang-zh .block.menu nav .menu-s1 > li:nth-child(8) {
            margin-right: 8em; }
          /* line 666, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li:before, .block.menu nav .menu-s1 > li:before {
            content: "";
            background: rgba(255, 255, 255, 0.7);
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: -999em;
            pointer-events: none;
            z-index: -1; }
          /* line 680, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li.selected:before, .block.menu nav .menu-s1 > li.selected:before {
            left: 0; }
          /* line 683, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li.selected.dd, .block.menu nav .menu-s1 > li.selected.dd {
            background: #009FDF; }
            /* line 685, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > li.selected.dd > a, .block.menu nav .menu-s1 > li.selected.dd > a {
              color: #fff; }
            /* line 688, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > li.selected.dd > ul, .block.menu nav .menu-p1 > li.selected.dd form, .block.menu nav .menu-s1 > li.selected.dd > ul, .block.menu nav .menu-s1 > li.selected.dd form {
              display: block; }
              /* line 692, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > li.selected.dd > ul > li.selected ul, .block.menu nav .menu-p1 > li.selected.dd form > li.selected ul, .block.menu nav .menu-s1 > li.selected.dd > ul > li.selected ul, .block.menu nav .menu-s1 > li.selected.dd form > li.selected ul {
                display: block; }
          /* line 700, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > li > a, .block.menu nav .menu-s1 > li > a {
            display: block;
            font-size: 0.75em;
            padding: 0.25em 0.58em;
            color: #4D4D4D;
            text-transform: uppercase; }
        /* line 711, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1 > .primary.selected.dd, .block.menu nav .menu-s1 > .primary.selected.dd {
          /*&:nth-child(1){ position: static; > ul { margin-left: 1em; left:0%; } }
                            &:nth-child(2){ position: static; > ul { margin-left: 1em; left:0%; } }
                            &:nth-child(3){ position: static; > ul { margin-left: 1em; left:0%; } }
                            &:nth-child(4){ position: static; > ul { margin-left: 1em; left:0%; } }
                            &:nth-child(8){ position: static; > ul { margin-left: 0; left: auto; right: 0; margin-right: 1em; } }
                            &:nth-child(9){ position: static; > ul { margin-left: 0; left: auto; right: 0; margin-right: 1em; } }
                            */ }
          /* line 712, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .primary.selected.dd:after, .block.menu nav .menu-s1 > .primary.selected.dd:after {
            display: none; }
        /* line 724, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1 > .primary.active, .block.menu nav .menu-p1 > .primary:hover, .block.menu nav .menu-s1 > .primary.active, .block.menu nav .menu-s1 > .primary:hover {
          background: #009FDF; }
          /* line 726, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .primary.active > a, .block.menu nav .menu-p1 > .primary:hover > a, .block.menu nav .menu-s1 > .primary.active > a, .block.menu nav .menu-s1 > .primary:hover > a {
            position: relative;
            text-decoration: none;
            color: #fff; }
        /* line 732, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1 > .primary.dd, .block.menu nav .menu-s1 > .primary.dd {
          position: relative; }
          /* line 735, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .primary.dd.active > a, .block.menu nav .menu-p1 > .primary.dd:hover > a, .block.menu nav .menu-s1 > .primary.dd.active > a, .block.menu nav .menu-s1 > .primary.dd:hover > a {
            position: relative;
            z-index: 1; }
            /* line 738, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .primary.dd.active > a:after, .block.menu nav .menu-p1 > .primary.dd:hover > a:after, .block.menu nav .menu-s1 > .primary.dd.active > a:after, .block.menu nav .menu-s1 > .primary.dd:hover > a:after {
              content: "";
              position: absolute;
              background: #009FDF url(../img/icons/menu-dd.png) no-repeat top center;
              width: 100%;
              height: 1.25em;
              top: 100%;
              left: 0; }
        /* line 751, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1 > .secondary, .block.menu nav .menu-s1 > .secondary {
          vertical-align: top;
          position: relative; } }
    @media only screen and (min-width: 1024px) and (min-width: 1024px) {
      /* line 751, src/css/blocks/_menu.scss */
      .block.menu nav .menu-p1 > .secondary, .block.menu nav .menu-s1 > .secondary {
        /*border-right: 1px solid #ccc;*/ }
        /* line 756, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p1 > .secondary.first, .block.menu nav .menu-s1 > .secondary.first {
          margin-left: 79px; }
          /* line 759, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav .menu-p1 > .secondary.first, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.first {
            margin-left: 0;
            margin-right: 79px; } }
    @media only screen and (min-width: 1024px) {
          /* line 765, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary:last-child, .block.menu nav .menu-s1 > .secondary:last-child {
            border-right: 0; }
            /* line 767, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary:last-child:after, .block.menu nav .menu-s1 > .secondary:last-child:after {
              display: none; }
          /* line 773, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary.selected.dd:after, .block.menu nav .menu-s1 > .secondary.selected.dd:after {
            display: none; }
          /* line 776, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(10), .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(11), .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(12), .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(13), .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(10), .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(11), .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(12), .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(13) {
            position: static; }
            /* line 781, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(10) ul, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(10) form, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(11) ul, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(11) form, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(12) ul, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(12) form, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(13) ul, .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(13) form, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(10) ul, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(10) form, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(11) ul, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(11) form, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(12) ul, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(12) form, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(13) ul, .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(13) form {
              margin-left: 0;
              left: auto;
              right: 0;
              margin-right: -6.25em; }
              /* line 786, src/css/blocks/_menu.scss */
              [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(10) ul, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(10) form, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(11) ul, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(11) form, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(12) ul, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(12) form, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(13) ul, [dir="rtl"] .block.menu nav .menu-p1 > .secondary.selected.dd:nth-child(13) form, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(10) ul, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(10) form, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(11) ul, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(11) form, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(12) ul, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(12) form, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(13) ul, [dir="rtl"] .block.menu nav .menu-s1 > .secondary.selected.dd:nth-child(13) form {
                margin-right: 0;
                left: 0;
                right: auto;
                margin-left: -6.25em;
                padding-left: 0.5em;
                padding-right: 0.5em; }
          /* line 798, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary.active, .block.menu nav .menu-p1 > .secondary:hover, .block.menu nav .menu-p1 > .secondary.selected, .block.menu nav .menu-s1 > .secondary.active, .block.menu nav .menu-s1 > .secondary:hover, .block.menu nav .menu-s1 > .secondary.selected {
            background: #009FDF; }
            /* line 800, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.active > a, .block.menu nav .menu-p1 > .secondary:hover > a, .block.menu nav .menu-p1 > .secondary.selected > a, .block.menu nav .menu-s1 > .secondary.active > a, .block.menu nav .menu-s1 > .secondary:hover > a, .block.menu nav .menu-s1 > .secondary.selected > a {
              text-decoration: none;
              position: relative; }
            /* line 805, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.active .ico svg, .block.menu nav .menu-p1 > .secondary.active .ico svg g, .block.menu nav .menu-p1 > .secondary:hover .ico svg, .block.menu nav .menu-p1 > .secondary:hover .ico svg g, .block.menu nav .menu-p1 > .secondary.selected .ico svg, .block.menu nav .menu-p1 > .secondary.selected .ico svg g, .block.menu nav .menu-s1 > .secondary.active .ico svg, .block.menu nav .menu-s1 > .secondary.active .ico svg g, .block.menu nav .menu-s1 > .secondary:hover .ico svg, .block.menu nav .menu-s1 > .secondary:hover .ico svg g, .block.menu nav .menu-s1 > .secondary.selected .ico svg, .block.menu nav .menu-s1 > .secondary.selected .ico svg g {
              fill: #fff;
              stroke: #fff; }
            /* line 811, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.active .ico.highlight svg .svg-ico-highlight, .block.menu nav .menu-p1 > .secondary:hover .ico.highlight svg .svg-ico-highlight, .block.menu nav .menu-p1 > .secondary.selected .ico.highlight svg .svg-ico-highlight, .block.menu nav .menu-s1 > .secondary.active .ico.highlight svg .svg-ico-highlight, .block.menu nav .menu-s1 > .secondary:hover .ico.highlight svg .svg-ico-highlight, .block.menu nav .menu-s1 > .secondary.selected .ico.highlight svg .svg-ico-highlight {
              fill: #fff !important; }
          /* line 818, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary.dd.active > a, .block.menu nav .menu-p1 > .secondary.dd:hover > a, .block.menu nav .menu-s1 > .secondary.dd.active > a, .block.menu nav .menu-s1 > .secondary.dd:hover > a {
            z-index: 1; }
            /* line 820, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.dd.active > a:after, .block.menu nav .menu-p1 > .secondary.dd:hover > a:after, .block.menu nav .menu-s1 > .secondary.dd.active > a:after, .block.menu nav .menu-s1 > .secondary.dd:hover > a:after {
              content: "";
              position: absolute;
              background: #009FDF url(../img/icons/menu-dd.png) no-repeat top center;
              width: 100%;
              height: 1.25em;
              top: 100%;
              left: 0; }
          /* line 832, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary > a, .block.menu nav .menu-s1 > .secondary > a {
            display: block;
            font-size: 0.75em;
            padding: 0.25em 0.5em;
            text-transform: uppercase; }
          /* line 838, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary .ico, .block.menu nav .menu-s1 > .secondary .ico {
            text-indent: -999em;
            width: 2.5em;
            height: 2em; }
            /* line 843, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary .ico svg, .block.menu nav .menu-s1 > .secondary .ico svg {
              width: 2em;
              height: 1.2em;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              fill: #4D4D4D; }
              /* line 852, src/css/blocks/_menu.scss */
              [dir="rtl"] .block.menu nav .menu-p1 > .secondary .ico svg, [dir="rtl"] .block.menu nav .menu-s1 > .secondary .ico svg {
                left: 3px;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%); }
              /* line 857, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > .secondary .ico svg .svg-ico-highlight, .block.menu nav .menu-s1 > .secondary .ico svg .svg-ico-highlight {
                fill: transparent; }
            /* line 866, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary .ico.ico-profile.highlight svg, .block.menu nav .menu-s1 > .secondary .ico.ico-profile.highlight svg {
              fill: #009FDF; }
              /* line 868, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > .secondary .ico.ico-profile.highlight svg .svg-ico-highlight, .block.menu nav .menu-s1 > .secondary .ico.ico-profile.highlight svg .svg-ico-highlight {
                fill: #009FDF; }
            /* line 874, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary .ico.ico-email svg, .block.menu nav .menu-s1 > .secondary .ico.ico-email svg {
              height: 1.5em; }
              /* line 877, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > .secondary .ico.ico-email svg use, .block.menu nav .menu-s1 > .secondary .ico.ico-email svg use {
                fill: #4D4D4D; }
            /* line 882, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary .ico.ico-shop svg, .block.menu nav .menu-s1 > .secondary .ico.ico-shop svg {
              height: 1.4em; }
          /* line 887, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p1 > .secondary.dd form, .block.menu nav .menu-s1 > .secondary.dd form {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #009FDF;
            padding: 0 0.75em;
            color: #fff;
            width: 15.5em;
            margin-left: -7em; }
            /* line 897, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.dd form fieldset, .block.menu nav .menu-s1 > .secondary.dd form fieldset {
              border: 0;
              padding: 0;
              margin: 0;
              position: relative; }
              /* line 902, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > .secondary.dd form fieldset label, .block.menu nav .menu-s1 > .secondary.dd form fieldset label {
                position: absolute;
                top: 0.25em;
                left: 0;
                font-size: 0.75em;
                cursor: text;
                text-transform: uppercase; }
              /* line 910, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > .secondary.dd form fieldset input, .block.menu nav .menu-s1 > .secondary.dd form fieldset input {
                border: 0;
                margin: 0;
                font-size: 0.75em;
                padding: 0 0 0.5em;
                padding-right: 3em;
                background: 0;
                border-bottom: 1px solid #fff;
                width: 100%; }
            /* line 921, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p1 > .secondary.dd form button, .block.menu nav .menu-s1 > .secondary.dd form button {
              background: 0;
              padding: 0;
              margin: 0;
              border: 0;
              width: 3.5em;
              height: 2em;
              position: absolute;
              top: 0;
              right: 0;
              text-indent: -999em; }
              /* line 932, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p1 > .secondary.dd form button svg, .block.menu nav .menu-s1 > .secondary.dd form button svg {
                width: 1em;
                height: 1em;
                right: 1em;
                margin: 0;
                top: 10%;
                left: auto; }
      /* line 946, src/css/blocks/_menu.scss */
      .block.menu nav .menu-p2, .block.menu nav .menu-s2 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0em;
        padding: 0;
        margin: 0.5em 0;
        z-index: 2;
        width: 27em;
        padding-right: 13.5em; }
        /* line 956, src/css/blocks/_menu.scss */
        [dir="rtl"] .block.menu nav .menu-p2, [dir="rtl"] .block.menu nav .menu-s2 {
          padding-right: 0;
          padding-left: 13.5em;
          left: auto;
          right: 0; }
        /* line 963, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p2.menu-reg, .block.menu nav .menu-s2.menu-reg {
          left: auto;
          right: 0; }
          /* line 967, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav .menu-p2.menu-reg, [dir="rtl"] .block.menu nav .menu-s2.menu-reg {
            padding-right: 0;
            padding-left: 0;
            left: 0;
            right: auto; }
        /* line 975, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p2:before, .block.menu nav .menu-s2:before {
          content: "";
          background: #009FDF;
          width: 50%;
          position: absolute;
          top: -0.5em;
          bottom: -0.5em;
          left: 0;
          z-index: 0; }
          /* line 984, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav .menu-p2:before, [dir="rtl"] .block.menu nav .menu-s2:before {
            left: auto;
            right: 0; }
        /* line 989, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p2 li, .block.menu nav .menu-s2 li {
          display: block;
          margin: 0; }
          /* line 992, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p2 li.back, .block.menu nav .menu-s2 li.back {
            display: none; }
          /* line 997, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p2 li.dd > a:before, .block.menu nav .menu-s2 li.dd > a:before {
            content: "";
            background: url(../img/icons/chevron_right_white.png) center no-repeat;
            line-height: 1;
            font-weight: bold;
            position: absolute;
            top: 50%;
            right: 0.5em;
            height: 1em;
            width: 1em;
            margin-top: -0.5em; }
            /* line 1008, src/css/blocks/_menu.scss */
            [dir="rtl"] .block.menu nav .menu-p2 li.dd > a:before, [dir="rtl"] .block.menu nav .menu-s2 li.dd > a:before {
              right: auto;
              left: 0.5em;
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
          /* line 1017, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p2 li.selected > a, .block.menu nav .menu-s2 li.selected > a {
            background: #fff;
            color: #009FDF;
            text-decoration: none; }
            /* line 1021, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p2 li.selected > a:before, .block.menu nav .menu-s2 li.selected > a:before {
              background-image: url(../img/icons/chevron_right.png); }
          /* line 1026, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p2 li a, .block.menu nav .menu-s2 li a {
            display: block;
            color: #fff;
            padding: 0.5em 2em 0.5em 1em;
            position: relative;
            font-size: 0.75em;
            margin-right: -1px; }
            /* line 1033, src/css/blocks/_menu.scss */
            [dir="rtl"] .block.menu nav .menu-p2 li a, [dir="rtl"] .block.menu nav .menu-s2 li a {
              padding: 0.5em 1em 0.5em 2em; }
            /* line 1036, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p2 li a:hover, .block.menu nav .menu-s2 li a:hover {
              background: #fff;
              color: #009FDF;
              text-decoration: none; }
              /* line 1040, src/css/blocks/_menu.scss */
              .block.menu nav .menu-p2 li a:hover:before, .block.menu nav .menu-s2 li a:hover:before {
                background-image: url(../img/icons/chevron_right.png); }
            /* line 1047, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p2 li a span.lang_sa, .block.menu nav .menu-s2 li a span.lang_sa {
              font-family: sans-serif; }
            /* line 1050, src/css/blocks/_menu.scss */
            .block.menu nav .menu-p2 li a span.lang_cn, .block.menu nav .menu-s2 li a span.lang_cn {
              font-family: sans-serif; }
      /* line 1057, src/css/blocks/_menu.scss */
      .block.menu nav .menu-p3 {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        padding-left: 50%;
        z-index: -1;
        min-height: 100%; }
        /* line 1068, src/css/blocks/_menu.scss */
        [dir="rtl"] .block.menu nav .menu-p3 {
          padding-left: 0;
          padding-right: 50%; }
        /* line 1072, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p3:before {
          content: "";
          background: #009FDF;
          width: 100%;
          top: -0.5em;
          bottom: -0.5em;
          position: absolute;
          left: 0;
          z-index: -1; }
        /* line 1082, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p3:after {
          content: "";
          border-left: 1px solid #66c5ec;
          width: 1px;
          height: 100%;
          position: absolute;
          left: 50%;
          z-index: 1;
          top: 0em; }
          /* line 1091, src/css/blocks/_menu.scss */
          [dir="rtl"] .block.menu nav .menu-p3:after {
            left: auto;
            right: 50%; }
        /* line 1096, src/css/blocks/_menu.scss */
        .block.menu nav .menu-p3 li {
          border-right: 0; }
          /* line 1100, src/css/blocks/_menu.scss */
          .block.menu nav .menu-p3 li a {
            margin-right: 0; }
      /* line 1105, src/css/blocks/_menu.scss */
      .block.menu nav .menu-s2 {
        width: 15.5em;
        padding-right: 0; }
        /* line 1108, src/css/blocks/_menu.scss */
        .block.menu nav .menu-s2:before {
          width: 100%; }
        /* line 1111, src/css/blocks/_menu.scss */
        .block.menu nav .menu-s2 li {
          border-right: 0; }
          /* line 1113, src/css/blocks/_menu.scss */
          .block.menu nav .menu-s2 li a {
            margin-right: 0; } }
  /* line 807, src/css/style.scss */
  .block.html {
    margin: 0 0 1.5em;
    /*&.video-full,*/
    /*form {
        fieldset {
            margin:1em 0;
            padding:0;
            border:0;
            label {
                display: block;
                color:$darkgrey;
                font-size: 0.875em;
                padding-bottom: 0.5em;
            }
            select {
                @include selectbox;
                width:100%;
                @media only screen and (min-width : 601px) {
                    width:75%;
                }
            }
        }
    }*/ }
    /* line 2, src/css/misc/_mixins.scss */
    .block.html.video-left:after, .block.html.video-right:after, .block.html.image-right:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 601px) {
      /* line 11, src/css/blocks/_html.scss */
      .block.html.video-left span, .block.html.video-right span, .block.html.image-right span {
        float: right;
        padding: 0 0 1.5rem;
        margin: 0 0 0 1.5rem;
        max-width: 50%; }
        /* line 20, src/css/blocks/_html.scss */
        [dir="rtl"] .block.html.video-left span, [dir="rtl"] .block.html.video-right span, [dir="rtl"] .block.html.image-right span {
          float: left; } }
    /* line 24, src/css/blocks/_html.scss */
    .block.html.video-left span .video-play, .block.html.video-right span .video-play, .block.html.image-right span .video-play {
      position: relative;
      max-width: 100%; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.html.video-left span .video-play:after, .block.html.video-right span .video-play:after, .block.html.image-right span .video-play:after {
        content: "";
        display: table;
        clear: both; }
      /* line 30, src/css/blocks/_html.scss */
      .block.html.video-left span .video-play:before, .block.html.video-right span .video-play:before, .block.html.image-right span .video-play:before {
        content: "";
        position: absolute;
        width: 3em;
        height: 3em;
        top: 50%;
        left: 50%;
        background-color: rgba(255, 255, 255, 0.71);
        border-radius: 100em;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: transform 0.2s, -webkit-transform 0.2s; }
      /* line 53, src/css/misc/_icons.scss */
      .block.html.video-left span .video-play:before, .block.html.video-right span .video-play:before, .block.html.image-right span .video-play:before {
        background-position: center;
        background-repeat: no-repeat; }
      /* line 45, src/css/blocks/_html.scss */
      .block.html.video-left span .video-play .thumb, .block.html.video-right span .video-play .thumb, .block.html.image-right span .video-play .thumb {
        width: 100%;
        display: block;
        margin-bottom: 0; }
      /* line 51, src/css/blocks/_html.scss */
      .block.html.video-left span .video-play:hover, .block.html.video-right span .video-play:hover, .block.html.image-right span .video-play:hover {
        text-decoration: none; }
        /* line 54, src/css/blocks/_html.scss */
        .block.html.video-left span .video-play:hover:before, .block.html.video-right span .video-play:hover:before, .block.html.image-right span .video-play:hover:before {
          -webkit-transform: scale(1.1) translate(-50%, -50%);
                  transform: scale(1.1) translate(-50%, -50%); }
    /* line 59, src/css/blocks/_html.scss */
    .block.html.video-left span small, .block.html.video-right span small, .block.html.image-right span small {
      display: block;
      color: #999;
      margin-bottom: 1.5em;
      background: #f6f6f6; }
      @media only screen and (min-width: 601px) {
        /* line 59, src/css/blocks/_html.scss */
        .block.html.video-left span small, .block.html.video-right span small, .block.html.image-right span small {
          padding: 0.5em 1em; } }
    @media only screen and (min-width: 601px) {
      /* line 73, src/css/blocks/_html.scss */
      .block.html.video-left span.small a.video-play, .block.html.video-right span.small a.video-play, .block.html.image-right span.small a.video-play {
        width: 50%; } }
    /* line 82, src/css/blocks/_html.scss */
    .block.html.video-left a.video-play {
      display: block; }
      @media only screen and (min-width: 601px) {
        /* line 82, src/css/blocks/_html.scss */
        .block.html.video-left a.video-play {
          float: left;
          margin: 0 1.5rem 0 0; }
          /* line 88, src/css/blocks/_html.scss */
          [dir="rtl"] .block.html.video-left a.video-play {
            float: right;
            margin: 0 0 0 1.5rem; } }
    /* line 98, src/css/blocks/_html.scss */
    .block.html.video-full a.video-play {
      width: 100%; }
      /* line 101, src/css/blocks/_html.scss */
      .block.html.video-full a.video-play img {
        width: 100%;
        display: block;
        margin-bottom: 0; }
      /* line 107, src/css/blocks/_html.scss */
      .block.html.video-full a.video-play .video-play {
        position: relative;
        max-width: 100%; }
        /* line 2, src/css/misc/_mixins.scss */
        .block.html.video-full a.video-play .video-play:after {
          content: "";
          display: table;
          clear: both; }
        /* line 113, src/css/blocks/_html.scss */
        .block.html.video-full a.video-play .video-play:before {
          content: "";
          position: absolute;
          width: 3em;
          height: 3em;
          top: 50%;
          left: 50%;
          background-color: rgba(255, 255, 255, 0.71);
          border-radius: 100em;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          transition: transform 0.2s, -webkit-transform 0.2s; }
        /* line 53, src/css/misc/_icons.scss */
        .block.html.video-full a.video-play .video-play:before {
          background-position: center;
          background-repeat: no-repeat; }
        /* line 128, src/css/blocks/_html.scss */
        .block.html.video-full a.video-play .video-play .thumb {
          width: 100%;
          display: block;
          margin-bottom: 0; }
        /* line 134, src/css/blocks/_html.scss */
        .block.html.video-full a.video-play .video-play:hover {
          text-decoration: none; }
          /* line 137, src/css/blocks/_html.scss */
          .block.html.video-full a.video-play .video-play:hover:before {
            -webkit-transform: scale(1.1) translate(-50%, -50%);
                    transform: scale(1.1) translate(-50%, -50%); }
    /* line 147, src/css/blocks/_html.scss */
    .block.html h2.ico:before, .block.html h3.ico:before, .block.html h4.ico:before {
      content: "";
      width: 1.5em;
      height: 1.5em;
      display: inline-block;
      margin-right: 0.5em;
      position: relative;
      top: 0.4em; }
      /* line 155, src/css/blocks/_html.scss */
      [dir="rtl"] .block.html h2.ico:before, [dir="rtl"] .block.html h3.ico:before, [dir="rtl"] .block.html h4.ico:before {
        margin-right: 0;
        margin-left: 0.5em; }
    /* line 53, src/css/misc/_icons.scss */
    .block.html h2.ico:before, .block.html h3.ico:before, .block.html h4.ico:before {
      background-position: center;
      background-repeat: no-repeat; }
    /* line 162, src/css/blocks/_html.scss */
    .block.html h2 .filters-clear, .block.html h3 .filters-clear, .block.html h4 .filters-clear {
      color: #009FDF;
      text-transform: none; }
      /* line 165, src/css/blocks/_html.scss */
      .block.html h2 .filters-clear:hover, .block.html h3 .filters-clear:hover, .block.html h4 .filters-clear:hover {
        color: #46B4E6; }
    /* line 170, src/css/blocks/_html.scss */
    .block.html p {
      margin: 0 0 1em; }
    /* line 173, src/css/blocks/_html.scss */
    .block.html ul {
      list-style: disc outside;
      margin: 0 0 1.5em 1em;
      padding: 0;
      padding: 0; }
      /* line 178, src/css/blocks/_html.scss */
      [dir="rtl"] .block.html ul {
        margin: 0 1em 1.5em 0; }
      /* line 181, src/css/blocks/_html.scss */
      .block.html ul li {
        color: #4D4D4D;
        font-size: 0.9375em;
        font-family: SabicLight, arial, sans-serif; }
        /* line 106, src/css/misc/_fonts.scss */
        .lang-zh .block.html ul li {
          font-family: SabicChineseLight !important; }
    /* line 188, src/css/blocks/_html.scss */
    .block.html ol {
      list-style: decimal outside;
      padding: 0;
      margin: 0 0 1.5em 1em;
      padding: 0; }
      /* line 193, src/css/blocks/_html.scss */
      [dir="rtl"] .block.html ol {
        margin: 0 1em 1.5em 0; }
      /* line 196, src/css/blocks/_html.scss */
      .block.html ol li {
        color: #4D4D4D;
        font-size: 0.9375em;
        font-family: SabicLight, arial, sans-serif; }
        /* line 106, src/css/misc/_fonts.scss */
        .lang-zh .block.html ol li {
          font-family: SabicChineseLight !important; }
    /* line 203, src/css/blocks/_html.scss */
    .block.html img {
      width: auto;
      max-width: 100%; }
    /* line 227, src/css/blocks/_html.scss */
    .block.html .avatar {
      display: block;
      width: 100%;
      border: 1px solid #009FDF;
      border-radius: 100em; }
    /* line 233, src/css/blocks/_html.scss */
    .block.html .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.html .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 233, src/css/blocks/_html.scss */
        .block.html .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.html .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.html .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.html .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
    /* line 236, src/css/blocks/_html.scss */
    .block.html .cta-alt {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      border: 1px solid #FFCD00;
      background: #FFCD00;
      color: #4D4D4D; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.html .cta-alt:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 236, src/css/blocks/_html.scss */
        .block.html .cta-alt {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.html .cta-alt:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 57, src/css/misc/_mixins.scss */
      .block.html .cta-alt:hover {
        border-color: #FFE678;
        background: #FFE678; }
      /* line 61, src/css/misc/_mixins.scss */
      .block.html .cta-alt:active {
        border-color: #FFC300;
        background: #FFC300; }
    /* line 239, src/css/blocks/_html.scss */
    .block.html .table-wrapper {
      overflow-x: auto;
      width: 100%; }
    /* line 243, src/css/blocks/_html.scss */
    .block.html small {
      display: block; }
    /* line 246, src/css/blocks/_html.scss */
    .block.html table {
      width: 100%;
      margin: 0 0 1.5em;
      table-layout: fixed; }
      /* line 250, src/css/blocks/_html.scss */
      .block.html table td, .block.html table th {
        vertical-align: top;
        font-size: 0.9375em;
        padding: 0.25em 1em;
        width: 10em;
        word-break: break-word; }
        /* line 256, src/css/blocks/_html.scss */
        .block.html table td.small, .block.html table th.small {
          border-left: 0; }
        /* line 259, src/css/blocks/_html.scss */
        .block.html table td.tcenter, .block.html table th.tcenter {
          text-align: center; }
        /* line 262, src/css/blocks/_html.scss */
        .block.html table td.vcenter, .block.html table th.vcenter {
          vertical-align: middle; }
      /* line 266, src/css/blocks/_html.scss */
      .block.html table td {
        color: #4D4D4D; }
      /* line 269, src/css/blocks/_html.scss */
      .block.html table th {
        color: #4D4D4D;
        font-weight: 200;
        text-align: left; }
        /* line 273, src/css/blocks/_html.scss */
        [dir="rtl"] .block.html table th {
          text-align: right; }
      /* line 279, src/css/blocks/_html.scss */
      .block.html table thead tr td, .block.html table thead tr th {
        border-left: 4px solid #fff;
        background: #f2fafd;
        text-transform: uppercase;
        padding: 1em;
        min-width: 10em;
        font-family: SabicBold, arial, sans-serif; }
        /* line 98, src/css/misc/_fonts.scss */
        .lang-zh .block.html table thead tr td, .lang-zh .block.html table thead tr th {
          font-family: SabicChineseRegular !important; }
        /* line 287, src/css/blocks/_html.scss */
        .block.html table thead tr td.clear, .block.html table thead tr th.clear {
          background: 0; }
        /* line 290, src/css/blocks/_html.scss */
        .block.html table thead tr td.small, .block.html table thead tr th.small {
          min-width: 5em; }
        /* line 293, src/css/blocks/_html.scss */
        .block.html table thead tr td:first-child, .block.html table thead tr th:first-child {
          border-left: 0; }
      @media only screen and (min-width: 601px) {
        /* line 298, src/css/blocks/_html.scss */
        .block.html table thead tr th.large {
          width: 15em; } }
      /* line 305, src/css/blocks/_html.scss */
      .block.html table thead tr.revision th {
        background: #fff; }
        /* line 308, src/css/blocks/_html.scss */
        .compare-full .block.html table thead tr.revision th .compare_toggle,
        .compare-full .block.html table thead tr.revision th .compare_add {
          opacity: 0.9; }
        /* line 313, src/css/blocks/_html.scss */
        .block.html table thead tr.revision th .compare_add {
          text-transform: none;
          font-weight: 200;
          position: relative;
          padding-left: 2em;
          display: block;
          font-family: SabicLight, arial, sans-serif;
          font-size: 0.9em; }
          /* line 106, src/css/misc/_fonts.scss */
          .lang-zh .block.html table thead tr.revision th .compare_add {
            font-family: SabicChineseLight !important; }
          /* line 321, src/css/blocks/_html.scss */
          [dir="rtl"] .block.html table thead tr.revision th .compare_add {
            margin-left: 0;
            margin-right: 1em; }
          @media only screen and (min-width: 601px) {
            /* line 313, src/css/blocks/_html.scss */
            .block.html table thead tr.revision th .compare_add {
              margin-left: 1em;
              display: inline; } }
          /* line 330, src/css/blocks/_html.scss */
          .block.html table thead tr.revision th .compare_add:before {
            content: "";
            width: 1em;
            height: 1em;
            position: absolute;
            top: 50%;
            left: 0.2em;
            background: no-repeat center;
            margin-top: -0.5em;
            background-image: url(../img/icons/cross.png); }
      /* line 349, src/css/blocks/_html.scss */
      .block.html table tbody tr:last-child th, .block.html table tbody tr:last-child td {
        border-bottom: 0; }
      /* line 354, src/css/blocks/_html.scss */
      .block.html table tbody tr.sub th, .block.html table tbody tr.sub td {
        background: #F6F6F6 !important;
        color: #4D4D4D !important;
        text-transform: uppercase;
        border-bottom: 0;
        border-top: 4px solid #fff; }
      /* line 363, src/css/blocks/_html.scss */
      .block.html table tbody tr td, .block.html table tbody tr th {
        border-bottom: 1px solid #EEEEEE; }
      /* line 367, src/css/blocks/_html.scss */
      .block.html table tbody tr th {
        font-family: SabicBold, arial, sans-serif; }
        /* line 98, src/css/misc/_fonts.scss */
        .lang-zh .block.html table tbody tr th {
          font-family: SabicChineseRegular !important; }
        /* line 370, src/css/blocks/_html.scss */
        .block.html table tbody tr th .cta {
          margin: 0;
          width: 100%; }
      /* line 375, src/css/blocks/_html.scss */
      .block.html table tbody tr td {
        vertical-align: middle; }
        /* line 377, src/css/blocks/_html.scss */
        .block.html table tbody tr td.red {
          color: #D0021B; }
        /* line 380, src/css/blocks/_html.scss */
        .block.html table tbody tr td.gold {
          color: #E79E03; }
        /* line 383, src/css/blocks/_html.scss */
        .block.html table tbody tr td.green {
          color: #23ab3b; }
        /* line 386, src/css/blocks/_html.scss */
        .block.html table tbody tr td a {
          color: #009FDF; }
        /* line 389, src/css/blocks/_html.scss */
        .block.html table tbody tr td .cta {
          margin: 0.25em 0;
          display: inline-block;
          width: 100%;
          padding: 0.35em 1em; }
        /* line 395, src/css/blocks/_html.scss */
        .block.html table tbody tr td select {
          border: 1px solid;
          padding: 0.25em 0.5em;
          border-radius: 0.2em;
          cursor: pointer;
          border-color: #939598;
          width: 100%;
          line-height: 1.4;
          height: 2em;
          outline: none;
          background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
          padding-right: 3em;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          margin: 0.25em 0;
          min-width: 5em !important; }
          /* line 361, src/css/misc/_mixins.scss */
          .ie9 .block.html table tbody tr td select {
            padding-right: 0.5em;
            background: #fff; }
          /* line 365, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.html table tbody tr td select {
            padding-right: 0.5em;
            padding-left: 3em;
            background-position: 1em center; }
          /* line 370, src/css/misc/_mixins.scss */
          .block.html table tbody tr td select::-ms-expand {
            display: none; }
          @media only screen and (min-width: 601px) {
            /* line 395, src/css/blocks/_html.scss */
            .block.html table tbody tr td select {
              width: 9em; } }
          @media only screen and (min-width: 1024px) {
            /* line 395, src/css/blocks/_html.scss */
            .block.html table tbody tr td select {
              width: 15em; } }
          /* line 382, src/css/misc/_mixins.scss */
          .block.html table tbody tr td select:disabled {
            opacity: 0.5; }
          /* line 385, src/css/misc/_mixins.scss */
          .block.html table tbody tr td select:hover {
            border-color: #FFE678;
            color: #4D4D4D; }
          /* line 389, src/css/misc/_mixins.scss */
          .block.html table tbody tr td select:active, .block.html table tbody tr td select:focus {
            border-color: #FFCD00;
            background-color: #fff;
            color: #4D4D4D; }
          @media only screen and (min-width: 601px) {
            /* line 395, src/css/blocks/_html.scss */
            .block.html table tbody tr td select {
              width: 100%; } }
        /* line 404, src/css/blocks/_html.scss */
        .block.html table tbody tr td .download select {
          width: 75%; }
        /* line 407, src/css/blocks/_html.scss */
        .block.html table tbody tr td .download .ico {
          width: 1.5em;
          height: 1.5em;
          text-indent: -999em;
          position: relative;
          display: inline-block;
          margin-left: 0.5em; }
          /* line 414, src/css/blocks/_html.scss */
          .block.html table tbody tr td .download .ico:before {
            content: "";
            width: 1.5em;
            height: 1.5em;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -0.75em;
            margin-top: -0.75em; }
          /* line 53, src/css/misc/_icons.scss */
          .block.html table tbody tr td .download .ico:before {
            background-position: center;
            background-repeat: no-repeat; }
      /* line 430, src/css/blocks/_html.scss */
      .block.html table.comparison {
        table-layout: auto; }
        /* line 434, src/css/blocks/_html.scss */
        .block.html table.comparison thead th.product {
          text-align: left;
          position: relative;
          padding-right: 2.5em;
          padding-left: 1em; }
          /* line 439, src/css/blocks/_html.scss */
          .block.html table.comparison thead th.product .ico {
            display: block; }
            /* line 441, src/css/blocks/_html.scss */
            .block.html table.comparison thead th.product .ico:before {
              content: "";
              position: absolute;
              top: 1em;
              right: 1em;
              width: 1em;
              height: 1em; }
            /* line 53, src/css/misc/_icons.scss */
            .block.html table.comparison thead th.product .ico:before {
              background-position: center;
              background-repeat: no-repeat; }
        /* line 457, src/css/blocks/_html.scss */
        .block.html table.comparison tbody tr th.add {
          background: #f2fafd;
          border-bottom: 0; }
        /* line 463, src/css/blocks/_html.scss */
        .block.html table.comparison tbody tr:hover td, .block.html table.comparison tbody tr:hover th {
          background: #009FDF;
          color: #fff; }
          /* line 467, src/css/blocks/_html.scss */
          .block.html table.comparison tbody tr:hover td a, .block.html table.comparison tbody tr:hover th a {
            color: #fff;
            text-decoration: underline; }
  /* line 809, src/css/style.scss */
  .block.image {
    position: relative;
    margin: 0 0 1.5em;
    /*margin:0 -1.5rem;
    @media only screen and (min-width : 601px) {
        margin:0;
    }*/ }
    /* line 8, src/css/blocks/_image.scss */
    .block.image img {
      display: block;
      max-width: 100%; }
    /* line 13, src/css/blocks/_image.scss */
    .block.image small {
      display: block;
      color: #4D4D4D;
      text-transform: uppercase;
      margin-bottom: 1.5em;
      font-size: 0.75em;
      line-height: 1.3125rem; }
    /* line 21, src/css/blocks/_image.scss */
    .block.image .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 36, src/css/blocks/_image.scss */
      [dir="rtl"] .block.image .ico-search:before {
        left: auto;
        right: 1em; }
  /* line 2, src/css/blocks/_social.scss */
  .block.social:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0; }
  /* line 7, src/css/blocks/_social.scss */
  .block.social .date {
    font-family: SabicRegular, arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.875em; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.social .date {
      font-family: SabicChineseRegular !important; }
  /* line 13, src/css/blocks/_social.scss */
  .block.social .more {
    color: #009FDF;
    margin: 0 0 1.5em 0;
    display: inline-block;
    position: relative;
    padding-left: 1.25em;
    margin: 0; }
    /* line 96, src/css/misc/_mixins.scss */
    .block.social .more:before {
      content: "";
      background: url(../img/icons/chevron_right.png) center left no-repeat;
      font-weight: bold;
      width: 1em;
      height: 1em;
      left: 0;
      top: 50%;
      margin-top: -0.5em;
      position: absolute; }
      /* line 106, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.social .more:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    /* line 110, src/css/misc/_mixins.scss */
    .block.social .more:hover {
      color: #46B4E6;
      text-decoration: underline; }
    /* line 114, src/css/misc/_mixins.scss */
    .block.social .more:active {
      color: #008CC8; }
  /* line 812, src/css/style.scss */
  .block.imagelink {
    position: relative;
    margin: 0 0 1.5em;
    /*margin:0 -1.5rem;
    @media only screen and (min-width : 601px) {
        margin:0;
    }*/ }
    /* line 8, src/css/blocks/_image.scss */
    .block.imagelink img {
      display: block;
      max-width: 100%; }
    /* line 13, src/css/blocks/_image.scss */
    .block.imagelink small {
      display: block;
      color: #4D4D4D;
      text-transform: uppercase;
      margin-bottom: 1.5em;
      font-size: 0.75em;
      line-height: 1.3125rem; }
    /* line 21, src/css/blocks/_image.scss */
    .block.imagelink .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 36, src/css/blocks/_image.scss */
      [dir="rtl"] .block.imagelink .ico-search:before {
        left: auto;
        right: 1em; }
  /* line 814, src/css/style.scss */
  .block.videolink {
    position: relative; }
    /* line 6, src/css/blocks/_videolink.scss */
    .block.videolink.centered a:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    /* line 14, src/css/blocks/_videolink.scss */
    .block.videolink a .video-play {
      position: relative;
      display: block; }
      /* line 18, src/css/blocks/_videolink.scss */
      .block.videolink a .video-play:before {
        content: "";
        position: absolute;
        width: 3em;
        height: 3em;
        top: 50%;
        left: 50%;
        background-color: rgba(255, 255, 255, 0.82);
        border-radius: 100em;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: transform 0.2s, -webkit-transform 0.2s; }
      /* line 53, src/css/misc/_icons.scss */
      .block.videolink a .video-play:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 34, src/css/blocks/_videolink.scss */
    .block.videolink a .thumb {
      margin-bottom: 0; }
    /* line 37, src/css/blocks/_videolink.scss */
    .block.videolink a small {
      display: block;
      color: #999;
      padding: 0.5em 1em;
      margin-bottom: 1.5em;
      background: #f6f6f6; }
    /* line 44, src/css/blocks/_videolink.scss */
    .block.videolink a:hover {
      text-decoration: none; }
      /* line 46, src/css/blocks/_videolink.scss */
      .block.videolink a:hover h3 {
        text-decoration: underline; }
      /* line 50, src/css/blocks/_videolink.scss */
      .block.videolink a:hover .video-play:before {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
                transform: scale(1.1) translate(-50%, -50%); }
    /* line 55, src/css/blocks/_videolink.scss */
    .block.videolink p {
      color: #4D4D4D; }
    /* line 58, src/css/blocks/_videolink.scss */
    .block.videolink .thumb {
      display: block;
      width: 100%;
      margin: 0 0 1.5em; }
    /* line 63, src/css/blocks/_videolink.scss */
    .block.videolink .date {
      font-family: SabicRegular, arial, sans-serif;
      text-transform: uppercase;
      fsize: 0.875em; }
      /* line 90, src/css/misc/_fonts.scss */
      .lang-zh .block.videolink .date {
        font-family: SabicChineseRegular !important; }
  /* line 816, src/css/style.scss */
  .block.youtubelink {
    position: relative; }
    /* line 6, src/css/blocks/_videolink.scss */
    .block.youtubelink.centered a:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    /* line 14, src/css/blocks/_videolink.scss */
    .block.youtubelink a .video-play {
      position: relative;
      display: block; }
      /* line 18, src/css/blocks/_videolink.scss */
      .block.youtubelink a .video-play:before {
        content: "";
        position: absolute;
        width: 3em;
        height: 3em;
        top: 50%;
        left: 50%;
        background-color: rgba(255, 255, 255, 0.82);
        border-radius: 100em;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: transform 0.2s, -webkit-transform 0.2s; }
      /* line 53, src/css/misc/_icons.scss */
      .block.youtubelink a .video-play:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 34, src/css/blocks/_videolink.scss */
    .block.youtubelink a .thumb {
      margin-bottom: 0; }
    /* line 37, src/css/blocks/_videolink.scss */
    .block.youtubelink a small {
      display: block;
      color: #999;
      padding: 0.5em 1em;
      margin-bottom: 1.5em;
      background: #f6f6f6; }
    /* line 44, src/css/blocks/_videolink.scss */
    .block.youtubelink a:hover {
      text-decoration: none; }
      /* line 46, src/css/blocks/_videolink.scss */
      .block.youtubelink a:hover h3 {
        text-decoration: underline; }
      /* line 50, src/css/blocks/_videolink.scss */
      .block.youtubelink a:hover .video-play:before {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
                transform: scale(1.1) translate(-50%, -50%); }
    /* line 55, src/css/blocks/_videolink.scss */
    .block.youtubelink p {
      color: #4D4D4D; }
    /* line 58, src/css/blocks/_videolink.scss */
    .block.youtubelink .thumb {
      display: block;
      width: 100%;
      margin: 0 0 1.5em; }
    /* line 63, src/css/blocks/_videolink.scss */
    .block.youtubelink .date {
      font-family: SabicRegular, arial, sans-serif;
      text-transform: uppercase;
      fsize: 0.875em; }
      /* line 90, src/css/misc/_fonts.scss */
      .lang-zh .block.youtubelink .date {
        font-family: SabicChineseRegular !important; }
    /* line 2, src/css/blocks/_youtubelink.scss */
    .block.youtubelink .logo {
      position: absolute;
      top: 5%;
      right: 5%;
      width: 20%; }
  /* line 818, src/css/style.scss */
  .block.callout-left {
    padding: 1.5em 2em;
    background: #009FDF;
    margin: 0 0 1.5em; }
    /* line 5, src/css/blocks/_callout.scss */
    .block.callout-left.alt {
      background: #041E42; }
    /* line 8, src/css/blocks/_callout.scss */
    .block.callout-left h3 {
      margin: 0 0 0.25em;
      line-height: 1;
      color: #fff;
      font-size: 2em; }
    /* line 14, src/css/blocks/_callout.scss */
    .block.callout-left p {
      margin: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #fff; }
  /* line 819, src/css/style.scss */
  .block.callout-right {
    padding: 1.5em 2em;
    background: #009FDF;
    margin: 0 0 1.5em; }
    /* line 5, src/css/blocks/_callout.scss */
    .block.callout-right.alt {
      background: #041E42; }
    /* line 8, src/css/blocks/_callout.scss */
    .block.callout-right h3 {
      margin: 0 0 0.25em;
      line-height: 1;
      color: #fff;
      font-size: 2em; }
    /* line 14, src/css/blocks/_callout.scss */
    .block.callout-right p {
      margin: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #fff; }
  /* line 821, src/css/style.scss */
  .block.quote-left {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/_quote.scss */
    .block.quote-left blockquote {
      margin: 0;
      line-height: 1.4;
      font-size: 1.5em;
      color: #4D4D4D; }
      /* line 8, src/css/blocks/_quote.scss */
      .block.quote-left blockquote:before, .block.quote-left blockquote:after {
        font-size: 4em;
        color: #EEEEEE; }
      /* line 12, src/css/blocks/_quote.scss */
      .block.quote-left blockquote:before {
        content: open-quote;
        display: block;
        line-height: 0.5em;
        margin: 0 0 -0.25em -0.1em; }
      /* line 18, src/css/blocks/_quote.scss */
      .block.quote-left blockquote:after {
        content: close-quote;
        vertical-align: -0.5em;
        line-height: 0.1em; }
    /* line 24, src/css/blocks/_quote.scss */
    .block.quote-left p {
      line-height: 1;
      text-transform: uppercase; }
  /* line 822, src/css/style.scss */
  .block.quote-right {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/_quote.scss */
    .block.quote-right blockquote {
      margin: 0;
      line-height: 1.4;
      font-size: 1.5em;
      color: #4D4D4D; }
      /* line 8, src/css/blocks/_quote.scss */
      .block.quote-right blockquote:before, .block.quote-right blockquote:after {
        font-size: 4em;
        color: #EEEEEE; }
      /* line 12, src/css/blocks/_quote.scss */
      .block.quote-right blockquote:before {
        content: open-quote;
        display: block;
        line-height: 0.5em;
        margin: 0 0 -0.25em -0.1em; }
      /* line 18, src/css/blocks/_quote.scss */
      .block.quote-right blockquote:after {
        content: close-quote;
        vertical-align: -0.5em;
        line-height: 0.1em; }
    /* line 24, src/css/blocks/_quote.scss */
    .block.quote-right p {
      line-height: 1;
      text-transform: uppercase; }
  /* line 824, src/css/style.scss */
  .block.newsletter {
    margin: 0 0 1.5em; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.newsletter:after {
      content: "";
      display: table;
      clear: both; }
    /* line 4, src/css/blocks/_newsletter.scss */
    .block.newsletter fieldset {
      margin: 0;
      border: 0;
      padding: 0 0 1em;
      position: relative;
      vertical-align: top; }
      @media only screen and (min-width: 1024px) {
        /* line 4, src/css/blocks/_newsletter.scss */
        .block.newsletter fieldset {
          padding: 0 1em 0 0;
          float: left; }
          /* line 13, src/css/blocks/_newsletter.scss */
          [dir="rtl"] .block.newsletter fieldset {
            float: right;
            padding: 0 0 0 1em; } }
      /* line 18, src/css/blocks/_newsletter.scss */
      .block.newsletter fieldset label {
        line-height: 1.9em;
        cursor: text;
        display: block;
        position: absolute;
        top: 0;
        left: 0.5em; }
        /* line 25, src/css/blocks/_newsletter.scss */
        [dir="rtl"] .block.newsletter fieldset label {
          left: auto;
          right: 0.5em; }
        @media only screen and (min-width: 1024px) {
          /* line 18, src/css/blocks/_newsletter.scss */
          .block.newsletter fieldset label {
            padding-right: 0.5em;
            display: inline-block; } }
      /* line 34, src/css/blocks/_newsletter.scss */
      .block.newsletter fieldset input {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        width: 100%;
        outline: none; }
        @media only screen and (min-width: 1024px) {
          /* line 34, src/css/blocks/_newsletter.scss */
          .block.newsletter fieldset input {
            width: auto; } }
        /* line 406, src/css/misc/_mixins.scss */
        .block.newsletter fieldset input:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 411, src/css/misc/_mixins.scss */
        .block.newsletter fieldset input:active, .block.newsletter fieldset input:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 1024px) {
          /* line 34, src/css/blocks/_newsletter.scss */
          .block.newsletter fieldset input {
            min-width: 15em;
            width: auto; } }
      /* line 41, src/css/blocks/_newsletter.scss */
      .block.newsletter fieldset .error {
        color: #D0021B;
        font-size: 0.9375em;
        display: none; }
      /* line 47, src/css/blocks/_newsletter.scss */
      .block.newsletter fieldset.error label {
        color: #D0021B; }
      /* line 50, src/css/blocks/_newsletter.scss */
      .block.newsletter fieldset.error input {
        color: #D0021B;
        border-color: #D0021B; }
      /* line 54, src/css/blocks/_newsletter.scss */
      .block.newsletter fieldset.error .error {
        display: block; }
    /* line 59, src/css/blocks/_newsletter.scss */
    .block.newsletter .cta {
      float: right;
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      border: 1px solid #FFCD00;
      background: #FFCD00;
      color: #4D4D4D; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.newsletter .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 59, src/css/blocks/_newsletter.scss */
        .block.newsletter .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.newsletter .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 57, src/css/misc/_mixins.scss */
      .block.newsletter .cta:hover {
        border-color: #FFE678;
        background: #FFE678; }
      /* line 61, src/css/misc/_mixins.scss */
      .block.newsletter .cta:active {
        border-color: #FFC300;
        background: #FFC300; }
  /* line 4, src/css/blocks/_newsletter-list.scss */
  .block.newsletter_selection input[type="text"] {
    width: 95%;
    padding: 0.25em; }
  /* line 9, src/css/blocks/_newsletter-list.scss */
  .block.newsletter_selection .small {
    font-size: 0.8em;
    margin: 0; }
  @media only screen and (min-width: 601px) {
    /* line 15, src/css/blocks/_newsletter-list.scss */
    .block.newsletter_selection .newsletter_column_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  /* line 21, src/css/blocks/_newsletter-list.scss */
  .block.newsletter_selection .newsletter_column_container .newsletter_column {
    width: 100%; }
    /* line 24, src/css/blocks/_newsletter-list.scss */
    .block.newsletter_selection .newsletter_column_container .newsletter_column h4 {
      text-align: left; }
      /* line 26, src/css/blocks/_newsletter-list.scss */
      [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column h4 {
        text-align: right; }
      /* line 29, src/css/blocks/_newsletter-list.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column h4 .newsletter_toggle {
        font-size: 0.8em;
        display: block;
        color: #009fdf;
        cursor: pointer; }
        /* line 34, src/css/blocks/_newsletter-list.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column h4 .newsletter_toggle:hover {
          text-decoration: underline; }
        /* line 37, src/css/blocks/_newsletter-list.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column h4 .newsletter_toggle .none {
          display: none; }
        /* line 42, src/css/blocks/_newsletter-list.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column h4 .newsletter_toggle.all .none {
          display: inline; }
        /* line 45, src/css/blocks/_newsletter-list.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column h4 .newsletter_toggle.all .all {
          display: none; }
    /* line 51, src/css/blocks/_newsletter-list.scss */
    .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section {
      margin-bottom: 1em; }
      /* line 499, src/css/misc/_mixins.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div input {
        position: absolute;
        left: -999em; }
        /* line 502, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div input {
          left: auto;
          right: -999em; }
        /* line 507, src/css/misc/_mixins.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div input:checked + label:before {
          background: #009FDF; }
        /* line 510, src/css/misc/_mixins.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div input:checked + label:after {
          content: "";
          width: 18px;
          height: 18px;
          border: 1px solid #009FDF;
          background: url(../img/check.png) center no-repeat;
          position: absolute;
          left: 0;
          top: 0; }
          /* line 519, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div input:checked + label:after {
            left: auto;
            right: 0; }
      /* line 526, src/css/misc/_mixins.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label {
        color: #4D4D4D;
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        display: block;
        font-size: 0.9375em; }
        /* line 533, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label {
          padding-left: 0;
          padding-right: 28px; }
        /* line 537, src/css/misc/_mixins.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label:before {
          content: "";
          width: 18px;
          height: 18px;
          background: #fff;
          border: 1px solid #4D4D4D;
          position: absolute;
          left: 0;
          top: 0; }
          /* line 546, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label:before {
            left: auto;
            right: 0; }
        /* line 552, src/css/misc/_mixins.scss */
        .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label:hover:before {
          background: #EEEEEE; }
      /* line 55, src/css/blocks/_newsletter-list.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label {
        text-align: left; }
        /* line 57, src/css/blocks/_newsletter-list.scss */
        [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section div label {
          text-align: right; }
      /* line 63, src/css/blocks/_newsletter-list.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section.nomargin {
        margin-bottom: 0;
        min-height: 3.5em;
        text-align: left; }
      /* line 71, src/css/blocks/_newsletter-list.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section.error label {
        color: #D0021B;
        font-size: 0.9em; }
      /* line 75, src/css/blocks/_newsletter-list.scss */
      .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section.error input {
        color: #D0021B;
        border: 1px solid #D0021B; }
      /* line 79, src/css/blocks/_newsletter-list.scss */
      [dir="rtl"] .block.newsletter_selection .newsletter_column_container .newsletter_column .newsletter_column_section.error {
        text-align: right; }
  /* line 90, src/css/blocks/_newsletter-list.scss */
  .block.newsletter_selection .newsletter_terms {
    border-top: 1px solid #ccc; }
    /* line 499, src/css/misc/_mixins.scss */
    .block.newsletter_selection .newsletter_terms input {
      position: absolute;
      left: -999em; }
      /* line 502, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.newsletter_selection .newsletter_terms input {
        left: auto;
        right: -999em; }
      /* line 507, src/css/misc/_mixins.scss */
      .block.newsletter_selection .newsletter_terms input:checked + label:before {
        background: #009FDF; }
      /* line 510, src/css/misc/_mixins.scss */
      .block.newsletter_selection .newsletter_terms input:checked + label:after {
        content: "";
        width: 18px;
        height: 18px;
        border: 1px solid #009FDF;
        background: url(../img/check.png) center no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
        /* line 519, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.newsletter_selection .newsletter_terms input:checked + label:after {
          left: auto;
          right: 0; }
    /* line 526, src/css/misc/_mixins.scss */
    .block.newsletter_selection .newsletter_terms label {
      color: #4D4D4D;
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      display: block;
      font-size: 0.9375em; }
      /* line 533, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.newsletter_selection .newsletter_terms label {
        padding-left: 0;
        padding-right: 28px; }
      /* line 537, src/css/misc/_mixins.scss */
      .block.newsletter_selection .newsletter_terms label:before {
        content: "";
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #4D4D4D;
        position: absolute;
        left: 0;
        top: 0; }
        /* line 546, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.newsletter_selection .newsletter_terms label:before {
          left: auto;
          right: 0; }
      /* line 552, src/css/misc/_mixins.scss */
      .block.newsletter_selection .newsletter_terms label:hover:before {
        background: #EEEEEE; }
    /* line 93, src/css/blocks/_newsletter-list.scss */
    .block.newsletter_selection .newsletter_terms label {
      text-align: left;
      width: 99%;
      margin: 1em auto 0 auto; }
      @media only screen and (min-width: 601px) {
        /* line 93, src/css/blocks/_newsletter-list.scss */
        .block.newsletter_selection .newsletter_terms label {
          width: 90%; } }
      /* line 100, src/css/blocks/_newsletter-list.scss */
      [dir="rtl"] .block.newsletter_selection .newsletter_terms label {
        text-align: right; }
    /* line 106, src/css/blocks/_newsletter-list.scss */
    .block.newsletter_selection .newsletter_terms.error label {
      color: #D0021B; }
    /* line 109, src/css/blocks/_newsletter-list.scss */
    .block.newsletter_selection .newsletter_terms.error .error {
      display: none !important; }
  /* line 115, src/css/blocks/_newsletter-list.scss */
  .block.newsletter_selection .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.newsletter_selection .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 115, src/css/blocks/_newsletter-list.scss */
      .block.newsletter_selection .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.newsletter_selection .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
  /* line 828, src/css/style.scss */
  .block.stepped-form {
    position: relative; }
    /* line 5, src/css/pageComponents/_stepped-form.scss */
    .block.stepped-form:before {
      content: '';
      position: absolute;
      top: 0;
      left: -1.5rem;
      width: 118%;
      height: 100%;
      background: #F6F6F6; }
      @media only screen and (min-width: 601px) {
        /* line 5, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form:before {
          display: none; } }
    /* line 19, src/css/pageComponents/_stepped-form.scss */
    .block.stepped-form .stepIndicator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      width: 100%;
      margin: 0;
      padding: 0 0 1rem 0;
      background: #FFFFFF;
      position: relative; }
      /* line 28, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form .stepIndicator:before {
        content: '';
        position: absolute;
        top: 0;
        left: -1.5rem;
        width: 118%;
        height: 100%;
        background: #FFFFFF; }
        @media only screen and (min-width: 601px) {
          /* line 28, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form .stepIndicator:before {
            display: none; } }
      /* line 42, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form .stepIndicator li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 8px;
        padding: 9px 0 0 0;
        font-size: 0.75rem;
        color: #4D4D4D;
        font-family: SabicHeadlineRegular, arial, sans-serif;
        text-transform: uppercase;
        border-top: 8px solid #F6F6F6;
        position: relative;
        z-index: 2; }
        /* line 54, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form .stepIndicator li:first-child {
          margin-left: 0; }
        /* line 58, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form .stepIndicator li:last-child {
          margin-right: 0; }
        /* line 62, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form .stepIndicator li.on {
          border-top: 8px solid #FFCD00; }
        /* line 66, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form .stepIndicator li.clickable {
          color: #009FDF; }
          /* line 69, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form .stepIndicator li.clickable:hover {
            cursor: pointer;
            border-color: #009FDF; }
    /* line 77, src/css/pageComponents/_stepped-form.scss */
    .block.stepped-form .navigation-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 110;
      display: none; }
      /* line 86, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form .navigation-popup .copy {
        position: absolute;
        top: 25%;
        left: 50%;
        min-width: 19rem;
        padding: 2rem 1rem;
        background: #fff;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        text-align: center; }
        @media only screen and (min-width: 601px) {
          /* line 86, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form .navigation-popup .copy {
            padding: 2rem; } }
        /* line 100, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form .navigation-popup .copy .cta {
          display: inline-block !important;
          width: auto !important;
          margin: 1rem 0.5rem 0 !important; }
        /* line 106, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form .navigation-popup .copy .cancel-btn {
          margin: 2rem auto 0 !important; }
          @media only screen and (min-width: 601px) {
            /* line 106, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form .navigation-popup .copy .cancel-btn {
              display: inline-block !important;
              width: auto !important;
              margin: 1rem 0 0 2.3rem !important; } }
          /* line 115, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form .navigation-popup .copy .cancel-btn:hover {
            cursor: pointer; }
      /* line 121, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form .navigation-popup:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5; }
    /* line 134, src/css/pageComponents/_stepped-form.scss */
    .block.stepped-form.booking-form.form {
      margin-top: 2.5rem;
      padding-bottom: 2rem;
      background: #F6F6F6; }
      /* line 139, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form .error.field-validation-error {
        display: block; }
      /* line 143, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form h2 {
        margin-bottom: 24px;
        font-size: 24px;
        font-family: SabicHeadlineRegular, arial, sans-serif;
        color: #4D4D4D; }
      /* line 150, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form .group {
        padding: 1.6rem 1rem 3rem;
        background: none; }
        @media only screen and (min-width: 601px) {
          /* line 150, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group {
            padding: 4.6rem 5rem 0; } }
        /* line 158, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .group .wrapper {
          margin-bottom: 2.4rem; }
          /* line 161, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper:last-child {
            margin-bottom: 0; }
          /* line 165, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper h3 {
            margin: 0;
            padding: 0;
            color: #4D4D4D;
            background: none; }
          /* line 172, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper .label {
            margin-top: 0;
            font-family: SabicHeadlineRegular, arial, sans-serif;
            position: relative;
            z-index: 2; }
          /* line 179, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper h2, .block.stepped-form.booking-form.form .group .wrapper h3, .block.stepped-form.booking-form.form .group .wrapper p {
            position: relative;
            z-index: 2; }
          /* line 184, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper fieldset {
            margin: 0;
            padding: 0 0 32px; }
            /* line 188, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.hide {
              display: none; }
            @media only screen and (min-width: 601px) {
              /* line 184, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset {
                width: 55%; } }
            @media only screen and (min-width: 1024px) {
              /* line 184, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset {
                width: 41%; } }
            /* line 200, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset label {
              padding-bottom: 12px;
              font-family: SabicHeadlineRegular, arial, sans-serif; }
              /* line 204, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset label.light {
                font-family: SabicLight, arial, sans-serif; }
            /* line 209, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset select, .block.stepped-form.booking-form.form .group .wrapper fieldset .chosen-container, .block.stepped-form.booking-form.form .group .wrapper fieldset input, .block.stepped-form.booking-form.form .group .wrapper fieldset textarea, .block.stepped-form.booking-form.form .group .wrapper fieldset .datetime-controls {
              width: 100% !important;
              max-width: 100% !important; }
            /* line 216, src/css/pageComponents/_stepped-form.scss */
            [dir="rtl"] .block.stepped-form.booking-form.form .group .wrapper fieldset.radio label {
              margin-left: 2.4rem;
              margin-right: 0; }
            /* line 221, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.radio input {
              width: 18px !important;
              left: 0; }
              /* line 225, src/css/pageComponents/_stepped-form.scss */
              [dir="rtl"] .block.stepped-form.booking-form.form .group .wrapper fieldset.radio input {
                left: auto;
                right: 0; }
            /* line 234, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls {
              display: Flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              @media only screen and (min-width: 601px) {
                /* line 234, src/css/pageComponents/_stepped-form.scss */
                .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls {
                  -webkit-box-pack: initial;
                      -ms-flex-pack: initial;
                          justify-content: initial;
                  max-width: 331px; } }
              /* line 243, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls div.datetime {
                width: 100%; }
                /* line 246, src/css/pageComponents/_stepped-form.scss */
                .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls div.datetime:after {
                  width: 97%; }
                /* line 250, src/css/pageComponents/_stepped-form.scss */
                .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls div.datetime input {
                  height: 31px; }
              /* line 254, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear {
                padding: .35em 0.85rem;
                margin: 0;
                width: 31px;
                height: 31px; }
                @media only screen and (min-width: 601px) {
                  /* line 254, src/css/pageComponents/_stepped-form.scss */
                  .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear {
                    width: auto; } }
                /* line 264, src/css/pageComponents/_stepped-form.scss */
                .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear span {
                  position: relative;
                  display: block; }
                  /* line 268, src/css/pageComponents/_stepped-form.scss */
                  .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear span:before, .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear span:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    height: 20px;
                    width: 2px;
                    background: #FFFFFF;
                    -webkit-transform-origin: center;
                            transform-origin: center; }
                  /* line 279, src/css/pageComponents/_stepped-form.scss */
                  .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear span:before {
                    transform: translate(-50%, -50%) rotate(45deg);
                    -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    -moz-transform: translate(-50%, -50%) rotate(45deg); }
                  /* line 285, src/css/pageComponents/_stepped-form.scss */
                  .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker .datetime-controls button.clear span:after {
                    transform: translate(-50%, -50%) rotate(-45deg);
                    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                    -moz-transform: translate(-50%, -50%) rotate(-45deg); }
            /* line 293, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.datetimepicker.first {
              margin-top: 1.5rem; }
            /* line 298, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.timepicker {
              margin-top: -1.2rem;
              margin-bottom: 2rem;
              border-bottom: 1px dashed #4D4D4D; }
              /* line 303, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset.timepicker.last {
                border-bottom: none; }
            /* line 309, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.vendor label {
              font-family: SabicLight, arial, sans-serif; }
            /* line 313, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.vendor .error-not-a-vendor {
              display: none; }
              /* line 316, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset.vendor .error-not-a-vendor p {
                font-family: SabicHeadlineRegular, arial, sans-serif;
                color: #D0021B; }
            /* line 323, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper fieldset.other {
              margin-top: -30px; }
              /* line 326, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper fieldset.other :-ms-input-placeholder, .block.stepped-form.booking-form.form .group .wrapper fieldset.other :-ms-input-placeholder, .block.stepped-form.booking-form.form .group .wrapper fieldset.other ::-webkit-input-placeholder {
                font-style: italic; }
              .block.stepped-form.booking-form.form .group .wrapper fieldset.other ::-ms-input-placeholder, .block.stepped-form.booking-form.form .group .wrapper fieldset.other :-ms-input-placeholder, .block.stepped-form.booking-form.form .group .wrapper fieldset.other ::-webkit-input-placeholder {
                font-style: italic; }
              .block.stepped-form.booking-form.form .group .wrapper fieldset.other ::placeholder, .block.stepped-form.booking-form.form .group .wrapper fieldset.other :-ms-input-placeholder, .block.stepped-form.booking-form.form .group .wrapper fieldset.other ::-webkit-input-placeholder {
                font-style: italic; }
          /* line 332, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper .attendee {
            margin-top: 8px; }
            /* line 335, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper .attendee h3 {
              margin-bottom: 23px;
              color: #009FDF; }
          /* line 341, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group .wrapper .check.disclaimer {
            width: 100%; }
            /* line 344, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper .check.disclaimer label {
              padding-left: 3rem; }
              /* line 347, src/css/pageComponents/_stepped-form.scss */
              [dir="rtl"] .block.stepped-form.booking-form.form .group .wrapper .check.disclaimer label {
                padding-left: 28px;
                padding-right: 3rem; }
              /* line 352, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form .group .wrapper .check.disclaimer label:before {
                height: 25px;
                width: 25px;
                border: 1px solid #009FDF; }
            /* line 359, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper .check.disclaimer input:checked + label:after {
              height: 25px;
              width: 25px; }
            /* line 364, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .group .wrapper .check.disclaimer.input-validation-error label:before {
              border-color: #D0021B; }
        /* line 371, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .group.step-3 .wrapper fieldset {
          width: 40%; }
          /* line 374, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .group.step-3 .wrapper fieldset input {
            width: 90% !important; }
      /* line 380, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form .cta {
        text-transform: uppercase;
        padding: 0.35em 2em;
        text-align: center;
        text-decoration: none;
        display: block;
        border: 0;
        line-height: 1;
        width: 100%;
        margin: 0 0 1.5em;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        background: #009FDF;
        border: 1px solid #009FDF;
        color: #FFFFFF;
        margin-top: 2em; }
        /* line 397, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .cta:hover {
          border-color: #46B4E6;
          background: #46B4E6; }
        /* line 402, src/css/pageComponents/_stepped-form.scss */
        [dir="rtl"] .block.stepped-form.booking-form.form .cta {
          left: auto;
          right: -999em; }
      /* line 408, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form button {
        float: none;
        margin: 0 auto 1.5rem;
        width: 85%;
        position: relative; }
        @media only screen and (min-width: 601px) {
          /* line 408, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form button {
            margin-left: 5rem;
            width: auto; }
            /* line 418, src/css/pageComponents/_stepped-form.scss */
            [dir="rtl"] .block.stepped-form.booking-form.form button {
              margin-left: 0;
              margin-right: 5rem; } }
        /* line 424, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form button.hide {
          display: none; }
      /* line 429, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form .cancel-btn {
        position: relative;
        padding-left: 1rem;
        color: #4D4D4D;
        margin: 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
        text-align: center; }
        @media only screen and (min-width: 601px) {
          /* line 429, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form .cancel-btn {
            display: inline-block;
            margin-left: 2.3rem;
            width: auto; }
            /* line 443, src/css/pageComponents/_stepped-form.scss */
            [dir="rtl"] .block.stepped-form.booking-form.form .cancel-btn {
              margin-left: 0;
              margin-right: 2.3rem; } }
        /* line 449, src/css/pageComponents/_stepped-form.scss */
        [dir="rtl"] .block.stepped-form.booking-form.form .cancel-btn {
          padding-left: 0;
          padding-right: 1rem; }
        /* line 454, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .cancel-btn.hide {
          display: none; }
        /* line 458, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .cancel-btn:before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(180deg);
          -webkit-transform: translateY(-50%) rotate(180deg);
          -moz-transform: translateY(-50%) rotate(180deg);
          left: 0;
          width: 9px;
          height: 12px;
          background: url(../img/icons/chevron-slider.png) 50% no-repeat;
          background-size: contain; }
          /* line 471, src/css/pageComponents/_stepped-form.scss */
          [dir="rtl"] .block.stepped-form.booking-form.form .cancel-btn:before {
            left: auto;
            right: 0;
            transform: translateY(-50%) rotate(0deg);
            -webkit-transform: translateY(-50%) rotate(0deg);
            -moz-transform: translateY(-50%) rotate(0deg); }
        /* line 480, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .cancel-btn:hover {
          text-decoration: none;
          color: #46B4E6; }
      /* line 486, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form .g-recaptcha {
        position: relative;
        height: 78px;
        width: 100%; }
        /* line 491, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form .g-recaptcha > div {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          @media only screen and (min-width: 601px) {
            /* line 491, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form .g-recaptcha > div {
              position: relative;
              left: 0;
              -webkit-transform: translateX(0);
                      transform: translateX(0); } }
      /* line 504, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.booking-form.form.survey .group {
        position: relative; }
        /* line 508, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form.survey .group .wrapper h2 {
          margin: 40px 0 24px; }
        /* line 512, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form.survey .group .wrapper p {
          margin: 0; }
        /* line 516, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.booking-form.form.survey .group .wrapper fieldset {
          width: 100%; }
          /* line 519, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form.survey .group .wrapper fieldset label {
            margin-top: 12px; }
          /* line 524, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label {
            min-width: 2.4rem;
            max-width: 8.6rem;
            width: 23%;
            margin-top: 1.6rem;
            margin-right: 1.6rem;
            padding-bottom: 0; }
            /* line 532, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label.last {
              margin-right: 0; }
            @media only screen and (min-width: 601px) {
              /* line 524, src/css/pageComponents/_stepped-form.scss */
              .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label {
                min-width: 8.55rem;
                margin-top: 1.2rem;
                padding: 0; } }
            /* line 543, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label img {
              display: block;
              width: 2rem;
              height: 2rem;
              position: relative;
              top: -0.4rem;
              left: 0; }
              @media only screen and (min-width: 601px) {
                /* line 543, src/css/pageComponents/_stepped-form.scss */
                .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label img {
                  left: 2rem; } }
            /* line 556, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label .checked-img {
              display: none; }
            /* line 561, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label.checked .unchecked-img {
              display: none; }
            /* line 565, src/css/pageComponents/_stepped-form.scss */
            .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.img label.checked .checked-img {
              display: block; }
          /* line 572, src/css/pageComponents/_stepped-form.scss */
          .block.stepped-form.booking-form.form.survey .group .wrapper fieldset.textarea {
            max-width: 440px; }
    /* line 580, src/css/pageComponents/_stepped-form.scss */
    .block.stepped-form.thank-you-page {
      margin-top: 0;
      padding: 2rem;
      background: #F6F6F6; }
      @media only screen and (min-width: 601px) {
        /* line 580, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.thank-you-page {
          margin-top: 1.5rem;
          padding: 5rem 6rem; } }
      /* line 590, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.thank-you-page:before {
        display: none; }
      /* line 594, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.thank-you-page .tick-icon {
        display: block;
        width: 45px;
        height: 32px;
        margin-bottom: 49px;
        background: #009FDF; }
      /* line 602, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.thank-you-page h2 {
        font-size: 17px; }
      /* line 606, src/css/pageComponents/_stepped-form.scss */
      .block.stepped-form.thank-you-page .cta {
        display: inline-block;
        margin-top: 1em;
        padding: 0.35em 2em;
        line-height: 1;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        background: #FFCD00;
        border: 1px solid #FFCD00;
        color: #4D4D4D;
        font-family: SabicHeadlineRegular, arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none; }
        /* line 621, src/css/pageComponents/_stepped-form.scss */
        .block.stepped-form.thank-you-page .cta:hover {
          border-color: #FFEB99;
          background: #FFEB99; }
  /* line 830, src/css/style.scss */
  .block.mediapack {
    background: #009FDF;
    padding: 1.5em 2em;
    margin: 0 0 1.5em 0; }
    /* line 5, src/css/blocks/_mediapack.scss */
    .block.mediapack h3 {
      color: #fff; }
    /* line 8, src/css/blocks/_mediapack.scss */
    .block.mediapack p {
      margin: 0;
      color: #fff; }
    /* line 12, src/css/blocks/_mediapack.scss */
    .block.mediapack a {
      float: right;
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #fff;
      border: 1px solid #fff;
      color: #009FDF;
      margin-left: 5em; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.mediapack a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 12, src/css/blocks/_mediapack.scss */
        .block.mediapack a {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.mediapack a:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 16, src/css/blocks/_mediapack.scss */
      [dir="rtl"] .block.mediapack a {
        margin-left: 0;
        margin-right: 5em;
        float: left; }
  /* line 832, src/css/style.scss */
  .block.apps {
    background: #041E42;
    color: #fff;
    padding: 1.5em 2em;
    margin: 0 0 1.5em 0; }
    /* line 6, src/css/blocks/_apps.scss */
    .block.apps h3 {
      color: #fff; }
    /* line 9, src/css/blocks/_apps.scss */
    .block.apps p {
      margin: 0; }
    /* line 12, src/css/blocks/_apps.scss */
    .block.apps a {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #fff;
      border: 1px solid #fff;
      color: #009FDF;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.apps a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 12, src/css/blocks/_apps.scss */
        .block.apps a {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.apps a:disabled {
        opacity: 0.5;
        pointer-events: none; }
  /* line 834, src/css/style.scss */
  .block.reports {
    background: #041E42;
    color: #fff;
    padding: 1.5em 2em;
    margin: 0 0 1.5em 0; }
    /* line 6, src/css/blocks/_reports.scss */
    .block.reports h2 {
      margin: 0 0 0.5em;
      color: #fff; }
    /* line 10, src/css/blocks/_reports.scss */
    .block.reports ul {
      margin: 1.5em 0;
      padding: 0;
      list-style: none; }
      /* line 14, src/css/blocks/_reports.scss */
      .block.reports ul li {
        line-height: 2em;
        margin: 0.5em 0; }
        /* line 17, src/css/blocks/_reports.scss */
        .block.reports ul li a {
          color: #fff;
          display: inline-block;
          position: relative;
          padding-left: 2.5em; }
          /* line 22, src/css/blocks/_reports.scss */
          [dir="rtl"] .block.reports ul li a {
            padding-left: 0;
            padding-right: 2.5em; }
          /* line 26, src/css/blocks/_reports.scss */
          .block.reports ul li a:before {
            content: "";
            width: 2em;
            height: 2em;
            position: absolute;
            top: 0;
            left: 0;
            background: no-repeat center;
            background-image: url(../img/icons/sabic-pdf-white.svg); }
            /* line 35, src/css/blocks/_reports.scss */
            [dir="rtl"] .block.reports ul li a:before {
              left: auto;
              right: 0; }
    /* line 43, src/css/blocks/_reports.scss */
    .block.reports .more {
      color: #009FDF;
      margin: 0 0 1.5em 0;
      display: inline-block;
      position: relative;
      padding-left: 1.25em;
      color: #fff; }
      /* line 96, src/css/misc/_mixins.scss */
      .block.reports .more:before {
        content: "";
        background: url(../img/icons/chevron_right.png) center left no-repeat;
        font-weight: bold;
        width: 1em;
        height: 1em;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        position: absolute; }
        /* line 106, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.reports .more:before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      /* line 110, src/css/misc/_mixins.scss */
      .block.reports .more:hover {
        color: #46B4E6;
        text-decoration: underline; }
      /* line 114, src/css/misc/_mixins.scss */
      .block.reports .more:active {
        color: #008CC8; }
      /* line 151, src/css/misc/_mixins.scss */
      .block.reports .more:before {
        background-image: url(../img/icons/chevron_right_white.png); }
  /* line 836, src/css/style.scss */
  .block.downloads {
    background: #041E42;
    color: #fff;
    padding: 1.5em 2em;
    margin: 0 0 1.5em 0; }
    /* line 6, src/css/blocks/_downloads.scss */
    .block.downloads ul {
      margin: .5em 0;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.downloads ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 11, src/css/blocks/_downloads.scss */
      .block.downloads ul li {
        line-height: 2em;
        margin: 0.5em 0; }
        @media only screen and (min-width: 1024px) {
          /* line 11, src/css/blocks/_downloads.scss */
          .block.downloads ul li {
            float: left;
            width: 50%; }
            /* line 17, src/css/blocks/_downloads.scss */
            [dir="rtl"] .block.downloads ul li {
              float: right; } }
        /* line 21, src/css/blocks/_downloads.scss */
        .block.downloads ul li a {
          color: #fff;
          display: inline-block;
          position: relative;
          padding-left: 2.5em; }
          /* line 26, src/css/blocks/_downloads.scss */
          [dir="rtl"] .block.downloads ul li a {
            padding-left: 0;
            padding-right: 2.5em; }
          /* line 30, src/css/blocks/_downloads.scss */
          .block.downloads ul li a:before {
            content: "";
            width: 2em;
            height: 2em;
            position: absolute;
            top: 0;
            left: 0;
            background: no-repeat center;
            background-image: url(../img/icons/sabic-pdf-white.svg); }
            /* line 39, src/css/blocks/_downloads.scss */
            [dir="rtl"] .block.downloads ul li a:before {
              left: auto;
              right: 0; }
  /* line 3, src/css/blocks/_download-list.scss */
  .block.download-list ul {
    margin: .0;
    padding: 0;
    list-style: none; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.download-list ul:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 1024px) {
      /* line 3, src/css/blocks/_download-list.scss */
      .block.download-list ul {
        display: table;
        table-layout: fixed;
        width: 100%; } }
    /* line 13, src/css/blocks/_download-list.scss */
    [dir="rtl"] .block.download-list ul {
      margin: 0; }
    /* line 16, src/css/blocks/_download-list.scss */
    .block.download-list ul li {
      margin: 1em 0; }
      @media only screen and (min-width: 1024px) {
        /* line 16, src/css/blocks/_download-list.scss */
        .block.download-list ul li {
          display: table-row; } }
      /* line 22, src/css/blocks/_download-list.scss */
      .block.download-list ul li.header {
        display: none; }
        @media only screen and (min-width: 1024px) {
          /* line 22, src/css/blocks/_download-list.scss */
          .block.download-list ul li.header {
            display: table-row;
            background: #f2fafd;
            text-transform: uppercase;
            font-family: SabicBold, arial, sans-serif; }
            /* line 98, src/css/misc/_fonts.scss */
            .lang-zh .block.download-list ul li.header {
              font-family: SabicChineseRegular !important; } }
        /* line 31, src/css/blocks/_download-list.scss */
        .block.download-list ul li.header .cell {
          border-bottom: 0;
          border-right: 4px solid #fff;
          width: 33.33%; }
          /* line 36, src/css/blocks/_download-list.scss */
          .block.download-list ul li.header .cell:last-child {
            border-right: 0; }
          /* line 40, src/css/blocks/_download-list.scss */
          [dir="rtl"] .block.download-list ul li.header .cell {
            border-right: 0;
            border-left: 4px solid #fff; }
            /* line 44, src/css/blocks/_download-list.scss */
            [dir="rtl"] .block.download-list ul li.header .cell:last-child {
              border-left: 0; }
      /* line 51, src/css/blocks/_download-list.scss */
      .block.download-list ul li .cell {
        padding-bottom: 5px; }
        @media only screen and (min-width: 1024px) {
          /* line 51, src/css/blocks/_download-list.scss */
          .block.download-list ul li .cell {
            display: table-cell;
            padding: 1em;
            border-bottom: 1px solid #eee; } }
        /* line 59, src/css/blocks/_download-list.scss */
        .block.download-list ul li .cell:first-child {
          font-weight: bold; }
  /* line 67, src/css/blocks/_download-list.scss */
  .block.download-list .cta {
    margin-bottom: 0;
    width: 100%;
    padding-right: 1em;
    padding-left: 1em; }
    @media only screen and (min-width: 601px) {
      /* line 67, src/css/blocks/_download-list.scss */
      .block.download-list .cta {
        width: auto; } }
    @media only screen and (min-width: 1024px) {
      /* line 67, src/css/blocks/_download-list.scss */
      .block.download-list .cta {
        width: 100%; } }
    /* line 79, src/css/blocks/_download-list.scss */
    .block.download-list .cta.disabled {
      cursor: pointer;
      opacity: 0.4;
      pointer-events: none; }
  /* line 86, src/css/blocks/_download-list.scss */
  .block.download-list select {
    width: 100%;
    margin-bottom: 0.5em; }
  /* line 840, src/css/style.scss */
  .block.linkslist {
    margin: 0 0 1.5em;
    padding: 1.5em;
    background: #F6F6F6; }
    /* line 5, src/css/blocks/_links.scss */
    .block.linkslist ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.linkslist ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 10, src/css/blocks/_links.scss */
      .block.linkslist ul li {
        color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 10, src/css/blocks/_links.scss */
          .block.linkslist ul li {
            padding-right: 1em;
            width: 50%;
            float: left; } }
        /* line 17, src/css/blocks/_links.scss */
        .block.linkslist ul li .see_more {
          margin-bottom: 0.25em; }
  /* line 842, src/css/style.scss */
  .block.follow {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/_follow.scss */
    .block.follow ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 7, src/css/blocks/_follow.scss */
      .block.follow ul li {
        display: inline-block;
        margin: 0 1.5em 1em 0; }
        /* line 10, src/css/blocks/_follow.scss */
        [dir="rtl"] .block.follow ul li {
          margin: 0 0 1em 1.5em; }
        /* line 13, src/css/blocks/_follow.scss */
        .block.follow ul li a {
          display: block;
          text-indent: -999em;
          color: #009FDF;
          width: 1.5em;
          height: 1.5em;
          position: relative;
          outline: none; }
          /* line 21, src/css/blocks/_follow.scss */
          .block.follow ul li a:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          /* line 53, src/css/misc/_icons.scss */
          .block.follow ul li a:before {
            background-position: center;
            background-repeat: no-repeat; }
          /* line 31, src/css/blocks/_follow.scss */
          .block.follow ul li a:active {
            color: #4D4D4D; }
  /* line 844, src/css/style.scss */
  .block.inquiries {
    margin: 0 0 2em; }
    /* line 3, src/css/blocks/_inquiries.scss */
    .block.inquiries .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.inquiries .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 3, src/css/blocks/_inquiries.scss */
        .block.inquiries .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.inquiries .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.inquiries .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.inquiries .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 846, src/css/style.scss */
  .block.asset {
    position: relative;
    margin: 0 0 1.5em; }
    /* line 4, src/css/blocks/_asset.scss */
    .block.asset img {
      display: block;
      width: 100%; }
    /* line 9, src/css/blocks/_asset.scss */
    .block.asset:hover .actions {
      top: 0%;
      opacity: 1; }
    /* line 14, src/css/blocks/_asset.scss */
    .block.asset .actions {
      top: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out; }
      /* line 18, src/css/blocks/_asset.scss */
      .block.asset .actions ul {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1em;
        margin: 0;
        list-style: none;
        color: #4D4D4D;
        background: rgba(255, 255, 255, 0.9); }
        /* line 28, src/css/blocks/_asset.scss */
        .block.asset .actions ul li {
          line-height: 1; }
      /* line 32, src/css/blocks/_asset.scss */
      .block.asset .actions a {
        position: absolute;
        bottom: 0;
        right: 1em;
        width: 2em;
        height: 2em;
        margin-bottom: 1em;
        color: #fff;
        text-indent: -999em; }
        /* line 41, src/css/blocks/_asset.scss */
        [dir="rtl"] .block.asset .actions a {
          right: auto;
          left: 1em; }
        /* line 45, src/css/blocks/_asset.scss */
        .block.asset .actions a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%; }
        /* line 53, src/css/misc/_icons.scss */
        .block.asset .actions a:before {
          background-position: center;
          background-repeat: no-repeat; }
  /* line 848, src/css/style.scss */
  .block.publication {
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      /* line 848, src/css/style.scss */
      .block.publication {
        display: table-row-group; } }
    /* line 6, src/css/blocks/_publication.scss */
    .block.publication img {
      display: block;
      width: 100%;
      margin: 0; }
    /* line 12, src/css/blocks/_publication.scss */
    .block.publication:hover .actions {
      top: 0%;
      opacity: 1; }
  /* line 850, src/css/style.scss */
  .block.spotlight {
    margin: 0 0 2em; }
    /* line 3, src/css/blocks/_spotlight.scss */
    .block.spotlight h2, .block.spotlight h3, .block.spotlight h4 {
      margin: 0; }
    /* line 6, src/css/blocks/_spotlight.scss */
    .block.spotlight .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.spotlight .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 6, src/css/blocks/_spotlight.scss */
        .block.spotlight .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.spotlight .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.spotlight .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.spotlight .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 852, src/css/style.scss */
  .block.linkedin {
    text-align: center;
    display: none; }
    @media only screen and (min-width: 601px) {
      /* line 852, src/css/style.scss */
      .block.linkedin {
        display: block; } }
    /* line 7, src/css/blocks/_linkedin.scss */
    .block.linkedin iframe {
      display: block !important;
      margin: 0 auto; }
  /* line 854, src/css/style.scss */
  .block.product_finder {
    text-align: center;
    margin: 0 0 3em;
    padding: 1.5em;
    background: #F6F6F6; }
    /* line 6, src/css/blocks/_product_finder.scss */
    .block.product_finder fieldset {
      margin: 0;
      border: 0;
      padding: 0 0 1em;
      text-align: left;
      width: 100%; }
      @media only screen and (min-width: 601px) {
        /* line 6, src/css/blocks/_product_finder.scss */
        .block.product_finder fieldset {
          width: 40%;
          display: inline-block;
          padding: 0 0.5em 0 0;
          vertical-align: top; }
          /* line 17, src/css/blocks/_product_finder.scss */
          .block.product_finder fieldset .group {
            display: inline-block;
            vertical-align: top; } }
      @media only screen and (min-width: 1024px) {
        /* line 6, src/css/blocks/_product_finder.scss */
        .block.product_finder fieldset {
          width: auto; }
          /* line 24, src/css/blocks/_product_finder.scss */
          .block.product_finder fieldset .group {
            max-width: 12em; } }
      /* line 28, src/css/blocks/_product_finder.scss */
      .block.product_finder fieldset label {
        display: block;
        cursor: pointer; }
        @media only screen and (min-width: 1024px) {
          /* line 28, src/css/blocks/_product_finder.scss */
          .block.product_finder fieldset label {
            padding-right: 0.5em;
            display: inline-block; }
            /* line 36, src/css/blocks/_product_finder.scss */
            [dir="rtl"] .block.product_finder fieldset label {
              padding-right: 0;
              padding-left: 0.5em; } }
      /* line 42, src/css/blocks/_product_finder.scss */
      .block.product_finder fieldset select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0 0 .5em;
        color: #4D4D4D; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.product_finder fieldset select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.product_finder fieldset select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.product_finder fieldset select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 42, src/css/blocks/_product_finder.scss */
          .block.product_finder fieldset select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 42, src/css/blocks/_product_finder.scss */
          .block.product_finder fieldset select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.product_finder fieldset select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.product_finder fieldset select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.product_finder fieldset select:active, .block.product_finder fieldset select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 42, src/css/blocks/_product_finder.scss */
          .block.product_finder fieldset select {
            width: 100% !important; } }
    /* line 51, src/css/blocks/_product_finder.scss */
    .block.product_finder button {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.product_finder button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 51, src/css/blocks/_product_finder.scss */
        .block.product_finder button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.product_finder button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.product_finder button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.product_finder button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  @media only screen and (min-width: 1024px) {
    /* line 859, src/css/style.scss */
    .block.hero.small {
      height: 28em;
      position: relative;
      z-index: 0;
      display: table;
      width: 100%;
      margin-bottom: 3em;
      margin-top: -5em; }
      /* line 10, src/css/blocks/hero/_hero.scss */
      .block.hero.small .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
      /* line 16, src/css/blocks/hero/_hero.scss */
      .standalone .block.hero.small {
        margin-bottom: 0; }
        /* line 18, src/css/blocks/hero/_hero.scss */
        .standalone .block.hero.small .vcentered {
          margin-top: 0; } }
  /* line 23, src/css/blocks/hero/_hero.scss */
  .block.hero.small .vcentered {
    position: relative; }
    /* line 25, src/css/blocks/hero/_hero.scss */
    .standalone .block.hero.small .vcentered {
      margin-top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 29, src/css/blocks/hero/_hero.scss */
    .block.hero.small .heroimage {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 38, src/css/blocks/hero/_hero.scss */
  .block.hero.small .heroimage img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/blocks/hero/_hero.scss */
      .block.hero.small .heroimage img {
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 50, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.small .heroimage img {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
  /* line 56, src/css/blocks/hero/_hero.scss */
  .block.hero.small .flowline {
    overflow: hidden;
    -webkit-transform: translateY(-120%) scaleY(1.5);
            transform: translateY(-120%) scaleY(1.5);
    position: absolute;
    pointer-events: none;
    left: -20%;
    top: 0;
    width: 120%; }
    /* line 64, src/css/blocks/hero/_hero.scss */
    [dir="rtl"] .block.hero.small .flowline {
      left: auto;
      right: -20%; }
    @media only screen and (min-width: 601px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.small .flowline {
        -webkit-transform: translateY(-97%);
                transform: translateY(-97%);
        width: 100%;
        left: 0; }
        /* line 72, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.small .flowline {
          left: auto;
          right: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.small .flowline {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(30%);
                transform: translateY(30%); } }
    /* line 82, src/css/blocks/hero/_hero.scss */
    .block.hero.small .flowline img {
      position: relative;
      left: -1%;
      width: 102%;
      display: block;
      z-index: 0;
      pointer-events: none; }
      /* line 89, src/css/blocks/hero/_hero.scss */
      [dir="rtl"] .block.hero.small .flowline img {
        left: auto;
        right: -1%; }
  /* line 95, src/css/blocks/hero/_hero.scss */
  .block.hero.small .row {
    margin-bottom: 0; }
  /* line 98, src/css/blocks/hero/_hero.scss */
  .block.hero.small .container {
    position: relative; }
  /* line 101, src/css/blocks/hero/_hero.scss */
  .block.hero.small .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.hero.small .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.small .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.hero.small .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.hero.small .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.hero.small .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.small .cta {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 109, src/css/blocks/hero/_hero.scss */
    .block.hero.small .html.darkimage {
      color: #fff; }
      /* line 111, src/css/blocks/hero/_hero.scss */
      .block.hero.small .html.darkimage p, .block.hero.small .html.darkimage h2, .block.hero.small .html.darkimage h3 {
        color: #fff; } }
  /* line 116, src/css/blocks/hero/_hero.scss */
  .block.hero.small .html h1, .block.hero.small .html h2, .block.hero.small .html h3 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2; }
  /* line 121, src/css/blocks/hero/_hero.scss */
  .block.hero.small .html h1 {
    font-size: 2em; }
    /* line 123, src/css/blocks/hero/_hero.scss */
    .block.hero.small .html h1.smaller {
      font-size: 1.5em; }
  /* line 127, src/css/blocks/hero/_hero.scss */
  .block.hero.small .html h2 {
    font-size: 1.250em; }
  /* line 130, src/css/blocks/hero/_hero.scss */
  .block.hero.small .html h3 {
    font-size: 1.063em; }
  /* line 133, src/css/blocks/hero/_hero.scss */
  .block.hero.small .html p {
    margin: 1em 0 2em;
    color: #4D4D4D;
    font-size: 0.9375em;
    font-family: SabicRegular, arial, sans-serif; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.hero.small .html p {
      font-family: SabicChineseRegular !important; }
  @media only screen and (min-width: 1024px) {
    /* line 859, src/css/style.scss */
    .block.hero.small {
      height: 18em; } }
  @media only screen and (min-width: 1024px) {
    /* line 861, src/css/style.scss */
    .block.hero.small_heading {
      height: 28em;
      position: relative;
      z-index: 0;
      display: table;
      width: 100%;
      margin-bottom: 3em;
      margin-top: -5em; }
      /* line 10, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
      /* line 16, src/css/blocks/hero/_hero.scss */
      .standalone .block.hero.small_heading {
        margin-bottom: 0; }
        /* line 18, src/css/blocks/hero/_hero.scss */
        .standalone .block.hero.small_heading .vcentered {
          margin-top: 0; } }
  /* line 23, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .vcentered {
    position: relative; }
    /* line 25, src/css/blocks/hero/_hero.scss */
    .standalone .block.hero.small_heading .vcentered {
      margin-top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 29, src/css/blocks/hero/_hero.scss */
    .block.hero.small_heading .heroimage {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 38, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .heroimage img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .heroimage img {
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 50, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.small_heading .heroimage img {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
  /* line 56, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .flowline {
    overflow: hidden;
    -webkit-transform: translateY(-120%) scaleY(1.5);
            transform: translateY(-120%) scaleY(1.5);
    position: absolute;
    pointer-events: none;
    left: -20%;
    top: 0;
    width: 120%; }
    /* line 64, src/css/blocks/hero/_hero.scss */
    [dir="rtl"] .block.hero.small_heading .flowline {
      left: auto;
      right: -20%; }
    @media only screen and (min-width: 601px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .flowline {
        -webkit-transform: translateY(-97%);
                transform: translateY(-97%);
        width: 100%;
        left: 0; }
        /* line 72, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.small_heading .flowline {
          left: auto;
          right: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .flowline {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(30%);
                transform: translateY(30%); } }
    /* line 82, src/css/blocks/hero/_hero.scss */
    .block.hero.small_heading .flowline img {
      position: relative;
      left: -1%;
      width: 102%;
      display: block;
      z-index: 0;
      pointer-events: none; }
      /* line 89, src/css/blocks/hero/_hero.scss */
      [dir="rtl"] .block.hero.small_heading .flowline img {
        left: auto;
        right: -1%; }
  /* line 95, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .row {
    margin-bottom: 0; }
  /* line 98, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .container {
    position: relative; }
  /* line 101, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.hero.small_heading .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.hero.small_heading .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.hero.small_heading .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.hero.small_heading .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .cta {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 109, src/css/blocks/hero/_hero.scss */
    .block.hero.small_heading .html.darkimage {
      color: #fff; }
      /* line 111, src/css/blocks/hero/_hero.scss */
      .block.hero.small_heading .html.darkimage p, .block.hero.small_heading .html.darkimage h2, .block.hero.small_heading .html.darkimage h3 {
        color: #fff; } }
  /* line 116, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .html h1, .block.hero.small_heading .html h2, .block.hero.small_heading .html h3 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2; }
  /* line 121, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .html h1 {
    font-size: 2em; }
    /* line 123, src/css/blocks/hero/_hero.scss */
    .block.hero.small_heading .html h1.smaller {
      font-size: 1.5em; }
  /* line 127, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .html h2 {
    font-size: 1.250em; }
  /* line 130, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .html h3 {
    font-size: 1.063em; }
  /* line 133, src/css/blocks/hero/_hero.scss */
  .block.hero.small_heading .html p {
    margin: 1em 0 2em;
    color: #4D4D4D;
    font-size: 0.9375em;
    font-family: SabicRegular, arial, sans-serif; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.hero.small_heading .html p {
      font-family: SabicChineseRegular !important; }
  @media only screen and (min-width: 1024px) {
    /* line 861, src/css/style.scss */
    .block.hero.small_heading {
      height: 18em; }
      /* line 5, src/css/blocks/hero/_small_heading.scss */
      .block.hero.small_heading .html {
        padding-bottom: 1em; } }
  @media only screen and (min-width: 1024px) {
    /* line 863, src/css/style.scss */
    .block.hero.carousel {
      height: 28em;
      position: relative;
      z-index: 0;
      display: table;
      width: 100%;
      margin-bottom: 3em;
      margin-top: -5em; }
      /* line 10, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
      /* line 16, src/css/blocks/hero/_hero.scss */
      .standalone .block.hero.carousel {
        margin-bottom: 0; }
        /* line 18, src/css/blocks/hero/_hero.scss */
        .standalone .block.hero.carousel .vcentered {
          margin-top: 0; } }
  /* line 23, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .vcentered {
    position: relative; }
    /* line 25, src/css/blocks/hero/_hero.scss */
    .standalone .block.hero.carousel .vcentered {
      margin-top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 29, src/css/blocks/hero/_hero.scss */
    .block.hero.carousel .heroimage {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 38, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .heroimage img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .heroimage img {
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 50, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.carousel .heroimage img {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
  /* line 56, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .flowline {
    overflow: hidden;
    -webkit-transform: translateY(-120%) scaleY(1.5);
            transform: translateY(-120%) scaleY(1.5);
    position: absolute;
    pointer-events: none;
    left: -20%;
    top: 0;
    width: 120%; }
    /* line 64, src/css/blocks/hero/_hero.scss */
    [dir="rtl"] .block.hero.carousel .flowline {
      left: auto;
      right: -20%; }
    @media only screen and (min-width: 601px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .flowline {
        -webkit-transform: translateY(-97%);
                transform: translateY(-97%);
        width: 100%;
        left: 0; }
        /* line 72, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.carousel .flowline {
          left: auto;
          right: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .flowline {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(30%);
                transform: translateY(30%); } }
    /* line 82, src/css/blocks/hero/_hero.scss */
    .block.hero.carousel .flowline img {
      position: relative;
      left: -1%;
      width: 102%;
      display: block;
      z-index: 0;
      pointer-events: none; }
      /* line 89, src/css/blocks/hero/_hero.scss */
      [dir="rtl"] .block.hero.carousel .flowline img {
        left: auto;
        right: -1%; }
  /* line 95, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .row {
    margin-bottom: 0; }
  /* line 98, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .container {
    position: relative; }
  /* line 101, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.hero.carousel .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.hero.carousel .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.hero.carousel .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.hero.carousel .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .cta {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 109, src/css/blocks/hero/_hero.scss */
    .block.hero.carousel .html.darkimage {
      color: #fff; }
      /* line 111, src/css/blocks/hero/_hero.scss */
      .block.hero.carousel .html.darkimage p, .block.hero.carousel .html.darkimage h2, .block.hero.carousel .html.darkimage h3 {
        color: #fff; } }
  /* line 116, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .html h1, .block.hero.carousel .html h2, .block.hero.carousel .html h3 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2; }
  /* line 121, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .html h1 {
    font-size: 2em; }
    /* line 123, src/css/blocks/hero/_hero.scss */
    .block.hero.carousel .html h1.smaller {
      font-size: 1.5em; }
  /* line 127, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .html h2 {
    font-size: 1.250em; }
  /* line 130, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .html h3 {
    font-size: 1.063em; }
  /* line 133, src/css/blocks/hero/_hero.scss */
  .block.hero.carousel .html p {
    margin: 1em 0 2em;
    color: #4D4D4D;
    font-size: 0.9375em;
    font-family: SabicRegular, arial, sans-serif; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.hero.carousel .html p {
      font-family: SabicChineseRegular !important; }
  /* line 3, src/css/blocks/hero/_carousel.scss */
  .block.hero.carousel .prev {
    color: #009FDF;
    text-decoration: none;
    position: relative;
    line-height: 2.4em;
    width: 2.4em;
    height: 2.4em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -1.2em;
    border: 0;
    background: 0;
    z-index: 11;
    outline: none;
    text-indent: -999em;
    left: 1em; }
    /* line 646, src/css/misc/_mixins.scss */
    .block.hero.carousel .prev:hover {
      color: #009FDF; }
      /* line 648, src/css/misc/_mixins.scss */
      .block.hero.carousel .prev:hover:before {
        border-color: #FFCD00;
        background: #FFCD00; }
      /* line 652, src/css/misc/_mixins.scss */
      .block.hero.carousel .prev:hover:after {
        color: #041E42; }
    /* line 656, src/css/misc/_mixins.scss */
    .block.hero.carousel .prev:active {
      color: #009FDF; }
      /* line 658, src/css/misc/_mixins.scss */
      .block.hero.carousel .prev:active:before {
        border-color: #009FDF;
        background: #fff; }
      /* line 662, src/css/misc/_mixins.scss */
      .block.hero.carousel .prev:active:after {
        color: #009FDF; }
    /* line 666, src/css/misc/_mixins.scss */
    .block.hero.carousel .prev:before {
      content: "";
      top: 0;
      left: 0;
      border: 1px solid #009FDF;
      background: #009FDF;
      width: 100%;
      height: 100%;
      border-radius: 100em;
      position: absolute; }
    /* line 677, src/css/misc/_mixins.scss */
    .block.hero.carousel .prev:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      z-index: 1;
      color: #fff; }
    /* line 692, src/css/misc/_mixins.scss */
    .block.hero.carousel .prev:after {
      text-indent: 0;
      content: "←"; }
  /* line 6, src/css/blocks/hero/_carousel.scss */
  .block.hero.carousel .next {
    color: #009FDF;
    text-decoration: none;
    position: relative;
    line-height: 2.4em;
    width: 2.4em;
    height: 2.4em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -1.2em;
    border: 0;
    background: 0;
    z-index: 11;
    outline: none;
    text-indent: -999em;
    right: 1em; }
    /* line 646, src/css/misc/_mixins.scss */
    .block.hero.carousel .next:hover {
      color: #009FDF; }
      /* line 648, src/css/misc/_mixins.scss */
      .block.hero.carousel .next:hover:before {
        border-color: #FFCD00;
        background: #FFCD00; }
      /* line 652, src/css/misc/_mixins.scss */
      .block.hero.carousel .next:hover:after {
        color: #041E42; }
    /* line 656, src/css/misc/_mixins.scss */
    .block.hero.carousel .next:active {
      color: #009FDF; }
      /* line 658, src/css/misc/_mixins.scss */
      .block.hero.carousel .next:active:before {
        border-color: #009FDF;
        background: #fff; }
      /* line 662, src/css/misc/_mixins.scss */
      .block.hero.carousel .next:active:after {
        color: #009FDF; }
    /* line 666, src/css/misc/_mixins.scss */
    .block.hero.carousel .next:before {
      content: "";
      top: 0;
      left: 0;
      border: 1px solid #009FDF;
      background: #009FDF;
      width: 100%;
      height: 100%;
      border-radius: 100em;
      position: absolute; }
    /* line 677, src/css/misc/_mixins.scss */
    .block.hero.carousel .next:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      z-index: 1;
      color: #fff; }
    /* line 700, src/css/misc/_mixins.scss */
    .block.hero.carousel .next:after {
      text-indent: 0;
      content: "→"; }
  /* line 9, src/css/blocks/hero/_carousel.scss */
  .block.hero.carousel .actions_mobile {
    display: block; }
    @media only screen and (min-width: 601px) {
      /* line 9, src/css/blocks/hero/_carousel.scss */
      .block.hero.carousel .actions_mobile {
        display: none; } }
    /* line 14, src/css/blocks/hero/_carousel.scss */
    .block.hero.carousel .actions_mobile .prev, .block.hero.carousel .actions_mobile .next {
      position: absolute;
      top: 50%;
      margin-top: -1.2em; }
    /* line 19, src/css/blocks/hero/_carousel.scss */
    .block.hero.carousel .actions_mobile .prev {
      left: 1em; }
    /* line 22, src/css/blocks/hero/_carousel.scss */
    .block.hero.carousel .actions_mobile .next {
      right: 1em; }
  /* line 26, src/css/blocks/hero/_carousel.scss */
  .block.hero.carousel .actions_desktop {
    margin: 1em 0 0;
    display: none; }
    @media only screen and (min-width: 601px) {
      /* line 26, src/css/blocks/hero/_carousel.scss */
      .block.hero.carousel .actions_desktop {
        display: block; } }
  @media only screen and (min-width: 1024px) {
    /* line 865, src/css/style.scss */
    .block.hero.video {
      height: 28em;
      position: relative;
      z-index: 0;
      display: table;
      width: 100%;
      margin-bottom: 3em;
      margin-top: -5em; }
      /* line 10, src/css/blocks/hero/_hero.scss */
      .block.hero.video .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
      /* line 16, src/css/blocks/hero/_hero.scss */
      .standalone .block.hero.video {
        margin-bottom: 0; }
        /* line 18, src/css/blocks/hero/_hero.scss */
        .standalone .block.hero.video .vcentered {
          margin-top: 0; } }
  /* line 23, src/css/blocks/hero/_hero.scss */
  .block.hero.video .vcentered {
    position: relative; }
    /* line 25, src/css/blocks/hero/_hero.scss */
    .standalone .block.hero.video .vcentered {
      margin-top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 29, src/css/blocks/hero/_hero.scss */
    .block.hero.video .heroimage {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 38, src/css/blocks/hero/_hero.scss */
  .block.hero.video .heroimage img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/blocks/hero/_hero.scss */
      .block.hero.video .heroimage img {
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 50, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.video .heroimage img {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
  /* line 56, src/css/blocks/hero/_hero.scss */
  .block.hero.video .flowline {
    overflow: hidden;
    -webkit-transform: translateY(-120%) scaleY(1.5);
            transform: translateY(-120%) scaleY(1.5);
    position: absolute;
    pointer-events: none;
    left: -20%;
    top: 0;
    width: 120%; }
    /* line 64, src/css/blocks/hero/_hero.scss */
    [dir="rtl"] .block.hero.video .flowline {
      left: auto;
      right: -20%; }
    @media only screen and (min-width: 601px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.video .flowline {
        -webkit-transform: translateY(-97%);
                transform: translateY(-97%);
        width: 100%;
        left: 0; }
        /* line 72, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.video .flowline {
          left: auto;
          right: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.video .flowline {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(30%);
                transform: translateY(30%); } }
    /* line 82, src/css/blocks/hero/_hero.scss */
    .block.hero.video .flowline img {
      position: relative;
      left: -1%;
      width: 102%;
      display: block;
      z-index: 0;
      pointer-events: none; }
      /* line 89, src/css/blocks/hero/_hero.scss */
      [dir="rtl"] .block.hero.video .flowline img {
        left: auto;
        right: -1%; }
  /* line 95, src/css/blocks/hero/_hero.scss */
  .block.hero.video .row {
    margin-bottom: 0; }
  /* line 98, src/css/blocks/hero/_hero.scss */
  .block.hero.video .container {
    position: relative; }
  /* line 101, src/css/blocks/hero/_hero.scss */
  .block.hero.video .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.hero.video .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.video .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.hero.video .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.hero.video .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.hero.video .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.video .cta {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 109, src/css/blocks/hero/_hero.scss */
    .block.hero.video .html.darkimage {
      color: #fff; }
      /* line 111, src/css/blocks/hero/_hero.scss */
      .block.hero.video .html.darkimage p, .block.hero.video .html.darkimage h2, .block.hero.video .html.darkimage h3 {
        color: #fff; } }
  /* line 116, src/css/blocks/hero/_hero.scss */
  .block.hero.video .html h1, .block.hero.video .html h2, .block.hero.video .html h3 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2; }
  /* line 121, src/css/blocks/hero/_hero.scss */
  .block.hero.video .html h1 {
    font-size: 2em; }
    /* line 123, src/css/blocks/hero/_hero.scss */
    .block.hero.video .html h1.smaller {
      font-size: 1.5em; }
  /* line 127, src/css/blocks/hero/_hero.scss */
  .block.hero.video .html h2 {
    font-size: 1.250em; }
  /* line 130, src/css/blocks/hero/_hero.scss */
  .block.hero.video .html h3 {
    font-size: 1.063em; }
  /* line 133, src/css/blocks/hero/_hero.scss */
  .block.hero.video .html p {
    margin: 1em 0 2em;
    color: #4D4D4D;
    font-size: 0.9375em;
    font-family: SabicRegular, arial, sans-serif; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.hero.video .html p {
      font-family: SabicChineseRegular !important; }
  /* line 4, src/css/blocks/hero/_video.scss */
  .block.hero.video .heroimage video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: none; }
    @media only screen and (min-width: 1024px) {
      /* line 4, src/css/blocks/hero/_video.scss */
      .block.hero.video .heroimage video {
        display: block; } }
  @media only screen and (min-width: 1024px) {
    /* line 867, src/css/style.scss */
    .block.hero.regular {
      height: 28em;
      position: relative;
      z-index: 0;
      display: table;
      width: 100%;
      margin-bottom: 3em;
      margin-top: -5em; }
      /* line 10, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
      /* line 16, src/css/blocks/hero/_hero.scss */
      .standalone .block.hero.regular {
        margin-bottom: 0; }
        /* line 18, src/css/blocks/hero/_hero.scss */
        .standalone .block.hero.regular .vcentered {
          margin-top: 0; } }
  /* line 23, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .vcentered {
    position: relative; }
    /* line 25, src/css/blocks/hero/_hero.scss */
    .standalone .block.hero.regular .vcentered {
      margin-top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 29, src/css/blocks/hero/_hero.scss */
    .block.hero.regular .heroimage {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 38, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .heroimage img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .heroimage img {
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 50, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.regular .heroimage img {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
  /* line 56, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .flowline {
    overflow: hidden;
    -webkit-transform: translateY(-120%) scaleY(1.5);
            transform: translateY(-120%) scaleY(1.5);
    position: absolute;
    pointer-events: none;
    left: -20%;
    top: 0;
    width: 120%; }
    /* line 64, src/css/blocks/hero/_hero.scss */
    [dir="rtl"] .block.hero.regular .flowline {
      left: auto;
      right: -20%; }
    @media only screen and (min-width: 601px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .flowline {
        -webkit-transform: translateY(-97%);
                transform: translateY(-97%);
        width: 100%;
        left: 0; }
        /* line 72, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.regular .flowline {
          left: auto;
          right: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .flowline {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(30%);
                transform: translateY(30%); } }
    /* line 82, src/css/blocks/hero/_hero.scss */
    .block.hero.regular .flowline img {
      position: relative;
      left: -1%;
      width: 102%;
      display: block;
      z-index: 0;
      pointer-events: none; }
      /* line 89, src/css/blocks/hero/_hero.scss */
      [dir="rtl"] .block.hero.regular .flowline img {
        left: auto;
        right: -1%; }
  /* line 95, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .row {
    margin-bottom: 0; }
  /* line 98, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .container {
    position: relative; }
  /* line 101, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.hero.regular .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.hero.regular .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.hero.regular .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.hero.regular .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .cta {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 109, src/css/blocks/hero/_hero.scss */
    .block.hero.regular .html.darkimage {
      color: #fff; }
      /* line 111, src/css/blocks/hero/_hero.scss */
      .block.hero.regular .html.darkimage p, .block.hero.regular .html.darkimage h2, .block.hero.regular .html.darkimage h3 {
        color: #fff; } }
  /* line 116, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .html h1, .block.hero.regular .html h2, .block.hero.regular .html h3 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2; }
  /* line 121, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .html h1 {
    font-size: 2em; }
    /* line 123, src/css/blocks/hero/_hero.scss */
    .block.hero.regular .html h1.smaller {
      font-size: 1.5em; }
  /* line 127, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .html h2 {
    font-size: 1.250em; }
  /* line 130, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .html h3 {
    font-size: 1.063em; }
  /* line 133, src/css/blocks/hero/_hero.scss */
  .block.hero.regular .html p {
    margin: 1em 0 2em;
    color: #4D4D4D;
    font-size: 0.9375em;
    font-family: SabicRegular, arial, sans-serif; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.hero.regular .html p {
      font-family: SabicChineseRegular !important; }
  @media only screen and (min-width: 1024px) {
    /* line 869, src/css/style.scss */
    .block.hero.finder {
      height: 28em;
      position: relative;
      z-index: 0;
      display: table;
      width: 100%;
      margin-bottom: 3em;
      margin-top: -5em; }
      /* line 10, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .vcentered {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
      /* line 16, src/css/blocks/hero/_hero.scss */
      .standalone .block.hero.finder {
        margin-bottom: 0; }
        /* line 18, src/css/blocks/hero/_hero.scss */
        .standalone .block.hero.finder .vcentered {
          margin-top: 0; } }
  /* line 23, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .vcentered {
    position: relative; }
    /* line 25, src/css/blocks/hero/_hero.scss */
    .standalone .block.hero.finder .vcentered {
      margin-top: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 29, src/css/blocks/hero/_hero.scss */
    .block.hero.finder .heroimage {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  /* line 38, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .heroimage img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1024px) {
      /* line 38, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .heroimage img {
        width: auto;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
        /* line 50, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.finder .heroimage img {
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }
  /* line 56, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .flowline {
    overflow: hidden;
    -webkit-transform: translateY(-120%) scaleY(1.5);
            transform: translateY(-120%) scaleY(1.5);
    position: absolute;
    pointer-events: none;
    left: -20%;
    top: 0;
    width: 120%; }
    /* line 64, src/css/blocks/hero/_hero.scss */
    [dir="rtl"] .block.hero.finder .flowline {
      left: auto;
      right: -20%; }
    @media only screen and (min-width: 601px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .flowline {
        -webkit-transform: translateY(-97%);
                transform: translateY(-97%);
        width: 100%;
        left: 0; }
        /* line 72, src/css/blocks/hero/_hero.scss */
        [dir="rtl"] .block.hero.finder .flowline {
          left: auto;
          right: 0; } }
    @media only screen and (min-width: 1024px) {
      /* line 56, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .flowline {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(30%);
                transform: translateY(30%); } }
    /* line 82, src/css/blocks/hero/_hero.scss */
    .block.hero.finder .flowline img {
      position: relative;
      left: -1%;
      width: 102%;
      display: block;
      z-index: 0;
      pointer-events: none; }
      /* line 89, src/css/blocks/hero/_hero.scss */
      [dir="rtl"] .block.hero.finder .flowline img {
        left: auto;
        right: -1%; }
  /* line 95, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .row {
    margin-bottom: 0; }
  /* line 98, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .container {
    position: relative; }
  /* line 101, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.hero.finder .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.hero.finder .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.hero.finder .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.hero.finder .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      /* line 101, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .cta {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 109, src/css/blocks/hero/_hero.scss */
    .block.hero.finder .html.darkimage {
      color: #fff; }
      /* line 111, src/css/blocks/hero/_hero.scss */
      .block.hero.finder .html.darkimage p, .block.hero.finder .html.darkimage h2, .block.hero.finder .html.darkimage h3 {
        color: #fff; } }
  /* line 116, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .html h1, .block.hero.finder .html h2, .block.hero.finder .html h3 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2; }
  /* line 121, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .html h1 {
    font-size: 2em; }
    /* line 123, src/css/blocks/hero/_hero.scss */
    .block.hero.finder .html h1.smaller {
      font-size: 1.5em; }
  /* line 127, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .html h2 {
    font-size: 1.250em; }
  /* line 130, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .html h3 {
    font-size: 1.063em; }
  /* line 133, src/css/blocks/hero/_hero.scss */
  .block.hero.finder .html p {
    margin: 1em 0 2em;
    color: #4D4D4D;
    font-size: 0.9375em;
    font-family: SabicRegular, arial, sans-serif; }
    /* line 90, src/css/misc/_fonts.scss */
    .lang-zh .block.hero.finder .html p {
      font-family: SabicChineseRegular !important; }
  /* line 3, src/css/blocks/hero/_finder.scss */
  .block.hero.finder .product_finder {
    background: 0;
    margin: 0;
    padding: 0; }
  /* line 877, src/css/style.scss */
  .block.contact.form, .block.booking-form.form {
    margin: 0 0 1.5em; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.contact.form form:after, .block.booking-form.form form:after {
      content: "";
      display: table;
      clear: both; }
    /* line 7, src/css/blocks/contact/_form.scss */
    .block.contact.form h2, .block.booking-form.form h2 {
      font-size: 2em;
      color: #939598;
      font-family: SabicHeadlineLight, arial, sans-serif; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .block.contact.form h2, .lang-zh .block.booking-form.form h2 {
        font-family: SabicChineseLight !important; }
    /* line 12, src/css/blocks/contact/_form.scss */
    .block.contact.form .group, .block.booking-form.form .group {
      background: #F6F6F6;
      margin: 0 0 1.25em;
      padding: 0; }
      /* line 16, src/css/blocks/contact/_form.scss */
      .block.contact.form .group h3, .block.booking-form.form .group h3 {
        background: #009FDF;
        color: #fff;
        margin: 2em 0 0 0;
        padding: 0.5em 1.5em; }
      /* line 22, src/css/blocks/contact/_form.scss */
      .block.contact.form .group h4, .block.booking-form.form .group h4 {
        margin-bottom: 0.25em; }
      /* line 26, src/css/blocks/contact/_form.scss */
      .block.contact.form .group:first-child h3, .block.booking-form.form .group:first-child h3 {
        margin-top: 0; }
      /* line 31, src/css/blocks/contact/_form.scss */
      .block.contact.form .group .select h4, .block.booking-form.form .group .select h4 {
        margin-bottom: 1em; }
      /* line 36, src/css/blocks/contact/_form.scss */
      .block.contact.form .group .datetimepicker .datetime, .block.booking-form.form .group .datetimepicker .datetime {
        position: relative; }
        /* line 38, src/css/blocks/contact/_form.scss */
        .block.contact.form .group .datetimepicker .datetime:after, .block.booking-form.form .group .datetimepicker .datetime:after {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          background: url(../img/icons/calendar.svg) no-repeat right;
          left: 0;
          top: 3px;
          width: 98%;
          pointer-events: none; }
          @media only screen and (min-width: 601px) {
            /* line 38, src/css/blocks/contact/_form.scss */
            .block.contact.form .group .datetimepicker .datetime:after, .block.booking-form.form .group .datetimepicker .datetime:after {
              width: 88%; } }
      /* line 56, src/css/blocks/contact/_form.scss */
      .block.contact.form .group p:last-child, .block.booking-form.form .group p:last-child {
        margin-bottom: 0; }
    /* line 62, src/css/blocks/contact/_form.scss */
    .block.contact.form .g-recaptcha.error > div, .block.booking-form.form .g-recaptcha.error > div {
      border: 1px solid #D0021B; }
    /* line 66, src/css/blocks/contact/_form.scss */
    .block.contact.form fieldset, .block.booking-form.form fieldset {
      margin: 0 0 -1em;
      padding: 1em;
      border: 0;
      position: relative; }
      /* line 72, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset:after, .block.booking-form.form fieldset:after {
        position: absolute;
        bottom: 1em;
        right: 1em;
        width: 2em;
        height: 2em;
        background: 0 0 no-repeat;
        z-index: 11;
        background-image: url(../img/spinner2.gif); }
      /* line 82, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset label, .block.booking-form.form fieldset label {
        display: block;
        color: #4D4D4D;
        font-size: 0.9375em;
        padding-bottom: 0.25em; }
      /* line 88, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.no-bottom-padding, .block.booking-form.form fieldset.no-bottom-padding {
        padding-bottom: 0; }
      /* line 92, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.text input, .block.contact.form fieldset.number input, .block.contact.form fieldset.email input, .block.booking-form.form fieldset.text input, .block.booking-form.form fieldset.number input, .block.booking-form.form fieldset.email input {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        width: 100%;
        outline: none;
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          /* line 92, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset.text input, .block.contact.form fieldset.number input, .block.contact.form fieldset.email input, .block.booking-form.form fieldset.text input, .block.booking-form.form fieldset.number input, .block.booking-form.form fieldset.email input {
            width: auto; } }
        /* line 406, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.text input:hover, .block.contact.form fieldset.number input:hover, .block.contact.form fieldset.email input:hover, .block.booking-form.form fieldset.text input:hover, .block.booking-form.form fieldset.number input:hover, .block.booking-form.form fieldset.email input:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 411, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.text input:active, .block.contact.form fieldset.text input:focus, .block.contact.form fieldset.number input:active, .block.contact.form fieldset.number input:focus, .block.contact.form fieldset.email input:active, .block.contact.form fieldset.email input:focus, .block.booking-form.form fieldset.text input:active, .block.booking-form.form fieldset.text input:focus, .block.booking-form.form fieldset.number input:active, .block.booking-form.form fieldset.number input:focus, .block.booking-form.form fieldset.email input:active, .block.booking-form.form fieldset.email input:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 92, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset.text input, .block.contact.form fieldset.number input, .block.contact.form fieldset.email input, .block.booking-form.form fieldset.text input, .block.booking-form.form fieldset.number input, .block.booking-form.form fieldset.email input {
            width: 75%; } }
      /* line 499, src/css/misc/_mixins.scss */
      .block.contact.form fieldset.check input, .block.booking-form.form fieldset.check input {
        position: absolute;
        left: -999em; }
        /* line 502, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.form fieldset.check input, [dir="rtl"] .block.booking-form.form fieldset.check input {
          left: auto;
          right: -999em; }
        /* line 507, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.check input:checked + label:before, .block.booking-form.form fieldset.check input:checked + label:before {
          background: #009FDF; }
        /* line 510, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.check input:checked + label:after, .block.booking-form.form fieldset.check input:checked + label:after {
          content: "";
          width: 18px;
          height: 18px;
          border: 1px solid #009FDF;
          background: url(../img/check.png) center no-repeat;
          position: absolute;
          left: 0;
          top: 0; }
          /* line 519, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.contact.form fieldset.check input:checked + label:after, [dir="rtl"] .block.booking-form.form fieldset.check input:checked + label:after {
            left: auto;
            right: 0; }
      /* line 526, src/css/misc/_mixins.scss */
      .block.contact.form fieldset.check label, .block.booking-form.form fieldset.check label {
        color: #4D4D4D;
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        display: block;
        font-size: 0.9375em; }
        /* line 533, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.form fieldset.check label, [dir="rtl"] .block.booking-form.form fieldset.check label {
          padding-left: 0;
          padding-right: 28px; }
        /* line 537, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.check label:before, .block.booking-form.form fieldset.check label:before {
          content: "";
          width: 18px;
          height: 18px;
          background: #fff;
          border: 1px solid #4D4D4D;
          position: absolute;
          left: 0;
          top: 0; }
          /* line 546, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.contact.form fieldset.check label:before, [dir="rtl"] .block.booking-form.form fieldset.check label:before {
            left: auto;
            right: 0; }
        /* line 552, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.check label:hover:before, .block.booking-form.form fieldset.check label:hover:before {
          background: #EEEEEE; }
      /* line 560, src/css/misc/_mixins.scss */
      .block.contact.form fieldset.radio input, .block.booking-form.form fieldset.radio input {
        position: absolute;
        top: 0;
        left: -1.1rem;
        width: 18px !important;
        height: 18px !important;
        border: 1px solid #009FDF;
        opacity: 0; }
        /* line 569, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.form fieldset.radio input, [dir="rtl"] .block.booking-form.form fieldset.radio input {
          left: auto;
          right: -999em; }
        /* line 574, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.radio input:hover, .block.booking-form.form fieldset.radio input:hover {
          cursor: pointer; }
      /* line 579, src/css/misc/_mixins.scss */
      .block.contact.form fieldset.radio label, .block.booking-form.form fieldset.radio label {
        color: #4D4D4D;
        position: relative;
        margin-right: 2.4rem;
        padding-left: 28px;
        cursor: pointer;
        display: inline-block;
        font-size: 0.9375em; }
        /* line 588, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.form fieldset.radio label, [dir="rtl"] .block.booking-form.form fieldset.radio label {
          padding-left: 0;
          padding-right: 28px; }
        /* line 592, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.radio label:before, .block.booking-form.form fieldset.radio label:before {
          content: "";
          width: 18px;
          height: 18px;
          background: #fff;
          border: 1px solid #4D4D4D;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%; }
          /* line 603, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.contact.form fieldset.radio label:before, [dir="rtl"] .block.booking-form.form fieldset.radio label:before {
            left: auto;
            right: 0; }
        /* line 609, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.radio label:hover, .block.booking-form.form fieldset.radio label:hover {
          cursor: default; }
        /* line 613, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.radio label.checked:before, .block.booking-form.form fieldset.radio label.checked:before {
          background: #009FDF;
          border-color: #009FDF; }
      /* line 620, src/css/misc/_mixins.scss */
      .block.contact.form fieldset.radio.input-validation-error input, .block.contact.form fieldset.radio.input-validation-error label:before, .block.booking-form.form fieldset.radio.input-validation-error input, .block.booking-form.form fieldset.radio.input-validation-error label:before {
        border-color: #4D4D4D; }
      /* line 624, src/css/misc/_mixins.scss */
      .block.contact.form fieldset.radio.input-validation-error label.checked:before, .block.booking-form.form fieldset.radio.input-validation-error label.checked:before {
        border-color: #009FDF; }
      /* line 110, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.upload .inner .help p, .block.booking-form.form fieldset.upload .inner .help p {
        margin: 0;
        position: relative;
        cursor: pointer;
        display: block;
        font-size: 0.9375em; }
        /* line 117, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset.upload .inner .help p:after, .block.booking-form.form fieldset.upload .inner .help p:after {
          content: "";
          width: 17px;
          height: 17px;
          display: inline-block;
          position: relative;
          top: 3px;
          margin-left: 0.5em; }
        /* line 127, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset.upload .inner .help p.err:after, .block.booking-form.form fieldset.upload .inner .help p.err:after {
          background: url(../img/cross.png) center no-repeat;
          background-color: red; }
        /* line 133, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset.upload .inner .help p.valid:after, .block.booking-form.form fieldset.upload .inner .help p.valid:after {
          background: url(../img/check.png) center no-repeat;
          background-color: green; }
      /* line 141, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.upload input, .block.booking-form.form fieldset.upload input {
        margin-top: 0.5em;
        margin-bottom: 0.5em; }
      /* line 147, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.nda .ready, .block.booking-form.form fieldset.nda .ready {
        border: 1px dashed grey;
        padding: 1.5em;
        margin: 1em 0; }
        /* line 151, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset.nda .ready p, .block.booking-form.form fieldset.nda .ready p {
          margin-top: 0; }
        /* line 155, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset.nda .ready .upload_size, .block.booking-form.form fieldset.nda .ready .upload_size {
          margin: 0;
          position: relative;
          cursor: pointer;
          display: block;
          font-size: 0.9375em;
          display: none; }
          /* line 162, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset.nda .ready .upload_size:after, .block.booking-form.form fieldset.nda .ready .upload_size:after {
            content: "";
            width: 17px;
            height: 17px;
            display: inline-block;
            position: relative;
            top: 3px;
            margin-left: 0.5em; }
          /* line 171, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset.nda .ready .upload_size.err, .block.booking-form.form fieldset.nda .ready .upload_size.err {
            display: block; }
            /* line 173, src/css/blocks/contact/_form.scss */
            .block.contact.form fieldset.nda .ready .upload_size.err:after, .block.booking-form.form fieldset.nda .ready .upload_size.err:after {
              background: url(../img/cross.png) center no-repeat;
              background-color: red; }
          /* line 178, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset.nda .ready .upload_size.valid, .block.booking-form.form fieldset.nda .ready .upload_size.valid {
            display: block; }
            /* line 180, src/css/blocks/contact/_form.scss */
            .block.contact.form fieldset.nda .ready .upload_size.valid:after, .block.booking-form.form fieldset.nda .ready .upload_size.valid:after {
              background: url(../img/check.png) center no-repeat;
              background-color: green; }
      /* line 189, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.nda .download p, .block.booking-form.form fieldset.nda .download p {
        margin-top: 0; }
      /* line 192, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.nda .download a, .block.booking-form.form fieldset.nda .download a {
        text-transform: uppercase;
        padding: 0.35em 2em;
        text-align: center;
        text-decoration: none;
        display: block;
        border: 0;
        line-height: 1;
        width: 100%;
        margin: 0 0 1.5em;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        border: 1px solid #FFCD00;
        background: #FFCD00;
        color: #4D4D4D;
        margin-bottom: 0; }
        /* line 39, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.nda .download a:hover, .block.booking-form.form fieldset.nda .download a:hover {
          text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 192, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset.nda .download a, .block.booking-form.form fieldset.nda .download a {
            width: auto;
            display: inline-block; } }
        /* line 46, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.nda .download a:disabled, .block.booking-form.form fieldset.nda .download a:disabled {
          opacity: 0.5;
          pointer-events: none; }
        /* line 57, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.nda .download a:hover, .block.booking-form.form fieldset.nda .download a:hover {
          border-color: #FFE678;
          background: #FFE678; }
        /* line 61, src/css/misc/_mixins.scss */
        .block.contact.form fieldset.nda .download a:active, .block.booking-form.form fieldset.nda .download a:active {
          border-color: #FFC300;
          background: #FFC300; }
      /* line 199, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.ajax-loading:before, .block.booking-form.form fieldset.ajax-loading:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      /* line 208, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.ajax-loading:after, .block.booking-form.form fieldset.ajax-loading:after {
        content: ""; }
      /* line 212, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset#company_type_section, .block.booking-form.form fieldset#company_type_section {
        display: none; }
      /* line 215, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset textarea, .block.booking-form.form fieldset textarea {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        outline: none;
        height: 8em;
        width: 100%;
        min-height: 150px;
        resize: vertical; }
        /* line 424, src/css/misc/_mixins.scss */
        .block.contact.form fieldset textarea:hover, .block.booking-form.form fieldset textarea:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 429, src/css/misc/_mixins.scss */
        .block.contact.form fieldset textarea:active, .block.contact.form fieldset textarea:focus, .block.booking-form.form fieldset textarea:active, .block.booking-form.form fieldset textarea:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 215, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset textarea, .block.booking-form.form fieldset textarea {
            width: 90%; } }
      /* line 224, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset select, .block.booking-form.form fieldset select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.contact.form fieldset select, .ie9 .block.booking-form.form fieldset select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.form fieldset select, [dir="rtl"] .block.booking-form.form fieldset select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.contact.form fieldset select::-ms-expand, .block.booking-form.form fieldset select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 224, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset select, .block.booking-form.form fieldset select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 224, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset select, .block.booking-form.form fieldset select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.contact.form fieldset select:disabled, .block.booking-form.form fieldset select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.contact.form fieldset select:hover, .block.booking-form.form fieldset select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.contact.form fieldset select:active, .block.contact.form fieldset select:focus, .block.booking-form.form fieldset select:active, .block.booking-form.form fieldset select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 224, src/css/blocks/contact/_form.scss */
          .block.contact.form fieldset select, .block.booking-form.form fieldset select {
            width: 75%; } }
        /* line 232, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset select.select.chosen-replaced, .block.booking-form.form fieldset select.select.chosen-replaced {
          display: block !important;
          position: absolute;
          top: -100000px; }
      @media only screen and (min-width: 601px) {
        /* line 239, src/css/blocks/contact/_form.scss */
        .block.contact.form fieldset.small select, .block.booking-form.form fieldset.small select {
          width: 40%; } }
      /* line 245, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset .remaining, .block.booking-form.form fieldset .remaining {
        font-size: 0.75em;
        color: #4D4D4D; }
      /* line 249, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset .error, .block.booking-form.form fieldset .error {
        padding-top: 0.5em;
        color: #D0021B;
        font-size: 0.9375em;
        display: none; }
      /* line 258, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.input-validation-error label:before, .block.contact.form fieldset .input-validation-error label:before, .block.booking-form.form fieldset.input-validation-error label:before, .block.booking-form.form fieldset .input-validation-error label:before {
        border-color: #D0021B; }
      /* line 262, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.input-validation-error input, .block.contact.form fieldset.input-validation-error select, .block.contact.form fieldset.input-validation-error textarea, .block.contact.form fieldset .input-validation-error input, .block.contact.form fieldset .input-validation-error select, .block.contact.form fieldset .input-validation-error textarea, .block.booking-form.form fieldset.input-validation-error input, .block.booking-form.form fieldset.input-validation-error select, .block.booking-form.form fieldset.input-validation-error textarea, .block.booking-form.form fieldset .input-validation-error input, .block.booking-form.form fieldset .input-validation-error select, .block.booking-form.form fieldset .input-validation-error textarea {
        border-color: #D0021B; }
      /* line 266, src/css/blocks/contact/_form.scss */
      .block.contact.form fieldset.input-validation-error .error, .block.contact.form fieldset .input-validation-error .error, .block.booking-form.form fieldset.input-validation-error .error, .block.booking-form.form fieldset .input-validation-error .error {
        display: block; }
    /* line 272, src/css/blocks/contact/_form.scss */
    .block.contact.form button, .block.booking-form.form button {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin-top: 2em; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.contact.form button:hover, .block.booking-form.form button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 272, src/css/blocks/contact/_form.scss */
        .block.contact.form button, .block.booking-form.form button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.contact.form button:disabled, .block.booking-form.form button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.contact.form button:hover, .block.booking-form.form button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.contact.form button:active, .block.booking-form.form button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
      @media only screen and (min-width: 601px) {
        /* line 272, src/css/blocks/contact/_form.scss */
        .block.contact.form button, .block.booking-form.form button {
          float: right; } }
  /* line 879, src/css/style.scss */
  .block.contact.location, .block.booking-form.location {
    background: #F6F6F6;
    margin: 1em 0;
    padding: 1.5em 1.5em 1.5em; }
    /* line 5, src/css/blocks/contact/_location.scss */
    .block.contact.location h3, .block.booking-form.location h3 {
      text-transform: none; }
    /* line 8, src/css/blocks/contact/_location.scss */
    .block.contact.location p, .block.booking-form.location p {
      margin: 0; }
  /* line 881, src/css/style.scss */
  .block.contact.location_select, .block.booking-form.location_select {
    margin: 0 0 1.5em; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.contact.location_select form:after, .block.booking-form.location_select form:after {
      content: "";
      display: table;
      clear: both; }
    /* line 7, src/css/blocks/contact/_form.scss */
    .block.contact.location_select h2, .block.booking-form.location_select h2 {
      font-size: 2em;
      color: #939598;
      font-family: SabicHeadlineLight, arial, sans-serif; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh .block.contact.location_select h2, .lang-zh .block.booking-form.location_select h2 {
        font-family: SabicChineseLight !important; }
    /* line 12, src/css/blocks/contact/_form.scss */
    .block.contact.location_select .group, .block.booking-form.location_select .group {
      background: #F6F6F6;
      margin: 0 0 1.25em;
      padding: 0; }
      /* line 16, src/css/blocks/contact/_form.scss */
      .block.contact.location_select .group h3, .block.booking-form.location_select .group h3 {
        background: #009FDF;
        color: #fff;
        margin: 2em 0 0 0;
        padding: 0.5em 1.5em; }
      /* line 22, src/css/blocks/contact/_form.scss */
      .block.contact.location_select .group h4, .block.booking-form.location_select .group h4 {
        margin-bottom: 0.25em; }
      /* line 26, src/css/blocks/contact/_form.scss */
      .block.contact.location_select .group:first-child h3, .block.booking-form.location_select .group:first-child h3 {
        margin-top: 0; }
      /* line 31, src/css/blocks/contact/_form.scss */
      .block.contact.location_select .group .select h4, .block.booking-form.location_select .group .select h4 {
        margin-bottom: 1em; }
      /* line 36, src/css/blocks/contact/_form.scss */
      .block.contact.location_select .group .datetimepicker .datetime, .block.booking-form.location_select .group .datetimepicker .datetime {
        position: relative; }
        /* line 38, src/css/blocks/contact/_form.scss */
        .block.contact.location_select .group .datetimepicker .datetime:after, .block.booking-form.location_select .group .datetimepicker .datetime:after {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          background: url(../img/icons/calendar.svg) no-repeat right;
          left: 0;
          top: 3px;
          width: 98%;
          pointer-events: none; }
          @media only screen and (min-width: 601px) {
            /* line 38, src/css/blocks/contact/_form.scss */
            .block.contact.location_select .group .datetimepicker .datetime:after, .block.booking-form.location_select .group .datetimepicker .datetime:after {
              width: 88%; } }
      /* line 56, src/css/blocks/contact/_form.scss */
      .block.contact.location_select .group p:last-child, .block.booking-form.location_select .group p:last-child {
        margin-bottom: 0; }
    /* line 62, src/css/blocks/contact/_form.scss */
    .block.contact.location_select .g-recaptcha.error > div, .block.booking-form.location_select .g-recaptcha.error > div {
      border: 1px solid #D0021B; }
    /* line 66, src/css/blocks/contact/_form.scss */
    .block.contact.location_select fieldset, .block.booking-form.location_select fieldset {
      margin: 0 0 -1em;
      padding: 1em;
      border: 0;
      position: relative; }
      /* line 72, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset:after, .block.booking-form.location_select fieldset:after {
        position: absolute;
        bottom: 1em;
        right: 1em;
        width: 2em;
        height: 2em;
        background: 0 0 no-repeat;
        z-index: 11;
        background-image: url(../img/spinner2.gif); }
      /* line 82, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset label, .block.booking-form.location_select fieldset label {
        display: block;
        color: #4D4D4D;
        font-size: 0.9375em;
        padding-bottom: 0.25em; }
      /* line 88, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.no-bottom-padding, .block.booking-form.location_select fieldset.no-bottom-padding {
        padding-bottom: 0; }
      /* line 92, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.text input, .block.contact.location_select fieldset.number input, .block.contact.location_select fieldset.email input, .block.booking-form.location_select fieldset.text input, .block.booking-form.location_select fieldset.number input, .block.booking-form.location_select fieldset.email input {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        width: 100%;
        outline: none;
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          /* line 92, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset.text input, .block.contact.location_select fieldset.number input, .block.contact.location_select fieldset.email input, .block.booking-form.location_select fieldset.text input, .block.booking-form.location_select fieldset.number input, .block.booking-form.location_select fieldset.email input {
            width: auto; } }
        /* line 406, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.text input:hover, .block.contact.location_select fieldset.number input:hover, .block.contact.location_select fieldset.email input:hover, .block.booking-form.location_select fieldset.text input:hover, .block.booking-form.location_select fieldset.number input:hover, .block.booking-form.location_select fieldset.email input:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 411, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.text input:active, .block.contact.location_select fieldset.text input:focus, .block.contact.location_select fieldset.number input:active, .block.contact.location_select fieldset.number input:focus, .block.contact.location_select fieldset.email input:active, .block.contact.location_select fieldset.email input:focus, .block.booking-form.location_select fieldset.text input:active, .block.booking-form.location_select fieldset.text input:focus, .block.booking-form.location_select fieldset.number input:active, .block.booking-form.location_select fieldset.number input:focus, .block.booking-form.location_select fieldset.email input:active, .block.booking-form.location_select fieldset.email input:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 92, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset.text input, .block.contact.location_select fieldset.number input, .block.contact.location_select fieldset.email input, .block.booking-form.location_select fieldset.text input, .block.booking-form.location_select fieldset.number input, .block.booking-form.location_select fieldset.email input {
            width: 75%; } }
      /* line 499, src/css/misc/_mixins.scss */
      .block.contact.location_select fieldset.check input, .block.booking-form.location_select fieldset.check input {
        position: absolute;
        left: -999em; }
        /* line 502, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.location_select fieldset.check input, [dir="rtl"] .block.booking-form.location_select fieldset.check input {
          left: auto;
          right: -999em; }
        /* line 507, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.check input:checked + label:before, .block.booking-form.location_select fieldset.check input:checked + label:before {
          background: #009FDF; }
        /* line 510, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.check input:checked + label:after, .block.booking-form.location_select fieldset.check input:checked + label:after {
          content: "";
          width: 18px;
          height: 18px;
          border: 1px solid #009FDF;
          background: url(../img/check.png) center no-repeat;
          position: absolute;
          left: 0;
          top: 0; }
          /* line 519, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.contact.location_select fieldset.check input:checked + label:after, [dir="rtl"] .block.booking-form.location_select fieldset.check input:checked + label:after {
            left: auto;
            right: 0; }
      /* line 526, src/css/misc/_mixins.scss */
      .block.contact.location_select fieldset.check label, .block.booking-form.location_select fieldset.check label {
        color: #4D4D4D;
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        display: block;
        font-size: 0.9375em; }
        /* line 533, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.location_select fieldset.check label, [dir="rtl"] .block.booking-form.location_select fieldset.check label {
          padding-left: 0;
          padding-right: 28px; }
        /* line 537, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.check label:before, .block.booking-form.location_select fieldset.check label:before {
          content: "";
          width: 18px;
          height: 18px;
          background: #fff;
          border: 1px solid #4D4D4D;
          position: absolute;
          left: 0;
          top: 0; }
          /* line 546, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.contact.location_select fieldset.check label:before, [dir="rtl"] .block.booking-form.location_select fieldset.check label:before {
            left: auto;
            right: 0; }
        /* line 552, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.check label:hover:before, .block.booking-form.location_select fieldset.check label:hover:before {
          background: #EEEEEE; }
      /* line 560, src/css/misc/_mixins.scss */
      .block.contact.location_select fieldset.radio input, .block.booking-form.location_select fieldset.radio input {
        position: absolute;
        top: 0;
        left: -1.1rem;
        width: 18px !important;
        height: 18px !important;
        border: 1px solid #009FDF;
        opacity: 0; }
        /* line 569, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.location_select fieldset.radio input, [dir="rtl"] .block.booking-form.location_select fieldset.radio input {
          left: auto;
          right: -999em; }
        /* line 574, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.radio input:hover, .block.booking-form.location_select fieldset.radio input:hover {
          cursor: pointer; }
      /* line 579, src/css/misc/_mixins.scss */
      .block.contact.location_select fieldset.radio label, .block.booking-form.location_select fieldset.radio label {
        color: #4D4D4D;
        position: relative;
        margin-right: 2.4rem;
        padding-left: 28px;
        cursor: pointer;
        display: inline-block;
        font-size: 0.9375em; }
        /* line 588, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.location_select fieldset.radio label, [dir="rtl"] .block.booking-form.location_select fieldset.radio label {
          padding-left: 0;
          padding-right: 28px; }
        /* line 592, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.radio label:before, .block.booking-form.location_select fieldset.radio label:before {
          content: "";
          width: 18px;
          height: 18px;
          background: #fff;
          border: 1px solid #4D4D4D;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%; }
          /* line 603, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.contact.location_select fieldset.radio label:before, [dir="rtl"] .block.booking-form.location_select fieldset.radio label:before {
            left: auto;
            right: 0; }
        /* line 609, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.radio label:hover, .block.booking-form.location_select fieldset.radio label:hover {
          cursor: default; }
        /* line 613, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.radio label.checked:before, .block.booking-form.location_select fieldset.radio label.checked:before {
          background: #009FDF;
          border-color: #009FDF; }
      /* line 620, src/css/misc/_mixins.scss */
      .block.contact.location_select fieldset.radio.input-validation-error input, .block.contact.location_select fieldset.radio.input-validation-error label:before, .block.booking-form.location_select fieldset.radio.input-validation-error input, .block.booking-form.location_select fieldset.radio.input-validation-error label:before {
        border-color: #4D4D4D; }
      /* line 624, src/css/misc/_mixins.scss */
      .block.contact.location_select fieldset.radio.input-validation-error label.checked:before, .block.booking-form.location_select fieldset.radio.input-validation-error label.checked:before {
        border-color: #009FDF; }
      /* line 110, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.upload .inner .help p, .block.booking-form.location_select fieldset.upload .inner .help p {
        margin: 0;
        position: relative;
        cursor: pointer;
        display: block;
        font-size: 0.9375em; }
        /* line 117, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset.upload .inner .help p:after, .block.booking-form.location_select fieldset.upload .inner .help p:after {
          content: "";
          width: 17px;
          height: 17px;
          display: inline-block;
          position: relative;
          top: 3px;
          margin-left: 0.5em; }
        /* line 127, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset.upload .inner .help p.err:after, .block.booking-form.location_select fieldset.upload .inner .help p.err:after {
          background: url(../img/cross.png) center no-repeat;
          background-color: red; }
        /* line 133, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset.upload .inner .help p.valid:after, .block.booking-form.location_select fieldset.upload .inner .help p.valid:after {
          background: url(../img/check.png) center no-repeat;
          background-color: green; }
      /* line 141, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.upload input, .block.booking-form.location_select fieldset.upload input {
        margin-top: 0.5em;
        margin-bottom: 0.5em; }
      /* line 147, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.nda .ready, .block.booking-form.location_select fieldset.nda .ready {
        border: 1px dashed grey;
        padding: 1.5em;
        margin: 1em 0; }
        /* line 151, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset.nda .ready p, .block.booking-form.location_select fieldset.nda .ready p {
          margin-top: 0; }
        /* line 155, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset.nda .ready .upload_size, .block.booking-form.location_select fieldset.nda .ready .upload_size {
          margin: 0;
          position: relative;
          cursor: pointer;
          display: block;
          font-size: 0.9375em;
          display: none; }
          /* line 162, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset.nda .ready .upload_size:after, .block.booking-form.location_select fieldset.nda .ready .upload_size:after {
            content: "";
            width: 17px;
            height: 17px;
            display: inline-block;
            position: relative;
            top: 3px;
            margin-left: 0.5em; }
          /* line 171, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset.nda .ready .upload_size.err, .block.booking-form.location_select fieldset.nda .ready .upload_size.err {
            display: block; }
            /* line 173, src/css/blocks/contact/_form.scss */
            .block.contact.location_select fieldset.nda .ready .upload_size.err:after, .block.booking-form.location_select fieldset.nda .ready .upload_size.err:after {
              background: url(../img/cross.png) center no-repeat;
              background-color: red; }
          /* line 178, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset.nda .ready .upload_size.valid, .block.booking-form.location_select fieldset.nda .ready .upload_size.valid {
            display: block; }
            /* line 180, src/css/blocks/contact/_form.scss */
            .block.contact.location_select fieldset.nda .ready .upload_size.valid:after, .block.booking-form.location_select fieldset.nda .ready .upload_size.valid:after {
              background: url(../img/check.png) center no-repeat;
              background-color: green; }
      /* line 189, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.nda .download p, .block.booking-form.location_select fieldset.nda .download p {
        margin-top: 0; }
      /* line 192, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.nda .download a, .block.booking-form.location_select fieldset.nda .download a {
        text-transform: uppercase;
        padding: 0.35em 2em;
        text-align: center;
        text-decoration: none;
        display: block;
        border: 0;
        line-height: 1;
        width: 100%;
        margin: 0 0 1.5em;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        border: 1px solid #FFCD00;
        background: #FFCD00;
        color: #4D4D4D;
        margin-bottom: 0; }
        /* line 39, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.nda .download a:hover, .block.booking-form.location_select fieldset.nda .download a:hover {
          text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 192, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset.nda .download a, .block.booking-form.location_select fieldset.nda .download a {
            width: auto;
            display: inline-block; } }
        /* line 46, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.nda .download a:disabled, .block.booking-form.location_select fieldset.nda .download a:disabled {
          opacity: 0.5;
          pointer-events: none; }
        /* line 57, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.nda .download a:hover, .block.booking-form.location_select fieldset.nda .download a:hover {
          border-color: #FFE678;
          background: #FFE678; }
        /* line 61, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset.nda .download a:active, .block.booking-form.location_select fieldset.nda .download a:active {
          border-color: #FFC300;
          background: #FFC300; }
      /* line 199, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.ajax-loading:before, .block.booking-form.location_select fieldset.ajax-loading:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      /* line 208, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.ajax-loading:after, .block.booking-form.location_select fieldset.ajax-loading:after {
        content: ""; }
      /* line 212, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset#company_type_section, .block.booking-form.location_select fieldset#company_type_section {
        display: none; }
      /* line 215, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset textarea, .block.booking-form.location_select fieldset textarea {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        outline: none;
        height: 8em;
        width: 100%;
        min-height: 150px;
        resize: vertical; }
        /* line 424, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset textarea:hover, .block.booking-form.location_select fieldset textarea:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 429, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset textarea:active, .block.contact.location_select fieldset textarea:focus, .block.booking-form.location_select fieldset textarea:active, .block.booking-form.location_select fieldset textarea:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 215, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset textarea, .block.booking-form.location_select fieldset textarea {
            width: 90%; } }
      /* line 224, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset select, .block.booking-form.location_select fieldset select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.contact.location_select fieldset select, .ie9 .block.booking-form.location_select fieldset select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.contact.location_select fieldset select, [dir="rtl"] .block.booking-form.location_select fieldset select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset select::-ms-expand, .block.booking-form.location_select fieldset select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 224, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset select, .block.booking-form.location_select fieldset select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 224, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset select, .block.booking-form.location_select fieldset select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset select:disabled, .block.booking-form.location_select fieldset select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset select:hover, .block.booking-form.location_select fieldset select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.contact.location_select fieldset select:active, .block.contact.location_select fieldset select:focus, .block.booking-form.location_select fieldset select:active, .block.booking-form.location_select fieldset select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 224, src/css/blocks/contact/_form.scss */
          .block.contact.location_select fieldset select, .block.booking-form.location_select fieldset select {
            width: 75%; } }
        /* line 232, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset select.select.chosen-replaced, .block.booking-form.location_select fieldset select.select.chosen-replaced {
          display: block !important;
          position: absolute;
          top: -100000px; }
      @media only screen and (min-width: 601px) {
        /* line 239, src/css/blocks/contact/_form.scss */
        .block.contact.location_select fieldset.small select, .block.booking-form.location_select fieldset.small select {
          width: 40%; } }
      /* line 245, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset .remaining, .block.booking-form.location_select fieldset .remaining {
        font-size: 0.75em;
        color: #4D4D4D; }
      /* line 249, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset .error, .block.booking-form.location_select fieldset .error {
        padding-top: 0.5em;
        color: #D0021B;
        font-size: 0.9375em;
        display: none; }
      /* line 258, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.input-validation-error label:before, .block.contact.location_select fieldset .input-validation-error label:before, .block.booking-form.location_select fieldset.input-validation-error label:before, .block.booking-form.location_select fieldset .input-validation-error label:before {
        border-color: #D0021B; }
      /* line 262, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.input-validation-error input, .block.contact.location_select fieldset.input-validation-error select, .block.contact.location_select fieldset.input-validation-error textarea, .block.contact.location_select fieldset .input-validation-error input, .block.contact.location_select fieldset .input-validation-error select, .block.contact.location_select fieldset .input-validation-error textarea, .block.booking-form.location_select fieldset.input-validation-error input, .block.booking-form.location_select fieldset.input-validation-error select, .block.booking-form.location_select fieldset.input-validation-error textarea, .block.booking-form.location_select fieldset .input-validation-error input, .block.booking-form.location_select fieldset .input-validation-error select, .block.booking-form.location_select fieldset .input-validation-error textarea {
        border-color: #D0021B; }
      /* line 266, src/css/blocks/contact/_form.scss */
      .block.contact.location_select fieldset.input-validation-error .error, .block.contact.location_select fieldset .input-validation-error .error, .block.booking-form.location_select fieldset.input-validation-error .error, .block.booking-form.location_select fieldset .input-validation-error .error {
        display: block; }
    /* line 272, src/css/blocks/contact/_form.scss */
    .block.contact.location_select button, .block.booking-form.location_select button {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin-top: 2em; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.contact.location_select button:hover, .block.booking-form.location_select button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 272, src/css/blocks/contact/_form.scss */
        .block.contact.location_select button, .block.booking-form.location_select button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.contact.location_select button:disabled, .block.booking-form.location_select button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.contact.location_select button:hover, .block.booking-form.location_select button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.contact.location_select button:active, .block.booking-form.location_select button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
      @media only screen and (min-width: 601px) {
        /* line 272, src/css/blocks/contact/_form.scss */
        .block.contact.location_select button, .block.booking-form.location_select button {
          float: right; } }
    /* line 3, src/css/blocks/contact/_location_select.scss */
    .block.contact.location_select .group, .block.booking-form.location_select .group {
      border: 0;
      background: #F6F6F6; }
  /* line 883, src/css/style.scss */
  .block.contact.contacts, .block.booking-form.contacts {
    background: #041E42;
    color: #fff;
    margin: 1em 0 1.5em; }
    /* line 5, src/css/blocks/contact/_contacts.scss */
    .block.contact.contacts ul, .block.booking-form.contacts ul {
      list-style: none;
      margin: 0;
      padding: 0 0 1.5em; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.contact.contacts ul:after, .block.booking-form.contacts ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 10, src/css/blocks/contact/_contacts.scss */
      .block.contact.contacts ul li, .block.booking-form.contacts ul li {
        padding: 1.5em 1.5em 0; }
        /* line 12, src/css/blocks/contact/_contacts.scss */
        .block.contact.contacts ul li h3, .block.booking-form.contacts ul li h3 {
          text-transform: none;
          margin: 0;
          color: #fff; }
        /* line 17, src/css/blocks/contact/_contacts.scss */
        .block.contact.contacts ul li a, .block.booking-form.contacts ul li a {
          color: #fff;
          text-decoration: underline; }
          /* line 20, src/css/blocks/contact/_contacts.scss */
          .block.contact.contacts ul li a:hover, .block.booking-form.contacts ul li a:hover {
            text-decoration: none; }
  /* line 4, src/css/blocks/news/_news.scss */
  .block.news > a:hover p {
    color: #46B4E6; }
  /* line 9, src/css/blocks/news/_news.scss */
  .block.news > a:active p {
    color: #4D4D4D; }
  /* line 13, src/css/blocks/news/_news.scss */
  .block.news > a.cta, .block.news > a.cta-blue {
    color: #fff; }
  /* line 18, src/css/blocks/news/_news.scss */
  .block.news h3 a {
    color: #4D4D4D; }
    /* line 20, src/css/blocks/news/_news.scss */
    .block.news h3 a:hover {
      color: #46B4E6; }
  /* line 25, src/css/blocks/news/_news.scss */
  .block.news .cleared {
    clear: both; }
  /* line 28, src/css/blocks/news/_news.scss */
  .block.news img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 0 1.5em; }
  /* line 34, src/css/blocks/news/_news.scss */
  .block.news p {
    margin: 0 0 1em; }
  /* line 37, src/css/blocks/news/_news.scss */
  .block.news ul {
    list-style: disc outside;
    margin: 0 0 1.5em 1em;
    padding: 0;
    padding: 0; }
    /* line 42, src/css/blocks/news/_news.scss */
    [dir="rtl"] .block.news ul {
      margin: 0 1em 1.5em 0; }
    /* line 45, src/css/blocks/news/_news.scss */
    .block.news ul li {
      color: #4D4D4D;
      font-size: 0.9375em;
      font-family: SabicLight, arial, sans-serif; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .block.news ul li {
        font-family: SabicChineseLight !important; }
  /* line 52, src/css/blocks/news/_news.scss */
  .block.news ol {
    list-style: decimal outside;
    padding: 0;
    margin: 0 0 1.5em 1em;
    padding: 0; }
    /* line 57, src/css/blocks/news/_news.scss */
    [dir="rtl"] .block.news ol {
      margin: 0 1em 1.5em 0; }
    /* line 60, src/css/blocks/news/_news.scss */
    .block.news ol li {
      color: #4D4D4D;
      font-size: 0.9375em;
      font-family: SabicLight, arial, sans-serif; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .block.news ol li {
        font-family: SabicChineseLight !important; }
  /* line 890, src/css/style.scss */
  .block.news.details {
    padding-bottom: 1.5em; }
    /* line 3, src/css/blocks/news/_details.scss */
    .block.news.details .profile {
      padding-left: 5em;
      position: relative; }
      /* line 6, src/css/blocks/news/_details.scss */
      .block.news.details .profile h3 {
        text-transform: none;
        margin: 0 0 0.25em; }
      /* line 10, src/css/blocks/news/_details.scss */
      .block.news.details .profile p {
        font-family: SabicRegular, arial, sans-serif;
        color: #939598;
        margin: 0; }
        /* line 90, src/css/misc/_fonts.scss */
        .lang-zh .block.news.details .profile p {
          font-family: SabicChineseRegular !important; }
      /* line 16, src/css/blocks/news/_details.scss */
      .block.news.details .profile img {
        position: absolute;
        top: 0;
        left: 0;
        width: 4em;
        border-radius: 100em; }
  /* line 892, src/css/style.scss */
  .block.news.tags {
    display: none; }
    /* line 3, src/css/blocks/news/_tags.scss */
    .block.news.tags ul {
      margin: 1em 0;
      padding: 0; }
      /* line 6, src/css/blocks/news/_tags.scss */
      .block.news.tags ul li {
        display: inline-block;
        margin: 0 0.25em 0.75em 0; }
        /* line 9, src/css/blocks/news/_tags.scss */
        .block.news.tags ul li a {
          background: #EEEEEE;
          display: block;
          color: #939598;
          text-decoration: none;
          padding: 0.25em 1em;
          border-radius: 100em;
          line-height: 1;
          border: 1px solid; }
          /* line 18, src/css/blocks/news/_tags.scss */
          .block.news.tags ul li a:hover {
            border-color: #009FDF;
            background: #009FDF;
            color: #fff !important; }
          /* line 23, src/css/blocks/news/_tags.scss */
          .block.news.tags ul li a:active {
            border-color: #009FDF;
            background: #fff;
            color: #009FDF !important; }
  /* line 2, src/css/blocks/news/_related.scss */
  .block.news.related ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 6, src/css/blocks/news/_related.scss */
    .block.news.related ul li {
      padding-bottom: 1em; }
      /* line 8, src/css/blocks/news/_related.scss */
      .block.news.related ul li h4 {
        margin-bottom: 0; }
      /* line 11, src/css/blocks/news/_related.scss */
      .block.news.related ul li p {
        margin-top: 0.25em; }
  /* line 896, src/css/style.scss */
  .block.news.share {
    float: right;
    /*padding-top: 1.5em;
    a {
        @include cta-blue;
        position: relative;
        padding-right: 3em;
        &:before {
    	    content: "";
            position: absolute;
            top: 50%;
            right: 1em;
            height: 1em;
            width: 1em;
            margin-top: -0.5em;
        }
        @include ico;
    }*/ }
    /* line 3, src/css/blocks/news/_share.scss */
    [dir="rtl"] .block.news.share {
      float: left; }
  /* line 900, src/css/style.scss */
  .block.news.result {
    margin: 0 0 1.5em; }
    /* line 4, src/css/blocks/news/_result.scss */
    .block.news.result .thumb {
      height: 12em;
      margin: 0 0 1.5em;
      background: no-repeat center;
      background-size: cover; }
      @media only screen and (min-width: 601px) {
        /* line 4, src/css/blocks/news/_result.scss */
        .block.news.result .thumb {
          height: 16em;
          max-width: 30em; } }
      @media only screen and (min-width: 1024px) {
        /* line 4, src/css/blocks/news/_result.scss */
        .block.news.result .thumb {
          float: none;
          margin: 0 0 1.5em; }
          /* line 16, src/css/blocks/news/_result.scss */
          .col-lg-4 .block.news.result .thumb {
            height: 12em;
            max-width: 24em; } }
  /* line 902, src/css/style.scss */
  .block.news.result_large {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/news/_result_large.scss */
    .block.news.result_large .thumb {
      height: 14em;
      margin: 0 0 1.5em;
      background: no-repeat center;
      background-size: cover;
      display: block;
      max-width: 100%;
      margin: 0 0 1.5em; }
      @media only screen and (min-width: 1024px) {
        /* line 3, src/css/blocks/news/_result_large.scss */
        .block.news.result_large .thumb {
          float: left;
          width: 49%;
          width: calc(50% - 0.75rem);
          margin: 0 1.5rem 1.5em 0; }
          /* line 16, src/css/blocks/news/_result_large.scss */
          [dir="rtl"] .block.news.result_large .thumb {
            float: right;
            margin: 0 0 1.5rem 1.5em; } }
  /* line 904, src/css/style.scss */
  .block.news.feedback {
    padding-top: 1.5em; }
    /* line 3, src/css/blocks/news/_feedback.scss */
    .block.news.feedback p {
      margin: 1em 0;
      font-size: 1.125em;
      color: #4D4D4D; }
      /* line 7, src/css/blocks/news/_feedback.scss */
      .block.news.feedback p .feedback_buttons {
        display: block; }
        @media only screen and (min-width: 1024px) {
          /* line 7, src/css/blocks/news/_feedback.scss */
          .block.news.feedback p .feedback_buttons {
            display: inline; } }
        /* line 12, src/css/blocks/news/_feedback.scss */
        .block.news.feedback p .feedback_buttons a {
          padding: 0 0 0 0.5em; }
  /* line 906, src/css/style.scss */
  .block.news.actions {
    padding-top: 1.5em;
    display: none;
    margin: 0 0 1.5em; }
    @media only screen and (min-width: 601px) {
      /* line 906, src/css/style.scss */
      .block.news.actions {
        display: block; } }
    /* line 8, src/css/blocks/news/_actions.scss */
    .block.news.actions ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.news.actions ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 13, src/css/blocks/news/_actions.scss */
      .block.news.actions ul li {
        width: 15em; }
        /* line 15, src/css/blocks/news/_actions.scss */
        .block.news.actions ul li.prev {
          float: left; }
          /* line 17, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li.prev a {
            padding-left: 3em; }
            /* line 19, src/css/blocks/news/_actions.scss */
            .block.news.actions ul li.prev a:before {
              left: 0; }
            /* line 22, src/css/blocks/news/_actions.scss */
            .block.news.actions ul li.prev a:after {
              content: "←";
              left: 0; }
        /* line 28, src/css/blocks/news/_actions.scss */
        .block.news.actions ul li.next {
          float: right; }
          /* line 30, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li.next a {
            padding-right: 3em; }
            /* line 32, src/css/blocks/news/_actions.scss */
            .block.news.actions ul li.next a:before {
              right: 0; }
            /* line 35, src/css/blocks/news/_actions.scss */
            .block.news.actions ul li.next a:after {
              content: "→";
              right: 0; }
        /* line 41, src/css/blocks/news/_actions.scss */
        .block.news.actions ul li a {
          display: block;
          color: #009FDF;
          text-decoration: none;
          position: relative;
          line-height: 2.4em;
          text-transform: uppercase; }
          /* line 48, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li a span {
            overflow: hidden;
            width: 12em;
            text-overflow: ellipsis;
            display: block;
            white-space: nowrap; }
          /* line 55, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li a:hover {
            color: #041E42;
            text-decoration: underline; }
            /* line 58, src/css/blocks/news/_actions.scss */
            .block.news.actions ul li a:hover:before {
              background: #041E42; }
          /* line 62, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li a:active {
            color: #4D4D4D;
            text-decoration: underline; }
            /* line 65, src/css/blocks/news/_actions.scss */
            .block.news.actions ul li a:active:before {
              background: #4D4D4D; }
          /* line 69, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li a:before {
            content: "";
            top: 0;
            background: #009FDF;
            width: 2.4em;
            height: 2.4em;
            border-radius: 100em;
            position: absolute; }
          /* line 78, src/css/blocks/news/_actions.scss */
          .block.news.actions ul li a:after {
            top: 0;
            width: 2.4em;
            height: 2.4em;
            position: absolute;
            text-align: center;
            color: #fff; }
  /* line 908, src/css/style.scss */
  .block.news.filters {
    background: #F6F6F6;
    padding: 1em 1.5em;
    margin: 0 0 1.5em 0; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.news.filters:after {
      content: "";
      display: table;
      clear: both; }
    /* line 291, src/css/misc/_mixins.scss */
    .block.news.filters legend {
      padding: 0 1em 0 0;
      text-transform: uppercase;
      color: #4D4D4D;
      display: block; }
      /* line 296, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.news.filters legend {
        padding: 0 0 0 1em; }
      @media only screen and (min-width: 1024px) {
        /* line 291, src/css/misc/_mixins.scss */
        .block.news.filters legend {
          display: inline-block; } }
    /* line 303, src/css/misc/_mixins.scss */
    .block.news.filters fieldset {
      margin: 0.5em 0;
      border: 0;
      padding: 0 0 1em;
      white-space: nowrap; }
      @media only screen and (min-width: 601px) {
        /* line 303, src/css/misc/_mixins.scss */
        .block.news.filters fieldset {
          padding: 0 1em 0 0;
          display: inline-block; }
          /* line 311, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.news.filters fieldset {
            padding: 0 0 0 1em; } }
      /* line 315, src/css/misc/_mixins.scss */
      .block.news.filters fieldset label {
        display: block;
        cursor: pointer; }
        @media only screen and (min-width: 1024px) {
          /* line 315, src/css/misc/_mixins.scss */
          .block.news.filters fieldset label {
            padding-right: 0.5em;
            display: inline-block; }
            /* line 321, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.news.filters fieldset label {
              padding-right: 0;
              padding-left: 0.5em; } }
      /* line 327, src/css/misc/_mixins.scss */
      .block.news.filters fieldset .text {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        width: 100%;
        outline: none; }
        @media only screen and (min-width: 1024px) {
          /* line 327, src/css/misc/_mixins.scss */
          .block.news.filters fieldset .text {
            width: auto; } }
        /* line 406, src/css/misc/_mixins.scss */
        .block.news.filters fieldset .text:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 411, src/css/misc/_mixins.scss */
        .block.news.filters fieldset .text:active, .block.news.filters fieldset .text:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 327, src/css/misc/_mixins.scss */
          .block.news.filters fieldset .text {
            display: inline-block;
            min-width: 25em; } }
      /* line 334, src/css/misc/_mixins.scss */
      .block.news.filters fieldset select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.news.filters fieldset select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.news.filters fieldset select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.news.filters fieldset select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 334, src/css/misc/_mixins.scss */
          .block.news.filters fieldset select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 334, src/css/misc/_mixins.scss */
          .block.news.filters fieldset select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.news.filters fieldset select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.news.filters fieldset select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.news.filters fieldset select:active, .block.news.filters fieldset select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
    /* line 338, src/css/misc/_mixins.scss */
    .block.news.filters .add {
      display: inline-block;
      padding-right: 1em; }
    /* line 342, src/css/misc/_mixins.scss */
    .block.news.filters button {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.news.filters button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 342, src/css/misc/_mixins.scss */
        .block.news.filters button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.news.filters button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.news.filters button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.news.filters button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
    /* line 4, src/css/blocks/news/_filters.scss */
    .block.news.filters fieldset {
      display: block;
      padding: 0 !important; }
      /* line 7, src/css/blocks/news/_filters.scss */
      .block.news.filters fieldset label {
        display: block;
        padding: 0 0 0.25em; }
      /* line 11, src/css/blocks/news/_filters.scss */
      .block.news.filters fieldset select {
        width: 100% !important; }
    /* line 15, src/css/blocks/news/_filters.scss */
    .block.news.filters button {
      margin-top: 0.5em;
      margin-bottom: 0.25em;
      width: 100% !important; }
  /* line 910, src/css/style.scss */
  .block.news.tabbed_snippets {
    background: #F6F6F6;
    margin: 1.5em 0; }
    @media only screen and (min-width: 1024px) {
      /* line 910, src/css/style.scss */
      .block.news.tabbed_snippets {
        margin: 0 0 1.5em 0; } }
    /* line 7, src/css/blocks/news/_tabbed_snippets.scss */
    .block.news.tabbed_snippets .tabs {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.news.tabbed_snippets .tabs:after {
        content: "";
        display: table;
        clear: both; }
      /* line 244, src/css/misc/_mixins.scss */
      .block.news.tabbed_snippets .tabs li {
        float: left;
        width: 50%; }
        /* line 248, src/css/misc/_mixins.scss */
        .block.news.tabbed_snippets .tabs li.active a, .block.news.tabbed_snippets .tabs li.active a:hover, .block.news.tabbed_snippets .tabs li.active a:active {
          background: #F6F6F6;
          border-color: #F6F6F6;
          color: #939598; }
        /* line 254, src/css/misc/_mixins.scss */
        .block.news.tabbed_snippets .tabs li.active h3, .block.news.tabbed_snippets .tabs li.active h4 {
          color: #4D4D4D; }
        /* line 258, src/css/misc/_mixins.scss */
        .block.news.tabbed_snippets .tabs li a {
          border: 1px solid #F6F6F6;
          display: block;
          padding: 1.5em;
          background: #fff;
          margin-right: -1px; }
          /* line 264, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tabs li a:hover {
            text-decoration: none;
            background: #eee;
            color: #fff;
            border-color: #eee; }
          /* line 270, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tabs li a:active {
            background: #D8D8D8;
            border-color: #D8D8D8; }
            /* line 273, src/css/misc/_mixins.scss */
            .block.news.tabbed_snippets .tabs li a:active h3, .block.news.tabbed_snippets .tabs li a:active h4 {
              color: #4D4D4D; }
          /* line 277, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tabs li a h3, .block.news.tabbed_snippets .tabs li a h4 {
            color: #939598;
            margin: 0;
            line-height: 1;
            font-size: 1.063em; }
    /* line 11, src/css/blocks/news/_tabbed_snippets.scss */
    .block.news.tabbed_snippets .tab_news, .block.news.tabbed_snippets .tab_social {
      padding: 1.5em;
      display: none; }
      /* line 14, src/css/blocks/news/_tabbed_snippets.scss */
      .block.news.tabbed_snippets .tab_news.active, .block.news.tabbed_snippets .tab_social.active {
        display: block; }
      /* line 17, src/css/blocks/news/_tabbed_snippets.scss */
      .block.news.tabbed_snippets .tab_news .social, .block.news.tabbed_snippets .tab_news .videolink, .block.news.tabbed_snippets .tab_social .social, .block.news.tabbed_snippets .tab_social .videolink {
        border-bottom: 1px solid #D8D8D8;
        margin: 0 0 1.5em;
        padding-left: 3em; }
        /* line 21, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news .social .social_twitter,
        .block.news.tabbed_snippets .tab_news .social .social_facebook,
        .block.news.tabbed_snippets .tab_news .social .social_youtube,
        .block.news.tabbed_snippets .tab_news .social .social_linkedin, .block.news.tabbed_snippets .tab_news .videolink .social_twitter,
        .block.news.tabbed_snippets .tab_news .videolink .social_facebook,
        .block.news.tabbed_snippets .tab_news .videolink .social_youtube,
        .block.news.tabbed_snippets .tab_news .videolink .social_linkedin, .block.news.tabbed_snippets .tab_social .social .social_twitter,
        .block.news.tabbed_snippets .tab_social .social .social_facebook,
        .block.news.tabbed_snippets .tab_social .social .social_youtube,
        .block.news.tabbed_snippets .tab_social .social .social_linkedin, .block.news.tabbed_snippets .tab_social .videolink .social_twitter,
        .block.news.tabbed_snippets .tab_social .videolink .social_facebook,
        .block.news.tabbed_snippets .tab_social .videolink .social_youtube,
        .block.news.tabbed_snippets .tab_social .videolink .social_linkedin {
          position: absolute;
          top: 0;
          left: 0;
          width: 1.5em;
          height: 1.5em;
          background: center no-repeat; }
        /* line 32, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news .social .social_twitter, .block.news.tabbed_snippets .tab_news .videolink .social_twitter, .block.news.tabbed_snippets .tab_social .social .social_twitter, .block.news.tabbed_snippets .tab_social .videolink .social_twitter {
          background-image: url(../img/icons/sabic-twitter.svg); }
        /* line 33, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news .social .social_facebook, .block.news.tabbed_snippets .tab_news .videolink .social_facebook, .block.news.tabbed_snippets .tab_social .social .social_facebook, .block.news.tabbed_snippets .tab_social .videolink .social_facebook {
          background-image: url(../img/icons/sabic-facebook.svg); }
        /* line 34, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news .social .social_youtube, .block.news.tabbed_snippets .tab_news .videolink .social_youtube, .block.news.tabbed_snippets .tab_social .social .social_youtube, .block.news.tabbed_snippets .tab_social .videolink .social_youtube {
          background-image: url(../img/icons/sabic-you-tube.svg); }
        /* line 35, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news .social .social_linkedin, .block.news.tabbed_snippets .tab_news .videolink .social_linkedin, .block.news.tabbed_snippets .tab_social .social .social_linkedin, .block.news.tabbed_snippets .tab_social .videolink .social_linkedin {
          background-image: url(../img/icons/sabic-linkedin.svg); }
        /* line 37, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news .social:last-child, .block.news.tabbed_snippets .tab_news .videolink:last-child, .block.news.tabbed_snippets .tab_social .social:last-child, .block.news.tabbed_snippets .tab_social .videolink:last-child {
          border-bottom: 0;
          margin: 0; }
      /* line 42, src/css/blocks/news/_tabbed_snippets.scss */
      .block.news.tabbed_snippets .tab_news article, .block.news.tabbed_snippets .tab_social article {
        display: block; }
        /* line 44, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news article h3, .block.news.tabbed_snippets .tab_social article h3 {
          margin: 0.5em 0; }
        /* line 47, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news article p, .block.news.tabbed_snippets .tab_social article p {
          margin: 0 0 1em; }
        /* line 50, src/css/blocks/news/_tabbed_snippets.scss */
        .block.news.tabbed_snippets .tab_news article a, .block.news.tabbed_snippets .tab_social article a {
          text-transform: uppercase;
          padding: 0.35em 2em;
          text-align: center;
          text-decoration: none;
          display: block;
          border: 0;
          line-height: 1;
          width: 100%;
          margin: 0 0 1.5em;
          -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
          background: #009FDF;
          border: 1px solid #009FDF;
          color: #fff;
          margin: 0 0 2em; }
          /* line 39, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tab_news article a:hover, .block.news.tabbed_snippets .tab_social article a:hover {
            text-decoration: none; }
          @media only screen and (min-width: 601px) {
            /* line 50, src/css/blocks/news/_tabbed_snippets.scss */
            .block.news.tabbed_snippets .tab_news article a, .block.news.tabbed_snippets .tab_social article a {
              width: auto;
              display: inline-block; } }
          /* line 46, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tab_news article a:disabled, .block.news.tabbed_snippets .tab_social article a:disabled {
            opacity: 0.5;
            pointer-events: none; }
          /* line 72, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tab_news article a:hover, .block.news.tabbed_snippets .tab_social article a:hover {
            border-color: #46B4E6;
            background: #46B4E6;
            color: #fff; }
          /* line 77, src/css/misc/_mixins.scss */
          .block.news.tabbed_snippets .tab_news article a:active, .block.news.tabbed_snippets .tab_social article a:active {
            border-color: #008CC8;
            background: #008CC8;
            color: #fff; }
      /* line 55, src/css/blocks/news/_tabbed_snippets.scss */
      .block.news.tabbed_snippets .tab_news .see_more, .block.news.tabbed_snippets .tab_social .see_more {
        margin: 0; }
  /* line 2, src/css/blocks/news/_popular_assets.scss */
  .block.news.popular_assets > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.news.popular_assets > ul:after {
      content: "";
      display: table;
      clear: both; }
    /* line 7, src/css/blocks/news/_popular_assets.scss */
    .block.news.popular_assets > ul li {
      float: left;
      width: 50%;
      margin-bottom: 1.5em; }
      /* line 11, src/css/blocks/news/_popular_assets.scss */
      .block.news.popular_assets > ul li:nth-child(odd) {
        padding-right: 0.75em; }
      /* line 14, src/css/blocks/news/_popular_assets.scss */
      .block.news.popular_assets > ul li:nth-child(even) {
        padding-left: 0.75em; }
      /* line 17, src/css/blocks/news/_popular_assets.scss */
      .block.news.popular_assets > ul li img {
        margin: 0; }
  /* line 916, src/css/style.scss */
  .block.location.filters {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/location/_filters.scss */
    .block.location.filters.loading {
      pointer-events: none; }
      /* line 5, src/css/blocks/location/_filters.scss */
      .block.location.filters.loading form {
        opacity: 0.5; }
    /* line 9, src/css/blocks/location/_filters.scss */
    .block.location.filters form {
      background: #F6F6F6;
      padding: 0.5em 1em 1.5em; }
      /* line 12, src/css/blocks/location/_filters.scss */
      .block.location.filters form h3 {
        margin: 0.5em 0 0.75em 0; }
      /* line 15, src/css/blocks/location/_filters.scss */
      .block.location.filters form fieldset {
        margin: 0 0 0.5em;
        border: 0;
        padding: 0; }
        /* line 499, src/css/misc/_mixins.scss */
        .block.location.filters form fieldset input {
          position: absolute;
          left: -999em; }
          /* line 502, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.location.filters form fieldset input {
            left: auto;
            right: -999em; }
          /* line 507, src/css/misc/_mixins.scss */
          .block.location.filters form fieldset input:checked + label:before {
            background: #009FDF; }
          /* line 510, src/css/misc/_mixins.scss */
          .block.location.filters form fieldset input:checked + label:after {
            content: "";
            width: 18px;
            height: 18px;
            border: 1px solid #009FDF;
            background: url(../img/check.png) center no-repeat;
            position: absolute;
            left: 0;
            top: 0; }
            /* line 519, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.location.filters form fieldset input:checked + label:after {
              left: auto;
              right: 0; }
        /* line 526, src/css/misc/_mixins.scss */
        .block.location.filters form fieldset label {
          color: #4D4D4D;
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          display: block;
          font-size: 0.9375em; }
          /* line 533, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.location.filters form fieldset label {
            padding-left: 0;
            padding-right: 28px; }
          /* line 537, src/css/misc/_mixins.scss */
          .block.location.filters form fieldset label:before {
            content: "";
            width: 18px;
            height: 18px;
            background: #fff;
            border: 1px solid #4D4D4D;
            position: absolute;
            left: 0;
            top: 0; }
            /* line 546, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.location.filters form fieldset label:before {
              left: auto;
              right: 0; }
          /* line 552, src/css/misc/_mixins.scss */
          .block.location.filters form fieldset label:hover:before {
            background: #EEEEEE; }
      /* line 21, src/css/blocks/location/_filters.scss */
      .block.location.filters form button {
        text-transform: uppercase;
        padding: 0.35em 2em;
        text-align: center;
        text-decoration: none;
        display: block;
        border: 0;
        line-height: 1;
        width: 100%;
        margin: 0 0 1.5em;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        background: #009FDF;
        border: 1px solid #009FDF;
        color: #fff;
        margin: .5em 0 0; }
        /* line 39, src/css/misc/_mixins.scss */
        .block.location.filters form button:hover {
          text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 21, src/css/blocks/location/_filters.scss */
          .block.location.filters form button {
            width: auto;
            display: inline-block; } }
        /* line 46, src/css/misc/_mixins.scss */
        .block.location.filters form button:disabled {
          opacity: 0.5;
          pointer-events: none; }
        /* line 72, src/css/misc/_mixins.scss */
        .block.location.filters form button:hover {
          border-color: #46B4E6;
          background: #46B4E6;
          color: #fff; }
        /* line 77, src/css/misc/_mixins.scss */
        .block.location.filters form button:active {
          border-color: #008CC8;
          background: #008CC8;
          color: #fff; }
  /* line 918, src/css/style.scss */
  .block.location.search {
    margin: 1.5em 0; }
    @media only screen and (min-width: 601px) {
      /* line 918, src/css/style.scss */
      .block.location.search {
        margin: 0 0 1.5em 0; } }
    /* line 438, src/css/misc/_mixins.scss */
    .block.location.search form fieldset {
      border: 0;
      margin: 0;
      padding: 0;
      position: relative; }
      /* line 443, src/css/misc/_mixins.scss */
      .block.location.search form fieldset label {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #4D4D4D;
        cursor: text;
        padding: 0.45em 1.25em; }
        /* line 452, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.location.search form fieldset label {
          left: auto;
          right: 0; }
      /* line 457, src/css/misc/_mixins.scss */
      .block.location.search form fieldset input {
        width: 100%;
        padding: 0.25em 1.25em;
        margin: 0;
        line-height: 1;
        background: #fff;
        border: 1px solid #939598;
        border-radius: 100em;
        outline: none; }
      /* line 467, src/css/misc/_mixins.scss */
      .block.location.search form fieldset button {
        position: absolute;
        top: 0;
        right: 0.5em;
        background: 0;
        padding: 0;
        margin: 0;
        border: 0;
        text-indent: -999em;
        z-index: 1;
        width: 1.8em;
        height: 1.8em; }
        /* line 479, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.location.search form fieldset button {
          right: auto;
          left: 0.5em; }
        /* line 483, src/css/misc/_mixins.scss */
        .block.location.search form fieldset button:before {
          content: "";
          position: absolute;
          top: 20%;
          left: 20%;
          width: 60%;
          height: 60%;
          display: block; }
        /* line 53, src/css/misc/_icons.scss */
        .block.location.search form fieldset button:before {
          background-position: center;
          background-repeat: no-repeat; }
  /* line 2, src/css/blocks/location/_back.scss */
  .block.location.back .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.location.back .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 2, src/css/blocks/location/_back.scss */
      .block.location.back .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.location.back .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.location.back .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.location.back .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
  /* line 922, src/css/style.scss */
  .block.location.sort {
    margin: 1.5em 0; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.location.sort:after {
      content: "";
      display: table;
      clear: both; }
    /* line 7, src/css/blocks/location/_sort.scss */
    .block.location.sort legend {
      padding: 0 1em 0 0;
      display: inline-block;
      text-transform: uppercase;
      color: #4D4D4D; }
    /* line 15, src/css/blocks/location/_sort.scss */
    .block.location.sort fieldset {
      margin: 0;
      border: 0;
      padding: 0 0 1em; }
      @media only screen and (min-width: 1024px) {
        /* line 15, src/css/blocks/location/_sort.scss */
        .block.location.sort fieldset {
          padding: 0 1em 0 0;
          display: inline-block; }
          /* line 22, src/css/blocks/location/_sort.scss */
          [dir="rtl"] .block.location.sort fieldset {
            padding: 0 0 0 1em; } }
      /* line 26, src/css/blocks/location/_sort.scss */
      .block.location.sort fieldset label {
        display: block;
        cursor: pointer; }
        @media only screen and (min-width: 601px) {
          /* line 26, src/css/blocks/location/_sort.scss */
          .block.location.sort fieldset label {
            padding-right: 0.5em;
            display: inline-block; }
            /* line 32, src/css/blocks/location/_sort.scss */
            [dir="rtl"] .block.location.sort fieldset label {
              padding-right: 0;
              padding-left: 0.5em; } }
      /* line 38, src/css/blocks/location/_sort.scss */
      .block.location.sort fieldset select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.location.sort fieldset select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.location.sort fieldset select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.location.sort fieldset select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 38, src/css/blocks/location/_sort.scss */
          .block.location.sort fieldset select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 38, src/css/blocks/location/_sort.scss */
          .block.location.sort fieldset select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.location.sort fieldset select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.location.sort fieldset select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.location.sort fieldset select:active, .block.location.sort fieldset select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
    /* line 42, src/css/blocks/location/_sort.scss */
    .block.location.sort button {
      float: right;
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.location.sort button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 42, src/css/blocks/location/_sort.scss */
        .block.location.sort button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.location.sort button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.location.sort button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.location.sort button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 926, src/css/style.scss */
  .block.location.popup {
    padding: .5em 0;
    font-family: SabicLight, arial, sans-serif;
    font-size: 14px; }
    /* line 106, src/css/misc/_fonts.scss */
    .lang-zh .block.location.popup {
      font-family: SabicChineseLight !important; }
    /* line 6, src/css/blocks/location/_popup.scss */
    [dir="rtl"] .block.location.popup {
      padding-right: 1em; }
    /* line 9, src/css/blocks/location/_popup.scss */
    .block.location.popup p {
      font-family: SabicLight, arial, sans-serif;
      color: #4D4D4D; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .block.location.popup p {
        font-family: SabicChineseLight !important; }
    /* line 14, src/css/blocks/location/_popup.scss */
    .block.location.popup .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.location.popup .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 14, src/css/blocks/location/_popup.scss */
        .block.location.popup .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.location.popup .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.location.popup .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.location.popup .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 928, src/css/style.scss */
  .block.location.result_group {
    clear: both;
    background: #009FDF;
    color: #fff;
    margin: 0 0 0.25em 0;
    padding: 0.5em 1em; }
    /* line 7, src/css/blocks/location/_result_group.scss */
    .block.location.result_group h4 {
      margin: 0;
      color: #fff; }
  /* line 930, src/css/style.scss */
  .block.location.result {
    background: #F6F6F6;
    padding: 1em;
    margin: 0.25em 0;
    clear: both; }
    @media only screen and (min-width: 1024px) {
      /* line 930, src/css/style.scss */
      .block.location.result {
        padding-right: 30%; } }
    /* line 9, src/css/blocks/location/_result.scss */
    .block.location.result h4 {
      margin: 0 0 0.5em; }
    /* line 12, src/css/blocks/location/_result.scss */
    .block.location.result p {
      margin: 0; }
    @media only screen and (min-width: 1024px) {
      /* line 15, src/css/blocks/location/_result.scss */
      .block.location.result .actions {
        position: absolute;
        top: 0.5em;
        right: 1em;
        width: 25%; } }
    /* line 22, src/css/blocks/location/_result.scss */
    .block.location.result .actions .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 1em 0 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.location.result .actions .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 22, src/css/blocks/location/_result.scss */
        .block.location.result .actions .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.location.result .actions .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.location.result .actions .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.location.result .actions .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
      @media only screen and (min-width: 1024px) {
        /* line 22, src/css/blocks/location/_result.scss */
        .block.location.result .actions .cta {
          display: block;
          margin: 0.5em 0 0;
          width: 100%; } }
  /* line 932, src/css/style.scss */
  .block.location.map {
    clear: both;
    margin: 0 0 1.5em; }
    /* line 4, src/css/blocks/location/_map.scss */
    .block.location.map #map {
      height: 20em;
      width: 100%;
      display: block; }
      @media only screen and (min-width: 1024px) {
        /* line 4, src/css/blocks/location/_map.scss */
        .block.location.map #map {
          height: 30em; } }
    /* line 12, src/css/blocks/location/_map.scss */
    .block.location.map #reset-map {
      position: absolute;
      right: 50px;
      bottom: 25px;
      color: black;
      font-family: SabicLight, arial, sans-serif;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-size: 11px;
      background-color: white;
      padding: 8px;
      border-bottom-right-radius: 2px;
      outline: none;
      border-top-right-radius: 2px;
      background-clip: padding-box;
      -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
              box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
      border: 0;
      opacity: 0;
      pointer-events: none; }
      /* line 106, src/css/misc/_fonts.scss */
      .lang-zh .block.location.map #reset-map {
        font-family: SabicChineseLight !important; }
      /* line 30, src/css/blocks/location/_map.scss */
      .block.location.map #reset-map.show-reset {
        opacity: 1;
        pointer-events: all; }
  /* line 934, src/css/style.scss */
  .block.location.functions {
    padding: 1.5em 1.5em 0;
    background: #041E42;
    color: #fff;
    margin: 0 0 1.5em 0; }
    /* line 6, src/css/blocks/location/_functions.scss */
    .block.location.functions h3 {
      margin: 0 0 1em;
      color: #fff; }
    /* line 10, src/css/blocks/location/_functions.scss */
    .block.location.functions ul {
      list-style: none;
      margin: 0;
      padding: 0 0 1em; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.location.functions ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 15, src/css/blocks/location/_functions.scss */
      .block.location.functions ul li {
        margin: 0.5em 0; }
        /* line 17, src/css/blocks/location/_functions.scss */
        .block.location.functions ul li:before {
          content: "–";
          display: inline-block;
          margin-right: 0.5em; }
        /* line 22, src/css/blocks/location/_functions.scss */
        .block.location.functions ul li h3 {
          text-transform: none;
          margin: 0; }
        /* line 26, src/css/blocks/location/_functions.scss */
        .block.location.functions ul li a {
          color: #fff; }
  /* line 936, src/css/style.scss */
  .block.location.contact_details {
    padding: 1.5em;
    margin: 0 0 1.5em 0;
    background: #F6F6F6; }
    /* line 5, src/css/blocks/location/_contact_details.scss */
    .block.location.contact_details .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.location.contact_details .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 5, src/css/blocks/location/_contact_details.scss */
        .block.location.contact_details .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.location.contact_details .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.location.contact_details .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.location.contact_details .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 938, src/css/style.scss */
  .block.location.richtext {
    clear: both;
    padding: 1.5em;
    margin: 0 0 1.5em;
    background: #F6F6F6; }
    /* line 6, src/css/blocks/location/_richtext.scss */
    .block.location.richtext p {
      margin: 0 0 1em; }
      /* line 8, src/css/blocks/location/_richtext.scss */
      .block.location.richtext p:last-child {
        margin-bottom: 0; }
    /* line 12, src/css/blocks/location/_richtext.scss */
    .block.location.richtext img {
      display: block;
      max-width: 100%; }
  /* line 945, src/css/style.scss */
  .block.media.tabs {
    margin: 0 0 1.5em 0; }
    /* line 187, src/css/misc/_mixins.scss */
    .block.media.tabs ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #ccc; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.media.tabs ul:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 601px) {
        /* line 187, src/css/misc/_mixins.scss */
        .block.media.tabs ul {
          vertical-align: middle; } }
      /* line 196, src/css/misc/_mixins.scss */
      .block.media.tabs ul li {
        font-size: 1.125em;
        border-bottom: 1px solid #ccc;
        margin: 0 0 -1px; }
        @media only screen and (max-width: 600px) {
          /* line 201, src/css/misc/_mixins.scss */
          .block.media.tabs ul li:last-child {
            border-bottom: 0; } }
        @media only screen and (min-width: 601px) {
          /* line 196, src/css/misc/_mixins.scss */
          .block.media.tabs ul li {
            border: 1px solid transparent;
            border-bottom-color: #ccc;
            float: left; }
            /* line 209, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.media.tabs ul li {
              float: right; } }
        /* line 213, src/css/misc/_mixins.scss */
        .block.media.tabs ul li a, .block.media.tabs ul li span {
          padding: 0.25em;
          display: block; }
          @media only screen and (min-width: 601px) {
            /* line 213, src/css/misc/_mixins.scss */
            .block.media.tabs ul li a, .block.media.tabs ul li span {
              padding: 0.25em 1em; } }
          /* line 219, src/css/misc/_mixins.scss */
          .block.media.tabs ul li a:hover, .block.media.tabs ul li span:hover {
            text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 223, src/css/misc/_mixins.scss */
          .block.media.tabs ul li.active {
            border: 1px solid #ccc;
            border-bottom-color: #fff;
            background: #fff; } }
        /* line 229, src/css/misc/_mixins.scss */
        .block.media.tabs ul li.active a {
          color: #4D4D4D; }
          /* line 231, src/css/misc/_mixins.scss */
          .block.media.tabs ul li.active a:hover {
            text-decoration: none; }
  /* line 947, src/css/style.scss */
  .block.media.search {
    margin: 0 0 1.5em 0; }
    /* line 438, src/css/misc/_mixins.scss */
    .block.media.search form fieldset {
      border: 0;
      margin: 0;
      padding: 0;
      position: relative; }
      /* line 443, src/css/misc/_mixins.scss */
      .block.media.search form fieldset label {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #4D4D4D;
        cursor: text;
        padding: 0.45em 1.25em; }
        /* line 452, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.media.search form fieldset label {
          left: auto;
          right: 0; }
      /* line 457, src/css/misc/_mixins.scss */
      .block.media.search form fieldset input {
        width: 100%;
        padding: 0.25em 1.25em;
        margin: 0;
        line-height: 1;
        background: #fff;
        border: 1px solid #939598;
        border-radius: 100em;
        outline: none; }
      /* line 467, src/css/misc/_mixins.scss */
      .block.media.search form fieldset button {
        position: absolute;
        top: 0;
        right: 0.5em;
        background: 0;
        padding: 0;
        margin: 0;
        border: 0;
        text-indent: -999em;
        z-index: 1;
        width: 1.8em;
        height: 1.8em; }
        /* line 479, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.media.search form fieldset button {
          right: auto;
          left: 0.5em; }
        /* line 483, src/css/misc/_mixins.scss */
        .block.media.search form fieldset button:before {
          content: "";
          position: absolute;
          top: 20%;
          left: 20%;
          width: 60%;
          height: 60%;
          display: block; }
        /* line 53, src/css/misc/_icons.scss */
        .block.media.search form fieldset button:before {
          background-position: center;
          background-repeat: no-repeat; }
    /* line 5, src/css/blocks/media/_search.scss */
    .block.media.search label {
      text-indent: -9999px; }
  /* line 949, src/css/style.scss */
  .block.media.photo {
    position: relative;
    margin: 0 0 1.5em; }
    /* line 4, src/css/blocks/_asset.scss */
    .block.media.photo img {
      display: block;
      width: 100%; }
    /* line 9, src/css/blocks/_asset.scss */
    .block.media.photo:hover .actions {
      top: 0%;
      opacity: 1; }
    /* line 14, src/css/blocks/_asset.scss */
    .block.media.photo .actions {
      top: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out; }
      /* line 18, src/css/blocks/_asset.scss */
      .block.media.photo .actions ul {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1em;
        margin: 0;
        list-style: none;
        color: #4D4D4D;
        background: rgba(255, 255, 255, 0.9); }
        /* line 28, src/css/blocks/_asset.scss */
        .block.media.photo .actions ul li {
          line-height: 1; }
      /* line 32, src/css/blocks/_asset.scss */
      .block.media.photo .actions a {
        position: absolute;
        bottom: 0;
        right: 1em;
        width: 2em;
        height: 2em;
        margin-bottom: 1em;
        color: #fff;
        text-indent: -999em; }
        /* line 41, src/css/blocks/_asset.scss */
        [dir="rtl"] .block.media.photo .actions a {
          right: auto;
          left: 1em; }
        /* line 45, src/css/blocks/_asset.scss */
        .block.media.photo .actions a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%; }
        /* line 53, src/css/misc/_icons.scss */
        .block.media.photo .actions a:before {
          background-position: center;
          background-repeat: no-repeat; }
    /* line 4, src/css/blocks/media/_photo.scss */
    .block.media.photo img {
      min-height: 198px; }
    /* line 8, src/css/blocks/media/_photo.scss */
    .block.media.photo .actions {
      top: 0%;
      opacity: 1; }
      /* line 12, src/css/blocks/media/_photo.scss */
      .block.media.photo .actions ul {
        position: relative; }
  /* line 951, src/css/style.scss */
  .block.media.logo {
    position: relative;
    margin: 0 0 1.5em; }
    /* line 4, src/css/blocks/_asset.scss */
    .block.media.logo img {
      display: block;
      width: 100%; }
    /* line 9, src/css/blocks/_asset.scss */
    .block.media.logo:hover .actions {
      top: 0%;
      opacity: 1; }
    /* line 14, src/css/blocks/_asset.scss */
    .block.media.logo .actions {
      top: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out; }
      /* line 18, src/css/blocks/_asset.scss */
      .block.media.logo .actions ul {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1em;
        margin: 0;
        list-style: none;
        color: #4D4D4D;
        background: rgba(255, 255, 255, 0.9); }
        /* line 28, src/css/blocks/_asset.scss */
        .block.media.logo .actions ul li {
          line-height: 1; }
      /* line 32, src/css/blocks/_asset.scss */
      .block.media.logo .actions a {
        position: absolute;
        bottom: 0;
        right: 1em;
        width: 2em;
        height: 2em;
        margin-bottom: 1em;
        color: #fff;
        text-indent: -999em; }
        /* line 41, src/css/blocks/_asset.scss */
        [dir="rtl"] .block.media.logo .actions a {
          right: auto;
          left: 1em; }
        /* line 45, src/css/blocks/_asset.scss */
        .block.media.logo .actions a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%; }
        /* line 53, src/css/misc/_icons.scss */
        .block.media.logo .actions a:before {
          background-position: center;
          background-repeat: no-repeat; }
    /* line 4, src/css/blocks/media/_logo.scss */
    .block.media.logo img {
      min-height: 198px; }
    /* line 8, src/css/blocks/media/_logo.scss */
    .block.media.logo .actions {
      top: 0%;
      opacity: 1; }
      /* line 12, src/css/blocks/media/_logo.scss */
      .block.media.logo .actions ul {
        position: relative; }
  /* line 953, src/css/style.scss */
  .block.media.publication {
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      /* line 953, src/css/style.scss */
      .block.media.publication {
        display: table-row-group; } }
    /* line 6, src/css/blocks/_publication.scss */
    .block.media.publication img {
      display: block;
      width: 100%;
      margin: 0; }
    /* line 12, src/css/blocks/_publication.scss */
    .block.media.publication:hover .actions {
      top: 0%;
      opacity: 1; }
    /* line 4, src/css/blocks/media/_publication.scss */
    .block.media.publication .ico-download {
      text-indent: -999em; }
      /* line 7, src/css/blocks/media/_publication.scss */
      .block.media.publication .ico-download:before {
        content: "";
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        position: relative;
        float: right;
        top: -0.25em; }
        /* line 15, src/css/blocks/media/_publication.scss */
        [dir="rtl"] .block.media.publication .ico-download:before {
          float: left; }
      /* line 53, src/css/misc/_icons.scss */
      .block.media.publication .ico-download:before {
        background-position: center;
        background-repeat: no-repeat; }
  /* line 955, src/css/style.scss */
  .block.media.video {
    position: relative; }
    /* line 6, src/css/blocks/_videolink.scss */
    .block.media.video.centered a:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    /* line 14, src/css/blocks/_videolink.scss */
    .block.media.video a .video-play {
      position: relative;
      display: block; }
      /* line 18, src/css/blocks/_videolink.scss */
      .block.media.video a .video-play:before {
        content: "";
        position: absolute;
        width: 3em;
        height: 3em;
        top: 50%;
        left: 50%;
        background-color: rgba(255, 255, 255, 0.82);
        border-radius: 100em;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: transform 0.2s, -webkit-transform 0.2s; }
      /* line 53, src/css/misc/_icons.scss */
      .block.media.video a .video-play:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 34, src/css/blocks/_videolink.scss */
    .block.media.video a .thumb {
      margin-bottom: 0; }
    /* line 37, src/css/blocks/_videolink.scss */
    .block.media.video a small {
      display: block;
      color: #999;
      padding: 0.5em 1em;
      margin-bottom: 1.5em;
      background: #f6f6f6; }
    /* line 44, src/css/blocks/_videolink.scss */
    .block.media.video a:hover {
      text-decoration: none; }
      /* line 46, src/css/blocks/_videolink.scss */
      .block.media.video a:hover h3 {
        text-decoration: underline; }
      /* line 50, src/css/blocks/_videolink.scss */
      .block.media.video a:hover .video-play:before {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
                transform: scale(1.1) translate(-50%, -50%); }
    /* line 55, src/css/blocks/_videolink.scss */
    .block.media.video p {
      color: #4D4D4D; }
    /* line 58, src/css/blocks/_videolink.scss */
    .block.media.video .thumb {
      display: block;
      width: 100%;
      margin: 0 0 1.5em; }
    /* line 63, src/css/blocks/_videolink.scss */
    .block.media.video .date {
      font-family: SabicRegular, arial, sans-serif;
      text-transform: uppercase;
      fsize: 0.875em; }
      /* line 90, src/css/misc/_fonts.scss */
      .lang-zh .block.media.video .date {
        font-family: SabicChineseRegular !important; }
  /* line 3, src/css/blocks/media/_results.scss */
  .block.media.results.block {
    position: static; }
  /* line 7, src/css/blocks/media/_results.scss */
  .block.media.results > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.media.results > ul:after {
      content: "";
      display: table;
      clear: both; }
    /* line 15, src/css/blocks/media/_results.scss */
    .media-publications .block.media.results > ul {
      border-top: 1px solid #ccc; }
      @media only screen and (min-width: 1024px) {
        /* line 15, src/css/blocks/media/_results.scss */
        .media-publications .block.media.results > ul {
          display: table;
          table-layout: fixed;
          width: 100%;
          border-top: 0; } }
      /* line 23, src/css/blocks/media/_results.scss */
      .media-publications .block.media.results > ul li {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 1em 0;
        position: relative; }
        /* line 28, src/css/blocks/media/_results.scss */
        .media-publications .block.media.results > ul li .block.publication {
          display: table;
          width: 100%; }
        @media only screen and (min-width: 1024px) {
          /* line 23, src/css/blocks/media/_results.scss */
          .media-publications .block.media.results > ul li {
            display: table-row;
            float: none;
            border-bottom: 0;
            padding: 0;
            position: static; } }
        /* line 40, src/css/blocks/media/_results.scss */
        .media-publications .block.media.results > ul li a {
          color: #939598; }
          @media only screen and (min-width: 1024px) {
            /* line 40, src/css/blocks/media/_results.scss */
            .media-publications .block.media.results > ul li a {
              display: table-row-group; } }
          /* line 46, src/css/blocks/media/_results.scss */
          .media-publications .block.media.results > ul li a:hover {
            text-decoration: none; }
        /* line 51, src/css/blocks/media/_results.scss */
        .media-publications .block.media.results > ul li .cell {
          padding-right: 40px; }
          /* line 55, src/css/blocks/media/_results.scss */
          [dir="rtl"] .media-publications .block.media.results > ul li .cell {
            padding-right: 0;
            padding-left: 40px; }
          /* line 60, src/css/blocks/media/_results.scss */
          .media-publications .block.media.results > ul li .cell.publication-image {
            display: none; }
          /* line 64, src/css/blocks/media/_results.scss */
          .media-publications .block.media.results > ul li .cell.publication-title {
            font-weight: bold; }
          /* line 68, src/css/blocks/media/_results.scss */
          .media-publications .block.media.results > ul li .cell.publication-download {
            position: absolute;
            right: 0;
            top: 0;
            padding-right: 0; }
            /* line 74, src/css/blocks/media/_results.scss */
            [dir="rtl"] .media-publications .block.media.results > ul li .cell.publication-download {
              right: auto;
              left: 0;
              padding-left: 0; }
          @media only screen and (min-width: 601px) {
            /* line 81, src/css/blocks/media/_results.scss */
            .media-publications .block.media.results > ul li .cell.publication-date, .media-publications .block.media.results > ul li .cell.publication-format, .media-publications .block.media.results > ul li .cell.publication-size {
              display: inline;
              padding-right: 1em; }
              /* line 86, src/css/blocks/media/_results.scss */
              [dir="rtl"] .media-publications .block.media.results > ul li .cell.publication-date, [dir="rtl"] .media-publications .block.media.results > ul li .cell.publication-format, [dir="rtl"] .media-publications .block.media.results > ul li .cell.publication-size {
                padding-right: 0;
                padding-left: 1em; } }
          @media only screen and (min-width: 1024px) {
            /* line 51, src/css/blocks/media/_results.scss */
            .media-publications .block.media.results > ul li .cell {
              display: table-cell;
              vertical-align: middle;
              padding: 1em 0.5em;
              width: 15%;
              border-bottom: 1px solid #ccc; }
              /* line 100, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell:first-child {
                padding-left: 0; }
                /* line 102, src/css/blocks/media/_results.scss */
                [dir="rtl"] .media-publications .block.media.results > ul li .cell:first-child {
                  padding-right: 0;
                  padding-left: 0.5em; }
              /* line 108, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell:last-child {
                padding-right: 0; }
                /* line 110, src/css/blocks/media/_results.scss */
                [dir="rtl"] .media-publications .block.media.results > ul li .cell:last-child {
                  padding-left: 0;
                  padding-right: 0.5em; }
              /* line 116, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell.publication-title {
                width: 25%; }
              /* line 120, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell.publication-image {
                width: 10%;
                white-space: nowrap;
                display: table-cell; }
              /* line 126, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell.publication-download {
                width: 5%;
                white-space: nowrap;
                position: static; }
              /* line 132, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell.publication-date, .media-publications .block.media.results > ul li .cell.publication-format, .media-publications .block.media.results > ul li .cell.publication-size {
                display: table-cell; }
              /* line 136, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul li .cell .publication-label {
                display: none; } }
      /* line 144, src/css/blocks/media/_results.scss */
      .media-publications .block.media.results > ul .header {
        display: none; }
        @media only screen and (min-width: 1024px) {
          /* line 144, src/css/blocks/media/_results.scss */
          .media-publications .block.media.results > ul .header {
            display: table-row-group; }
            /* line 149, src/css/blocks/media/_results.scss */
            .media-publications .block.media.results > ul .header .cell {
              font-size: 14px; }
              /* line 151, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul .header .cell.publication-title {
                font-weight: normal; }
              /* line 154, src/css/blocks/media/_results.scss */
              .media-publications .block.media.results > ul .header .cell.publication-image {
                width: 10%; } }
    /* line 162, src/css/blocks/media/_results.scss */
    .media-photos .block.media.results > ul, .media-videos .block.media.results > ul {
      margin-top: 1em; }
      /* line 165, src/css/blocks/media/_results.scss */
      .media-photos .block.media.results > ul h3, .media-videos .block.media.results > ul h3 {
        margin-top: 0.5em; }
      @media only screen and (min-width: 601px) {
        /* line 162, src/css/blocks/media/_results.scss */
        .media-photos .block.media.results > ul, .media-videos .block.media.results > ul {
          margin-right: -1em; }
          /* line 171, src/css/blocks/media/_results.scss */
          [dir="rtl"] .media-photos .block.media.results > ul, [dir="rtl"] .media-videos .block.media.results > ul {
            margin-right: 0;
            margin-left: -1em; } }
      /* line 177, src/css/blocks/media/_results.scss */
      .media-photos .block.media.results > ul > li, .media-videos .block.media.results > ul > li {
        padding-bottom: 1em; }
        @media only screen and (min-width: 601px) {
          /* line 177, src/css/blocks/media/_results.scss */
          .media-photos .block.media.results > ul > li, .media-videos .block.media.results > ul > li {
            float: left;
            padding: 0 1em 1em 0;
            width: 50%; }
            /* line 184, src/css/blocks/media/_results.scss */
            [dir="rtl"] .media-photos .block.media.results > ul > li, [dir="rtl"] .media-videos .block.media.results > ul > li {
              float: right;
              padding: 0 0 1em 1em; } }
        @media only screen and (min-width: 1024px) {
          /* line 177, src/css/blocks/media/_results.scss */
          .media-photos .block.media.results > ul > li, .media-videos .block.media.results > ul > li {
            width: 33.33%; } }
        /* line 193, src/css/blocks/media/_results.scss */
        .media-photos .block.media.results > ul > li .block.media.photo, .media-videos .block.media.results > ul > li .block.media.photo {
          margin: 0; }
          /* line 197, src/css/blocks/media/_results.scss */
          .media-photos .block.media.results > ul > li .block.media.photo .actions a, .media-videos .block.media.results > ul > li .block.media.photo .actions a {
            right: 0.5em;
            margin-bottom: 0.5em; }
            /* line 200, src/css/blocks/media/_results.scss */
            [dir="rtl"] .media-photos .block.media.results > ul > li .block.media.photo .actions a, [dir="rtl"] .media-videos .block.media.results > ul > li .block.media.photo .actions a {
              right: auto;
              left: 0.5em; }
          /* line 205, src/css/blocks/media/_results.scss */
          .media-photos .block.media.results > ul > li .block.media.photo .actions ul, .media-videos .block.media.results > ul > li .block.media.photo .actions ul {
            padding: 0.5em 40px 0 0.5em; }
            /* line 207, src/css/blocks/media/_results.scss */
            [dir="rtl"] .media-photos .block.media.results > ul > li .block.media.photo .actions ul, [dir="rtl"] .media-videos .block.media.results > ul > li .block.media.photo .actions ul {
              padding: 0.5em 0.5em 0 40px; }
          /* line 213, src/css/blocks/media/_results.scss */
          .media-photos .block.media.results > ul > li .block.media.photo .photo-link, .media-videos .block.media.results > ul > li .block.media.photo .photo-link {
            display: none; }
            @media only screen and (min-width: 601px) {
              /* line 213, src/css/blocks/media/_results.scss */
              .media-photos .block.media.results > ul > li .block.media.photo .photo-link, .media-videos .block.media.results > ul > li .block.media.photo .photo-link {
                display: block;
                position: relative;
                display: block; }
                /* line 220, src/css/blocks/media/_results.scss */
                .media-photos .block.media.results > ul > li .block.media.photo .photo-link:hover:after, .media-videos .block.media.results > ul > li .block.media.photo .photo-link:hover:after {
                  content: "Click to view larger image";
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  background-color: #009FDF;
                  -webkit-transform: translateX(-50%) translateY(-50%);
                          transform: translateX(-50%) translateY(-50%);
                  color: #FFFFFF;
                  padding: 0.5em;
                  white-space: nowrap;
                  font-size: 14px; } }
          /* line 236, src/css/blocks/media/_results.scss */
          .media-photos .block.media.results > ul > li .block.media.photo .mobile-image, .media-videos .block.media.results > ul > li .block.media.photo .mobile-image {
            display: block; }
            @media only screen and (min-width: 601px) {
              /* line 236, src/css/blocks/media/_results.scss */
              .media-photos .block.media.results > ul > li .block.media.photo .mobile-image, .media-videos .block.media.results > ul > li .block.media.photo .mobile-image {
                display: none; } }
  /* line 2, src/css/blocks/media/_filters.scss */
  .block.media.filters form {
    background: #F6F6F6;
    padding: 0.75em; }
    /* line 5, src/css/blocks/media/_filters.scss */
    .block.media.filters form h3 {
      margin: 0.5em 0 0.75em 0; }
    /* line 8, src/css/blocks/media/_filters.scss */
    .block.media.filters form fieldset {
      margin: 0 0 0.5em;
      border: 0;
      padding: 0; }
    /* line 14, src/css/blocks/media/_filters.scss */
    .block.media.filters form label {
      margin: 0 0 0.25em 0;
      display: block; }
    /* line 19, src/css/blocks/media/_filters.scss */
    .block.media.filters form .single, .block.media.filters form .multiple {
      border: 1px solid;
      padding: 0.25em 0.5em;
      border-radius: 0.2em;
      cursor: pointer;
      border-color: #939598;
      width: 100%;
      line-height: 1.4;
      height: 2em;
      outline: none;
      background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
      padding-right: 3em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100% !important;
      height: 2.3em;
      margin-bottom: 1em;
      text-transform: uppercase; }
      /* line 361, src/css/misc/_mixins.scss */
      .ie9 .block.media.filters form .single, .ie9 .block.media.filters form .multiple {
        padding-right: 0.5em;
        background: #fff; }
      /* line 365, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.media.filters form .single, [dir="rtl"] .block.media.filters form .multiple {
        padding-right: 0.5em;
        padding-left: 3em;
        background-position: 1em center; }
      /* line 370, src/css/misc/_mixins.scss */
      .block.media.filters form .single::-ms-expand, .block.media.filters form .multiple::-ms-expand {
        display: none; }
      @media only screen and (min-width: 601px) {
        /* line 19, src/css/blocks/media/_filters.scss */
        .block.media.filters form .single, .block.media.filters form .multiple {
          width: 9em; } }
      @media only screen and (min-width: 1024px) {
        /* line 19, src/css/blocks/media/_filters.scss */
        .block.media.filters form .single, .block.media.filters form .multiple {
          width: 15em; } }
      /* line 382, src/css/misc/_mixins.scss */
      .block.media.filters form .single:disabled, .block.media.filters form .multiple:disabled {
        opacity: 0.5; }
      /* line 385, src/css/misc/_mixins.scss */
      .block.media.filters form .single:hover, .block.media.filters form .multiple:hover {
        border-color: #FFE678;
        color: #4D4D4D; }
      /* line 389, src/css/misc/_mixins.scss */
      .block.media.filters form .single:active, .block.media.filters form .single:focus, .block.media.filters form .multiple:active, .block.media.filters form .multiple:focus {
        border-color: #FFCD00;
        background-color: #fff;
        color: #4D4D4D; }
      @media only screen and (min-width: 1024px) {
        /* line 19, src/css/blocks/media/_filters.scss */
        .block.media.filters form .single, .block.media.filters form .multiple {
          margin-bottom: 0; } }
    /* line 30, src/css/blocks/media/_filters.scss */
    .block.media.filters form .chosen-container {
      margin-bottom: 1em;
      width: 100% !important; }
      @media only screen and (min-width: 1024px) {
        /* line 30, src/css/blocks/media/_filters.scss */
        .block.media.filters form .chosen-container {
          margin-bottom: 0; } }
    /* line 38, src/css/blocks/media/_filters.scss */
    .block.media.filters form .chosen-choices {
      padding-right: 30px; }
  /* line 2, src/css/blocks/products/_keyfeatures.scss */
  .block.products.keyfeatures ul {
    padding: 0;
    margin: 0 0 1.5em;
    position: relative;
    list-style: none; }
    @media only screen and (min-width: 1024px) {
      /* line 2, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul {
        height: 25em; } }
    /* line 2, src/css/misc/_mixins.scss */
    .block.products.keyfeatures ul li:after {
      content: "";
      display: table;
      clear: both; }
    /* line 13, src/css/blocks/products/_keyfeatures.scss */
    .block.products.keyfeatures ul li:first-child > a {
      border-top: 1px solid #EEEEEE; }
    /* line 17, src/css/blocks/products/_keyfeatures.scss */
    .block.products.keyfeatures ul li > a {
      display: block;
      text-align: left;
      width: 100%;
      border-bottom: 1px solid #EEEEEE;
      line-height: 3em; }
      /* line 23, src/css/blocks/products/_keyfeatures.scss */
      [dir="rtl"] .block.products.keyfeatures ul li > a {
        text-align: right; }
      @media only screen and (min-width: 1024px) {
        /* line 17, src/css/blocks/products/_keyfeatures.scss */
        .block.products.keyfeatures ul li > a {
          height: 5em;
          line-height: 5em;
          text-indent: 2em;
          padding: 0 1.5em 0 70%; }
          /* line 31, src/css/blocks/products/_keyfeatures.scss */
          [dir="rtl"] .block.products.keyfeatures ul li > a {
            padding-right: 0; } }
      /* line 35, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li > a:before {
        content: "";
        width: 2em;
        height: 2em;
        display: inline-block;
        margin-right: 0.5em;
        margin-top: -0.3em;
        margin-bottom: -0.6em;
        position: relative; }
        /* line 44, src/css/blocks/products/_keyfeatures.scss */
        [dir="rtl"] .block.products.keyfeatures ul li > a:before {
          margin-left: 1em;
          margin-right: 0; }
      /* line 53, src/css/misc/_icons.scss */
      .block.products.keyfeatures ul li > a:before {
        background-position: center;
        background-repeat: no-repeat; }
      /* line 50, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li > a:hover {
        text-decoration: none; }
    /* line 54, src/css/blocks/products/_keyfeatures.scss */
    .block.products.keyfeatures ul li .keyfeature-container {
      display: none; }
    /* line 57, src/css/blocks/products/_keyfeatures.scss */
    .block.products.keyfeatures ul li .visual {
      background: center no-repeat;
      background-size: cover;
      position: absolute;
      height: 100%;
      width: 70%;
      top: 0;
      left: 0; }
      /* line 66, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li .visual img {
        display: block;
        width: 100%; }
    /* line 71, src/css/blocks/products/_keyfeatures.scss */
    .block.products.keyfeatures ul li .description {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 70%;
      padding: 0.5em 1.5em 1em; }
      /* line 78, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li .description p {
        padding-right: 25%;
        color: #4D4D4D; }
        /* line 81, src/css/blocks/products/_keyfeatures.scss */
        [dir="rtl"] .block.products.keyfeatures ul li .description p {
          padding-right: 0;
          padding-left: 25%; }
      /* line 86, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li .description .see_more {
        margin: 0; }
    @media only screen and (min-width: 1024px) {
      /* line 92, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li.active > a {
        background: #041E42;
        border-color: #041E42;
        color: #fff; }
      /* line 97, src/css/blocks/products/_keyfeatures.scss */
      .block.products.keyfeatures ul li.active .keyfeature-container {
        display: block; } }
  /* line 967, src/css/style.scss */
  .block.products.nav {
    background: #F6F6F6;
    padding: 0.5em 2em;
    text-align: center; }
    /* line 5, src/css/blocks/products/_nav.scss */
    .block.products.nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      /* line 9, src/css/blocks/products/_nav.scss */
      .block.products.nav ul li {
        display: inline-block;
        padding: 0.5em 0; }
        /* line 14, src/css/blocks/products/_nav.scss */
        .block.products.nav ul li:last-child a:after {
          display: none; }
        /* line 20, src/css/blocks/products/_nav.scss */
        .block.products.nav ul li.active a {
          color: #939598; }
        /* line 24, src/css/blocks/products/_nav.scss */
        .block.products.nav ul li a {
          display: block; }
          /* line 26, src/css/blocks/products/_nav.scss */
          .block.products.nav ul li a:after {
            content: "|";
            display: inline-block;
            color: #939598;
            width: 1em;
            height: 1em;
            position: relative;
            left: 0.15em;
            top: -0.05em; }
            /* line 35, src/css/blocks/products/_nav.scss */
            [dir="rtl"] .block.products.nav ul li a:after {
              left: auto;
              right: 0.15em; }
  /* line 969, src/css/style.scss */
  .block.products.tabs {
    margin: 0 0 1.5em 0;
    margin: 0;
    padding: 0 0 1.5em 0; }
    /* line 187, src/css/misc/_mixins.scss */
    .block.products.tabs ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #ccc; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.products.tabs ul:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 601px) {
        /* line 187, src/css/misc/_mixins.scss */
        .block.products.tabs ul {
          vertical-align: middle; } }
      /* line 196, src/css/misc/_mixins.scss */
      .block.products.tabs ul li {
        font-size: 1.125em;
        border-bottom: 1px solid #ccc;
        margin: 0 0 -1px; }
        @media only screen and (max-width: 600px) {
          /* line 201, src/css/misc/_mixins.scss */
          .block.products.tabs ul li:last-child {
            border-bottom: 0; } }
        @media only screen and (min-width: 601px) {
          /* line 196, src/css/misc/_mixins.scss */
          .block.products.tabs ul li {
            border: 1px solid transparent;
            border-bottom-color: #ccc;
            float: left; }
            /* line 209, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.products.tabs ul li {
              float: right; } }
        /* line 213, src/css/misc/_mixins.scss */
        .block.products.tabs ul li a, .block.products.tabs ul li span {
          padding: 0.25em;
          display: block; }
          @media only screen and (min-width: 601px) {
            /* line 213, src/css/misc/_mixins.scss */
            .block.products.tabs ul li a, .block.products.tabs ul li span {
              padding: 0.25em 1em; } }
          /* line 219, src/css/misc/_mixins.scss */
          .block.products.tabs ul li a:hover, .block.products.tabs ul li span:hover {
            text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 223, src/css/misc/_mixins.scss */
          .block.products.tabs ul li.active {
            border: 1px solid #ccc;
            border-bottom-color: #fff;
            background: #fff; } }
        /* line 229, src/css/misc/_mixins.scss */
        .block.products.tabs ul li.active a {
          color: #4D4D4D; }
          /* line 231, src/css/misc/_mixins.scss */
          .block.products.tabs ul li.active a:hover {
            text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 969, src/css/style.scss */
      .block.products.tabs {
        padding: .5em 0 0; } }
    @media only screen and (min-width: 601px) {
      /* line 8, src/css/blocks/products/_tabs.scss */
      .block.products.tabs h4 {
        display: inline-block;
        vertical-align: middle;
        margin: -0.5em 0 0.5em; } }
    /* line 15, src/css/blocks/products/_tabs.scss */
    .block.products.tabs ul {
      padding-left: 1em; }
  /* line 971, src/css/style.scss */
  .block.products.contact {
    padding: 1.5em;
    background: #F6F6F6;
    margin: 0 0 2em; }
    /* line 5, src/css/blocks/products/_contact.scss */
    .block.products.contact h3 {
      line-height: 1; }
    @media only screen and (min-width: 1024px) {
      /* line 8, src/css/blocks/products/_contact.scss */
      .block.products.contact p {
        margin: 0; } }
    /* line 13, src/css/blocks/products/_contact.scss */
    .block.products.contact .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.products.contact .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 13, src/css/blocks/products/_contact.scss */
        .block.products.contact .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.products.contact .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.products.contact .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.products.contact .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
      @media only screen and (min-width: 1024px) {
        /* line 13, src/css/blocks/products/_contact.scss */
        .block.products.contact .cta {
          position: absolute;
          top: 2em;
          right: 2em; }
          /* line 20, src/css/blocks/products/_contact.scss */
          [dir="rtl"] .block.products.contact .cta {
            right: auto;
            left: 2em; } }
  /* line 973, src/css/style.scss */
  .block.products.category {
    margin: 0 0 1em 0; }
    /* line 3, src/css/blocks/products/_category.scss */
    .block.products.category .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0 0 0.5em; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.products.category .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 3, src/css/blocks/products/_category.scss */
        .block.products.category .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.products.category .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.products.category .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.products.category .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 975, src/css/style.scss */
  .block.products.links {
    margin: 0 0 1em 0; }
    /* line 3, src/css/blocks/products/_links.scss */
    .block.products.links ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      /* line 8, src/css/blocks/products/_links.scss */
      .block.products.links ul li a {
        color: #009FDF;
        margin: 0 0 1.5em 0;
        display: inline-block;
        position: relative;
        padding-left: 1.25em;
        margin: 0; }
        /* line 96, src/css/misc/_mixins.scss */
        .block.products.links ul li a:before {
          content: "";
          background: url(../img/icons/chevron_right.png) center left no-repeat;
          font-weight: bold;
          width: 1em;
          height: 1em;
          left: 0;
          top: 50%;
          margin-top: -0.5em;
          position: absolute; }
          /* line 106, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.products.links ul li a:before {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
        /* line 110, src/css/misc/_mixins.scss */
        .block.products.links ul li a:hover {
          color: #46B4E6;
          text-decoration: underline; }
        /* line 114, src/css/misc/_mixins.scss */
        .block.products.links ul li a:active {
          color: #008CC8; }
  /* line 977, src/css/style.scss */
  .block.products.family_result {
    padding: 1em;
    line-height: 2; }
    /* line 4, src/css/blocks/products/_family_result.scss */
    .block.products.family_result .row {
      padding-top: 0 !important; }
      /* line 6, src/css/blocks/products/_family_result.scss */
      .block.products.family_result .row:after {
        margin: 0 !important; }
      /* line 9, src/css/blocks/products/_family_result.scss */
      .block.products.family_result .row .visibility {
        margin-left: 1em; }
    /* line 13, src/css/blocks/products/_family_result.scss */
    .block.products.family_result .set-visibility {
      display: block;
      margin: 0; }
      @media only screen and (min-width: 601px) {
        /* line 13, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .set-visibility {
          float: left; } }
    /* line 2, src/css/misc/_mixins.scss */
    .block.products.family_result .download:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 601px) {
      /* line 20, src/css/blocks/products/_family_result.scss */
      .block.products.family_result .download {
        float: right; }
        /* line 24, src/css/blocks/products/_family_result.scss */
        [dir="rtl"] .block.products.family_result .download {
          float: left; } }
    /* line 28, src/css/blocks/products/_family_result.scss */
    .block.products.family_result .download select {
      border: 1px solid;
      padding: 0.25em 0.5em;
      border-radius: 0.2em;
      cursor: pointer;
      border-color: #939598;
      width: 100%;
      line-height: 1.4;
      height: 2em;
      outline: none;
      background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
      padding-right: 3em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0.5em 0;
      width: 75%; }
      /* line 361, src/css/misc/_mixins.scss */
      .ie9 .block.products.family_result .download select {
        padding-right: 0.5em;
        background: #fff; }
      /* line 365, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.products.family_result .download select {
        padding-right: 0.5em;
        padding-left: 3em;
        background-position: 1em center; }
      /* line 370, src/css/misc/_mixins.scss */
      .block.products.family_result .download select::-ms-expand {
        display: none; }
      @media only screen and (min-width: 601px) {
        /* line 28, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .download select {
          width: 9em; } }
      @media only screen and (min-width: 1024px) {
        /* line 28, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .download select {
          width: 15em; } }
      /* line 382, src/css/misc/_mixins.scss */
      .block.products.family_result .download select:disabled {
        opacity: 0.5; }
      /* line 385, src/css/misc/_mixins.scss */
      .block.products.family_result .download select:hover {
        border-color: #FFE678;
        color: #4D4D4D; }
      /* line 389, src/css/misc/_mixins.scss */
      .block.products.family_result .download select:active, .block.products.family_result .download select:focus {
        border-color: #FFCD00;
        background-color: #fff;
        color: #4D4D4D; }
      @media only screen and (min-width: 601px) {
        /* line 28, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .download select {
          float: left;
          width: 15em !important;
          margin-right: 0.75em; }
          /* line 36, src/css/blocks/products/_family_result.scss */
          [dir="rtl"] .block.products.family_result .download select {
            margin-right: 0;
            margin-left: 0.75em;
            float: right; } }
      @media only screen and (min-width: 1024px) {
        /* line 28, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .download select {
          margin: 0;
          margin-right: 0.75em;
          width: 10em !important; } }
    /* line 48, src/css/blocks/products/_family_result.scss */
    .block.products.family_result .download .ico {
      width: 1.5em;
      height: 2em;
      text-indent: -999em;
      position: relative;
      display: inline-block;
      margin-left: 1em; }
      @media only screen and (min-width: 601px) {
        /* line 48, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .download .ico {
          float: left;
          margin: 0.5em 0; }
          /* line 58, src/css/blocks/products/_family_result.scss */
          [dir="rtl"] .block.products.family_result .download .ico {
            float: right; } }
      @media only screen and (min-width: 1024px) {
        /* line 48, src/css/blocks/products/_family_result.scss */
        .block.products.family_result .download .ico {
          margin: 0; } }
      /* line 65, src/css/blocks/products/_family_result.scss */
      .block.products.family_result .download .ico:before {
        content: "";
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.75em;
        margin-top: -0.75em; }
      /* line 53, src/css/misc/_icons.scss */
      .block.products.family_result .download .ico:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 78, src/css/blocks/products/_family_result.scss */
    .block.products.family_result .add {
      display: inline-block; }
  /* line 979, src/css/style.scss */
  .block.products.product_result {
    padding: 1em;
    line-height: 2; }
    /* line 4, src/css/blocks/products/_product_result.scss */
    .block.products.product_result .row {
      padding-top: 0 !important; }
      /* line 6, src/css/blocks/products/_product_result.scss */
      .block.products.product_result .row:after {
        margin: 0 !important; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.products.product_result .download:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 601px) {
      /* line 10, src/css/blocks/products/_product_result.scss */
      .block.products.product_result .download {
        float: right; }
        /* line 14, src/css/blocks/products/_product_result.scss */
        [dir="rtl"] .block.products.product_result .download {
          float: left; } }
    /* line 18, src/css/blocks/products/_product_result.scss */
    .block.products.product_result .download select {
      border: 1px solid;
      padding: 0.25em 0.5em;
      border-radius: 0.2em;
      cursor: pointer;
      border-color: #939598;
      width: 100%;
      line-height: 1.4;
      height: 2em;
      outline: none;
      background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
      padding-right: 3em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0.5em 0;
      width: 75%; }
      /* line 361, src/css/misc/_mixins.scss */
      .ie9 .block.products.product_result .download select {
        padding-right: 0.5em;
        background: #fff; }
      /* line 365, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.products.product_result .download select {
        padding-right: 0.5em;
        padding-left: 3em;
        background-position: 1em center; }
      /* line 370, src/css/misc/_mixins.scss */
      .block.products.product_result .download select::-ms-expand {
        display: none; }
      @media only screen and (min-width: 601px) {
        /* line 18, src/css/blocks/products/_product_result.scss */
        .block.products.product_result .download select {
          width: 9em; } }
      @media only screen and (min-width: 1024px) {
        /* line 18, src/css/blocks/products/_product_result.scss */
        .block.products.product_result .download select {
          width: 15em; } }
      /* line 382, src/css/misc/_mixins.scss */
      .block.products.product_result .download select:disabled {
        opacity: 0.5; }
      /* line 385, src/css/misc/_mixins.scss */
      .block.products.product_result .download select:hover {
        border-color: #FFE678;
        color: #4D4D4D; }
      /* line 389, src/css/misc/_mixins.scss */
      .block.products.product_result .download select:active, .block.products.product_result .download select:focus {
        border-color: #FFCD00;
        background-color: #fff;
        color: #4D4D4D; }
      @media only screen and (min-width: 601px) {
        /* line 18, src/css/blocks/products/_product_result.scss */
        .block.products.product_result .download select {
          float: left;
          width: 15em !important;
          margin-right: 0.75em; }
          /* line 26, src/css/blocks/products/_product_result.scss */
          [dir="rtl"] .block.products.product_result .download select {
            float: right;
            margin-right: 0;
            margin-left: 0.75em; } }
      @media only screen and (min-width: 1024px) {
        /* line 18, src/css/blocks/products/_product_result.scss */
        .block.products.product_result .download select {
          margin: 0;
          margin-right: 0.75em;
          width: 10em !important; } }
    /* line 38, src/css/blocks/products/_product_result.scss */
    .block.products.product_result .download .ico {
      width: 1.5em;
      height: 2em;
      text-indent: -999em;
      position: relative;
      display: inline-block;
      margin-left: 1em; }
      @media only screen and (min-width: 601px) {
        /* line 38, src/css/blocks/products/_product_result.scss */
        .block.products.product_result .download .ico {
          float: left;
          margin: 0.5em 0; } }
      @media only screen and (min-width: 1024px) {
        /* line 38, src/css/blocks/products/_product_result.scss */
        .block.products.product_result .download .ico {
          margin: 0; } }
      /* line 52, src/css/blocks/products/_product_result.scss */
      .block.products.product_result .download .ico:before {
        content: "";
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.75em;
        margin-top: -0.75em; }
      /* line 53, src/css/misc/_icons.scss */
      .block.products.product_result .download .ico:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 65, src/css/blocks/products/_product_result.scss */
    .block.products.product_result .add {
      display: inline-block; }
  /* line 981, src/css/style.scss */
  .block.products.grade {
    border: 1px solid #ccc;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 0.5em 0 0.25em;
    margin-bottom: -1px;
    position: relative; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.products.grade:after {
      content: "";
      display: table;
      clear: both; }
    /* line 9, src/css/blocks/products/_grade.scss */
    .grades-alt .block.products.grade {
      padding: 0;
      min-height: 34px; }
    /* line 13, src/css/blocks/products/_grade.scss */
    .block.products.grade:target, .block.products.grade.targetted {
      padding: 0 1em 0;
      margin-left: -1em;
      margin-right: -1em;
      background-color: #fff;
      -webkit-animation: cleartarget 15s;
              animation: cleartarget 15s; }

@-webkit-keyframes cleartarget {
  0% {
    background-color: #FFE678; }
  95% {
    background-color: #FFE678; }
  100% {
    background-color: #fff; } }

@keyframes cleartarget {
  0% {
    background-color: #FFE678; }
  95% {
    background-color: #FFE678; }
  100% {
    background-color: #fff; } }
    /* line 31, src/css/blocks/products/_grade.scss */
    .block.products.grade a[id]:before {
      content: "";
      display: block;
      height: 65px;
      margin: -65px 0 0; }
    /* line 38, src/css/blocks/products/_grade.scss */
    .block.products.grade:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
    /* line 44, src/css/blocks/products/_grade.scss */
    .block.products.grade .extra .extra_data {
      height: 0px;
      overflow: hidden;
      clear: both; }
      /* line 48, src/css/blocks/products/_grade.scss */
      .block.products.grade .extra .extra_data .html {
        margin-bottom: 0; }
      /* line 51, src/css/blocks/products/_grade.scss */
      .block.products.grade .extra .extra_data .none {
        display: none;
        padding: 1em 1em 0.5em; }
    /* line 57, src/css/blocks/products/_grade.scss */
    .block.products.grade .extra.nonefound .none {
      display: block; }
    /* line 63, src/css/blocks/products/_grade.scss */
    .block.products.grade.open .table-wrapper {
      background: #fff;
      padding-bottom: 1em;
      overflow-x: visible; }
    @media only screen and (min-width: 601px) {
      /* line 68, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade.open {
        border-color: #ccc; } }
    @media only screen and (min-width: 601px) {
      /* line 75, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade.open .info p {
        white-space: normal; } }
    @media only screen and (min-width: 601px) {
      /* line 82, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade.open .info .regions {
        display: block; } }
    @media only screen and (min-width: 601px) {
      /* line 90, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade.open .info .actions .tech_data {
        background: #F6F6F6; } }
    /* line 95, src/css/blocks/products/_grade.scss */
    .block.products.grade.open .info .actions .tech_data:before {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    /* line 101, src/css/blocks/products/_grade.scss */
    .block.products.grade.open .info .tech_data_title:after {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    /* line 107, src/css/blocks/products/_grade.scss */
    .block.products.grade.open .extra.loading {
      min-height: 60px;
      background: url("../img/spinner.gif") no-repeat top center; }
    /* line 111, src/css/blocks/products/_grade.scss */
    .block.products.grade.open .extra .extra_data {
      height: auto; }
    /* line 117, src/css/blocks/products/_grade.scss */
    .block.products.grade .info .regions {
      display: block;
      margin: 0.5em 0 0; }
      /* line 120, src/css/blocks/products/_grade.scss */
      .block.products.grade .info .regions span {
        font-size: 0.875em;
        border: 1px solid #ddd;
        color: #999;
        display: inline-block;
        line-height: 1;
        text-transform: uppercase;
        padding: 0.2em 0.5em;
        margin: 0 0.5em 0 0;
        border-radius: 0.2em;
        position: relative;
        top: -1px;
        background: #fff; }
        /* line 133, src/css/blocks/products/_grade.scss */
        [dir="rtl"] .block.products.grade .info .regions span {
          margin: 0 0 0 0.5em; }
      @media only screen and (min-width: 601px) {
        /* line 137, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .info .regions {
          display: none; } }
    @media only screen and (min-width: 601px) {
      /* line 145, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade .info .listing-data-title {
        margin: 0;
        line-height: 1.5;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-right: -6px;
        padding-right: 2em;
        padding-left: 0.5em;
        padding-top: 0.25em;
        word-wrap: break-word; } }
    @media only screen and (min-width: 1024px) {
      /* line 145, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade .info .listing-data-title {
        width: 25%; } }
    /* line 164, src/css/blocks/products/_grade.scss */
    .block.products.grade .info h3 {
      margin: 0.3em 0 0.5em; }
      /* line 166, src/css/blocks/products/_grade.scss */
      .block.products.grade .info h3 span {
        text-transform: initial;
        font-size: 0.8em; }
      /* line 170, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade .info h3 {
        margin: 0; }
    /* line 174, src/css/blocks/products/_grade.scss */
    .block.products.grade .info p {
      margin: 0;
      font-size: 0.875em;
      margin-bottom: 0.5em; }
      @media only screen and (min-width: 601px) {
        /* line 178, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .info p {
          display: inline-block;
          vertical-align: top;
          line-height: 1.5;
          width: 60%;
          overflow: hidden;
          padding-top: 0.4em;
          margin: 0;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      @media only screen and (min-width: 1024px) {
        /* line 178, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .info p {
          width: 75%; } }
    /* line 195, src/css/blocks/products/_grade.scss */
    .block.products.grade .info .visibility {
      margin-left: 1em;
      text-transform: initial; }
    /* line 200, src/css/blocks/products/_grade.scss */
    .block.products.grade .info a, .block.products.grade .info a:hover {
      text-decoration: none; }
      /* line 202, src/css/blocks/products/_grade.scss */
      .block.products.grade .info a h3, .block.products.grade .info a:hover h3 {
        color: #4D4D4D;
        text-decoration: none;
        display: inline-block; }
    @media only screen and (min-width: 601px) {
      /* line 209, src/css/blocks/products/_grade.scss */
      .block.products.grade .listing-data {
        width: 60%;
        float: left; } }
    @media only screen and (min-width: 1024px) {
      /* line 209, src/css/blocks/products/_grade.scss */
      .block.products.grade .listing-data {
        width: 70%; } }
    @media only screen and (min-width: 601px) {
      /* line 218, src/css/blocks/products/_grade.scss */
      [dir="rtl"] .block.products.grade .listing-data {
        float: right; } }
    @media only screen and (min-width: 601px) {
      /* line 224, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade .listing-data {
        width: 75%; } }
    /* line 231, src/css/blocks/products/_grade.scss */
    .block.products.grade .actions {
      padding-bottom: 2em; }
      @media only screen and (min-width: 601px) {
        /* line 231, src/css/blocks/products/_grade.scss */
        .block.products.grade .actions {
          padding-bottom: 0;
          float: right;
          padding-top: 0.5em;
          width: 35%;
          z-index: 1; } }
      @media only screen and (min-width: 1024px) {
        /* line 231, src/css/blocks/products/_grade.scss */
        .block.products.grade .actions {
          width: 25%; } }
      @media only screen and (min-width: 601px) {
        /* line 245, src/css/blocks/products/_grade.scss */
        [dir="rtl"] .block.products.grade .actions {
          float: left; } }
      /* line 251, src/css/blocks/products/_grade.scss */
      .block.products.grade .actions a {
        display: block; }
      @media only screen and (min-width: 601px) {
        /* line 255, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .actions {
          -webkit-transform: none;
                  transform: none;
          top: 0em;
          right: 0;
          width: 6em;
          padding-top: 0; } }
      /* line 266, src/css/blocks/products/_grade.scss */
      .compare-full .block.products.grade .actions .compare_toggle,
      .compare-full .block.products.grade .actions .compare_add {
        opacity: 0.3; }
      /* line 272, src/css/blocks/products/_grade.scss */
      .block.products.grade .actions .tech_data, .block.products.grade .actions .ico {
        position: relative;
        padding-left: 2em;
        margin: 0; }
        /* line 277, src/css/blocks/products/_grade.scss */
        [dir="rtl"] .block.products.grade .actions .tech_data, [dir="rtl"] .block.products.grade .actions .ico {
          padding-left: 0;
          padding-right: 2em; }
        /* line 281, src/css/blocks/products/_grade.scss */
        .block.products.grade .actions .tech_data:before, .block.products.grade .actions .ico:before {
          content: "";
          width: 1em;
          height: 1em;
          position: absolute;
          top: 50%;
          left: 0;
          background: no-repeat center;
          background-size: 11px 11px;
          margin-top: -0.5em; }
          /* line 291, src/css/blocks/products/_grade.scss */
          [dir="rtl"] .block.products.grade .actions .tech_data:before, [dir="rtl"] .block.products.grade .actions .ico:before {
            left: auto;
            right: 0.2em; }
        @media only screen and (min-width: 601px) {
          /* line 296, src/css/blocks/products/_grade.scss */
          .grades-alt .block.products.grade .actions .tech_data, .grades-alt .block.products.grade .actions .ico {
            text-indent: -999em;
            display: block;
            float: left;
            margin-bottom: 0;
            width: 2em;
            height: 2em; }
            /* line 304, src/css/blocks/products/_grade.scss */
            .grades-alt .block.products.grade .actions .tech_data:hover, .grades-alt .block.products.grade .actions .ico:hover {
              background: #F6F6F6; }
            /* line 307, src/css/blocks/products/_grade.scss */
            .grades-alt .block.products.grade .actions .tech_data:first-child, .grades-alt .block.products.grade .actions .ico:first-child {
              border-left: 0; }
            /* line 310, src/css/blocks/products/_grade.scss */
            .grades-alt .block.products.grade .actions .tech_data:before, .grades-alt .block.products.grade .actions .ico:before {
              left: 50%;
              margin-left: -0.5em; } }
      /* line 318, src/css/blocks/products/_grade.scss */
      .block.products.grade .actions .tech_data:before {
        background-image: url(../img/icons/chevron_right.png);
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: 0.1em;
        margin-left: 0.2em;
        background-size: 11px 11px; }
      /* line 327, src/css/blocks/products/_grade.scss */
      .block.products.grade .actions .ico:before {
        background-image: url(../img/icons/sabic-doc.svg);
        left: 0.3em;
        background-size: contain; }
    /* line 336, src/css/blocks/products/_grade.scss */
    .block.products.grade .tech_data_title {
      position: relative;
      padding-right: 1.2em; }
      /* line 339, src/css/blocks/products/_grade.scss */
      .block.products.grade .tech_data_title:after {
        content: "";
        width: 11px;
        height: 11px;
        background-image: url(../img/icons/chevron_right.png);
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        position: absolute;
        right: 0;
        top: 5px;
        background-size: 11px 11px; }
    @media only screen and (min-width: 601px) {
      /* line 355, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade .extra small {
        padding: 0 1em; } }
    /* line 362, src/css/blocks/products/_grade.scss */
    .block.products.grade .result-compare {
      width: calc(100% - 32px);
      position: absolute; }
      @media only screen and (min-width: 601px) {
        /* line 362, src/css/blocks/products/_grade.scss */
        .block.products.grade .result-compare {
          width: 12em;
          position: relative; } }
      /* line 369, src/css/blocks/products/_grade.scss */
      .block.products.grade .result-compare a {
        border: 1px solid transparent;
        padding: 0 0 0 2em;
        display: block; }
      /* line 375, src/css/blocks/products/_grade.scss */
      .block.products.grade .result-compare ul {
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #ccc;
        text-align: right;
        width: 100%;
        padding: 0.5em; }
        /* line 383, src/css/blocks/products/_grade.scss */
        [dir="rtl"] .block.products.grade .result-compare ul {
          text-align: left; }
        @media only screen and (min-width: 601px) {
          /* line 375, src/css/blocks/products/_grade.scss */
          .block.products.grade .result-compare ul {
            margin-top: 1.25em;
            border-top: 0; } }
        /* line 390, src/css/blocks/products/_grade.scss */
        .block.products.grade .result-compare ul a {
          border: 0;
          padding: 0em;
          display: block;
          width: 100%;
          padding: 0.5em; }
          @media only screen and (min-width: 601px) {
            /* line 390, src/css/blocks/products/_grade.scss */
            .block.products.grade .result-compare ul a {
              padding: 0; } }
      /* line 402, src/css/blocks/products/_grade.scss */
      .block.products.grade .result-compare.open {
        position: absolute;
        z-index: 1; }
        @media only screen and (min-width: 601px) {
          /* line 405, src/css/blocks/products/_grade.scss */
          .block.products.grade .result-compare.open a {
            border: 1px solid #ccc;
            border-bottom: 0; } }
        /* line 411, src/css/blocks/products/_grade.scss */
        .block.products.grade .result-compare.open ul {
          display: block;
          margin: 0;
          list-style: none; }
          /* line 416, src/css/blocks/products/_grade.scss */
          .block.products.grade .result-compare.open ul a {
            border: 0; }
      @media only screen and (min-width: 601px) {
        /* line 422, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .result-compare {
          display: block;
          position: static;
          width: 2em;
          height: 2em;
          float: left; }
          /* line 429, src/css/blocks/products/_grade.scss */
          .grades-alt .block.products.grade .result-compare .ico-doc, .grades-alt .block.products.grade .result-compare .tech_data, .grades-alt .block.products.grade .result-compare .compare_toggle {
            text-indent: -999em;
            display: inline-block;
            border: 0;
            margin-bottom: 0;
            width: 2em;
            height: 2em; }
            /* line 436, src/css/blocks/products/_grade.scss */
            .grades-alt .block.products.grade .result-compare .ico-doc:hover, .grades-alt .block.products.grade .result-compare .tech_data:hover, .grades-alt .block.products.grade .result-compare .compare_toggle:hover {
              background: #F6F6F6; }
            /* line 439, src/css/blocks/products/_grade.scss */
            .grades-alt .block.products.grade .result-compare .ico-doc:first-child, .grades-alt .block.products.grade .result-compare .tech_data:first-child, .grades-alt .block.products.grade .result-compare .compare_toggle:first-child {
              border-left: 0; }
            /* line 442, src/css/blocks/products/_grade.scss */
            .grades-alt .block.products.grade .result-compare .ico-doc:before, .grades-alt .block.products.grade .result-compare .tech_data:before, .grades-alt .block.products.grade .result-compare .compare_toggle:before {
              left: 50%;
              margin-left: -0.5em; } }
      /* line 449, src/css/blocks/products/_grade.scss */
      .grades-alt .block.products.grade .result-compare .compare_toggle {
        overflow: hidden; }
      @media only screen and (min-width: 601px) {
        /* line 454, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .result-compare.open .compare_toggle {
          border: 0;
          background: #F6F6F6; } }
      @media only screen and (min-width: 601px) {
        /* line 460, src/css/blocks/products/_grade.scss */
        .grades-alt .block.products.grade .result-compare.open ul {
          width: 12em;
          right: 0;
          top: 2em;
          z-index: 1;
          border-top: 1px solid #ccc; }
          /* line 467, src/css/blocks/products/_grade.scss */
          [dir="rtl"] .grades-alt .block.products.grade .result-compare.open ul {
            right: auto;
            left: 0; } }
    /* line 477, src/css/blocks/products/_grade.scss */
    .block.products.grade .compare_toggle {
      width: 100%;
      padding-left: 2em;
      margin: 0; }
      /* line 482, src/css/blocks/products/_grade.scss */
      [dir="rtl"] .block.products.grade .compare_toggle {
        padding-left: 0;
        padding-right: 2em; }
      @media only screen and (min-width: 601px) {
        /* line 477, src/css/blocks/products/_grade.scss */
        .block.products.grade .compare_toggle {
          position: relative;
          width: auto; } }
      /* line 491, src/css/blocks/products/_grade.scss */
      .block.products.grade .compare_toggle:before {
        content: "";
        width: 0.8em;
        height: 22px;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 0.3em;
        background: no-repeat center;
        background-image: url(../img/icons/cross.png);
        background-size: 11px 11px; }
        /* line 502, src/css/blocks/products/_grade.scss */
        [dir="rtl"] .block.products.grade .compare_toggle:before {
          left: auto;
          right: 0.2em; }
  /* line 2, src/css/blocks/industries/_industry.scss */
  .block.industries.industry .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: #009FDF;
    border: 1px solid #009FDF;
    color: #fff;
    margin: 0 0 1em; }
    /* line 39, src/css/misc/_mixins.scss */
    .block.industries.industry .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 2, src/css/blocks/industries/_industry.scss */
      .block.industries.industry .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    .block.industries.industry .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }
    /* line 72, src/css/misc/_mixins.scss */
    .block.industries.industry .cta:hover {
      border-color: #46B4E6;
      background: #46B4E6;
      color: #fff; }
    /* line 77, src/css/misc/_mixins.scss */
    .block.industries.industry .cta:active {
      border-color: #008CC8;
      background: #008CC8;
      color: #fff; }
  /* line 6, src/css/blocks/industries/_industry.scss */
  .block.industries.industry .considerations {
    background: #F6F6F6;
    padding: 1.5em; }
  /* line 12, src/css/blocks/industries/_industry.scss */
  .block.industries.industry a:hover {
    text-decoration: none; }
    /* line 14, src/css/blocks/industries/_industry.scss */
    .block.industries.industry a:hover h3 {
      text-decoration: underline; }
  /* line 990, src/css/style.scss */
  .block.industries.links {
    margin: 0 0 1.5em;
    padding: 1.5em;
    background: #F6F6F6; }
    /* line 5, src/css/blocks/industries/_links.scss */
    .block.industries.links ul {
      margin: 0 0 1.5em;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.industries.links ul:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 601px) {
        /* line 10, src/css/blocks/industries/_links.scss */
        .block.industries.links ul.half {
          padding-right: 1em;
          width: 50%;
          float: left; }
          /* line 15, src/css/blocks/industries/_links.scss */
          [dir="rtl"] .block.industries.links ul.half {
            padding-right: 0;
            padding-left: 1em;
            float: right; } }
      /* line 22, src/css/blocks/industries/_links.scss */
      .block.industries.links ul li {
        color: #4D4D4D; }
        /* line 24, src/css/blocks/industries/_links.scss */
        .block.industries.links ul li .see_more {
          margin-bottom: 0.25em; }
    /* line 29, src/css/blocks/industries/_links.scss */
    .block.industries.links .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.industries.links .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 29, src/css/blocks/industries/_links.scss */
        .block.industries.links .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.industries.links .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.industries.links .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.industries.links .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 992, src/css/style.scss */
  .block.industries.segments {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/industries/_segments.scss */
    .block.industries.segments ul {
      margin: 0em 0 3em;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.industries.segments ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 8, src/css/blocks/industries/_segments.scss */
      .block.industries.segments ul li {
        color: #4D4D4D; }
        /* line 10, src/css/blocks/industries/_segments.scss */
        .block.industries.segments ul li .see_more {
          margin-bottom: 0.25em; }
  /* line 994, src/css/style.scss */
  .block.industries.products {
    margin: 0 0 1.5em;
    padding: 1.5em;
    background: #F6F6F6; }
    @media only screen and (min-width: 1024px) {
      /* line 994, src/css/style.scss */
      .block.industries.products {
        padding-right: 1em;
        width: 50%;
        float: left; } }
    /* line 10, src/css/blocks/industries/_products.scss */
    .block.industries.products h4 {
      color: #4D4D4D; }
    /* line 13, src/css/blocks/industries/_products.scss */
    .block.industries.products ul {
      margin: 0;
      padding: 0 0 0 1em;
      list-style-position: outside; }
      /* line 17, src/css/blocks/industries/_products.scss */
      .block.industries.products ul li {
        padding-bottom: 0.5em; }
  /* line 996, src/css/style.scss */
  .block.industries.case {
    position: relative;
    margin: 0 0 1.5em;
    /*margin:0 -1.5rem;
    @media only screen and (min-width : 601px) {
        margin:0;
    }*/ }
    /* line 8, src/css/blocks/_image.scss */
    .block.industries.case img {
      display: block;
      max-width: 100%; }
    /* line 13, src/css/blocks/_image.scss */
    .block.industries.case small {
      display: block;
      color: #4D4D4D;
      text-transform: uppercase;
      margin-bottom: 1.5em;
      font-size: 0.75em;
      line-height: 1.3125rem; }
    /* line 21, src/css/blocks/_image.scss */
    .block.industries.case .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 36, src/css/blocks/_image.scss */
      [dir="rtl"] .block.industries.case .ico-search:before {
        left: auto;
        right: 1em; }
  /* line 2, src/css/misc/_mixins.scss */
  .block.generic:after {
    content: "";
    display: table;
    clear: both; }
  /* line 3, src/css/blocks/generic/_generic.scss */
  .block.generic.image_left, .block.generic.image_right {
    margin: 0 1.5em 1.5em 0; }
    /* line 7, src/css/blocks/generic/_generic.scss */
    .block.generic.image_left a, .block.generic.image_right a {
      position: relative; }
      @media only screen and (min-width: 1024px) {
        /* line 7, src/css/blocks/generic/_generic.scss */
        .block.generic.image_left a, .block.generic.image_right a {
          float: left;
          width: 50%;
          margin-right: 1.5em;
          margin-left: 0; } }
      /* line 15, src/css/blocks/generic/_generic.scss */
      .block.generic.image_left a.ico.ico-search, .block.generic.image_right a.ico.ico-search {
        position: static; }
        @media only screen and (min-width: 1024px) {
          /* line 15, src/css/blocks/generic/_generic.scss */
          .block.generic.image_left a.ico.ico-search, .block.generic.image_right a.ico.ico-search {
            position: relative; } }
    /* line 23, src/css/blocks/generic/_generic.scss */
    .block.generic.image_left img, .block.generic.image_right img {
      margin: 0;
      width: 100%; }
    /* line 30, src/css/blocks/generic/_generic.scss */
    .block.generic.image_left .ico-search:before, .block.generic.image_right .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 45, src/css/blocks/generic/_generic.scss */
      [dir="rtl"] .block.generic.image_left .ico-search:before, [dir="rtl"] .block.generic.image_right .ico-search:before {
        left: auto;
        right: 1em; }
  @media only screen and (min-width: 1024px) {
    /* line 52, src/css/blocks/generic/_generic.scss */
    .block.generic.image_right img {
      float: right;
      margin: 0 0 0 1.5em; } }
  @media only screen and (min-width: 1024px) {
    /* line 58, src/css/blocks/generic/_generic.scss */
    .block.generic.image_right a {
      float: right;
      margin: 0 0 1.5em 1.5em; } }
  /* line 66, src/css/blocks/generic/_generic.scss */
  .block.generic.report-downloads {
    margin: 0 0 1.5em; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.generic.report-downloads:after {
      content: "";
      display: table;
      clear: both; }
    /* line 4, src/css/blocks/_documents.scss */
    .block.generic.report-downloads h2 {
      float: left; }
    /* line 7, src/css/blocks/_documents.scss */
    .block.generic.report-downloads .filters {
      width: 100%;
      margin-bottom: 0.5em; }
      @media only screen and (min-width: 601px) {
        /* line 7, src/css/blocks/_documents.scss */
        .block.generic.report-downloads .filters {
          float: right;
          margin-bottom: 0;
          width: auto; } }
      /* line 15, src/css/blocks/_documents.scss */
      .block.generic.report-downloads .filters select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.generic.report-downloads .filters select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.generic.report-downloads .filters select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 15, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .filters select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 15, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .filters select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters select:active, .block.generic.report-downloads .filters select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
      /* line 18, src/css/blocks/_documents.scss */
      .block.generic.report-downloads .filters button {
        text-transform: uppercase;
        padding: 0.35em 2em;
        text-align: center;
        text-decoration: none;
        display: block;
        border: 0;
        line-height: 1;
        width: 100%;
        margin: 0 0 1.5em;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        background: #009FDF;
        border: 1px solid #009FDF;
        color: #fff; }
        /* line 39, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters button:hover {
          text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 18, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .filters button {
            width: auto;
            display: inline-block; } }
        /* line 46, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters button:disabled {
          opacity: 0.5;
          pointer-events: none; }
        /* line 72, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters button:hover {
          border-color: #46B4E6;
          background: #46B4E6;
          color: #fff; }
        /* line 77, src/css/misc/_mixins.scss */
        .block.generic.report-downloads .filters button:active {
          border-color: #008CC8;
          background: #008CC8;
          color: #fff; }
      /* line 21, src/css/blocks/_documents.scss */
      .block.generic.report-downloads .filters select, .block.generic.report-downloads .filters button {
        width: 100%;
        margin: 0.2em; }
        @media only screen and (min-width: 601px) {
          /* line 21, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .filters select, .block.generic.report-downloads .filters button {
            width: auto; } }
    /* line 29, src/css/blocks/_documents.scss */
    .block.generic.report-downloads .documents {
      clear: both;
      margin: 0 0 1.5em; }
      /* line 32, src/css/blocks/_documents.scss */
      .block.generic.report-downloads .documents .document {
        padding: 1em;
        position: relative;
        padding-left: 4em;
        padding-right: 4em; }
        /* line 37, src/css/blocks/_documents.scss */
        .block.generic.report-downloads .documents .document h4 {
          margin: 0;
          color: #4D4D4D; }
          /* line 40, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .documents .document h4 span {
            text-transform: initial; }
        /* line 44, src/css/blocks/_documents.scss */
        .block.generic.report-downloads .documents .document p {
          margin: 0;
          color: #939598; }
        /* line 48, src/css/blocks/_documents.scss */
        .block.generic.report-downloads .documents .document .ico-pdf, .block.generic.report-downloads .documents .document .ico-doc {
          position: absolute;
          top: 50%;
          left: 1em;
          margin-top: -0.75em; }
          /* line 53, src/css/blocks/_documents.scss */
          [dir="rtl"] .block.generic.report-downloads .documents .document .ico-pdf, [dir="rtl"] .block.generic.report-downloads .documents .document .ico-doc {
            left: auto;
            right: 1em; }
          /* line 57, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .documents .document .ico-pdf:before, .block.generic.report-downloads .documents .document .ico-doc:before {
            content: "";
            width: 1.5em;
            height: 1.5em;
            display: inline-block; }
          /* line 65, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .documents .document .ico-pdf.locked:after, .block.generic.report-downloads .documents .document .ico-doc.locked:after {
            content: "";
            border-radius: 50%;
            background: #EEE url("../img/icons/lock.svg") no-repeat center;
            background-size: 70%;
            width: 17px;
            height: 17px;
            display: block;
            margin-left: 1em;
            position: absolute;
            top: -10px;
            right: -4px; }
            /* line 78, src/css/blocks/_documents.scss */
            [dir="rtl"] .block.generic.report-downloads .documents .document .ico-pdf.locked:after, [dir="rtl"] .block.generic.report-downloads .documents .document .ico-doc.locked:after {
              right: auto;
              left: 0; }
          /* line 53, src/css/misc/_icons.scss */
          .block.generic.report-downloads .documents .document .ico-pdf:before, .block.generic.report-downloads .documents .document .ico-doc:before {
            background-position: center;
            background-repeat: no-repeat; }
        /* line 87, src/css/blocks/_documents.scss */
        .block.generic.report-downloads .documents .document .ico-download {
          position: absolute;
          top: 50%;
          right: 1em;
          margin-top: -0.75em; }
          /* line 92, src/css/blocks/_documents.scss */
          [dir="rtl"] .block.generic.report-downloads .documents .document .ico-download {
            right: auto;
            left: 1em; }
          /* line 96, src/css/blocks/_documents.scss */
          .block.generic.report-downloads .documents .document .ico-download:before {
            content: "";
            width: 1.5em;
            height: 1.5em;
            display: inline-block;
            margin-left: 1em;
            position: relative;
            float: right;
            top: -0.25em; }
          /* line 53, src/css/misc/_icons.scss */
          .block.generic.report-downloads .documents .document .ico-download:before {
            background-position: center;
            background-repeat: no-repeat; }
        /* line 108, src/css/blocks/_documents.scss */
        .block.generic.report-downloads .documents .document:nth-child(2n+1) {
          background: #f2fafd; }
  /* line 1006, src/css/style.scss */
  .block.generic.links, .block.generic.products {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/generic/_links.scss */
    .block.generic.links ul, .block.generic.products ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 7, src/css/blocks/generic/_links.scss */
      .block.generic.links ul li, .block.generic.products ul li {
        padding-bottom: 0.5em;
        color: #4D4D4D; }
        /* line 10, src/css/blocks/generic/_links.scss */
        .block.generic.links ul li a, .block.generic.products ul li a {
          color: #009FDF;
          margin: 0 0 1.5em 0;
          display: inline-block;
          position: relative;
          padding-left: 1.25em;
          margin: 0; }
          /* line 96, src/css/misc/_mixins.scss */
          .block.generic.links ul li a:before, .block.generic.products ul li a:before {
            content: "";
            background: url(../img/icons/chevron_right.png) center left no-repeat;
            font-weight: bold;
            width: 1em;
            height: 1em;
            left: 0;
            top: 50%;
            margin-top: -0.5em;
            position: absolute; }
            /* line 106, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.generic.links ul li a:before, [dir="rtl"] .block.generic.products ul li a:before {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
          /* line 110, src/css/misc/_mixins.scss */
          .block.generic.links ul li a:hover, .block.generic.products ul li a:hover {
            color: #46B4E6;
            text-decoration: underline; }
          /* line 114, src/css/misc/_mixins.scss */
          .block.generic.links ul li a:active, .block.generic.products ul li a:active {
            color: #008CC8; }
  /* line 1009, src/css/style.scss */
  .block.generic.case {
    position: relative;
    margin: 0 0 1.5em;
    /*margin:0 -1.5rem;
    @media only screen and (min-width : 601px) {
        margin:0;
    }*/ }
    /* line 8, src/css/blocks/_image.scss */
    .block.generic.case img {
      display: block;
      max-width: 100%; }
    /* line 13, src/css/blocks/_image.scss */
    .block.generic.case small {
      display: block;
      color: #4D4D4D;
      text-transform: uppercase;
      margin-bottom: 1.5em;
      font-size: 0.75em;
      line-height: 1.3125rem; }
    /* line 21, src/css/blocks/_image.scss */
    .block.generic.case .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 36, src/css/blocks/_image.scss */
      [dir="rtl"] .block.generic.case .ico-search:before {
        left: auto;
        right: 1em; }
  /* line 1011, src/css/style.scss */
  .block.generic.content {
    position: relative;
    margin: 0 0 1.5em;
    /*margin:0 -1.5rem;
    @media only screen and (min-width : 601px) {
        margin:0;
    }*/
    padding-bottom: 1.5em; }
    /* line 8, src/css/blocks/_image.scss */
    .block.generic.content img {
      display: block;
      max-width: 100%; }
    /* line 13, src/css/blocks/_image.scss */
    .block.generic.content small {
      display: block;
      color: #4D4D4D;
      text-transform: uppercase;
      margin-bottom: 1.5em;
      font-size: 0.75em;
      line-height: 1.3125rem; }
    /* line 21, src/css/blocks/_image.scss */
    .block.generic.content .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 36, src/css/blocks/_image.scss */
      [dir="rtl"] .block.generic.content .ico-search:before {
        left: auto;
        right: 1em; }
    /* line 4, src/css/blocks/generic/_content.scss */
    .block.generic.content .ext {
      color: #009FDF;
      margin: 0 0 1.5em 0;
      display: inline-block;
      position: relative;
      padding-left: 1.25em;
      display: block;
      margin: 0; }
      /* line 125, src/css/misc/_mixins.scss */
      .block.generic.content .ext:before {
        content: "";
        background: url(../img/icons/external.png) center left no-repeat;
        font-weight: bold;
        width: 1em;
        height: 1em;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        position: absolute; }
        /* line 135, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.generic.content .ext:before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      /* line 139, src/css/misc/_mixins.scss */
      .block.generic.content .ext:hover {
        color: #46B4E6;
        text-decoration: underline; }
      /* line 143, src/css/misc/_mixins.scss */
      .block.generic.content .ext:active {
        color: #008CC8; }
    /* line 9, src/css/blocks/generic/_content.scss */
    .block.generic.content .int {
      color: #009FDF;
      margin: 0 0 1.5em 0;
      display: inline-block;
      position: relative;
      padding-left: 1.25em;
      display: block;
      margin: 0; }
      /* line 96, src/css/misc/_mixins.scss */
      .block.generic.content .int:before {
        content: "";
        background: url(../img/icons/chevron_right.png) center left no-repeat;
        font-weight: bold;
        width: 1em;
        height: 1em;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        position: absolute; }
        /* line 106, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.generic.content .int:before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      /* line 110, src/css/misc/_mixins.scss */
      .block.generic.content .int:hover {
        color: #46B4E6;
        text-decoration: underline; }
      /* line 114, src/css/misc/_mixins.scss */
      .block.generic.content .int:active {
        color: #008CC8; }
  /* line 1013, src/css/style.scss */
  .block.generic.case_large {
    position: relative;
    margin: 0 0 1.5em;
    /*margin:0 -1.5rem;
    @media only screen and (min-width : 601px) {
        margin:0;
    }*/ }
    /* line 8, src/css/blocks/_image.scss */
    .block.generic.case_large img {
      display: block;
      max-width: 100%; }
    /* line 13, src/css/blocks/_image.scss */
    .block.generic.case_large small {
      display: block;
      color: #4D4D4D;
      text-transform: uppercase;
      margin-bottom: 1.5em;
      font-size: 0.75em;
      line-height: 1.3125rem; }
    /* line 21, src/css/blocks/_image.scss */
    .block.generic.case_large .ico-search:before {
      content: "";
      position: absolute;
      width: 3em;
      height: 3em;
      top: 1em;
      left: 1em;
      background-color: #fff;
      border-radius: 100em;
      background-position: 50%;
      background-repeat: no-repeat;
      padding: 1em;
      background-size: 1.5em;
      border: 1px solid #009FDF; }
      /* line 36, src/css/blocks/_image.scss */
      [dir="rtl"] .block.generic.case_large .ico-search:before {
        left: auto;
        right: 1em; }
    @media only screen and (min-width: 1024px) {
      /* line 3, src/css/blocks/generic/_case_large.scss */
      .block.generic.case_large img {
        float: left;
        width: 49%;
        width: calc(50% - 0.75rem);
        margin: 0 1.5rem 1.5em 0; } }
  /* line 2, src/css/blocks/generic/_related.scss */
  .block.generic.related ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 6, src/css/blocks/generic/_related.scss */
    .block.generic.related ul li {
      padding-bottom: 1em; }
      /* line 8, src/css/blocks/generic/_related.scss */
      .block.generic.related ul li a {
        color: #4D4D4D; }
        /* line 10, src/css/blocks/generic/_related.scss */
        .block.generic.related ul li a:hover {
          color: #46B4E6; }
          /* line 12, src/css/blocks/generic/_related.scss */
          .block.generic.related ul li a:hover h4 {
            color: #46B4E6; }
        /* line 16, src/css/blocks/generic/_related.scss */
        .block.generic.related ul li a h4 {
          color: #4D4D4D; }
        /* line 19, src/css/blocks/generic/_related.scss */
        .block.generic.related ul li a img {
          display: block;
          width: 100%;
          margin: 0 0 1.5em; }
  /* line 28, src/css/blocks/generic/_related.scss */
  .block.generic.related .real-size {
    width: auto;
    max-width: 100%; }
  /* line 33, src/css/blocks/generic/_related.scss */
  .block.generic.related .float-left {
    float: left;
    padding: 0 1em 1em 0; }
  /* line 38, src/css/blocks/generic/_related.scss */
  .block.generic.related .tcenter {
    text-align: center; }
  /* line 42, src/css/blocks/generic/_related.scss */
  .block.generic.related .block-link {
    display: block; }
  /* line 1019, src/css/style.scss */
  .block.faq {
    margin: 0 0 1.5em 0; }
    /* line 3, src/css/blocks/faq/_faq.scss */
    .block.faq .tabs {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.faq .tabs:after {
        content: "";
        display: table;
        clear: both; }
      /* line 244, src/css/misc/_mixins.scss */
      .block.faq .tabs li {
        float: left;
        width: 50%; }
        /* line 248, src/css/misc/_mixins.scss */
        .block.faq .tabs li.active a, .block.faq .tabs li.active a:hover, .block.faq .tabs li.active a:active {
          background: #F6F6F6;
          border-color: #F6F6F6;
          color: #939598; }
        /* line 254, src/css/misc/_mixins.scss */
        .block.faq .tabs li.active h3, .block.faq .tabs li.active h4 {
          color: #4D4D4D; }
        /* line 258, src/css/misc/_mixins.scss */
        .block.faq .tabs li a {
          border: 1px solid #F6F6F6;
          display: block;
          padding: 1.5em;
          background: #fff;
          margin-right: -1px; }
          /* line 264, src/css/misc/_mixins.scss */
          .block.faq .tabs li a:hover {
            text-decoration: none;
            background: #eee;
            color: #fff;
            border-color: #eee; }
          /* line 270, src/css/misc/_mixins.scss */
          .block.faq .tabs li a:active {
            background: #D8D8D8;
            border-color: #D8D8D8; }
            /* line 273, src/css/misc/_mixins.scss */
            .block.faq .tabs li a:active h3, .block.faq .tabs li a:active h4 {
              color: #4D4D4D; }
          /* line 277, src/css/misc/_mixins.scss */
          .block.faq .tabs li a h3, .block.faq .tabs li a h4 {
            color: #939598;
            margin: 0;
            line-height: 1;
            font-size: 1.063em; }
      /* line 6, src/css/blocks/faq/_faq.scss */
      .block.faq .tabs li {
        width: 33.3333%; }
    /* line 10, src/css/blocks/faq/_faq.scss */
    .block.faq .category {
      display: none; }
      /* line 12, src/css/blocks/faq/_faq.scss */
      .block.faq .category.active {
        display: block; }
    /* line 17, src/css/blocks/faq/_faq.scss */
    .block.faq .subcategory .faqs {
      display: none; }
    /* line 20, src/css/blocks/faq/_faq.scss */
    .block.faq .subcategory > a {
      display: block;
      padding: 1em 1.5em;
      background: #F6F6F6;
      position: relative; }
      /* line 25, src/css/blocks/faq/_faq.scss */
      .block.faq .subcategory > a:after {
        background: url(../img/icons/chevron_down.png) center no-repeat;
        content: "";
        width: 2.5em;
        height: 1.5em;
        position: absolute;
        top: 50%;
        right: 0.75em;
        margin-top: -0.75em; }
        /* line 34, src/css/blocks/faq/_faq.scss */
        [dir="rtl"] .block.faq .subcategory > a:after {
          right: auto;
          left: 0.75em; }
      /* line 39, src/css/blocks/faq/_faq.scss */
      .block.faq .subcategory > a h4 {
        margin: 0; }
    /* line 45, src/css/blocks/faq/_faq.scss */
    .block.faq .subcategory.active > a:after {
      background: url(../img/icons/chevron_up.png) center no-repeat; }
    /* line 49, src/css/blocks/faq/_faq.scss */
    .block.faq .subcategory.active .faqs {
      display: block; }
    /* line 54, src/css/blocks/faq/_faq.scss */
    .block.faq .faqs {
      margin: 0;
      padding: 1em 0 0;
      list-style: none; }
      /* line 58, src/css/blocks/faq/_faq.scss */
      .block.faq .faqs li {
        position: relative;
        margin: 0 0 1em;
        font-size: 0.9375em; }
        /* line 63, src/css/blocks/faq/_faq.scss */
        .block.faq .faqs li:last-child > a, .block.faq .faqs li:last-child .answer {
          border-bottom: 0; }
        /* line 67, src/css/blocks/faq/_faq.scss */
        .block.faq .faqs li > a {
          position: relative;
          display: block;
          padding: 0 4em 1em 1.5em;
          border-bottom: 1px solid #e4e4e4; }
          /* line 72, src/css/blocks/faq/_faq.scss */
          [dir="rtl"] .block.faq .faqs li > a {
            padding: 0 1.5em 1em 4em; }
          /* line 75, src/css/blocks/faq/_faq.scss */
          .block.faq .faqs li > a span {
            display: block;
            max-width: 40em; }
          /* line 79, src/css/blocks/faq/_faq.scss */
          .block.faq .faqs li > a:after {
            content: "";
            position: absolute;
            background: url(../img/icons/plus.png) center no-repeat;
            color: #fff;
            z-index: 1;
            text-align: center;
            top: 0;
            right: 1.5em;
            width: 25px;
            height: 25px; }
            /* line 90, src/css/blocks/faq/_faq.scss */
            [dir="rtl"] .block.faq .faqs li > a:after {
              right: auto;
              left: 1.5em; }
          /* line 95, src/css/blocks/faq/_faq.scss */
          .block.faq .faqs li > a:before {
            content: "";
            background: #009FDF;
            position: absolute;
            top: 0;
            right: 1.5em;
            width: 25px;
            height: 25px; }
            /* line 103, src/css/blocks/faq/_faq.scss */
            [dir="rtl"] .block.faq .faqs li > a:before {
              right: auto;
              left: 1.5em; }
        /* line 109, src/css/blocks/faq/_faq.scss */
        .block.faq .faqs li .answer {
          display: none;
          padding: 0 4em 0 1.5em;
          margin: 0;
          color: #4D4D4D;
          border-bottom: 1px solid #e4e4e4; }
          /* line 115, src/css/blocks/faq/_faq.scss */
          [dir="rtl"] .block.faq .faqs li .answer {
            padding: 0 1.5em 0 4em; }
          /* line 118, src/css/blocks/faq/_faq.scss */
          .block.faq .faqs li .answer p {
            max-width: 48em;
            font-size: 0.9375em; }
        /* line 125, src/css/blocks/faq/_faq.scss */
        .block.faq .faqs li.open > a:after {
          background-image: url(../img/icons/minus.png); }
        /* line 129, src/css/blocks/faq/_faq.scss */
        .block.faq .faqs li.open .answer {
          display: block; }
    /* line 135, src/css/blocks/faq/_faq.scss */
    .block.faq > .faqs {
      padding: 0; }
      /* line 138, src/css/blocks/faq/_faq.scss */
      .block.faq > .faqs li > a, .block.faq > .faqs li .answer {
        padding-left: 0; }
  /* line 2, src/css/blocks/careers/_careers.scss */
  .block.careers.callout-grey, .block.careers.callout-blue {
    padding: 1.5em 2em;
    margin: 1.5em 0;
    background: #F6F6F6; }
    /* line 6, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-grey p, .block.careers.callout-blue p {
      margin: 0; }
    /* line 9, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-grey ul, .block.careers.callout-blue ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 13, src/css/blocks/careers/_careers.scss */
      .block.careers.callout-grey ul li, .block.careers.callout-blue ul li {
        margin: 0.5em 0 0.5em 1.25em;
        list-style-position: outside; }
    /* line 18, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-grey ol, .block.careers.callout-blue ol {
      padding: 0;
      list-style: decimal inside; }
      /* line 21, src/css/blocks/careers/_careers.scss */
      .block.careers.callout-grey ol li, .block.careers.callout-blue ol li {
        margin: 0.5em 0; }
    /* line 25, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-grey .see_more, .block.careers.callout-blue .see_more {
      margin-bottom: 0; }
    /* line 28, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-grey .title, .block.careers.callout-blue .title {
      position: relative;
      padding-left: 5.5em; }
      /* line 31, src/css/blocks/careers/_careers.scss */
      .block.careers.callout-grey .title img, .block.careers.callout-blue .title img {
        position: absolute;
        top: 0;
        left: 0;
        width: 4em;
        border-radius: 100em; }
  /* line 40, src/css/blocks/careers/_careers.scss */
  .block.careers.callout-blue {
    background: #041E42; }
    /* line 42, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-blue h3 {
      color: #fff; }
    /* line 45, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-blue p {
      color: #fff; }
    /* line 48, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-blue ul, .block.careers.callout-blue ol {
      color: #fff; }
    /* line 51, src/css/blocks/careers/_careers.scss */
    .block.careers.callout-blue a {
      color: #fff; }
      /* line 53, src/css/blocks/careers/_careers.scss */
      .block.careers.callout-blue a:before {
        background: url(../img/icons/chevron_right_white.png) center left no-repeat; }
  /* line 1024, src/css/style.scss */
  .block.careers.filters {
    background: #F6F6F6;
    padding: 1em 1.5em;
    margin: 0 0 1.5em 0; }
    /* line 2, src/css/misc/_mixins.scss */
    .block.careers.filters:after {
      content: "";
      display: table;
      clear: both; }
    /* line 291, src/css/misc/_mixins.scss */
    .block.careers.filters legend {
      padding: 0 1em 0 0;
      text-transform: uppercase;
      color: #4D4D4D;
      display: block; }
      /* line 296, src/css/misc/_mixins.scss */
      [dir="rtl"] .block.careers.filters legend {
        padding: 0 0 0 1em; }
      @media only screen and (min-width: 1024px) {
        /* line 291, src/css/misc/_mixins.scss */
        .block.careers.filters legend {
          display: inline-block; } }
    /* line 303, src/css/misc/_mixins.scss */
    .block.careers.filters fieldset {
      margin: 0.5em 0;
      border: 0;
      padding: 0 0 1em;
      white-space: nowrap; }
      @media only screen and (min-width: 601px) {
        /* line 303, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset {
          padding: 0 1em 0 0;
          display: inline-block; }
          /* line 311, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.careers.filters fieldset {
            padding: 0 0 0 1em; } }
      /* line 315, src/css/misc/_mixins.scss */
      .block.careers.filters fieldset label {
        display: block;
        cursor: pointer; }
        @media only screen and (min-width: 1024px) {
          /* line 315, src/css/misc/_mixins.scss */
          .block.careers.filters fieldset label {
            padding-right: 0.5em;
            display: inline-block; }
            /* line 321, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.careers.filters fieldset label {
              padding-right: 0;
              padding-left: 0.5em; } }
      /* line 327, src/css/misc/_mixins.scss */
      .block.careers.filters fieldset .text {
        background: #fff;
        border: 1px solid;
        padding: 0.25em 0.5em;
        display: block;
        width: 100%;
        outline: none; }
        @media only screen and (min-width: 1024px) {
          /* line 327, src/css/misc/_mixins.scss */
          .block.careers.filters fieldset .text {
            width: auto; } }
        /* line 406, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset .text:hover {
          border-color: #FFCD00;
          background-color: #FFCD00;
          color: #4D4D4D; }
        /* line 411, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset .text:active, .block.careers.filters fieldset .text:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
        @media only screen and (min-width: 601px) {
          /* line 327, src/css/misc/_mixins.scss */
          .block.careers.filters fieldset .text {
            display: inline-block;
            min-width: 25em; } }
      /* line 334, src/css/misc/_mixins.scss */
      .block.careers.filters fieldset select {
        border: 1px solid;
        padding: 0.25em 0.5em;
        border-radius: 0.2em;
        cursor: pointer;
        border-color: #939598;
        width: 100%;
        line-height: 1.4;
        height: 2em;
        outline: none;
        background: #fff url(../img/icons/chevron_down_grey.png) right no-repeat;
        padding-right: 3em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        /* line 361, src/css/misc/_mixins.scss */
        .ie9 .block.careers.filters fieldset select {
          padding-right: 0.5em;
          background: #fff; }
        /* line 365, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.careers.filters fieldset select {
          padding-right: 0.5em;
          padding-left: 3em;
          background-position: 1em center; }
        /* line 370, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset select::-ms-expand {
          display: none; }
        @media only screen and (min-width: 601px) {
          /* line 334, src/css/misc/_mixins.scss */
          .block.careers.filters fieldset select {
            width: 9em; } }
        @media only screen and (min-width: 1024px) {
          /* line 334, src/css/misc/_mixins.scss */
          .block.careers.filters fieldset select {
            width: 15em; } }
        /* line 382, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset select:disabled {
          opacity: 0.5; }
        /* line 385, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset select:hover {
          border-color: #FFE678;
          color: #4D4D4D; }
        /* line 389, src/css/misc/_mixins.scss */
        .block.careers.filters fieldset select:active, .block.careers.filters fieldset select:focus {
          border-color: #FFCD00;
          background-color: #fff;
          color: #4D4D4D; }
    /* line 338, src/css/misc/_mixins.scss */
    .block.careers.filters .add {
      display: inline-block;
      padding-right: 1em; }
    /* line 342, src/css/misc/_mixins.scss */
    .block.careers.filters button {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff;
      margin: 0; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.careers.filters button:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 342, src/css/misc/_mixins.scss */
        .block.careers.filters button {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.careers.filters button:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.careers.filters button:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.careers.filters button:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
  /* line 1026, src/css/style.scss */
  .block.careers.results {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/careers/_results.scss */
    .block.careers.results > ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.careers.results > ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 8, src/css/blocks/careers/_results.scss */
      .block.careers.results > ul > li {
        padding: 1.5em; }
        /* line 10, src/css/blocks/careers/_results.scss */
        .block.careers.results > ul > li:nth-child(2n) {
          background: #f2fafd; }
        /* line 13, src/css/blocks/careers/_results.scss */
        .block.careers.results > ul > li p {
          margin: 0; }
  /* line 1030, src/css/style.scss */
  .block.search.searchbox {
    margin: 0 0 1.5em; }
    /* line 438, src/css/misc/_mixins.scss */
    .block.search.searchbox form fieldset {
      border: 0;
      margin: 0;
      padding: 0;
      position: relative; }
      /* line 443, src/css/misc/_mixins.scss */
      .block.search.searchbox form fieldset label {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #4D4D4D;
        cursor: text;
        padding: 0.45em 1.25em; }
        /* line 452, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.search.searchbox form fieldset label {
          left: auto;
          right: 0; }
      /* line 457, src/css/misc/_mixins.scss */
      .block.search.searchbox form fieldset input {
        width: 100%;
        padding: 0.25em 1.25em;
        margin: 0;
        line-height: 1;
        background: #fff;
        border: 1px solid #939598;
        border-radius: 100em;
        outline: none; }
      /* line 467, src/css/misc/_mixins.scss */
      .block.search.searchbox form fieldset button {
        position: absolute;
        top: 0;
        right: 0.5em;
        background: 0;
        padding: 0;
        margin: 0;
        border: 0;
        text-indent: -999em;
        z-index: 1;
        width: 1.8em;
        height: 1.8em; }
        /* line 479, src/css/misc/_mixins.scss */
        [dir="rtl"] .block.search.searchbox form fieldset button {
          right: auto;
          left: 0.5em; }
        /* line 483, src/css/misc/_mixins.scss */
        .block.search.searchbox form fieldset button:before {
          content: "";
          position: absolute;
          top: 20%;
          left: 20%;
          width: 60%;
          height: 60%;
          display: block; }
        /* line 53, src/css/misc/_icons.scss */
        .block.search.searchbox form fieldset button:before {
          background-position: center;
          background-repeat: no-repeat; }
    @media only screen and (min-width: 1024px) {
      /* line 1030, src/css/style.scss */
      .block.search.searchbox {
        margin: 0; } }
    /* line 8, src/css/blocks/search/_searchbox.scss */
    .block.search.searchbox form fieldset {
      margin: 0;
      border: 0;
      padding: 0;
      white-space: nowrap; }
      /* line 13, src/css/blocks/search/_searchbox.scss */
      .block.search.searchbox form fieldset .text {
        padding: 0.25em 3em 0.25em 1em;
        font-size: 1.25em; }
        /* line 16, src/css/blocks/search/_searchbox.scss */
        [dir="rtl"] .block.search.searchbox form fieldset .text {
          padding-right: 1em;
          padding-left: 3em; }
      /* line 21, src/css/blocks/search/_searchbox.scss */
      .block.search.searchbox form fieldset button {
        width: 2.5em;
        height: 2.3em;
        right: 1em; }
  /* line 1032, src/css/style.scss */
  .block.search.results {
    margin: 0.5em 0 0; }
    /* line 3, src/css/blocks/search/_results.scss */
    .block.search.results ul {
      list-style: none;
      margin: 0;
      padding: 1.5em 0 0 0;
      border-top: 1px solid #ccc; }
      /* line 9, src/css/blocks/search/_results.scss */
      .block.search.results ul li .result {
        padding-bottom: 1.5em;
        margin: 0 0 1.5em;
        border-bottom: 1px solid #ccc; }
        /* line 2, src/css/misc/_mixins.scss */
        .block.search.results ul li .result:after {
          content: "";
          display: table;
          clear: both; }
        @media only screen and (min-width: 601px) {
          /* line 9, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result {
            padding-bottom: 0.5em; } }
        @media only screen and (min-width: 601px) {
          /* line 20, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result.prod h3, .block.search.results ul li .result.other h3 {
            margin-left: 0; } }
        @media only screen and (min-width: 601px) {
          /* line 25, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result.prod h3.doc, .block.search.results ul li .result.other h3.doc {
            margin-left: 2em; } }
        /* line 34, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result .result-compare {
          width: 100%;
          margin: 0 0.2em;
          position: absolute;
          bottom: 0.5em; }
          @media only screen and (min-width: 601px) {
            /* line 34, src/css/blocks/search/_results.scss */
            .block.search.results ul li .result .result-compare {
              position: relative;
              width: auto;
              float: right; }
              /* line 44, src/css/blocks/search/_results.scss */
              [dir="rtl"] .block.search.results ul li .result .result-compare {
                float: left; } }
          /* line 48, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result .result-compare a {
            border: 1px solid #fff;
            padding: 0 0.5em 0 2em; }
          /* line 53, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result .result-compare ul {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            text-align: right;
            z-index: 10;
            width: 100%;
            padding: 0.5em; }
            @media only screen and (min-width: 601px) {
              /* line 53, src/css/blocks/search/_results.scss */
              .block.search.results ul li .result .result-compare ul {
                margin-top: 1.25em;
                border-top: 0; } }
            /* line 66, src/css/blocks/search/_results.scss */
            .block.search.results ul li .result .result-compare ul a {
              border: 0;
              padding: 0em;
              display: block;
              width: 100%;
              padding: 0.5em; }
              @media only screen and (min-width: 601px) {
                /* line 66, src/css/blocks/search/_results.scss */
                .block.search.results ul li .result .result-compare ul a {
                  padding: 0; } }
          @media only screen and (min-width: 601px) {
            /* line 79, src/css/blocks/search/_results.scss */
            .block.search.results ul li .result .result-compare.open a {
              border: 1px solid #ccc;
              border-bottom: 0; } }
          /* line 85, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result .result-compare.open ul {
            display: block; }
            /* line 88, src/css/blocks/search/_results.scss */
            .block.search.results ul li .result .result-compare.open ul a {
              border: 0; }
        /* line 95, src/css/blocks/search/_results.scss */
        .compare-full .block.search.results ul li .result .compare_toggle,
        .compare-full .block.search.results ul li .result .compare_add {
          opacity: 0.9; }
        /* line 100, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result .compare_toggle {
          width: 100%;
          font-size: 0.8em;
          padding-left: 2em;
          margin: 0; }
          @media only screen and (min-width: 601px) {
            /* line 100, src/css/blocks/search/_results.scss */
            .block.search.results ul li .result .compare_toggle {
              position: relative;
              width: auto;
              float: right; }
              /* line 109, src/css/blocks/search/_results.scss */
              [dir="rtl"] .block.search.results ul li .result .compare_toggle {
                float: left; } }
          /* line 114, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result .compare_toggle:before {
            content: "";
            width: 0.8em;
            height: 0.8em;
            position: absolute;
            top: 50%;
            left: 0.2em;
            background: no-repeat center;
            margin-top: -0.5em;
            background-image: url(../img/icons/cross.png);
            background-size: 100%; }
        /* line 128, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result h3 {
          word-wrap: break-word;
          margin: 0 0 .5em 2em; }
          /* line 131, src/css/blocks/search/_results.scss */
          [dir="rtl"] .block.search.results ul li .result h3 {
            margin: 0 2em .5em 0; }
          /* line 134, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result h3 .ico {
            width: 4em;
            height: 100%;
            float: left; }
            /* line 138, src/css/blocks/search/_results.scss */
            .block.search.results ul li .result h3 .ico:before {
              content: "";
              display: block;
              width: 3em;
              height: 3em; }
            /* line 53, src/css/misc/_icons.scss */
            .block.search.results ul li .result h3 .ico:before {
              background-position: center;
              background-repeat: no-repeat; }
          /* line 146, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result h3 span {
            text-transform: initial; }
        /* line 150, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result p {
          margin: 0 0 1.5em; }
        /* line 153, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result .published {
          float: left; }
        /* line 156, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result .language {
          float: right; }
        /* line 159, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result .type {
          font-size: 0.75em;
          color: #9e9e9e; }
        /* line 163, src/css/blocks/search/_results.scss */
        .block.search.results ul li .result .ico-pdf, .block.search.results ul li .result .ico-doc {
          position: absolute;
          top: 0;
          left: 0; }
          /* line 167, src/css/blocks/search/_results.scss */
          [dir="rtl"] .block.search.results ul li .result .ico-pdf, [dir="rtl"] .block.search.results ul li .result .ico-doc {
            left: auto;
            right: 0; }
          /* line 171, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result .ico-pdf:before, .block.search.results ul li .result .ico-doc:before {
            content: "";
            width: 1.5em;
            height: 1.5em;
            display: inline-block; }
          /* line 179, src/css/blocks/search/_results.scss */
          .block.search.results ul li .result .ico-pdf.locked:after, .block.search.results ul li .result .ico-doc.locked:after {
            content: "";
            border-radius: 50%;
            background: #EEE url("../img/icons/lock.svg") no-repeat center;
            background-size: 70%;
            width: 17px;
            height: 17px;
            display: block;
            margin-left: 1em;
            position: absolute;
            top: -10px;
            right: -4px; }
            /* line 192, src/css/blocks/search/_results.scss */
            [dir="rtl"] .block.search.results ul li .result .ico-pdf.locked:after, [dir="rtl"] .block.search.results ul li .result .ico-doc.locked:after {
              right: auto;
              left: 0; }
          /* line 53, src/css/misc/_icons.scss */
          .block.search.results ul li .result .ico-pdf:before, .block.search.results ul li .result .ico-doc:before {
            background-position: center;
            background-repeat: no-repeat; }
      /* line 207, src/css/blocks/search/_results.scss */
      .block.search.results ul li .visibility {
        margin-left: 1em; }
  /* line 1034, src/css/style.scss */
  .block.search.filters {
    margin: 0 0 1.5em; }
    /* line 3, src/css/blocks/search/_filters.scss */
    .block.search.filters.loading {
      pointer-events: none; }
      /* line 5, src/css/blocks/search/_filters.scss */
      .block.search.filters.loading form {
        opacity: 0.5; }
    /* line 9, src/css/blocks/search/_filters.scss */
    .block.search.filters form {
      background: #F6F6F6;
      padding: 0.5em 1em 0.75em; }
      /* line 12, src/css/blocks/search/_filters.scss */
      .block.search.filters form h3 {
        margin: 0.5em 0 0.75em 0; }
      /* line 15, src/css/blocks/search/_filters.scss */
      .block.search.filters form fieldset {
        margin: 0 0 0.5em;
        border: 0;
        padding: 0; }
        /* line 499, src/css/misc/_mixins.scss */
        .block.search.filters form fieldset input {
          position: absolute;
          left: -999em; }
          /* line 502, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.search.filters form fieldset input {
            left: auto;
            right: -999em; }
          /* line 507, src/css/misc/_mixins.scss */
          .block.search.filters form fieldset input:checked + label:before {
            background: #009FDF; }
          /* line 510, src/css/misc/_mixins.scss */
          .block.search.filters form fieldset input:checked + label:after {
            content: "";
            width: 18px;
            height: 18px;
            border: 1px solid #009FDF;
            background: url(../img/check.png) center no-repeat;
            position: absolute;
            left: 0;
            top: 0; }
            /* line 519, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.search.filters form fieldset input:checked + label:after {
              left: auto;
              right: 0; }
        /* line 526, src/css/misc/_mixins.scss */
        .block.search.filters form fieldset label {
          color: #4D4D4D;
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          display: block;
          font-size: 0.9375em; }
          /* line 533, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.search.filters form fieldset label {
            padding-left: 0;
            padding-right: 28px; }
          /* line 537, src/css/misc/_mixins.scss */
          .block.search.filters form fieldset label:before {
            content: "";
            width: 18px;
            height: 18px;
            background: #fff;
            border: 1px solid #4D4D4D;
            position: absolute;
            left: 0;
            top: 0; }
            /* line 546, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.search.filters form fieldset label:before {
              left: auto;
              right: 0; }
          /* line 552, src/css/misc/_mixins.scss */
          .block.search.filters form fieldset label:hover:before {
            background: #EEEEEE; }
  /* line 1036, src/css/style.scss */
  .block.search.product_filters {
    min-height: 10em; }
    /* line 4, src/css/blocks/search/_product_filters.scss */
    .block.search.product_filters.loading {
      pointer-events: none; }
      /* line 6, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters.loading form {
        opacity: 0.5; }
    /* line 10, src/css/blocks/search/_product_filters.scss */
    .block.search.product_filters .cta {
      text-transform: uppercase;
      padding: 0.35em 2em;
      text-align: center;
      text-decoration: none;
      display: block;
      border: 0;
      line-height: 1;
      width: 100%;
      margin: 0 0 1.5em;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background: #009FDF;
      border: 1px solid #009FDF;
      color: #fff; }
      /* line 39, src/css/misc/_mixins.scss */
      .block.search.product_filters .cta:hover {
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        /* line 10, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters .cta {
          width: auto;
          display: inline-block; } }
      /* line 46, src/css/misc/_mixins.scss */
      .block.search.product_filters .cta:disabled {
        opacity: 0.5;
        pointer-events: none; }
      /* line 72, src/css/misc/_mixins.scss */
      .block.search.product_filters .cta:hover {
        border-color: #46B4E6;
        background: #46B4E6;
        color: #fff; }
      /* line 77, src/css/misc/_mixins.scss */
      .block.search.product_filters .cta:active {
        border-color: #008CC8;
        background: #008CC8;
        color: #fff; }
      @media only screen and (min-width: 601px) {
        /* line 10, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters .cta {
          display: none; } }
    /* line 16, src/css/blocks/search/_product_filters.scss */
    .block.search.product_filters .close {
      display: none;
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      padding-right: 1.5em;
      z-index: 102; }
      /* line 23, src/css/blocks/search/_product_filters.scss */
      .filters-open .block.search.product_filters .close {
        display: block; }
      /* line 27, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters .close .ico-close:before {
        content: "";
        position: absolute;
        width: 1em;
        height: 1em;
        top: 50%;
        right: 0;
        margin-top: -0.5em;
        background-color: #fff; }
      /* line 53, src/css/misc/_icons.scss */
      .block.search.product_filters .close .ico-close:before {
        background-position: center;
        background-repeat: no-repeat; }
    /* line 40, src/css/blocks/search/_product_filters.scss */
    .block.search.product_filters form {
      display: none; }
      @media only screen and (max-width: 600px) {
        /* line 40, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form {
          background: #fff;
          position: fixed;
          z-index: 101;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: auto;
          padding: 2.5em 0.25em 0.25em; }
          /* line 52, src/css/blocks/search/_product_filters.scss */
          .filters-open .block.search.product_filters form {
            display: block; } }
      @media only screen and (min-width: 601px) {
        /* line 40, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form {
          display: block; } }
      /* line 59, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form h3 {
        margin: 0.5em 0 0.75em 0; }
      /* line 66, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form .primary > li > a, .block.search.product_filters form .secondary > li > a {
        display: block;
        padding: 0.5em 1em;
        position: relative; }
        /* line 70, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li > a:after, .block.search.product_filters form .secondary > li > a:after {
          background: url(../img/icons/chevron_down.png) center no-repeat;
          content: "";
          width: 2.5em;
          height: 1.5em;
          position: absolute;
          top: 50%;
          right: 0em;
          margin-top: -0.75em; }
          /* line 79, src/css/blocks/search/_product_filters.scss */
          [dir="rtl"] .block.search.product_filters form .primary > li > a:after, [dir="rtl"] .block.search.product_filters form .secondary > li > a:after {
            right: auto;
            left: 0.5em; }
      /* line 87, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form .primary {
        padding: 0;
        list-style: none;
        margin: 0;
        background: #fff;
        border: 1px solid #fff; }
        /* line 94, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li > a {
          text-transform: uppercase;
          background: #F6F6F6;
          font-size: 0.9375em; }
        /* line 99, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li > .secondary {
          display: none; }
        /* line 102, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li > .tertiary {
          display: none; }
        /* line 107, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li.open > a:after, .block.search.product_filters form .primary > li.forced > a:after {
          background: url(../img/icons/chevron_up.png) center no-repeat; }
        /* line 111, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li.open > .secondary, .block.search.product_filters form .primary > li.forced > .secondary {
          display: block;
          border: 1px solid #e4e4e4; }
        /* line 115, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .primary > li.open > .tertiary, .block.search.product_filters form .primary > li.forced > .tertiary {
          display: block;
          border: 1px solid #e4e4e4;
          max-height: 10em; }
      /* line 123, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form .secondary {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        overflow: hidden; }
        /* line 130, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .secondary > li > a {
          font-size: 0.9375em;
          border-top: 1px solid #e4e4e4;
          padding: 0.5em 1em;
          text-transform: uppercase; }
        /* line 137, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .secondary > li:first-child > a {
          border-top: 0; }
        /* line 141, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .secondary > li > .tertiary {
          display: none; }
        /* line 146, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .secondary > li.open > a:after, .block.search.product_filters form .secondary > li.forced > a:after {
          background: url(../img/icons/chevron_up.png) center no-repeat; }
        /* line 150, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .secondary > li.open > .tertiary, .block.search.product_filters form .secondary > li.forced > .tertiary {
          display: block;
          border-top: 1px solid #e4e4e4;
          max-height: 10em; }
      /* line 158, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form .tertiary {
        padding: 1em 0 0em;
        list-style: none;
        overflow: auto;
        position: relative; }
        /* line 163, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .tertiary > li {
          padding: 0 1em 0.5em; }
          /* line 166, src/css/blocks/search/_product_filters.scss */
          .block.search.product_filters form .tertiary > li:first-child h4 {
            margin-top: 0; }
          /* line 170, src/css/blocks/search/_product_filters.scss */
          .block.search.product_filters form .tertiary > li.active {
            padding-bottom: 0; }
            /* line 172, src/css/blocks/search/_product_filters.scss */
            .block.search.product_filters form .tertiary > li.active h4 {
              margin-bottom: 0.5em; }
      /* line 178, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form h4 {
        margin: 1em 0;
        font-size: 0.9375em; }
      /* line 182, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form fieldset {
        margin: 0 0 0.5em;
        border: 0;
        padding: 0; }
        /* line 499, src/css/misc/_mixins.scss */
        .block.search.product_filters form fieldset input {
          position: absolute;
          left: -999em; }
          /* line 502, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.search.product_filters form fieldset input {
            left: auto;
            right: -999em; }
          /* line 507, src/css/misc/_mixins.scss */
          .block.search.product_filters form fieldset input:checked + label:before {
            background: #009FDF; }
          /* line 510, src/css/misc/_mixins.scss */
          .block.search.product_filters form fieldset input:checked + label:after {
            content: "";
            width: 18px;
            height: 18px;
            border: 1px solid #009FDF;
            background: url(../img/check.png) center no-repeat;
            position: absolute;
            left: 0;
            top: 0; }
            /* line 519, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.search.product_filters form fieldset input:checked + label:after {
              left: auto;
              right: 0; }
        /* line 526, src/css/misc/_mixins.scss */
        .block.search.product_filters form fieldset label {
          color: #4D4D4D;
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          display: block;
          font-size: 0.9375em; }
          /* line 533, src/css/misc/_mixins.scss */
          [dir="rtl"] .block.search.product_filters form fieldset label {
            padding-left: 0;
            padding-right: 28px; }
          /* line 537, src/css/misc/_mixins.scss */
          .block.search.product_filters form fieldset label:before {
            content: "";
            width: 18px;
            height: 18px;
            background: #fff;
            border: 1px solid #4D4D4D;
            position: absolute;
            left: 0;
            top: 0; }
            /* line 546, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.search.product_filters form fieldset label:before {
              left: auto;
              right: 0; }
          /* line 552, src/css/misc/_mixins.scss */
          .block.search.product_filters form fieldset label:hover:before {
            background: #EEEEEE; }
        /* line 187, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form fieldset label, .block.search.product_filters form fieldset span {
          font-size: 0.75em;
          text-transform: uppercase; }
        /* line 191, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form fieldset .ico-close {
          position: relative;
          padding-left: 1.25em; }
          /* line 194, src/css/blocks/search/_product_filters.scss */
          .block.search.product_filters form fieldset .ico-close:before {
            content: "";
            position: absolute;
            width: 0.7em;
            height: 0.7em;
            top: 50%;
            margin-top: -0.25em;
            left: 0;
            background-color: #fff; }
          /* line 53, src/css/misc/_icons.scss */
          .block.search.product_filters form fieldset .ico-close:before {
            background-position: center;
            background-repeat: no-repeat; }
      /* line 207, src/css/blocks/search/_product_filters.scss */
      .block.search.product_filters form .check-all-wrapper {
        margin: 0 0 0.5em;
        border: 0;
        padding: 0;
        position: relative; }
        /* line 212, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .check-all-wrapper .check-all {
          position: absolute;
          width: 19px;
          height: 19px;
          z-index: 2;
          opacity: 0; }
        /* line 219, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .check-all-wrapper .check-all:checked + .check-all-label:before {
          background: #009FDF; }
        /* line 222, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .check-all-wrapper .check-all:checked + .check-all-label:after {
          content: "";
          width: 18px;
          height: 18px;
          border: 1px solid #009FDF;
          background: url(../img/check.png) center no-repeat;
          position: absolute;
          left: 0;
          top: 0; }
        /* line 232, src/css/blocks/search/_product_filters.scss */
        .block.search.product_filters form .check-all-wrapper .check-all-label {
          color: #4D4D4D;
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          display: block;
          font-size: 0.75em;
          text-transform: uppercase; }
          /* line 241, src/css/blocks/search/_product_filters.scss */
          .block.search.product_filters form .check-all-wrapper .check-all-label:before {
            content: "";
            width: 18px;
            height: 18px;
            background: #fff;
            border: 1px solid #4D4D4D;
            position: absolute;
            left: 0;
            top: 0; }
  /* line 1038, src/css/style.scss */
  .block.search.tabs {
    margin: 0 0 1.5em 0; }
    /* line 187, src/css/misc/_mixins.scss */
    .block.search.tabs ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #ccc; }
      /* line 2, src/css/misc/_mixins.scss */
      .block.search.tabs ul:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 601px) {
        /* line 187, src/css/misc/_mixins.scss */
        .block.search.tabs ul {
          vertical-align: middle; } }
      /* line 196, src/css/misc/_mixins.scss */
      .block.search.tabs ul li {
        font-size: 1.125em;
        border-bottom: 1px solid #ccc;
        margin: 0 0 -1px; }
        @media only screen and (max-width: 600px) {
          /* line 201, src/css/misc/_mixins.scss */
          .block.search.tabs ul li:last-child {
            border-bottom: 0; } }
        @media only screen and (min-width: 601px) {
          /* line 196, src/css/misc/_mixins.scss */
          .block.search.tabs ul li {
            border: 1px solid transparent;
            border-bottom-color: #ccc;
            float: left; }
            /* line 209, src/css/misc/_mixins.scss */
            [dir="rtl"] .block.search.tabs ul li {
              float: right; } }
        /* line 213, src/css/misc/_mixins.scss */
        .block.search.tabs ul li a, .block.search.tabs ul li span {
          padding: 0.25em;
          display: block; }
          @media only screen and (min-width: 601px) {
            /* line 213, src/css/misc/_mixins.scss */
            .block.search.tabs ul li a, .block.search.tabs ul li span {
              padding: 0.25em 1em; } }
          /* line 219, src/css/misc/_mixins.scss */
          .block.search.tabs ul li a:hover, .block.search.tabs ul li span:hover {
            text-decoration: none; }
        @media only screen and (min-width: 601px) {
          /* line 223, src/css/misc/_mixins.scss */
          .block.search.tabs ul li.active {
            border: 1px solid #ccc;
            border-bottom-color: #fff;
            background: #fff; } }
        /* line 229, src/css/misc/_mixins.scss */
        .block.search.tabs ul li.active a {
          color: #4D4D4D; }
          /* line 231, src/css/misc/_mixins.scss */
          .block.search.tabs ul li.active a:hover {
            text-decoration: none; }
    /* line 4, src/css/blocks/search/_tabs.scss */
    .block.search.tabs ul {
      border-bottom: 1px solid #009FDF;
      padding-left: 0.5em; }
      /* line 7, src/css/blocks/search/_tabs.scss */
      .block.search.tabs ul li {
        border-bottom: 1px solid #009FDF;
        margin-right: 0.5em; }
        @media only screen and (min-width: 601px) {
          /* line 7, src/css/blocks/search/_tabs.scss */
          .block.search.tabs ul li {
            border: 1px solid #009FDF;
            border-bottom-color: #009FDF; } }
        @media only screen and (min-width: 601px) {
          /* line 14, src/css/blocks/search/_tabs.scss */
          .block.search.tabs ul li.active {
            border: 1px solid #009FDF;
            border-bottom-color: #fff;
            background: #fff; } }

/* line 1, src/css/blocks/campaign-hub/_alert.scss */
.remodal-box {
  width: 100%;
  max-width: 480px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 4px 1px #eee;
          box-shadow: 0 0 4px 1px #eee;
  margin: 0 auto; }
  /* line 8, src/css/blocks/campaign-hub/_alert.scss */
  .remodal-box .cta-cancel {
    background: none;
    border: none;
    color: #009FDF; }
    /* line 12, src/css/blocks/campaign-hub/_alert.scss */
    .remodal-box .cta-cancel:hover {
      text-decoration: underline; }

/* line 1, src/css/blocks/_registration.scss */
.registration-popup {
  background: transparent; }
  /* line 3, src/css/blocks/_registration.scss */
  .registration-popup #site.popup {
    background: transparent; }

/* line 7, src/css/blocks/_registration.scss */
.remodal.login_popup, .remodal.reset_popup, .remodal.delete_popup {
  max-width: 350px;
  height: 380px;
  padding-top: 0;
  background: transparent; }
  /* line 13, src/css/blocks/_registration.scss */
  .remodal.login_popup .login-inner, .remodal.login_popup .reset-inner, .remodal.reset_popup .login-inner, .remodal.reset_popup .reset-inner, .remodal.delete_popup .login-inner, .remodal.delete_popup .reset-inner {
    height: 100%; }
  /* line 18, src/css/blocks/_registration.scss */
  .remodal.login_popup iframe, .remodal.reset_popup iframe, .remodal.delete_popup iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent; }
    /* line 23, src/css/blocks/_registration.scss */
    .remodal.login_popup iframe body, .remodal.reset_popup iframe body, .remodal.delete_popup iframe body {
      background: transparent; }

@media only screen and (min-width: 1024px) {
  /* line 29, src/css/blocks/_registration.scss */
  .registration-why-register {
    margin-top: 4em; } }

/* line 36, src/css/blocks/_registration.scss */
.block.registration.form .group h3 {
  background-color: #8F8F8F; }

/* line 41, src/css/blocks/_registration.scss */
.block.registration.form #do_registration_reset {
  padding: 0;
  float: right; }

/* line 47, src/css/blocks/_registration.scss */
.block.contact.form .hide {
  display: none; }

/* line 52, src/css/blocks/_registration.scss */
.block.contact.form.registration form .default {
  display: block; }

/* line 56, src/css/blocks/_registration.scss */
.block.contact.form.registration form .thanks, .block.contact.form.registration form .pending {
  display: none; }

/* line 61, src/css/blocks/_registration.scss */
.block.contact.form.registration form.pending .default, .block.contact.form.registration form.pending .thanks {
  display: none; }

/* line 65, src/css/blocks/_registration.scss */
.block.contact.form.registration form.pending .pending {
  display: block; }

/* line 71, src/css/blocks/_registration.scss */
.block.contact.form.registration form.thanks .default, .block.contact.form.registration form.thanks .pending {
  display: none; }

/* line 75, src/css/blocks/_registration.scss */
.block.contact.form.registration form.thanks .thanks {
  display: block; }

/* line 81, src/css/blocks/_registration.scss */
.block.contact.form.registration form .newsletter_update p {
  margin: 0; }

/* line 86, src/css/blocks/_registration.scss */
.block.contact.form.registration form .newsletter_selection {
  border-top: 1px solid #333;
  margin-top: 1em;
  display: none; }
  /* line 90, src/css/blocks/_registration.scss */
  .block.contact.form.registration form .newsletter_selection.open {
    display: block; }

/* line 95, src/css/blocks/_registration.scss */
.block.contact.form.registration .group {
  padding: 0; }
  /* line 97, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group button {
    display: none; }
  /* line 100, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group .spinner {
    display: block;
    margin: 3em auto; }
  /* line 105, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group #login_messages {
    padding: 0; }
    /* line 107, src/css/blocks/_registration.scss */
    .block.contact.form.registration .group #login_messages .error {
      padding: 1em 1em 0 1em;
      margin: 0; }
  /* line 112, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group #reset_messages {
    padding: 0 1em; }
    /* line 114, src/css/blocks/_registration.scss */
    .block.contact.form.registration .group #reset_messages .error {
      padding: 0;
      padding-top: 1em;
      margin: 0; }
  /* line 122, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group.email-form button, .block.contact.form.registration .group.password-form button {
    display: none; }
  /* line 126, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group.email-form.no-update button, .block.contact.form.registration .group.password-form.no-update button {
    width: 100%;
    float: none;
    display: block;
    display: block; }
    @media only screen and (min-width: 601px) {
      /* line 126, src/css/blocks/_registration.scss */
      .block.contact.form.registration .group.email-form.no-update button, .block.contact.form.registration .group.password-form.no-update button {
        float: right;
        width: 30%; }
        /* line 133, src/css/blocks/_registration.scss */
        [dir="rtl"] .block.contact.form.registration .group.email-form.no-update button, [dir="rtl"] .block.contact.form.registration .group.password-form.no-update button {
          float: left; } }
    /* line 139, src/css/blocks/_registration.scss */
    .block.contact.form.registration .group.email-form.no-update button.full, .block.contact.form.registration .group.password-form.no-update button.full {
      width: 100%; }
  /* line 143, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group.email-form.no-update p, .block.contact.form.registration .group.password-form.no-update p {
    float: left;
    width: 65%; }
    /* line 146, src/css/blocks/_registration.scss */
    [dir="rtl"] .block.contact.form.registration .group.email-form.no-update p, [dir="rtl"] .block.contact.form.registration .group.password-form.no-update p {
      float: right; }
  /* line 150, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group.email-form.no-update .update, .block.contact.form.registration .group.password-form.no-update .update {
    display: none; }
  /* line 157, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group.email-form button {
    width: 100%;
    float: none;
    display: block; }
    @media only screen and (min-width: 601px) {
      /* line 157, src/css/blocks/_registration.scss */
      .block.contact.form.registration .group.email-form button {
        float: right;
        width: 30%; }
        /* line 164, src/css/blocks/_registration.scss */
        [dir="rtl"] .block.contact.form.registration .group.email-form button {
          float: left; } }
  /* line 169, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group.email-form .table {
    display: table;
    width: 100%; }
    /* line 172, src/css/blocks/_registration.scss */
    .block.contact.form.registration .group.email-form .table .tcell {
      display: table-cell;
      text-align: center;
      width: 50%; }
      /* line 176, src/css/blocks/_registration.scss */
      .block.contact.form.registration .group.email-form .table .tcell button {
        float: none;
        width: 90%;
        height: 100%; }
        @media only screen and (min-width: 601px) {
          /* line 176, src/css/blocks/_registration.scss */
          .block.contact.form.registration .group.email-form .table .tcell button {
            width: 55%; } }
        /* line 183, src/css/blocks/_registration.scss */
        [dir="rtl"] .block.contact.form.registration .group.email-form .table .tcell button {
          float: none; }
  /* line 191, src/css/blocks/_registration.scss */
  .block.contact.form.registration .group button {
    display: inline-block;
    width: auto;
    margin: 1em auto; }
    /* line 196, src/css/blocks/_registration.scss */
    .block.contact.form.registration .group button#do_registration_login {
      margin: 0; }

/* line 202, src/css/blocks/_registration.scss */
.block.contact.form.registration .actions {
  margin-top: 2em; }
  /* line 205, src/css/blocks/_registration.scss */
  .block.contact.form.registration .actions.delete-actions button {
    display: block;
    text-transform: initial;
    float: none;
    margin: 0 auto; }
    /* line 210, src/css/blocks/_registration.scss */
    .block.contact.form.registration .actions.delete-actions button span {
      font-weight: bold;
      text-transform: uppercase; }

/* line 217, src/css/blocks/_registration.scss */
.block.contact.form.registration button {
  float: left;
  margin: 0; }
  /* line 221, src/css/blocks/_registration.scss */
  [dir="rtl"] .block.contact.form.registration button {
    float: right; }
  /* line 225, src/css/blocks/_registration.scss */
  .block.contact.form.registration button#registration-delete-account {
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
    /* line 227, src/css/blocks/_registration.scss */
    [dir="rtl"] .block.contact.form.registration button#registration-delete-account {
      float: left; }
  /* line 234, src/css/blocks/_registration.scss */
  .block.contact.form.registration button#registration_delete_cancel {
    margin-bottom: 1em;
    margin-top: 0; }

/* line 239, src/css/blocks/_registration.scss */
.block.contact.form.registration button.link {
  display: inline-block;
  background: transparent;
  color: inherit;
  border: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: none; }
  /* line 248, src/css/blocks/_registration.scss */
  .block.contact.form.registration button.link:hover {
    text-decoration: underline; }

/* line 255, src/css/blocks/_registration.scss */
.block.contact.form #registration_delete_confirm {
  margin-top: 1em; }

/* line 261, src/css/blocks/_registration.scss */
.popup {
  padding: 0;
  background: transparent; }
  /* line 265, src/css/blocks/_registration.scss */
  .popup .block.contact.form.registration {
    background-color: #F6F6F6; }
    /* line 266, src/css/blocks/_registration.scss */
    .popup .block.contact.form.registration h3 {
      margin-bottom: 0; }
    /* line 270, src/css/blocks/_registration.scss */
    .popup .block.contact.form.registration fieldset {
      padding: 1em;
      margin-top: 0; }
      /* line 275, src/css/blocks/_registration.scss */
      .popup .block.contact.form.registration fieldset.delete-actions .group button {
        width: 75%;
        padding: 0.5em; }

/* line 3, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal form {
  border: 1px solid #eee;
  background: #f6f6f6;
  padding: 1em; }
  /* line 7, src/css/blocks/_newsletter-popup.scss */
  #newsletter_remodal form .cta {
    text-transform: uppercase;
    padding: 0.35em 2em;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    line-height: 1;
    width: 100%;
    margin: 0 0 1.5em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin-bottom: 0; }
    /* line 39, src/css/misc/_mixins.scss */
    #newsletter_remodal form .cta:hover {
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      /* line 7, src/css/blocks/_newsletter-popup.scss */
      #newsletter_remodal form .cta {
        width: auto;
        display: inline-block; } }
    /* line 46, src/css/misc/_mixins.scss */
    #newsletter_remodal form .cta:disabled {
      opacity: 0.5;
      pointer-events: none; }

/* line 13, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal .newsletter_selection {
  display: block; }

/* line 17, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal .newsletter_selection_thanks,
#newsletter_remodal .newsletter_selection_error {
  display: none; }

/* line 23, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal.thanks .newsletter_selection,
#newsletter_remodal.thanks .newsletter_selection_error {
  display: none; }

/* line 28, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal.thanks .newsletter_selection_thanks {
  display: block; }

/* line 34, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal.error .newsletter_selection,
#newsletter_remodal.error .newsletter_selection_thanks {
  display: none; }

/* line 39, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal.error .newsletter_selection_error {
  display: block; }

/* line 46, src/css/blocks/_newsletter-popup.scss */
#newsletter_remodal.loading .newsletter_selection,
#newsletter_remodal.loading .newsletter_selection_thanks,
#newsletter_remodal.loading .newsletter_selection_error {
  background: url("../img/spinner2.gif") no-repeat center; }
  /* line 51, src/css/blocks/_newsletter-popup.scss */
  #newsletter_remodal.loading .newsletter_selection *,
  #newsletter_remodal.loading .newsletter_selection_thanks *,
  #newsletter_remodal.loading .newsletter_selection_error * {
    visibility: hidden !important; }

/* line 1051, src/css/style.scss */
#sustainability-homepage {
  /* mixin for multiline - http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
  padding-top: 0;
  width: 100%;
  overflow: hidden; }
  /* line 12, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .bg {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 375px) and (max-height: 500px) {
      /* line 12, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .bg {
        width: 100%;
        height: auto; } }
  /* line 26, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .page-component {
    padding: 0; }
  /* line 29, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .scaler {
    width: 100%;
    min-height: 830px; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 29, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .scaler {
        position: relative;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
    @media only screen and (min-width: 1024px) {
      /* line 29, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .scaler {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); } }
    @media only screen and (min-width: 1200px) {
      /* line 29, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .scaler {
        -webkit-transform: scale(1);
                transform: scale(1); } }
  /* line 49, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-home-header .scaler {
    min-height: 100vh; }
  /* line 54, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-chairmans-welcome, #sustainability-homepage #sust-vicechairmans-welcome {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 601px) {
      /* line 54, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-chairmans-welcome, #sustainability-homepage #sust-vicechairmans-welcome {
        margin-bottom: 0; } }
    /* line 61, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-chairmans-welcome .scaler, #sustainability-homepage #sust-vicechairmans-welcome .scaler {
      padding: 0 1.5rem;
      min-height: 0; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 61, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-chairmans-welcome .scaler, #sustainability-homepage #sust-vicechairmans-welcome .scaler {
          min-height: 370px; } }
      @media only screen and (min-width: 1024px) {
        /* line 61, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-chairmans-welcome .scaler, #sustainability-homepage #sust-vicechairmans-welcome .scaler {
          min-height: 490px; } }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 75, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-vicechairmans-welcome {
      margin-top: 2em;
      margin-bottom: 4em; } }
  /* line 83, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-about-sabic .scaler {
    min-height: auto; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 83, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-about-sabic .scaler {
        min-height: 175px; } }
    @media only screen and (min-width: 1024px) {
      /* line 83, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-about-sabic .scaler {
        min-height: 450px; } }
    @media only screen and (min-width: 601px) {
      /* line 94, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-about-sabic .scaler .intro {
        margin: 0; } }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 102, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-this-is-sabic-1 {
      padding-top: 0; } }
  /* line 106, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-1 .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 106, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-this-is-sabic-1 .scaler {
        min-height: 445px; } }
    /* line 113, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-this-is-sabic-1 .scaler .inner {
      height: auto; }
  /* line 120, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-2 .scaler, #sustainability-homepage #sust-this-is-sabic-4 .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 120, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-this-is-sabic-2 .scaler, #sustainability-homepage #sust-this-is-sabic-4 .scaler {
        min-height: 315px; } }
    /* line 127, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-this-is-sabic-2 .scaler .inner, #sustainability-homepage #sust-this-is-sabic-4 .scaler .inner {
      height: auto; }
  @media only screen and (min-width: 601px) {
    /* line 133, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-this-is-sabic-3 {
      margin-bottom: 2em; } }
  /* line 138, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-3 .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 138, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-this-is-sabic-3 .scaler {
        min-height: 420px; } }
    /* line 145, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-this-is-sabic-3 .scaler .inner {
      height: auto; }
  /* line 151, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-4 {
    padding-bottom: 3em; }
    @media only screen and (min-width: 601px) {
      /* line 151, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-this-is-sabic-4 {
        padding-bottom: 4em; } }
  @media only screen and (min-width: 601px) {
    /* line 159, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-year-on-year-growth {
      padding-top: 2em; } }
  /* line 164, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-year-on-year-growth .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 164, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-year-on-year-growth .scaler {
        min-height: 400px; } }
  @media only screen and (min-width: 1024px) {
    /* line 173, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-our-core-markets {
      padding-top: 2em;
      padding-bottom: 3em; } }
  @media only screen and (min-width: 601px) {
    /* line 179, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-our-core-markets .scaler {
      min-height: 500px; } }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 184, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-our-core-markets .scaler .inner {
      width: 865px;
      margin: 0 auto; } }
  @media only screen and (min-width: 601px) {
    /* line 193, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-materiality {
      padding-top: 2em;
      padding-bottom: 2em; } }
  /* line 198, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-materiality .scaler {
    min-height: 0; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 198, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-materiality .scaler {
        min-height: 205px; } }
    @media only screen and (min-width: 1024px) {
      /* line 198, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-materiality .scaler {
        min-height: 550px; } }
  @media only screen and (min-width: 601px) {
    /* line 212, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-materiality-issues, #sustainability-homepage #sust-value-chain {
      padding-top: 2em; } }
  @media only screen and (min-width: 601px) {
    /* line 217, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-materiality-issues .scaler, #sustainability-homepage #sust-value-chain .scaler {
      min-height: 380px; } }
  @media only screen and (min-width: 601px) {
    /* line 224, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-value-chain {
      padding-bottom: 3em; } }
  /* line 231, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-downloads .scaler {
    min-height: 470px; }
  /* line 237, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-2 .scaler h2, #sustainability-homepage #sust-this-is-sabic-3 .scaler h2, #sustainability-homepage #sust-this-is-sabic-4 .scaler h2, #sustainability-homepage #sust-materiality .scaler h2 {
    display: none; }
  /* line 242, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage.loaded .inner {
    opacity: 1; }
  /* line 246, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .fullpage, #sustainability-homepage .fixedpage {
    background: #fff;
    z-index: 1;
    position: relative;
    /*margin-bottom: 2rem;*/
    padding: 1.5rem; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 246, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .fullpage, #sustainability-homepage .fixedpage {
        margin-bottom: 0; } }
    /* line 258, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .fullpage.visited .background, #sustainability-homepage .fixedpage.visited .background {
      max-height: 100%; }
    /* line 263, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .fullpage.scroll, #sustainability-homepage .fixedpage.scroll {
      /*padding-top: 100px;*/
      padding-top: 70px; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 266, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .fullpage.scroll .inner, #sustainability-homepage .fixedpage.scroll .inner {
          position: static;
          -webkit-transform: none;
                  transform: none;
          left: auto;
          top: auto;
          margin: 0 auto; } }
      /* line 277, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .fullpage.scroll.visited .anim1, #sustainability-homepage .fullpage.scroll.visited .anim2, #sustainability-homepage .fullpage.scroll.visited .anim3, #sustainability-homepage .fullpage.scroll.visited .anim4, #sustainability-homepage .fixedpage.scroll.visited .anim1, #sustainability-homepage .fixedpage.scroll.visited .anim2, #sustainability-homepage .fixedpage.scroll.visited .anim3, #sustainability-homepage .fixedpage.scroll.visited .anim4 {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
        opacity: 1; }
  /* line 285, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage.flipbook {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    padding-bottom: 0; }
    /* line 289, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage.flipbook.scrolling {
      opacity: 0.6 !important; }
      /* line 291, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage.flipbook.scrolling .homepage-fixed-overlay {
        display: none; }
  /* line 299, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .flipbook-container {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-bottom: 30px; }
  /* line 306, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 306, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .background {
        max-height: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: max-height 0.3s;
        transition: max-height 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; } }
    /* line 324, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .background.blue {
      background: #009FDF; }
  /* line 329, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .inner {
    text-align: center; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 329, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; } }
  /* line 345, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-our-core-markets .inner .wrap-container {
    width: 100%;
    margin: 0 auto; }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 356, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-materiality-issues .inner, #sustainability-homepage #sust-value-chain .inner {
      width: 980px; } }
  /* line 361, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-materiality-issues .inner .wrap-container, #sustainability-homepage #sust-value-chain .inner .wrap-container {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 361, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-materiality-issues .inner .wrap-container, #sustainability-homepage #sust-value-chain .inner .wrap-container {
        /*width: 73%;*/ } }
    @media only screen and (min-width: 1024px) {
      /* line 361, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-materiality-issues .inner .wrap-container, #sustainability-homepage #sust-value-chain .inner .wrap-container {
        width: 86%;
        max-width: 850px; } }
  /* line 377, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .homepage-fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }
    /* line 386, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .homepage-fixed-overlay.show {
      display: block; }
    /* line 390, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .homepage-fixed-overlay .fixedpage, #sustainability-homepage .homepage-fixed-overlay .infographic {
      background: transparent; }
      /* line 394, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .homepage-fixed-overlay .fixedpage.is-fixed h2, #sustainability-homepage .homepage-fixed-overlay .fixedpage.is-fixed img, #sustainability-homepage .homepage-fixed-overlay .fixedpage.is-fixed .lottie-icon, #sustainability-homepage .homepage-fixed-overlay .infographic.is-fixed h2, #sustainability-homepage .homepage-fixed-overlay .infographic.is-fixed img, #sustainability-homepage .homepage-fixed-overlay .infographic.is-fixed .lottie-icon {
        visibility: visible; }
    /* line 400, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .homepage-fixed-overlay .hidewhenfixed {
      visibility: hidden; }
  /* line 407, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-home-header {
    background-color: transparent;
    background-size: cover;
    min-height: 100%;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%; }
    /* line 416, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-home-header:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 70%;
      background: url("../img/flowlines/flowline-sustainability-homepage.png") no-repeat;
      background-size: contain;
      background-position: right bottom; }
    /* line 428, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-home-header .inner {
      position: absolute;
      bottom: 10%; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 428, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-home-header .inner {
          height: auto;
          left: 80%;
          bottom: 1em; } }
      @media only screen and (min-width: 1024px) {
        /* line 428, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-home-header .inner {
          left: 64%; } }
    /* line 441, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-home-header #report-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left;
      width: 80%;
      padding: 0.5em 1em; }
      /* line 448, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-home-header #report-title.light-mask {
        background: rgba(255, 255, 255, 0.34);
        box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.46);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.46);
        -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.46); }
        /* line 454, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-home-header #report-title.light-mask h1, #sustainability-homepage #sust-home-header #report-title.light-mask h2 {
          -webkit-text-shadow: 0px 0px 30px #f6f6f6;
          -moz-text-shadow: 0px 0px 30px #f6f6f6;
          text-shadow: 0px 0px 30px #f6f6f6; }
      /* line 461, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-home-header #report-title.strong-mask {
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 0px 10px 0px white;
        -webkit-box-shadow: 0px 0px 10px 0px white;
        -moz-box-shadow: 0px 0px 10px 0px white; }
        /* line 467, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-home-header #report-title.strong-mask h1, #sustainability-homepage #sust-home-header #report-title.strong-mask h2 {
          text-shadow: 0px 0px 3px #f6f6f6;
          -webkit-text-shadow: 0px 0px 3px #f6f6f6;
          -moz-text-shadow: 0px 0px 3px #f6f6f6; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 441, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-home-header #report-title {
          /*width:350px;*/
          width: 490px;
          position: static;
          left: auto;
          top: auto;
          padding: 20px;
          -webkit-transform: none;
                  transform: none; } }
      /* line 483, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-home-header #report-title h2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 2.5rem;
        margin: 0;
        line-height: 1em;
        font-family: SabicHeadlineLight, arial, sans-serif;
        color: #4D4D4D; }
        /* line 66, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-homepage #sust-home-header #report-title h2 {
          font-family: SabicChineseLight !important; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 483, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage #sust-home-header #report-title h2 {
            font-size: 3.3rem;
            line-height: 4.2rem; } }
        /* line 496, src/css/blocks/_sustainability-homepage.scss */
        [dir="rtl"] #sustainability-homepage #sust-home-header #report-title h2 {
          text-align: right; }
      /* line 500, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-home-header #report-title h1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 1.375rem;
        line-height: 1.333em;
        margin: 0;
        font-family: SabicHeadlineRegular, arial, sans-serif;
        color: #4D4D4D; }
        /* line 74, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-homepage #sust-home-header #report-title h1 {
          font-family: SabicChineseRegular !important; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 500, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage #sust-home-header #report-title h1 {
            font-size: 1.125rem;
            line-height: 1.5rem; } }
        /* line 512, src/css/blocks/_sustainability-homepage.scss */
        [dir="rtl"] #sustainability-homepage #sust-home-header #report-title h1 {
          text-align: right; }
  /* line 519, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-1,
  #sustainability-homepage #sust-this-is-sabic-2,
  #sustainability-homepage #sust-this-is-sabic-3 {
    margin-bottom: 0; }
  /* line 528, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-this-is-sabic-2 h2,
  #sustainability-homepage #sust-this-is-sabic-3 h2,
  #sustainability-homepage #sust-this-is-sabic-4 h2 {
    display: none; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 528, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-this-is-sabic-2 h2,
      #sustainability-homepage #sust-this-is-sabic-3 h2,
      #sustainability-homepage #sust-this-is-sabic-4 h2 {
        display: block; } }
  /* line 537, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .welcome .inner {
    width: 100%;
    max-width: 1020px; }
    @media only screen and (max-width: 600px) {
      /* line 537, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .inner {
        opacity: 0;
        -webkit-transform: translateY(150px);
                transform: translateY(150px);
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition: opacity 1s, -webkit-transform 0.8s;
        transition: opacity 1s, -webkit-transform 0.8s;
        transition: opacity 1s, transform 0.8s;
        transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s; } }
  /* line 549, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .welcome h2 {
    text-align: center;
    color: #009FDF;
    font-size: 2.25rem;
    line-height: 1.333em;
    font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh #sustainability-homepage .welcome h2 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 549, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome h2 {
        margin-bottom: 0.5em;
        font-size: 2.5rem; } }
  /* line 562, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .welcome .welcome-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 562, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    /* line 570, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome .welcome-section .chairman-image {
      position: relative;
      width: 100%;
      max-width: 333px;
      margin: 0 auto;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 570, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-image {
          width: 40%;
          margin-bottom: 0rem; } }
      /* line 581, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section .chairman-image:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 250px;
        width: 1400px;
        background: #f5f5f5; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 581, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .welcome .welcome-section .chairman-image:before {
            -webkit-transform: translateX(-1400px);
                    transform: translateX(-1400px);
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear; } }
      /* line 598, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section .chairman-image img {
        display: block;
        position: relative;
        z-index: 1;
        width: auto;
        height: 100%; }
        @media only screen and (min-width: 1024px) {
          /* line 598, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .welcome .welcome-section .chairman-image img {
            width: 100%;
            height: auto; } }
    /* line 612, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome .welcome-section .chairman-info {
      position: relative;
      width: 100%;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 612, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-info {
          width: 20%;
          margin: 0 10px; } }
      /* line 622, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section .chairman-info .box {
        padding: 0.9375rem;
        padding-bottom: 0; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 622, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .welcome .welcome-section .chairman-info .box {
            position: absolute;
            bottom: 0;
            height: 250px;
            padding: 1rem;
            text-align: left; }
            /* line 633, src/css/blocks/_sustainability-homepage.scss */
            [dir="rtl"] #sustainability-homepage .welcome .welcome-section .chairman-info .box {
              text-align: right; } }
        /* line 637, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-info .box:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #f5f5f5;
          -webkit-transition: max-width 0.2s;
          transition: max-width 0.2s;
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s;
          -webkit-transition-timing-function: linear;
                  transition-timing-function: linear; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 637, src/css/blocks/_sustainability-homepage.scss */
            #sustainability-homepage .welcome .welcome-section .chairman-info .box:before {
              max-width: 0; } }
        /* line 655, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-info .box * {
          position: relative;
          z-index: 1; }
        /* line 660, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-info .box h3 {
          color: #009FDF;
          margin-bottom: 0;
          font-size: 1.15rem;
          line-height: 1.5rem; }
        /* line 668, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-info .box p {
          margin-top: 0; }
    /* line 674, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome .welcome-section .chairman-quote {
      position: relative;
      width: 100%;
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 674, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-quote {
          width: 40%;
          margin-bottom: 0; } }
      /* line 684, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section .chairman-quote .box {
        border-top: 1px solid #009FDF;
        border-bottom: 1px solid #009FDF;
        padding: 0;
        text-align: left;
        -webkit-transition: max-width 1.2s;
        transition: max-width 1.2s;
        position: relative; }
        /* line 692, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-quote .box:before {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: -43px;
          width: 52px;
          height: 45px;
          background: #fff url(../img/icons/quote_tail.svg) right top no-repeat;
          background-size: contain; }
        /* line 704, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-quote .box:after {
          content: '';
          display: block;
          position: absolute;
          right: 50px;
          bottom: -1px;
          width: 2px;
          height: 1px;
          background: #009fdf; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 684, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .welcome .welcome-section .chairman-quote .box {
            position: absolute;
            bottom: 0;
            height: 250px; } }
        /* line 721, src/css/blocks/_sustainability-homepage.scss */
        [dir="rtl"] #sustainability-homepage .welcome .welcome-section .chairman-quote .box {
          text-align: right; }
        /* line 725, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .chairman-quote .box p {
          padding: 10px;
          margin: 0;
          color: #939598; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 725, src/css/blocks/_sustainability-homepage.scss */
            #sustainability-homepage .welcome .welcome-section .chairman-quote .box p {
              font-size: 1.1rem;
              line-height: 1.8rem; } }
    /* line 738, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome .welcome-section .animate-in {
      -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
      transition: opacity 0.6s, -webkit-transform 0.4s;
      transition: opacity 0.6s, transform 0.4s;
      transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
      -webkit-transition-delay: 0.75s;
              transition-delay: 0.75s; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 738, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .animate-in {
          overflow: hidden;
          opacity: 0;
          -webkit-transform: translateY(100px);
                  transform: translateY(100px); } }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 747, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .animate-in img {
          -webkit-transition: -webkit-transform 0.4s;
          transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
          transition: transform 0.4s, -webkit-transform 0.4s;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 755, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section .animate-in-2 {
        -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
        transition: opacity 0.6s, -webkit-transform 0.4s;
        transition: opacity 0.6s, transform 0.4s;
        transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
        opacity: 0;
        height: 100%;
        -webkit-transform: translateY(100px);
                transform: translateY(100px); } }
    /* line 764, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome .welcome-section .animate-in-2 a.read-more {
      position: absolute;
      bottom: -3em;
      left: 0;
      max-width: 198px;
      padding-left: 50px;
      font-size: 1rem;
      line-height: 1.3125rem;
      line-height: 1.2rem;
      font-family: SabicHeadlineRegular, arial, sans-serif;
      text-transform: uppercase;
      text-align: left; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 764, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .welcome .welcome-section .animate-in-2 a.read-more {
          padding-left: 46px;
          font-size: 1rem;
          line-height: 1.3125rem;
          line-height: 1.2rem; } }
      /* line 782, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .welcome .welcome-section .animate-in-2 a.read-more:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 35px;
        height: 35px;
        background: #fff url(../img/icons/nav-arrow-blue.svg) right top no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  @media only screen and (max-width: 600px) {
    /* line 799, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome.visited .inner {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  /* line 807, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .welcome.visited .welcome-section .chairman-image:before {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  /* line 811, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .welcome.visited .welcome-section .chairman-info .box:before {
    max-width: 100%; }
  /* line 815, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .welcome.visited .welcome-section .animate-in, #sustainability-homepage .welcome.visited .welcome-section .animate-in-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    /* line 819, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .welcome.visited .welcome-section .animate-in img, #sustainability-homepage .welcome.visited .welcome-section .animate-in-2 img {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

@-webkit-keyframes reveal {
  0% {
    color: transparent; }
  99% {
    color: transparent; }
  100% {
    color: #fff; } }

@keyframes reveal {
  0% {
    color: transparent; }
  99% {
    color: transparent; }
  100% {
    color: #fff; } }
  /* line 840, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .introduction {
    background: #009FDF; }
    /* line 843, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .introduction .inner {
      text-align: left; }
      /* line 846, src/css/blocks/_sustainability-homepage.scss */
      [dir="rtl"] #sustainability-homepage .introduction .inner {
        text-align: right; }
    /* line 851, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .introduction h3 {
      color: #fff;
      font-size: 1.25em; }
    /* line 855, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .introduction .intro {
      font-family: SabicHeadlineLight, arial, sans-serif;
      color: #fff;
      font-size: 1.75rem;
      line-height: 1.333em;
      overflow: hidden; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .introduction .intro {
        font-family: SabicChineseLight !important; }
      @media only screen and (max-width: 600px) {
        /* line 855, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro {
          opacity: 0;
          -webkit-transform: translateY(150px);
                  transform: translateY(150px);
          -webkit-transition: opacity 0.7s, -webkit-transform 0.9s;
          transition: opacity 0.7s, -webkit-transform 0.9s;
          transition: opacity 0.7s, transform 0.9s;
          transition: opacity 0.7s, transform 0.9s, -webkit-transform 0.9s; } }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 855, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro {
          font-family: SabicHeadlineLight, arial, sans-serif;
          color: transparent;
          font-size: 2rem;
          line-height: 1.333em;
          opacity: 0;
          -webkit-transition: opacity 0s;
          transition: opacity 0s;
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
          /* line 66, src/css/misc/_fonts.scss */
          .lang-zh #sustainability-homepage .introduction .intro {
            font-family: SabicChineseLight !important; } }
      @media only screen and (min-width: 1024px) {
        /* line 855, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro {
          font-size: 2.5rem; } }
      /* line 882, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .introduction .intro span {
        position: relative;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 882, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .introduction .intro span {
            white-space: nowrap;
            display: block;
            line-height: 1.28em; } }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 892, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .introduction .intro span:before {
            content: '';
            background: #fff;
            position: absolute;
            display: block;
            width: 2000px;
            height: 1.2em;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: #fff;
            border-right: 1000px solid #009FDF;
            -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition: transform 1s;
            transition: transform 1s, -webkit-transform 1s;
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear; }
            /* line 906, src/css/blocks/_sustainability-homepage.scss */
            [dir="rtl"] #sustainability-homepage .introduction .intro span:before {
              -webkit-transform: translateX(1000px);
                      transform: translateX(1000px); } }
        @media only screen and (min-width: 1024px) {
          /* line 892, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .introduction .intro span:before {
            height: 1.25em; } }
        /* line 919, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro span.row1:before {
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        /* line 925, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro span.row2:before {
          -webkit-transition-delay: 0.35s;
                  transition-delay: 0.35s; }
        /* line 931, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro span.row3:before {
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
        /* line 937, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro span.row4:before {
          -webkit-transition-delay: 0.65s;
                  transition-delay: 0.65s; }
        /* line 943, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction .intro span.row5:before {
          -webkit-transition-delay: 0.8s;
                  transition-delay: 0.8s; }
    @media only screen and (max-width: 600px) {
      /* line 950, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .introduction.visited .intro {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 950, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .introduction.visited .intro {
        opacity: 1; }
        /* line 957, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .introduction.visited .intro span {
          -webkit-animation: reveal 0.5s;
                  animation: reveal 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
          /* line 960, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .introduction.visited .intro span:before {
            -webkit-transform: translateX(1000px);
                    transform: translateX(1000px); }
          /* line 965, src/css/blocks/_sustainability-homepage.scss */
          [dir="rtl"] #sustainability-homepage .introduction.visited .intro span:before {
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%); }
          /* line 970, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .introduction.visited .intro span:after {
            opacity: 0; } }
  /* line 980, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .boxes {
    padding: 3rem 1.5rem;
    background: #F6F6F6; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 980, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .boxes {
        padding: 0 1.5rem; } }
    /* line 988, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .boxes .inner {
      max-width: 1170px;
      width: 100%; }
    /* line 992, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .boxes h2 {
      max-width: 1000px;
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2em;
      margin: 0px auto 40px;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .boxes h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 992, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .boxes h2 {
          font-size: 2.5rem; } }
    /* line 1004, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .boxes .wrap-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1004, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .boxes .wrap-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    /* line 1012, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .boxes ul {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1012, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .boxes ul {
          width: 100%; } }
      /* line 1024, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .boxes ul.center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      /* line 1027, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .boxes ul li {
        margin: 8px 1.5%;
        border-top: 1px solid #4D4D4D;
        background: #fff;
        overflow: hidden;
        width: 47%;
        max-width: 186px; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 1027, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li {
            height: 190px;
            margin: 8px 1%;
            width: auto; } }
        /* line 1041, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .boxes ul li.link {
          background: none;
          border: none; }
          /* line 1045, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li.link .box.small {
            padding: 0 0 0 3em;
            font-size: 0.9rem;
            line-height: 1rem;
            font-family: SabicHeadlineRegular, arial, sans-serif;
            text-transform: uppercase;
            text-align: left;
            position: relative; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 1045, src/css/blocks/_sustainability-homepage.scss */
              #sustainability-homepage .boxes ul li.link .box.small {
                font-size: 1rem;
                line-height: 1.3125rem;
                line-height: 1rem; } }
            /* line 1059, src/css/blocks/_sustainability-homepage.scss */
            #sustainability-homepage .boxes ul li.link .box.small:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 35px;
              height: 32px;
              background: url(../img/icons/nav-arrow-blue.svg) right top no-repeat;
              background-size: contain;
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
        /* line 1073, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .boxes ul li.fullheight {
          height: 400px;
          width: 100%;
          max-width: 100%;
          margin: 8px 6px; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 1073, src/css/blocks/_sustainability-homepage.scss */
            #sustainability-homepage .boxes ul li.fullheight {
              height: 395px; } }
          /* line 1083, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li.fullheight .box {
            padding: 1em; }
          /* line 1087, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li.fullheight p {
            font-size: 1.063em; }
        /* line 1092, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .boxes ul li .box {
          width: 100%;
          padding: 1rem 0rem;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 1092, src/css/blocks/_sustainability-homepage.scss */
            #sustainability-homepage .boxes ul li .box {
              padding: 10px 16px 16px;
              width: 190px; } }
          /* line 1106, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.small {
            width: auto;
            font-size: 0.8em; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 1106, src/css/blocks/_sustainability-homepage.scss */
              #sustainability-homepage .boxes ul li .box.small {
                width: 151px; } }
            /* line 1113, src/css/blocks/_sustainability-homepage.scss */
            #sustainability-homepage .boxes ul li .box.small h3 {
              font-family: SabicHeadlineLight, arial, sans-serif;
              min-height: 2em;
              height: 50px;
              display: block;
              position: relative; }
              /* line 66, src/css/misc/_fonts.scss */
              .lang-zh #sustainability-homepage .boxes ul li .box.small h3 {
                font-family: SabicChineseLight !important; }
              @media only screen and (min-width: 768px) and (min-height: 500px) {
                /* line 1113, src/css/blocks/_sustainability-homepage.scss */
                #sustainability-homepage .boxes ul li .box.small h3 {
                  height: 45px; } }
              /* line 1123, src/css/blocks/_sustainability-homepage.scss */
              #sustainability-homepage .boxes ul li .box.small h3 span {
                position: absolute;
                top: 0;
                left: 50%;
                width: 95%;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%); }
                @media only screen and (min-width: 768px) and (min-height: 500px) {
                  /* line 1123, src/css/blocks/_sustainability-homepage.scss */
                  #sustainability-homepage .boxes ul li .box.small h3 span {
                    left: 0;
                    width: 100%;
                    -webkit-transform: translateX(0%);
                            transform: translateX(0%); } }
          /* line 1139, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box img, #sustainability-homepage .boxes ul li .box .lottie-icon {
            margin: 16px auto;
            display: block;
            width: 90%;
            max-width: 85px;
            max-height: 85px;
            background: transparent; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 1139, src/css/blocks/_sustainability-homepage.scss */
              #sustainability-homepage .boxes ul li .box img, #sustainability-homepage .boxes ul li .box .lottie-icon {
                width: 100%; } }
          /* line 1152, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box .lottie-icon {
            height: 85px; }
          /* line 1157, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim1 img, #sustainability-homepage .boxes ul li .box.anim1 .lottie-icon {
            max-width: 150px;
            height: 150px; }
          /* line 1163, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim2 {
            -webkit-transition-delay: 0.25s;
                    transition-delay: 0.25s; }
          /* line 1167, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim3 {
            -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s; }
          /* line 1171, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim4 {
            -webkit-transition-delay: 0.55s;
                    transition-delay: 0.55s; }
          /* line 1175, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim5 {
            -webkit-transition-delay: 0.7s;
                    transition-delay: 0.7s; }
          /* line 1179, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim6 {
            -webkit-transition-delay: 0.85s;
                    transition-delay: 0.85s; }
          /* line 1183, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim7 {
            -webkit-transition-delay: 1s;
                    transition-delay: 1s; }
          /* line 1187, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim8 {
            -webkit-transition-delay: 1.15s;
                    transition-delay: 1.15s; }
          /* line 1191, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box.anim9 {
            -webkit-transition-delay: 1.3s;
                    transition-delay: 1.3s; }
          /* line 1196, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box h3 {
            color: #939598;
            margin-bottom: 0; }
          /* line 1200, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box p {
            margin: 0; }
          /* line 1203, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul li .box .value {
            font-family: SabicHeadlineLight, arial, sans-serif;
            color: #009FDF;
            margin: 0;
            margin-top: 20px;
            font-size: 1.8rem;
            line-height: 1.333em; }
            /* line 66, src/css/misc/_fonts.scss */
            .lang-zh #sustainability-homepage .boxes ul li .box .value {
              font-family: SabicChineseLight !important; }
            @media only screen and (min-width: 1024px) {
              /* line 1203, src/css/blocks/_sustainability-homepage.scss */
              #sustainability-homepage .boxes ul li .box .value {
                font-size: 2.5rem; } }
      /* line 1219, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .boxes ul.responsive-boxes li {
        width: 47%; }
        @media only screen and (min-width: 601px) {
          /* line 1219, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .boxes ul.responsive-boxes li {
            width: 22%; } }
    /* line 1232, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .boxes.visited ul li .box {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
  /* line 1241, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-value-chain .wrap-container ul li {
    height: auto; }
    /* line 1244, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-value-chain .wrap-container ul li p {
      padding: 0 5px;
      line-height: 0.95rem;
      font-family: SabicHeadlineLight, arial, sans-serif;
      color: #939598; }
      @media only screen and (min-width: 601px) {
        /* line 1244, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-value-chain .wrap-container ul li p {
          padding: 0; } }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 1257, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage #sust-our-core-markets ul {
      width: 78%; } }
  /* line 1262, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage #sust-our-core-markets ul.fullheight-wrapper {
    width: 100%; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1262, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage #sust-our-core-markets ul.fullheight-wrapper {
        width: 21%;
        min-width: 200px; }
        /* line 1269, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage #sust-our-core-markets ul.fullheight-wrapper li {
          width: 100%; } }
  /* line 1277, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .infographic,
  #sustainability-homepage .infographic-list {
    text-align: center;
    color: #009FDF;
    font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh #sustainability-homepage .infographic, .lang-zh
    #sustainability-homepage .infographic-list {
      font-family: SabicChineseLight !important; }
    /* line 1285, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic.is-fixed h2, #sustainability-homepage .infographic.is-fixed img, #sustainability-homepage .infographic.is-fixed .lottie-icon,
    #sustainability-homepage .infographic-list.is-fixed h2,
    #sustainability-homepage .infographic-list.is-fixed img,
    #sustainability-homepage .infographic-list.is-fixed .lottie-icon {
      visibility: hidden; }
    /* line 1290, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic .inner,
    #sustainability-homepage .infographic-list .inner {
      width: 100%; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1290, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .infographic .inner,
        #sustainability-homepage .infographic-list .inner {
          height: 500px;
          max-height: 500px; } }
    /* line 1300, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic h2,
    #sustainability-homepage .infographic-list h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2rem;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 20px;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .infographic h2, .lang-zh
      #sustainability-homepage .infographic-list h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1300, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .infographic h2,
        #sustainability-homepage .infographic-list h2 {
          font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1314, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .infographic .row1, #sustainability-homepage .infographic .row2,
      #sustainability-homepage .infographic-list .row1,
      #sustainability-homepage .infographic-list .row2 {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
        transition: opacity 0.3s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.3s;
        transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; } }
    /* line 1324, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic .row2,
    #sustainability-homepage .infographic-list .row2 {
      -webkit-transition-delay: 0.55s;
              transition-delay: 0.55s; }
    /* line 1328, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic .lottie-icon, #sustainability-homepage .infographic img,
    #sustainability-homepage .infographic-list .lottie-icon,
    #sustainability-homepage .infographic-list img {
      display: block;
      width: 150px;
      height: 150px;
      margin: 0 auto;
      background: transparent; }
    /* line 1337, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic p,
    #sustainability-homepage .infographic-list p {
      font-family: SabicHeadlineLight, arial, sans-serif;
      margin: 0;
      line-height: 1.333em;
      font-size: 1.4em; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .infographic p, .lang-zh
      #sustainability-homepage .infographic-list p {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1337, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .infographic p,
        #sustainability-homepage .infographic-list p {
          font-size: 2rem; } }
      /* line 1347, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .infographic p.xlarge,
      #sustainability-homepage .infographic-list p.xlarge {
        font-size: 3.75rem;
        color: #009FDF; }
      /* line 1352, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .infographic p.hidewhenfixed,
      #sustainability-homepage .infographic-list p.hidewhenfixed {
        max-width: 645px;
        margin: 0 auto; }
    /* line 1359, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .infographic.visited .row1, #sustainability-homepage .infographic.visited .row2,
    #sustainability-homepage .infographic-list.visited .row1,
    #sustainability-homepage .infographic-list.visited .row2 {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  /* line 1368, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .infographic-list ul li {
    border-top: 2px solid #000; }
  /* line 1375, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .grid {
    width: 100%; }
    /* line 1377, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .inner {
      max-width: 1020px;
      width: 100%; }
    /* line 1382, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .border-top {
      border-top: 1px solid #C6C8CA;
      padding-top: 0.65rem;
      margin-top: 0.65rem; }
    /* line 1388, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .page-component {
      margin-bottom: 0.65rem;
      padding-bottom: 0.65rem;
      -webkit-perspective: 1000px;
              perspective: 1000px; }
    /* line 1395, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .anim1, #sustainability-homepage .grid .anim2, #sustainability-homepage .grid .anim3, #sustainability-homepage .grid .anim4 {
      -webkit-transform: rotateY(-90deg);
              transform: rotateY(-90deg);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.7s;
      transition: opacity 0.3s, -webkit-transform 0.7s;
      transition: transform 0.7s, opacity 0.3s;
      transition: transform 0.7s, opacity 0.3s, -webkit-transform 0.7s;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      opacity: 0; }
      /* line 1402, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .grid .anim1 h3, #sustainability-homepage .grid .anim2 h3, #sustainability-homepage .grid .anim3 h3, #sustainability-homepage .grid .anim4 h3 {
        font-size: 0.8rem; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 1402, src/css/blocks/_sustainability-homepage.scss */
          #sustainability-homepage .grid .anim1 h3, #sustainability-homepage .grid .anim2 h3, #sustainability-homepage .grid .anim3 h3, #sustainability-homepage .grid .anim4 h3 {
            font-size: 1.065rem; } }
    /* line 1410, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .anim1 {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    /* line 1414, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .anim2 {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    /* line 1419, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .anim3 {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    /* line 1423, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .anim4 {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    /* line 1427, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2rem;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 20px;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .grid h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1427, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .grid h2 {
          font-size: 2.5rem; } }
    /* line 1440, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .grid .inner-component {
      text-align: left;
      padding: 0 1rem 0 1rem; }
      /* line 1448, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .grid .inner-component h3 {
        color: #009FDF; }
  /* line 1455, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .table {
    width: 100%;
    margin-top: 4em; }
    /* line 1459, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .table .inner {
      max-width: 980px;
      width: 100%;
      text-align: left; }
    /* line 1464, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .table h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2rem;
      padding-bottom: 20px;
      max-width: 90%;
      margin: 0  auto;
      text-align: center;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .table h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1464, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .table h2 {
          font-size: 2.5rem; } }
    /* line 1479, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .table .download-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-bottom: 1rem; }
      /* line 1484, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .table .download-header h3 {
        font-family: SabicHeadlineLight, arial, sans-serif; }
        /* line 66, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-homepage .table .download-header h3 {
          font-family: SabicChineseLight !important; }
      /* line 1487, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .table .download-header button {
        background: #009FDF;
        color: #fff;
        padding: 0.5rem 2rem;
        border: 0;
        text-transform: uppercase;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-family: SabicLight, arial, sans-serif; }
        /* line 106, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-homepage .table .download-header button {
          font-family: SabicChineseLight !important; }
    /* line 1498, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .table p {
      max-width: 203px;
      position: relative;
      height: 32px; }
    /* line 1504, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .table .arrow-link {
      font-family: SabicHeadlineRegular, arial, sans-serif;
      text-transform: uppercase;
      padding-left: 3rem;
      position: relative;
      display: inline-block;
      text-align: left;
      line-height: 1rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      /* line 74, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-homepage .table .arrow-link {
        font-family: SabicChineseRegular !important; }
      /* line 1516, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .table .arrow-link:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(../img/icons/nav-arrow-blue.svg) no-repeat center;
        background-size: 100%;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
    /* line 1531, src/css/blocks/_sustainability-homepage.scss */
    #sustainability-homepage .table ul {
      list-style-type: none;
      text-align: left;
      margin: 0;
      padding: 0;
      border-top: 1px solid #C6C8CA;
      border-bottom: 1px solid #C6C8CA; }
      /* line 1539, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .table ul li a {
        display: block;
        padding: 1.6875rem 4.5rem;
        text-transform: uppercase;
        position: relative;
        font-size: 1.125rem;
        line-height: 1.5rem; }
        /* line 1545, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .table ul li a:before {
          content: '';
          width: 2rem;
          height: 2rem;
          position: absolute;
          left: 1.2rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url(../img/icons/SABIC-PDF.svg) no-repeat center; }
        /* line 1555, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .table ul li a:after {
          content: '';
          width: 2rem;
          height: 2rem;
          position: absolute;
          right: 1.2rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url(../img/icons/SABIC-DOWNLOAD.svg) no-repeat center; }
      /* line 1567, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .table ul li:nth-child(2n+1) {
        background: #f2fafd; }
  /* line 1574, src/css/blocks/_sustainability-homepage.scss */
  #sustainability-homepage .fixed-scrollbar {
    display: none; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1574, src/css/blocks/_sustainability-homepage.scss */
      #sustainability-homepage .fixed-scrollbar {
        position: fixed;
        width: 0.75rem;
        top: 0;
        right: 0;
        height: 100%;
        background: #ccc;
        z-index: 10; }
        /* line 1586, src/css/blocks/_sustainability-homepage.scss */
        #sustainability-homepage .fixed-scrollbar .scrollbar-active {
          background: #FFCD00;
          width: 0.75rem;
          height: 100%;
          max-height: 0;
          -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out; } }

/* line 1056, src/css/style.scss */
#sustainability-annual-report-homepage {
  /* mixin for multiline - http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
  padding-top: 0;
  width: 100%;
  overflow: hidden;
  /*#sust-our-core-markets-annual-report {
		@media only screen and (min-width : 1024px) {
			padding-top: 2em;
			padding-bottom: 3em;
		}

		.scaler {
			@media only screen and (min-width : 601px) {
				min-height: 500px;
			}

			.inner {
				@media only screen and (min-width : 768px) and (min-height: 500px) {
					width: 865px;
					margin: 0 auto;
				}
			}
		}
	}*/
  /*#sust-our-core-markets-annual-report {
		
	}*/ }
  /* line 12, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .bg {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 375px) and (max-height: 500px) {
      /* line 12, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .bg {
        width: 100%;
        height: auto; } }
  /* line 26, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .page-component {
    padding: 0; }
  /* line 29, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .scaler {
    width: 100%;
    min-height: 830px; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 29, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .scaler {
        position: relative;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
    @media only screen and (min-width: 1024px) {
      /* line 29, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .scaler {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); } }
    @media only screen and (min-width: 1200px) {
      /* line 29, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .scaler {
        -webkit-transform: scale(1);
                transform: scale(1); } }
  /* line 49, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-home-header-annual-report .scaler {
    min-height: 100vh; }
  /* line 54, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-king-welcome-annual-report, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report, #sustainability-annual-report-homepage #sust-chairmans-welcome-annual-report, #sustainability-annual-report-homepage #sust-vicechairmans-welcome-annual-report {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 601px) {
      /* line 54, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-king-welcome-annual-report, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report, #sustainability-annual-report-homepage #sust-chairmans-welcome-annual-report, #sustainability-annual-report-homepage #sust-vicechairmans-welcome-annual-report {
        margin-bottom: 0; } }
    /* line 61, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-king-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-chairmans-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-vicechairmans-welcome-annual-report .scaler {
      padding: 0 1.5rem;
      min-height: 0; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 61, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-king-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-chairmans-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-vicechairmans-welcome-annual-report .scaler {
          min-height: 370px; } }
      @media only screen and (min-width: 1024px) {
        /* line 61, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-king-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-chairmans-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-vicechairmans-welcome-annual-report .scaler {
          min-height: 490px; } }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 76, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-king-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report .scaler {
      min-height: 470px; } }
  @media only screen and (min-width: 1024px) {
    /* line 76, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-king-welcome-annual-report .scaler, #sustainability-annual-report-homepage #sust-prince-welcome-annual-report .scaler {
      min-height: 600px; } }
  /* line 87, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-king-welcome-annual-report {
    padding-top: 10rem; }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 91, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-vicechairmans-welcome-annual-report {
      margin-top: 2em;
      margin-bottom: 4em; } }
  /* line 99, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-about-sabic-annual-report .scaler {
    min-height: auto; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 99, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-about-sabic-annual-report .scaler {
        min-height: 260px; } }
    @media only screen and (min-width: 1024px) {
      /* line 99, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-about-sabic-annual-report .scaler {
        min-height: 450px; } }
    @media only screen and (min-width: 601px) {
      /* line 110, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-about-sabic-annual-report .scaler .intro {
        margin: 0; } }
  @media only screen and (min-width: 768px) and (min-height: 500px) {
    /* line 118, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-this-is-sabic-1-annual-report {
      padding-top: 0; } }
  /* line 122, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-1-annual-report .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 122, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-this-is-sabic-1-annual-report .scaler {
        min-height: 445px; } }
    /* line 129, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-this-is-sabic-1-annual-report .scaler .inner {
      height: auto; }
  /* line 136, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report .scaler, #sustainability-annual-report-homepage #sust-this-is-sabic-4-annual-report .scaler, #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 136, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report .scaler, #sustainability-annual-report-homepage #sust-this-is-sabic-4-annual-report .scaler, #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report .scaler {
        min-height: 315px; } }
    /* line 143, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report .scaler .inner, #sustainability-annual-report-homepage #sust-this-is-sabic-4-annual-report .scaler .inner, #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report .scaler .inner {
      height: auto; }
  @media only screen and (min-width: 601px) {
    /* line 149, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report {
      margin-bottom: 2em; } }
  /* line 154, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 154, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report .scaler {
        min-height: 420px; } }
    /* line 161, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report .scaler .inner {
      height: auto; }
  /* line 167, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report {
    padding-bottom: 3em; }
    @media only screen and (min-width: 601px) {
      /* line 167, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report {
        padding-bottom: 4em; } }
  /* line 177, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #our-figures-annual-report .scaler {
    min-height: 0; }
    @media only screen and (min-width: 601px) {
      /* line 177, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler {
        min-height: 455px; } }
    @media only screen and (min-width: 1024px) {
      /* line 177, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler {
        min-height: 400px; } }
    @media only screen and (min-width: 601px) {
      /* line 188, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner {
        width: 70%;
        margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      /* line 188, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner {
        width: 865px; } }
    @media only screen and (min-width: 601px) {
      /* line 198, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center {
        height: 140px;
        display: block; } }
    @media only screen and (min-width: 1024px) {
      /* line 198, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center {
        height: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    /* line 209, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li {
      height: 100%;
      margin-bottom: 1rem;
      border-top: none;
      border-left: 1px solid #4D4D4D;
      background: transparent; }
      @media only screen and (min-width: 601px) {
        /* line 209, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li {
          max-width: 47%;
          width: 47%;
          float: left; } }
      @media only screen and (min-width: 1024px) {
        /* line 209, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li {
          margin-bottom: 0;
          width: auto;
          max-width: 186px;
          float: none; } }
      /* line 229, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box {
        height: 115px;
        padding-top: 0; }
        @media only screen and (min-width: 601px) {
          /* line 229, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box {
            height: 100%;
            padding-right: 0; } }
        /* line 238, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box h3 {
          padding-left: 0.35rem;
          color: #009FDF;
          text-align: left;
          overflow-wrap: break-word; }
          @media only screen and (min-width: 1024px) {
            /* line 238, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box h3 {
              padding-left: 0; } }
        /* line 249, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box .value {
          margin-top: 0;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          @media only screen and (max-width: 600px) {
            /* line 249, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box .value {
              font-size: 2.8rem;
              line-height: 2.8rem; } }
          @media only screen and (min-width: 601px) {
            /* line 249, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box .value {
              font-size: 3.5rem;
              line-height: 3.5rem; } }
          /* line 266, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box .value span {
            font-size: 1.25rem;
            line-height: initial; }
            @media only screen and (min-width: 601px) {
              /* line 266, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box .value span {
                font-size: 2rem; } }
        /* line 276, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box.anim2 {
          -webkit-transition-delay: 0.4s;
                  transition-delay: 0.4s; }
        /* line 280, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box.anim3 {
          -webkit-transition-delay: 0.6s;
                  transition-delay: 0.6s; }
        /* line 284, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-figures-annual-report .scaler .inner .center li .box.anim4 {
          -webkit-transition-delay: 0.8s;
                  transition-delay: 0.8s; }
  /* line 315, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-downloads .scaler {
    min-height: 470px; }
  /* line 321, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report .scaler h2, #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report .scaler h2, #sustainability-annual-report-homepage #sust-this-is-sabic-4-annual-report .scaler h2, #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report .scaler h2 {
    display: none; }
  /* line 326, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage.loaded .inner {
    opacity: 1; }
  /* line 330, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .fullpage, #sustainability-annual-report-homepage .fixedpage {
    background: #fff;
    z-index: 1;
    position: relative;
    /*margin-bottom: 2rem;*/
    padding: 1.5rem; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 330, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .fullpage, #sustainability-annual-report-homepage .fixedpage {
        margin-bottom: 0; } }
    /* line 342, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .fullpage.visited .background, #sustainability-annual-report-homepage .fixedpage.visited .background {
      max-height: 100%; }
    /* line 347, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .fullpage.scroll, #sustainability-annual-report-homepage .fixedpage.scroll {
      /*padding-top: 100px;*/
      padding-top: 70px; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 350, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .fullpage.scroll .inner, #sustainability-annual-report-homepage .fixedpage.scroll .inner {
          position: static;
          -webkit-transform: none;
                  transform: none;
          left: auto;
          top: auto;
          margin: 0 auto; } }
      /* line 361, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .fullpage.scroll.visited .anim1, #sustainability-annual-report-homepage .fullpage.scroll.visited .anim2, #sustainability-annual-report-homepage .fullpage.scroll.visited .anim3, #sustainability-annual-report-homepage .fullpage.scroll.visited .anim4, #sustainability-annual-report-homepage .fixedpage.scroll.visited .anim1, #sustainability-annual-report-homepage .fixedpage.scroll.visited .anim2, #sustainability-annual-report-homepage .fixedpage.scroll.visited .anim3, #sustainability-annual-report-homepage .fixedpage.scroll.visited .anim4 {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
        opacity: 1; }
  /* line 369, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage.flipbook {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    padding-bottom: 0; }
    /* line 373, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage.flipbook.scrolling {
      opacity: 0.6 !important; }
      /* line 375, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage.flipbook.scrolling .homepage-fixed-overlay {
        display: none; }
  /* line 381, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .flipbook-container {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-bottom: 30px; }
  /* line 388, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 388, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .background {
        max-height: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: max-height 0.3s;
        transition: max-height 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; } }
    /* line 406, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .background.blue {
      background: #009FDF; }
  /* line 411, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .inner {
    text-align: center; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 411, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; } }
  /* line 427, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler {
    min-height: 450px; }
    @media only screen and (min-width: 601px) {
      /* line 427, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler {
        min-height: 500px; } }
    @media only screen and (min-width: 1024px) {
      /* line 427, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler {
        min-height: 360px; } }
    @media only screen and (min-width: 601px) {
      /* line 438, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner {
        height: 450px; } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 438, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner {
        width: 865px;
        margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      /* line 438, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner {
        width: 1045px;
        height: 245px; } }
    /* line 452, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container {
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 452, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container {
          /*width: 75%;*/ } }
      @media only screen and (min-width: 1024px) {
        /* line 452, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container {
          width: 100%; } }
      /* line 464, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul {
        width: 100%; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 464, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul {
            width: 78%; } }
        @media only screen and (min-width: 1024px) {
          /* line 464, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul {
            width: 100%; } }
        /* line 475, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul.fullheight-wrapper {
          width: 100%; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 475, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul.fullheight-wrapper {
              width: 21%;
              min-width: 200px; }
              /* line 482, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul.fullheight-wrapper li {
                width: 100%; } }
        /* line 487, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul li {
          width: auto;
          background: transparent; }
          /* line 491, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul li .box.small {
            width: 126px;
            padding: 10px 0px 16px; }
            /* line 495, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #sust-our-core-markets-annual-report .scaler .inner .wrap-container ul li .box.small h3 span {
              color: #009FDF; }
  /* line 506, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .homepage-fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }
    /* line 515, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .homepage-fixed-overlay.show {
      display: block; }
    /* line 519, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .homepage-fixed-overlay .fixedpage, #sustainability-annual-report-homepage .homepage-fixed-overlay .infographic {
      background: transparent; }
      /* line 523, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .homepage-fixed-overlay .fixedpage.is-fixed h2, #sustainability-annual-report-homepage .homepage-fixed-overlay .fixedpage.is-fixed img, #sustainability-annual-report-homepage .homepage-fixed-overlay .fixedpage.is-fixed .lottie-icon, #sustainability-annual-report-homepage .homepage-fixed-overlay .infographic.is-fixed h2, #sustainability-annual-report-homepage .homepage-fixed-overlay .infographic.is-fixed img, #sustainability-annual-report-homepage .homepage-fixed-overlay .infographic.is-fixed .lottie-icon {
        visibility: visible; }
    /* line 529, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .homepage-fixed-overlay .hidewhenfixed {
      visibility: hidden; }
  /* line 534, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-home-header-annual-report {
    background-color: transparent;
    background-size: cover;
    min-height: 100%;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%; }
    /* line 543, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-home-header-annual-report:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 53.16%;
      background: url("../img/flowlines/flowline-sustainability-homepage.png") no-repeat;
      background-size: contain;
      background-position: right bottom; }
    /* line 555, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-home-header-annual-report .inner {
      position: absolute;
      bottom: 10%;
      left: 1%; }
      @media only screen and (min-width: 601px) {
        /* line 555, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-home-header-annual-report .inner {
          left: 3%; } }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 555, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-home-header-annual-report .inner {
          height: auto;
          bottom: 1em;
          left: 40%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
    /* line 571, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left;
      width: 99%;
      max-width: 22rem;
      padding: 0.5em; }
      /* line 579, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title.light-mask {
        background: rgba(255, 255, 255, 0.34);
        box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.46);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.46);
        -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.46); }
        /* line 585, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title.light-mask h1, #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title.light-mask h2 {
          -webkit-text-shadow: 0px 0px 30px #f6f6f6;
          -moz-text-shadow: 0px 0px 30px #f6f6f6;
          text-shadow: 0px 0px 30px #f6f6f6; }
      /* line 592, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title.strong-mask {
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 0px 10px 0px white;
        -webkit-box-shadow: 0px 0px 10px 0px white;
        -moz-box-shadow: 0px 0px 10px 0px white; }
        /* line 598, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title.strong-mask h1, #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title.strong-mask h2 {
          text-shadow: 0px 0px 3px #f6f6f6;
          -webkit-text-shadow: 0px 0px 3px #f6f6f6;
          -moz-text-shadow: 0px 0px 3px #f6f6f6; }
      @media only screen and (min-width: 601px) {
        /* line 571, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title {
          width: 28rem;
          max-width: none;
          padding: 0.5em 1em; } }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 571, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title {
          width: 40rem;
          position: static;
          left: auto;
          top: auto;
          padding: 20px;
          -webkit-transform: none;
                  transform: none; } }
      /* line 619, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 2rem;
        margin: 0;
        line-height: 1em;
        font-family: SabicHeadlineLight, arial, sans-serif;
        color: #4D4D4D; }
        /* line 66, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h2 {
          font-family: SabicChineseLight !important; }
        @media only screen and (min-width: 601px) {
          /* line 619, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h2 {
            font-size: 2.5rem; } }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 619, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h2 {
            font-size: 3.3rem;
            line-height: 4.2rem; } }
        /* line 636, src/css/blocks/_sustainability-annual-report-homepage.scss */
        [dir="rtl"] #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h2 {
          text-align: right; }
      /* line 640, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 1.375rem;
        line-height: 1.333em;
        margin: 0;
        font-family: SabicHeadlineRegular, arial, sans-serif;
        color: #4D4D4D; }
        /* line 74, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h1 {
          font-family: SabicChineseRegular !important; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 640, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h1 {
            font-size: 1.125rem;
            line-height: 1.5rem; } }
        /* line 652, src/css/blocks/_sustainability-annual-report-homepage.scss */
        [dir="rtl"] #sustainability-annual-report-homepage #sust-home-header-annual-report #report-title h1 {
          text-align: right; }
  /* line 659, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-1-annual-report,
  #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report,
  #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report {
    margin-bottom: 0; }
  /* line 669, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report h2,
  #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report h2,
  #sustainability-annual-report-homepage #sust-this-is-sabic-4-annual-report h2,
  #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report h2 {
    display: none; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 669, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #sust-this-is-sabic-2-annual-report h2,
      #sustainability-annual-report-homepage #sust-this-is-sabic-3-annual-report h2,
      #sustainability-annual-report-homepage #sust-this-is-sabic-4-annual-report h2,
      #sustainability-annual-report-homepage #sust-this-is-sabic-5-annual-report h2 {
        display: block; } }
  /* line 678, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome .inner {
    width: 100%;
    max-width: 1020px; }
    @media only screen and (max-width: 600px) {
      /* line 678, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .inner {
        opacity: 0;
        -webkit-transform: translateY(150px);
                transform: translateY(150px);
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition: opacity 1s, -webkit-transform 0.8s;
        transition: opacity 1s, -webkit-transform 0.8s;
        transition: opacity 1s, transform 0.8s;
        transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s; } }
  /* line 690, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome h2 {
    text-align: center;
    color: #009FDF;
    font-size: 2.25rem;
    line-height: 1.333em;
    font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh #sustainability-annual-report-homepage .welcome h2 {
      font-family: SabicChineseLight !important; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 690, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome h2 {
        margin-bottom: 0.5em;
        font-size: 2.5rem; } }
  /* line 703, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome .welcome-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 703, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    /* line 711, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image {
      position: relative;
      width: 100%;
      max-width: 333px;
      margin: 0 auto;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 711, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image {
          width: 40%;
          margin-bottom: 0rem; } }
      /* line 722, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 280px;
        width: 1400px;
        background: #f5f5f5; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 722, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image:before {
            -webkit-transform: translateX(-1400px);
                    transform: translateX(-1400px);
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear; } }
        @media only screen and (min-width: 1024px) {
          /* line 722, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image:before {
            height: 250px; } }
      /* line 744, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image img {
        display: block;
        position: relative;
        z-index: 1;
        width: auto;
        height: 100%; }
        @media only screen and (min-width: 1024px) {
          /* line 744, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-image img {
            width: 100%;
            height: auto; } }
    /* line 758, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info {
      position: relative;
      width: 100%;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 758, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info {
          width: 20%;
          margin: 0 10px; } }
      /* line 768, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box {
        padding: 0.9375rem;
        padding-bottom: 0; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 768, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box {
            position: absolute;
            bottom: 0;
            height: 280px;
            padding: 1rem;
            text-align: left; }
            /* line 779, src/css/blocks/_sustainability-annual-report-homepage.scss */
            [dir="rtl"] #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box {
              text-align: right; } }
        @media only screen and (min-width: 1024px) {
          /* line 768, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box {
            height: 250px; } }
        /* line 788, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #f5f5f5;
          -webkit-transition: max-width 0.2s;
          transition: max-width 0.2s;
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s;
          -webkit-transition-timing-function: linear;
                  transition-timing-function: linear; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 788, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box:before {
              max-width: 0; } }
        /* line 806, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box * {
          position: relative;
          z-index: 1; }
        /* line 811, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box h3 {
          color: #009FDF;
          margin-bottom: 0;
          font-size: 1.15rem;
          line-height: 1.5rem; }
        /* line 819, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-info .box p {
          margin-top: 0; }
    /* line 825, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote {
      position: relative;
      width: 100%;
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 825, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote {
          width: 40%;
          margin-bottom: 0; } }
      /* line 835, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box {
        border-top: 1px solid #009FDF;
        border-bottom: 1px solid #009FDF;
        padding: 0;
        text-align: left;
        -webkit-transition: max-width 1.2s;
        transition: max-width 1.2s;
        position: relative; }
        /* line 843, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box:before {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: -43px;
          width: 52px;
          height: 45px;
          background: #fff url(../img/icons/quote_tail.svg) right top no-repeat;
          background-size: contain; }
        /* line 855, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box:after {
          content: '';
          display: block;
          position: absolute;
          right: 50px;
          bottom: -1px;
          width: 2px;
          height: 1px;
          background: #009fdf; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 835, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box {
            position: absolute;
            bottom: 0;
            height: 280px; } }
        @media only screen and (min-width: 1024px) {
          /* line 835, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box {
            height: 250px; } }
        /* line 876, src/css/blocks/_sustainability-annual-report-homepage.scss */
        [dir="rtl"] #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box {
          text-align: right; }
        /* line 880, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box p {
          padding: 10px;
          margin: 0;
          color: #939598; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 880, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .welcome .welcome-section .chairman-quote .box p {
              font-size: 1.1rem;
              line-height: 1.8rem; } }
    /* line 893, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome .welcome-section .animate-in {
      -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
      transition: opacity 0.6s, -webkit-transform 0.4s;
      transition: opacity 0.6s, transform 0.4s;
      transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
      -webkit-transition-delay: 0.75s;
              transition-delay: 0.75s; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 893, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .animate-in {
          overflow: hidden;
          opacity: 0;
          -webkit-transform: translateY(100px);
                  transform: translateY(100px); } }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 903, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .animate-in img {
          -webkit-transition: -webkit-transform 0.4s;
          transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
          transition: transform 0.4s, -webkit-transform 0.4s;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 911, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section .animate-in-2 {
        -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
        transition: opacity 0.6s, -webkit-transform 0.4s;
        transition: opacity 0.6s, transform 0.4s;
        transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
        opacity: 0;
        height: 100%;
        -webkit-transform: translateY(100px);
                transform: translateY(100px); } }
    /* line 920, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome .welcome-section .animate-in-2 a.read-more {
      position: absolute;
      bottom: -3em;
      left: 0;
      max-width: 198px;
      padding-left: 50px;
      font-size: 1rem;
      line-height: 1.3125rem;
      line-height: 1.2rem;
      font-family: SabicHeadlineRegular, arial, sans-serif;
      text-transform: uppercase;
      text-align: left; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 920, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section .animate-in-2 a.read-more {
          padding-left: 46px;
          font-size: 1rem;
          line-height: 1.3125rem;
          line-height: 1.2rem; } }
      /* line 938, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section .animate-in-2 a.read-more:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 35px;
        height: 35px;
        background: #fff url(../img/icons/nav-arrow-blue.svg) right top no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
    /* line 952, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome .welcome-section.annual-report {
      display: block; }
      /* line 955, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image {
        display: block;
        width: 100%; }
        /* line 959, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in {
          margin-bottom: 10rem;
          overflow: visible; }
          /* line 963, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in img {
            width: 100%;
            height: auto; }
          /* line 968, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in .info {
            width: 100%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            margin-top: 1rem; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 968, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in .info {
                width: 37rem; } }
            /* line 979, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in .info h3 {
              margin: 0;
              font-size: 1.13rem;
              line-height: 1.5rem;
              color: #4D4D4D; }
            /* line 985, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in .info p {
              margin-top: 8px;
              font-size: 0.88em;
              line-height: 1.13rem;
              font-family: SabicRegular, arial, sans-serif; }
              /* line 991, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .welcome .welcome-section.annual-report .chairman-image .animate-in .info p.title {
                margin: 0 0 4px;
                text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    /* line 1004, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome.visited .inner {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  /* line 1012, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome.visited .welcome-section .chairman-image:before {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  /* line 1017, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome.visited .welcome-section.annual-report .chairman-image:before {
    -webkit-transform: translateX(38%);
            transform: translateX(38%); }
  /* line 1022, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome.visited .welcome-section .chairman-info .box:before {
    max-width: 100%; }
  /* line 1026, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .welcome.visited .welcome-section .animate-in, #sustainability-annual-report-homepage .welcome.visited .welcome-section .animate-in-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    /* line 1030, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .welcome.visited .welcome-section .animate-in img, #sustainability-annual-report-homepage .welcome.visited .welcome-section .animate-in-2 img {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

@keyframes reveal {
  0% {
    color: transparent; }
  99% {
    color: transparent; }
  100% {
    color: #fff; } }
  /* line 1051, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .introduction {
    background: #009FDF; }
    /* line 1054, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .introduction .inner {
      text-align: left; }
      /* line 1057, src/css/blocks/_sustainability-annual-report-homepage.scss */
      [dir="rtl"] #sustainability-annual-report-homepage .introduction .inner {
        text-align: right; }
    /* line 1062, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .introduction h3 {
      color: #fff;
      font-size: 1.25em; }
    /* line 1066, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .introduction .intro {
      font-family: SabicHeadlineLight, arial, sans-serif;
      color: #fff;
      font-size: 1.75rem;
      line-height: 1.333em;
      overflow: hidden; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .introduction .intro {
        font-family: SabicChineseLight !important; }
      @media only screen and (max-width: 600px) {
        /* line 1066, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro {
          opacity: 0;
          -webkit-transform: translateY(150px);
                  transform: translateY(150px);
          -webkit-transition: opacity 0.7s, -webkit-transform 0.9s;
          transition: opacity 0.7s, -webkit-transform 0.9s;
          transition: opacity 0.7s, transform 0.9s;
          transition: opacity 0.7s, transform 0.9s, -webkit-transform 0.9s; } }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1066, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro {
          font-family: SabicHeadlineLight, arial, sans-serif;
          color: transparent;
          font-size: 2rem;
          line-height: 1.333em;
          opacity: 0;
          -webkit-transition: opacity 0s;
          transition: opacity 0s;
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
          /* line 66, src/css/misc/_fonts.scss */
          .lang-zh #sustainability-annual-report-homepage .introduction .intro {
            font-family: SabicChineseLight !important; } }
      @media only screen and (min-width: 1024px) {
        /* line 1066, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro {
          font-size: 2.5rem; } }
      /* line 1093, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .introduction .intro span .read-more {
        /*transform:translateZ(0);*/ }
      /* line 1097, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .introduction .intro span {
        position: relative;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 1097, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction .intro span {
            white-space: nowrap;
            display: block;
            line-height: 1.28em; } }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 1107, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction .intro span:before {
            content: '';
            background: #fff;
            position: absolute;
            display: block;
            width: 2000px;
            height: 1.2em;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: #fff;
            border-right: 1000px solid #009FDF;
            -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition: transform 1s;
            transition: transform 1s, -webkit-transform 1s;
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear; }
            /* line 1121, src/css/blocks/_sustainability-annual-report-homepage.scss */
            [dir="rtl"] #sustainability-annual-report-homepage .introduction .intro span:before {
              -webkit-transform: translateX(1000px);
                      transform: translateX(1000px); } }
        @media only screen and (min-width: 1024px) {
          /* line 1107, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction .intro span:before {
            height: 1.25em; } }
        /* line 1134, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro span.row1:before {
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        /* line 1140, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro span.row2:before {
          -webkit-transition-delay: 0.35s;
                  transition-delay: 0.35s; }
        /* line 1146, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro span.row3:before {
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
        /* line 1152, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro span.row4:before {
          -webkit-transition-delay: 0.65s;
                  transition-delay: 0.65s; }
        /* line 1158, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro span.row5:before {
          -webkit-transition-delay: 0.8s;
                  transition-delay: 0.8s; }
        /* line 1163, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction .intro span.row6 {
          display: block;
          margin-top: 2rem;
          position: relative;
          height: 40px;
          white-space: pre-wrap; }
          /* line 1170, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction .intro span.row6:before {
            -webkit-transition-delay: 1s;
                    transition-delay: 1s; }
          /* line 1174, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction .intro span.row6 .read-more {
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            padding-left: 48px;
            font-size: 1rem;
            line-height: 1.2rem;
            color: #fff;
            font-family: SabicHeadlineRegular, arial, sans-serif;
            text-transform: uppercase;
            text-align: left;
            display: block; }
            /* line 1188, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .introduction .intro span.row6 .read-more:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 35px;
              height: 35px;
              background: url(../img/icons/nav-arrow.svg) right top no-repeat;
              background-size: contain;
              -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
              -webkit-transition-delay: 1.5s;
                      transition-delay: 1.5s; }
              @media only screen and (min-width: 601px) {
                /* line 1188, src/css/blocks/_sustainability-annual-report-homepage.scss */
                #sustainability-annual-report-homepage .introduction .intro span.row6 .read-more:before {
                  opacity: 0; } }
    @media only screen and (max-width: 600px) {
      /* line 1210, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .introduction.visited .intro {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1210, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .introduction.visited .intro {
        opacity: 1; }
        /* line 1218, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .introduction.visited .intro span {
          -webkit-animation: reveal 0.5s;
                  animation: reveal 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
          /* line 1222, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction.visited .intro span:before {
            -webkit-transform: translateX(1000px);
                    transform: translateX(1000px); }
          /* line 1227, src/css/blocks/_sustainability-annual-report-homepage.scss */
          [dir="rtl"] #sustainability-annual-report-homepage .introduction.visited .intro span:before {
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%); }
          /* line 1232, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction.visited .intro span:after {
            opacity: 0; }
          /* line 1237, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .introduction.visited .intro span.row6 .read-more {
            opacity: 1;
            -webkit-animation: reveal 1.5s;
                    animation: reveal 1.5s; }
            /* line 1241, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .introduction.visited .intro span.row6 .read-more:before {
              opacity: 1;
              /*animation: all 1s 2s;*/ } }
  /* line 1252, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .boxes {
    padding: 3rem 1.5rem;
    background: #F6F6F6; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1252, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .boxes {
        padding: 0 1.5rem; } }
    /* line 1260, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .boxes .inner {
      max-width: 1170px;
      width: 100%; }
    /* line 1264, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .boxes h2 {
      max-width: 1000px;
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2em;
      margin: 0px auto 40px;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .boxes h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1264, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .boxes h2 {
          font-size: 2.5rem; } }
    /* line 1276, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .boxes .wrap-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1276, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .boxes .wrap-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    /* line 1284, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .boxes ul {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1284, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .boxes ul {
          width: 100%; } }
      /* line 1296, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .boxes ul.center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      /* line 1299, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .boxes ul li {
        margin: 8px 1.5%;
        border-top: 1px solid #4D4D4D;
        background: #fff;
        overflow: hidden;
        width: 47%;
        max-width: 186px; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 1299, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li {
            height: 190px;
            margin: 8px 1%;
            width: auto; } }
        /* line 1313, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .boxes ul li.link {
          background: none;
          border: none; }
          /* line 1317, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li.link .box.small {
            padding: 0 0 0 3em;
            font-size: 0.9rem;
            line-height: 1rem;
            font-family: SabicHeadlineRegular, arial, sans-serif;
            text-transform: uppercase;
            text-align: left;
            position: relative; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 1317, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .boxes ul li.link .box.small {
                font-size: 1rem;
                line-height: 1.3125rem;
                line-height: 1rem; } }
            /* line 1331, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .boxes ul li.link .box.small:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 35px;
              height: 32px;
              background: url(../img/icons/nav-arrow-blue.svg) right top no-repeat;
              background-size: contain;
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
        /* line 1345, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .boxes ul li.fullheight {
          height: 400px;
          width: 100%;
          max-width: 100%;
          margin: 8px 6px; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 1345, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .boxes ul li.fullheight {
              height: 395px; } }
          /* line 1355, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li.fullheight .box {
            padding: 1em; }
          /* line 1359, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li.fullheight p {
            font-size: 1.063em; }
        /* line 1364, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .boxes ul li .box {
          width: 100%;
          padding: 1rem 0rem;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out; }
          @media only screen and (min-width: 768px) and (min-height: 500px) {
            /* line 1364, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .boxes ul li .box {
              padding: 10px 16px 16px;
              width: 190px; } }
          /* line 1378, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.small {
            width: auto;
            font-size: 0.8em; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 1378, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .boxes ul li .box.small {
                width: 151px; } }
            /* line 1385, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage .boxes ul li .box.small h3 {
              font-family: SabicHeadlineLight, arial, sans-serif;
              min-height: 2em;
              height: 50px;
              display: block;
              position: relative; }
              /* line 66, src/css/misc/_fonts.scss */
              .lang-zh #sustainability-annual-report-homepage .boxes ul li .box.small h3 {
                font-family: SabicChineseLight !important; }
              @media only screen and (min-width: 768px) and (min-height: 500px) {
                /* line 1385, src/css/blocks/_sustainability-annual-report-homepage.scss */
                #sustainability-annual-report-homepage .boxes ul li .box.small h3 {
                  height: 45px; } }
              /* line 1395, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .boxes ul li .box.small h3 span {
                position: absolute;
                top: 0;
                left: 50%;
                width: 95%;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%); }
                @media only screen and (min-width: 768px) and (min-height: 500px) {
                  /* line 1395, src/css/blocks/_sustainability-annual-report-homepage.scss */
                  #sustainability-annual-report-homepage .boxes ul li .box.small h3 span {
                    left: 0;
                    width: 100%;
                    -webkit-transform: translateX(0%);
                            transform: translateX(0%); } }
          /* line 1411, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box img, #sustainability-annual-report-homepage .boxes ul li .box .lottie-icon {
            margin: 16px auto;
            display: block;
            width: 90%;
            max-width: 85px;
            max-height: 85px;
            background: transparent; }
            @media only screen and (min-width: 768px) and (min-height: 500px) {
              /* line 1411, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .boxes ul li .box img, #sustainability-annual-report-homepage .boxes ul li .box .lottie-icon {
                width: 100%; } }
          /* line 1424, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box .lottie-icon {
            height: 85px; }
          /* line 1429, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim1 img, #sustainability-annual-report-homepage .boxes ul li .box.anim1 .lottie-icon {
            max-width: 150px;
            height: 150px; }
          /* line 1435, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim2 {
            -webkit-transition-delay: 0.25s;
                    transition-delay: 0.25s; }
          /* line 1439, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim3 {
            -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s; }
          /* line 1443, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim4 {
            -webkit-transition-delay: 0.55s;
                    transition-delay: 0.55s; }
          /* line 1447, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim5 {
            -webkit-transition-delay: 0.7s;
                    transition-delay: 0.7s; }
          /* line 1451, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim6 {
            -webkit-transition-delay: 0.85s;
                    transition-delay: 0.85s; }
          /* line 1455, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim7 {
            -webkit-transition-delay: 1s;
                    transition-delay: 1s; }
          /* line 1459, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim8 {
            -webkit-transition-delay: 1.15s;
                    transition-delay: 1.15s; }
          /* line 1463, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box.anim9 {
            -webkit-transition-delay: 1.3s;
                    transition-delay: 1.3s; }
          /* line 1468, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box h3 {
            color: #939598;
            margin-bottom: 0; }
          /* line 1472, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box p {
            margin: 0; }
          /* line 1475, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul li .box .value {
            font-family: SabicHeadlineLight, arial, sans-serif;
            color: #009FDF;
            margin: 0;
            margin-top: 20px;
            font-size: 1.8rem;
            line-height: 1.333em; }
            /* line 66, src/css/misc/_fonts.scss */
            .lang-zh #sustainability-annual-report-homepage .boxes ul li .box .value {
              font-family: SabicChineseLight !important; }
            @media only screen and (min-width: 1024px) {
              /* line 1475, src/css/blocks/_sustainability-annual-report-homepage.scss */
              #sustainability-annual-report-homepage .boxes ul li .box .value {
                font-size: 2.5rem; } }
      /* line 1491, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .boxes ul.responsive-boxes li {
        width: 47%; }
        @media only screen and (min-width: 601px) {
          /* line 1491, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .boxes ul.responsive-boxes li {
            width: 22%; } }
    /* line 1504, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .boxes.visited ul li .box {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
  /* line 1512, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage #our-business-annual-report {
    background: #fff;
    width: 100%; }
    /* line 1516, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler {
      min-height: 660px; }
      @media only screen and (min-width: 1024px) {
        /* line 1516, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler {
          min-height: 500px; } }
      /* line 1523, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul {
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          /* line 1523, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul {
            width: 995px; } }
        /* line 1530, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li {
          height: 268px;
          width: 100%;
          max-width: 228px;
          margin-bottom: 1rem;
          border-top: none;
          border-left: 1px solid #C6C8CA;
          background: none; }
          @media only screen and (min-width: 601px) {
            /* line 1530, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li {
              width: 47%; } }
          @media only screen and (min-width: 1024px) {
            /* line 1530, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li {
              width: 25%;
              margin-bottom: 0; } }
          /* line 1548, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box {
            width: auto;
            padding: 0;
            transition: transform 0.3s, -webkit-transform 0.3s; }
            /* line 1553, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box h3 {
              margin-bottom: 0.88rem;
              padding-left: 8px;
              font-size: 1rem;
              line-height: 1.32rem;
              color: #009FDF;
              text-align: left; }
            /* line 1562, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box p {
              margin-bottom: 1.5rem;
              padding-left: 8px;
              font-size: 0.69rem;
              line-height: 0.88rem;
              text-align: left;
              color: #4D4D4D; }
            /* line 1570, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box img {
              width: 100%;
              max-width: 100%;
              height: 155px;
              max-height: 100%;
              margin: 0 auto; }
            /* line 1579, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box.anim2 {
              -webkit-transition-delay: 0.3s;
                      transition-delay: 0.3s; }
            /* line 1583, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box.anim3 {
              -webkit-transition-delay: 0.5s;
                      transition-delay: 0.5s; }
            /* line 1587, src/css/blocks/_sustainability-annual-report-homepage.scss */
            #sustainability-annual-report-homepage #our-business-annual-report.boxes .scaler ul li .box.anim4 {
              -webkit-transition-delay: 0.8s;
                      transition-delay: 0.8s; }
  /* line 1600, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .infographic,
  #sustainability-annual-report-homepage .infographic-list {
    text-align: center;
    color: #009FDF;
    font-family: SabicHeadlineLight, arial, sans-serif; }
    /* line 66, src/css/misc/_fonts.scss */
    .lang-zh #sustainability-annual-report-homepage .infographic, .lang-zh
    #sustainability-annual-report-homepage .infographic-list {
      font-family: SabicChineseLight !important; }
    /* line 1609, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic.is-fixed h2, #sustainability-annual-report-homepage .infographic.is-fixed img, #sustainability-annual-report-homepage .infographic.is-fixed .lottie-icon,
    #sustainability-annual-report-homepage .infographic-list.is-fixed h2,
    #sustainability-annual-report-homepage .infographic-list.is-fixed img,
    #sustainability-annual-report-homepage .infographic-list.is-fixed .lottie-icon {
      visibility: hidden; }
    /* line 1614, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic .inner,
    #sustainability-annual-report-homepage .infographic-list .inner {
      width: 100%; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1614, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .infographic .inner,
        #sustainability-annual-report-homepage .infographic-list .inner {
          height: 500px;
          max-height: 500px; } }
    /* line 1624, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic h2,
    #sustainability-annual-report-homepage .infographic-list h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2rem;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 20px;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .infographic h2, .lang-zh
      #sustainability-annual-report-homepage .infographic-list h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1624, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .infographic h2,
        #sustainability-annual-report-homepage .infographic-list h2 {
          font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1638, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .infographic .row1, #sustainability-annual-report-homepage .infographic .row2,
      #sustainability-annual-report-homepage .infographic-list .row1,
      #sustainability-annual-report-homepage .infographic-list .row2 {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
        transition: opacity 0.3s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.3s;
        transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; } }
    /* line 1648, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic .row2,
    #sustainability-annual-report-homepage .infographic-list .row2 {
      -webkit-transition-delay: 0.55s;
              transition-delay: 0.55s; }
    /* line 1652, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic .lottie-icon, #sustainability-annual-report-homepage .infographic img,
    #sustainability-annual-report-homepage .infographic-list .lottie-icon,
    #sustainability-annual-report-homepage .infographic-list img {
      display: block;
      width: 150px;
      height: 150px;
      margin: 0 auto;
      background: transparent; }
    /* line 1661, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic p,
    #sustainability-annual-report-homepage .infographic-list p {
      font-family: SabicHeadlineLight, arial, sans-serif;
      margin: 0;
      line-height: 1.333em;
      font-size: 1.4em; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .infographic p, .lang-zh
      #sustainability-annual-report-homepage .infographic-list p {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1661, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .infographic p,
        #sustainability-annual-report-homepage .infographic-list p {
          font-size: 2rem; } }
      /* line 1671, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .infographic p.xlarge,
      #sustainability-annual-report-homepage .infographic-list p.xlarge {
        font-size: 3.75rem;
        color: #009FDF; }
      /* line 1676, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .infographic p.hidewhenfixed,
      #sustainability-annual-report-homepage .infographic-list p.hidewhenfixed {
        max-width: 645px;
        margin: 0 auto; }
    /* line 1683, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .infographic.visited .row1, #sustainability-annual-report-homepage .infographic.visited .row2,
    #sustainability-annual-report-homepage .infographic-list.visited .row1,
    #sustainability-annual-report-homepage .infographic-list.visited .row2 {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  /* line 1692, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .infographic-list ul li {
    border-top: 2px solid #000; }
  /* line 1699, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .grid {
    width: 100%; }
    /* line 1701, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .inner {
      max-width: 1020px;
      width: 100%; }
    /* line 1706, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .border-top {
      border-top: 1px solid #C6C8CA;
      padding-top: 0.65rem;
      margin-top: 0.65rem; }
    /* line 1712, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .page-component {
      margin-bottom: 0.65rem;
      padding-bottom: 0.65rem;
      -webkit-perspective: 1000px;
              perspective: 1000px; }
    /* line 1719, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .anim1, #sustainability-annual-report-homepage .grid .anim2, #sustainability-annual-report-homepage .grid .anim3, #sustainability-annual-report-homepage .grid .anim4 {
      -webkit-transform: rotateY(-90deg);
              transform: rotateY(-90deg);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.7s;
      transition: opacity 0.3s, -webkit-transform 0.7s;
      transition: transform 0.7s, opacity 0.3s;
      transition: transform 0.7s, opacity 0.3s, -webkit-transform 0.7s;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      opacity: 0; }
      /* line 1726, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .grid .anim1 h3, #sustainability-annual-report-homepage .grid .anim2 h3, #sustainability-annual-report-homepage .grid .anim3 h3, #sustainability-annual-report-homepage .grid .anim4 h3 {
        font-size: 0.8rem; }
        @media only screen and (min-width: 768px) and (min-height: 500px) {
          /* line 1726, src/css/blocks/_sustainability-annual-report-homepage.scss */
          #sustainability-annual-report-homepage .grid .anim1 h3, #sustainability-annual-report-homepage .grid .anim2 h3, #sustainability-annual-report-homepage .grid .anim3 h3, #sustainability-annual-report-homepage .grid .anim4 h3 {
            font-size: 1.065rem; } }
    /* line 1734, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .anim1 {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    /* line 1738, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .anim2 {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    /* line 1743, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .anim3 {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    /* line 1747, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .anim4 {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    /* line 1751, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2rem;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 20px;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .grid h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1751, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .grid h2 {
          font-size: 2.5rem; } }
    /* line 1764, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .grid .inner-component {
      text-align: left;
      padding: 0 1rem 0 1rem; }
      /* line 1772, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .grid .inner-component h3 {
        color: #009FDF; }
  /* line 1779, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .table {
    width: 100%;
    margin-top: 4em; }
    /* line 1783, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .table .inner {
      max-width: 980px;
      width: 100%;
      text-align: left; }
    /* line 1788, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .table h2 {
      font-family: SabicHeadlineLight, arial, sans-serif;
      line-height: 1.333em;
      font-size: 2rem;
      padding-bottom: 20px;
      max-width: 90%;
      margin: 0  auto;
      text-align: center;
      color: #009FDF; }
      /* line 66, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .table h2 {
        font-family: SabicChineseLight !important; }
      @media only screen and (min-width: 768px) and (min-height: 500px) {
        /* line 1788, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .table h2 {
          font-size: 2.5rem; } }
    /* line 1803, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .table .download-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-bottom: 1rem; }
      /* line 1808, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .table .download-header h3 {
        font-family: SabicHeadlineLight, arial, sans-serif; }
        /* line 66, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-annual-report-homepage .table .download-header h3 {
          font-family: SabicChineseLight !important; }
      /* line 1811, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .table .download-header button {
        background: #009FDF;
        color: #fff;
        padding: 0.5rem 2rem;
        border: 0;
        text-transform: uppercase;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-family: SabicLight, arial, sans-serif; }
        /* line 106, src/css/misc/_fonts.scss */
        .lang-zh #sustainability-annual-report-homepage .table .download-header button {
          font-family: SabicChineseLight !important; }
    /* line 1822, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .table p {
      max-width: 203px;
      position: relative;
      height: 32px; }
    /* line 1828, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .table .arrow-link {
      font-family: SabicHeadlineRegular, arial, sans-serif;
      text-transform: uppercase;
      padding-left: 3rem;
      position: relative;
      display: inline-block;
      text-align: left;
      line-height: 1rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      /* line 74, src/css/misc/_fonts.scss */
      .lang-zh #sustainability-annual-report-homepage .table .arrow-link {
        font-family: SabicChineseRegular !important; }
      /* line 1840, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .table .arrow-link:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 2rem;
        height: 2rem;
        background: url(../img/icons/nav-arrow-blue.svg) no-repeat center;
        background-size: 100%;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
    /* line 1855, src/css/blocks/_sustainability-annual-report-homepage.scss */
    #sustainability-annual-report-homepage .table ul {
      list-style-type: none;
      text-align: left;
      margin: 0;
      padding: 0;
      border-top: 1px solid #C6C8CA;
      border-bottom: 1px solid #C6C8CA; }
      /* line 1863, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .table ul li a {
        display: block;
        padding: 1.6875rem 4.5rem;
        text-transform: uppercase;
        position: relative;
        font-size: 1.125rem;
        line-height: 1.5rem; }
        /* line 1869, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .table ul li a:before {
          content: '';
          width: 2rem;
          height: 2rem;
          position: absolute;
          left: 1.2rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url(../img/icons/SABIC-PDF.svg) no-repeat center; }
        /* line 1879, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .table ul li a:after {
          content: '';
          width: 2rem;
          height: 2rem;
          position: absolute;
          right: 1.2rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url(../img/icons/SABIC-DOWNLOAD.svg) no-repeat center; }
      /* line 1891, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .table ul li:nth-child(2n+1) {
        background: #f2fafd; }
  /* line 1898, src/css/blocks/_sustainability-annual-report-homepage.scss */
  #sustainability-annual-report-homepage .fixed-scrollbar {
    display: none; }
    @media only screen and (min-width: 768px) and (min-height: 500px) {
      /* line 1898, src/css/blocks/_sustainability-annual-report-homepage.scss */
      #sustainability-annual-report-homepage .fixed-scrollbar {
        position: fixed;
        width: 0.75rem;
        top: 0;
        right: 0;
        height: 100%;
        background: #ccc;
        z-index: 10; }
        /* line 1910, src/css/blocks/_sustainability-annual-report-homepage.scss */
        #sustainability-annual-report-homepage .fixed-scrollbar .scrollbar-active {
          background: #FFCD00;
          width: 0.75rem;
          height: 100%;
          max-height: 0;
          -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out; } }

/******************************
** Helpers
******************************/
/* line 1064, src/css/style.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

/* line 1065, src/css/style.scss */
.ir br {
  display: none; }

/* line 1065, src/css/style.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 1066, src/css/style.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 1067, src/css/style.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 1068, src/css/style.scss */
.invisible {
  visibility: hidden; }

/* line 1068, src/css/style.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

/* line 1068, src/css/style.scss */
.clearfix:after {
  clear: both; }

/* line 1068, src/css/style.scss */
.clearfix {
  *zoom: 1; }

/* line 1069, src/css/style.scss */
.cleared {
  clear: both; }

/******************************
** Print
******************************/
@media print {
  /* line 2, src/css/print/_print.scss */
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  /* line 4, src/css/print/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 4, src/css/print/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* line 5, src/css/print/_print.scss */
  thead {
    display: table-row-group; }
  /* line 5, src/css/print/_print.scss */
  tr, img {
    page-break-inside: avoid; }
  /* line 6, src/css/print/_print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  /* line 7, src/css/print/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  /* line 7, src/css/print/_print.scss */
  h2, h3 {
    page-break-after: avoid; }
  /* line 9, src/css/print/_print.scss */
  #cookies-notification, .block.menu form, .block.menu .menu-toggle,
  .block.menu .search-toggle, #product_search .block.search.searchbox,
  .block.generic.report-downloads .documents .document .ico-pdf,
  .block.generic.report-downloads .documents .document .ico-doc,
  #product_search .block.search.product_filters, nav, .block.newsletter, .block.report-downloads, .documents-container, .block.follow, .product-group .cta, .contact_details .cta {
    display: none !important; }
  /* line 16, src/css/print/_print.scss */
  a {
    text-decoration: none; }
  /* line 20, src/css/print/_print.scss */
  .flowline, .block.hero.regular .flowline, .block.hero.finder .flowline {
    left: -15% !important; }
  /* line 24, src/css/print/_print.scss */
  .block.products.tabs ul li {
    display: none; }
  /* line 28, src/css/print/_print.scss */
  .block.html, .block.products.tabs ul li.active {
    display: inline-block; }
  /* line 32, src/css/print/_print.scss */
  .block.news.result {
    margin-bottom: 7em; }
  /* line 36, src/css/print/_print.scss */
  .block.hero.regular .vcentered {
    padding-top: 2em; }
  /* line 40, src/css/print/_print.scss */
  .block.products.grade {
    position: static;
    display: block;
    overflow: auto;
    padding: 0;
    margin-bottom: 0; }
  /* line 49, src/css/print/_print.scss */
  #grades #grades-list .extra_data {
    overflow: visible !important;
    display: block;
    height: auto !important; }
    /* line 53, src/css/print/_print.scss */
    #grades #grades-list .extra_data .row {
      margin: 0 !important;
      position: static !important; }
  /* line 60, src/css/print/_print.scss */
  .block.html {
    position: static; }
    /* line 63, src/css/print/_print.scss */
    .block.html .row {
      position: static; }
    /* line 66, src/css/print/_print.scss */
    .block.html .table-wrapper {
      overflow: visible;
      width: 100%;
      position: static;
      display: block; }
      /* line 71, src/css/print/_print.scss */
      .block.html .table-wrapper table {
        position: static;
        width: 100%;
        border: 0;
        display: block;
        margin: 0;
        table-layout: auto; } }

@media print {
  /* line 4, src/css/print/_print_homepage.scss */
  #homepage.print-homepage #s9 .row .col.col-lg-4 {
    width: 33%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 0px; }
  /* line 14, src/css/print/_print_homepage.scss */
  #homepage.print-homepage section {
    display: none; }
    /* line 16, src/css/print/_print_homepage.scss */
    #homepage.print-homepage section#s1 .lower ul li,
    #homepage.print-homepage section#s2 .lower ul li,
    #homepage.print-homepage section#s3 .lower ul li,
    #homepage.print-homepage section#s4 .lower ul li,
    #homepage.print-homepage section#s5 .lower ul li,
    #homepage.print-homepage section#s6 .lower ul li,
    #homepage.print-homepage section#s7 .lower ul li,
    #homepage.print-homepage section#s8 .lower .downloadreports ul li {
      display: inline-block;
      margin-right: 2em; }
      /* line 26, src/css/print/_print_homepage.scss */
      #homepage.print-homepage section#s1 .lower ul li .upper .vcentered .html .cta, #homepage.print-homepage section#s1 .lower ul li .lower .cta,
      #homepage.print-homepage section#s2 .lower ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s2 .lower ul li .lower .cta,
      #homepage.print-homepage section#s3 .lower ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s3 .lower ul li .lower .cta,
      #homepage.print-homepage section#s4 .lower ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s4 .lower ul li .lower .cta,
      #homepage.print-homepage section#s5 .lower ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s5 .lower ul li .lower .cta,
      #homepage.print-homepage section#s6 .lower ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s6 .lower ul li .lower .cta,
      #homepage.print-homepage section#s7 .lower ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s7 .lower ul li .lower .cta,
      #homepage.print-homepage section#s8 .lower .downloadreports ul li .upper .vcentered .html .cta,
      #homepage.print-homepage section#s8 .lower .downloadreports ul li .lower .cta {
        background: #009FDF !important;
        color: #fff !important; }
    /* line 31, src/css/print/_print_homepage.scss */
    #homepage.print-homepage section.arriving {
      display: block; }
    /* line 34, src/css/print/_print_homepage.scss */
    #homepage.print-homepage section .upper .vcentered {
      top: -30px; }
      /* line 37, src/css/print/_print_homepage.scss */
      #homepage.print-homepage section .upper .vcentered .html .cta {
        display: inline-block;
        width: auto; } }

@media print {
  /* line 4, src/css/print/_print_news_articles.scss */
  .container.print-article-top hr {
    margin: 0 0 1.5em 0;
    display: none; }
  /* line 8, src/css/print/_print_news_articles.scss */
  .container.print-article-top .block.image, .container.print-article-top .block.html.print-top-copy {
    width: 49%;
    display: inline-block; }
  /* line 12, src/css/print/_print_news_articles.scss */
  .container.print-article-top .block.html.print-top-copy {
    padding-left: 2%;
    float: right; }
  /* line 16, src/css/print/_print_news_articles.scss */
  .container.print-article-top .block.generic.report-downloads {
    margin: 0; }
    /* line 18, src/css/print/_print_news_articles.scss */
    .container.print-article-top .block.generic.report-downloads .filters {
      display: none; }
    /* line 22, src/css/print/_print_news_articles.scss */
    .container.print-article-top .block.generic.report-downloads h2 {
      display: block;
      width: 100%; }
    /* line 27, src/css/print/_print_news_articles.scss */
    .container.print-article-top .block.generic.report-downloads .documents .document {
      padding: 1em 0 0; }
  /* line 31, src/css/print/_print_news_articles.scss */
  .container.print-article-top .block.callout-left {
    width: 50%;
    float: right; }
  /* line 37, src/css/print/_print_news_articles.scss */
  .block.callout-right.alt {
    margin-bottom: 4em; } }

@media print {
  /* line 3, src/css/print/_print_product.scss */
  .block.hero.finder .vcentered .container {
    padding-top: 1em; }
  /* line 7, src/css/print/_print_product.scss */
  .container.print-product-landing .block.products.keyfeatures ul li {
    display: inline-block;
    width: auto;
    padding-right: 2em; }
    /* line 11, src/css/print/_print_product.scss */
    .container.print-product-landing .block.products.keyfeatures ul li a {
      border: none; }
    /* line 15, src/css/print/_print_product.scss */
    .container.print-product-landing .block.products.keyfeatures ul li.active .ico-plastics:before {
      background-image: url(../img/icons/sabic-plastics.svg); }
    /* line 18, src/css/print/_print_product.scss */
    .container.print-product-landing .block.products.keyfeatures ul li.active .ico-chemicals:before {
      background-image: url(../img/icons/sabic-chemicals.svg); }
    /* line 21, src/css/print/_print_product.scss */
    .container.print-product-landing .block.products.keyfeatures ul li.active .ico-agri-nutrients:before {
      background-image: url(../img/icons/sabic-agri-nutrients.svg); }
    /* line 24, src/css/print/_print_product.scss */
    .container.print-product-landing .block.products.keyfeatures ul li.active .ico-metals:before {
      background-image: url(../img/icons/sabic-metals.svg); }
    /* line 27, src/css/print/_print_product.scss */
    .container.print-product-landing .block.products.keyfeatures ul li.active .ico-specialties:before {
      background-image: url(../img/icons/sabic_specialties.svg); }
  /* line 32, src/css/print/_print_product.scss */
  .container.print-product-landing .block.apps {
    display: none; }
  /* line 39, src/css/print/_print_product.scss */
  #product .row.print .col.col-xs-12.col-md-6 {
    width: 50%;
    display: inline-block; }
  /* line 46, src/css/print/_print_product.scss */
  #product_compare .comparison.print .product a:after, #product_compare .comparison.print .ico.ico-close {
    display: none; }
  /* line 53, src/css/print/_print_product.scss */
  #product_search .block.search.tabs.print, #document_search .block.search.tabs.print {
    border-bottom: none; }
    /* line 55, src/css/print/_print_product.scss */
    #product_search .block.search.tabs.print li, #document_search .block.search.tabs.print li {
      display: none; }
      /* line 58, src/css/print/_print_product.scss */
      #product_search .block.search.tabs.print li a:after, #document_search .block.search.tabs.print li a:after {
        display: none; }
      /* line 61, src/css/print/_print_product.scss */
      #product_search .block.search.tabs.print li.active, #document_search .block.search.tabs.print li.active {
        display: block; }
  /* line 66, src/css/print/_print_product.scss */
  #product_search .block.search.searchbox.print,
  #product_search .block.search.filters.print, #document_search .block.search.searchbox.print,
  #document_search .block.search.filters.print {
    display: none; }
  /* line 70, src/css/print/_print_product.scss */
  #product_search .load_more, #document_search .load_more {
    display: none; }
  /* line 77, src/css/print/_print_product.scss */
  .print-spotlight .col.col-xs-12.col-md-4 {
    width: 40%;
    display: inline-block; }
  /* line 81, src/css/print/_print_product.scss */
  .print-spotlight .col.col-xs-12.col-md-8 {
    width: 60%;
    display: inline-block; }
  /* line 89, src/css/print/_print_product.scss */
  #careers.print-careers .block.hero.regular .cta {
    width: auto;
    display: inline-block; }
  /* line 93, src/css/print/_print_product.scss */
  #careers.print-careers .block.careers.filters {
    display: none; }
  /* line 100, src/css/print/_print_product.scss */
  #location.print-locations .block.location.search, #location.print-locations .block.location.filters,
  #location.print-locations .block.location.sort, #location.print-locations .actions a, #location.print-locations .block.location.back,
  #location.print-locations .block.news.popular_assets ul, #locations.print-locations .block.location.search, #locations.print-locations .block.location.filters,
  #locations.print-locations .block.location.sort, #locations.print-locations .actions a, #locations.print-locations .block.location.back,
  #locations.print-locations .block.news.popular_assets ul {
    display: none; }
  /* line 106, src/css/print/_print_product.scss */
  #location.print-locations .block.news.popular_assets, #location.print-locations .block.location.functions, #locations.print-locations .block.news.popular_assets, #locations.print-locations .block.location.functions {
    width: 46%;
    display: inline-block; }
  /* line 110, src/css/print/_print_product.scss */
  #location.print-locations .block.location.functions, #locations.print-locations .block.location.functions {
    width: 53%;
    float: left;
    padding: 0.6em 1.5em 0; }
    /* line 114, src/css/print/_print_product.scss */
    #location.print-locations .block.location.functions li, #locations.print-locations .block.location.functions li {
      margin: 0.2em 0;
      font-size: 0.8em; }
  /* line 119, src/css/print/_print_product.scss */
  #location.print-locations .block.news.result, #locations.print-locations .block.news.result {
    margin-bottom: 0; }
  /* line 129, src/css/print/_print_product.scss */
  .print-industries-landing .block.html.print {
    display: block; }
  /* line 136, src/css/print/_print_product.scss */
  .print-industries-segment .block.html .cta {
    width: auto;
    display: inline-block; }
  /* line 141, src/css/print/_print_product.scss */
  .print-industries-segment .col.col-xs-12.col-md-6 {
    width: 50%;
    display: inline-block; }
  /* line 149, src/css/print/_print_product.scss */
  #news.print-news .block.news img {
    width: 100%; }
  /* line 152, src/css/print/_print_product.scss */
  #news.print-news .block.news.filters {
    display: none; } }

@media print {
  /* line 4, src/css/print/_print_reskin.scss */
  .container.new-layout .row .col.col-xs-12 {
    margin-bottom: 1em; }
  /* line 8, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--header .header-image {
    height: 100%;
    overflow: hidden; }
    /* line 12, src/css/print/_print_reskin.scss */
    .container.new-layout .page-component--header .header-image img {
      height: 100%;
      width: auto !important;
      max-width: 300% !important;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  /* line 21, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-2cols .video.col-image:before {
    height: 265px;
    padding-top: 0; }
  /* line 27, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-3cols .row .col.col-xs-4, .container.new-layout .page-component--image-3cols .row .col.col-xs-6, .container.new-layout .page-component--image-3cols-news .row .col.col-xs-4, .container.new-layout .page-component--image-3cols-news .row .col.col-xs-6 {
    width: 100%; }
  /* line 30, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-3cols .hide, .container.new-layout .page-component--image-3cols-news .hide {
    display: block !important; }
  /* line 34, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-3cols .block.html .video.col-image:before, .container.new-layout .page-component--image-3cols-news .block.html .video.col-image:before {
    height: 265px;
    padding-top: 0; }
  /* line 38, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-3cols .block.html img, .container.new-layout .page-component--image-3cols-news .block.html img {
    width: auto !important;
    max-width: 300% !important;
    height: 100%; }
  /* line 48, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-left .block.image:before, .container.new-layout .page-component--image-right .block.image:before {
    height: 265px;
    padding-top: 0; }
  /* line 53, src/css/print/_print_reskin.scss */
  .container.new-layout .page-component--image-left .block.image img, .container.new-layout .page-component--image-right .block.image img {
    width: auto !important;
    max-width: 300% !important;
    height: 100%;
    margin: 0; } }
