/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../commons/fonts/icomoon.eot?111e30');
  src:  url('../commons/fonts/icomoon.eot?111e30#iefix') format('embedded-opentype'),
    url('../commons/fonts/icomoon.ttf?111e30') format('truetype'),
    url('../commons/fonts/icomoon.woff?111e30') format('woff'),
    url('../commons/fonts/icomoon.svg?111e30#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"],[class="ext"],[class="int"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon','Roboto', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-thin:before {
  content: "\e900";
}
.icon-down-thin:before {
  content: "\e901";
}
.icon-left-thin:before {
  content: "\e902";
}
.icon-right-thin:before {
  content: "\e903";
}
.icon-up:before {
  content: "\e904";
}
.icon-down:before {
  content: "\e905";
}
.icon-left:before {
  content: "\e906";
}
.icon-right:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-arrow-down:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-right:before,
.icon-arror-right:before {
  content: "\e90b";
}
.icon-diagnosis:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-factory:before {
  content: "\e90e";
}
.icon-filter:before {
  content: "\e90f";
}
.icon-google:before {
  content: "\e910";
}
.icon-guestbook:before {
  content: "\e911";
}
.icon-language:before {
  content: "\e912";
}
.icon-main-menu:before {
  content: "\e913";
}
.icon-sad:before {
  content: "\e914";
}
.icon-search:before {
  content: "\e915";
}
.icon-smart-home-key:before {
  content: "\e916";
}
.icon-twitter:before {
  content: "\e917";
}
.icon-cancel:before {
  content: "\e918";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-arrow-up-right:before {
  content: "\e91a";
}
.icon-new-tab:before {
  content: "\e919";
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../commons/libs/owl.carousel.2.0.0-beta.2.4/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* example configuration */
/* default breakpoint */
.aem-Grid {
  margin: 0 auto;
  max-width: 1008px;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
.aem-Grid.aem-GridColumn-flip > .aem-GridColumn:not(.aem-GridColumn--default--12) {
  float: right !important;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--0 {
  margin-left: 0%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--1 {
  margin-left: 8.33333333%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--2 {
  margin-left: 16.66666667%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--3 {
  margin-left: 25%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--4 {
  margin-left: 33.33333333%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--5 {
  margin-left: 41.66666667%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--6 {
  margin-left: 50%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--7 {
  margin-left: 58.33333333%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--8 {
  margin-left: 66.66666667%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--9 {
  margin-left: 75%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--10 {
  margin-left: 83.33333333%;
}
.ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--11 {
  margin-left: 91.66666667%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--0 {
  margin-right: 0%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--1 {
  margin-right: 8.33333333%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--2 {
  margin-right: 16.66666667%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--3 {
  margin-right: 25%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--4 {
  margin-right: 33.33333333%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--5 {
  margin-right: 41.66666667%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--6 {
  margin-right: 50%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--7 {
  margin-right: 58.33333333%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--8 {
  margin-right: 66.66666667%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--9 {
  margin-right: 75%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--10 {
  margin-right: 83.33333333%;
}
.rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--default--11 {
  margin-right: 91.66666667%;
}
.rtl .aem-Grid .aem-GridColumn:not(.aem-GridColumn--default--12) {
  float: right !important;
}
.rtl .aem-Grid.aem-GridColumn-flip > .aem-GridColumn:not(.aem-GridColumn--default--12) {
  float: left !important;
}
.contentpage > .aem-Grid > .aem-GridColumn > .aem-Grid .aem-GridColumn--default--12 {
  padding: 0;
}
.contentpagerightcol > .aem-Grid > .aem-GridColumn--default--12 {
  padding: 0 12px;
}
/* add gutter in the grid */
.aem-GridColumn {
  padding: 0 12px;
}
.aem-GridColumn.rightcolumnreference {
  padding: 0;
}
.aem-GridColumn-default-remove {
  padding: 0;
}
.ltr .aem-GridColumn-default-left-remove {
  padding-left: 0;
}
.ltr .aem-GridColumn-default-right-remove {
  padding-right: 0;
}
.rtl .aem-GridColumn-default-left-remove {
  padding-right: 0;
}
.rtl .aem-GridColumn-default-right-remove {
  padding-left: 0;
}
/* smaller screen (phone) breakpoint */
@media (max-width: 639px) {
  .aemGridColumn-phone-hide {
    display: none;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--0 {
    margin-left: 0%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--1 {
    margin-left: 8.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--2 {
    margin-left: 16.66666667%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--3 {
    margin-left: 25%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--4 {
    margin-left: 33.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--5 {
    margin-left: 41.66666667%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--6 {
    margin-left: 50%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--7 {
    margin-left: 58.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--8 {
    margin-left: 66.66666667%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--9 {
    margin-left: 75%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--10 {
    margin-left: 83.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--11 {
    margin-left: 91.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--0 {
    margin-right: 0%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--1 {
    margin-right: 8.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--2 {
    margin-right: 16.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--3 {
    margin-right: 25%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--4 {
    margin-right: 33.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--5 {
    margin-right: 41.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--6 {
    margin-right: 50%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--7 {
    margin-right: 58.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--8 {
    margin-right: 66.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--9 {
    margin-right: 75%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--10 {
    margin-right: 83.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--phone--11 {
    margin-right: 91.66666667%;
  }
  .aem-GridColumn-phone-remove {
    padding: 0 0;
  }
  .ltr .aem-GridColumn-phone-left-remove {
    padding-left: 0;
  }
  .ltr .aem-GridColumn-phone-right-remove {
    padding-right: 0;
  }
  .rtl .aem-GridColumn-phone-left-remove {
    padding-right: 0;
  }
  .rtl .aem-GridColumn-phone-right-remove {
    padding-left: 0;
  }
  /* fix */
  .rtl .aem-GridColumn.aem-GridColumn--phone--12,
  .aem-GridColumn.aem-GridColumn--phone--12 {
    float: none !important;
    clear: both !important;
  }
}
/* tablet breakpoint */
@media (min-width: 640px) and (max-width: 1023px) {
  .aem-GridColumn-tablet-hide {
    display: none;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--0 {
    margin-left: 0%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--3 {
    margin-left: 25%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--6 {
    margin-left: 50%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--9 {
    margin-left: 75%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .ltr .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--0 {
    margin-right: 0%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--1 {
    margin-right: 8.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--2 {
    margin-right: 16.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--3 {
    margin-right: 25%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--4 {
    margin-right: 33.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--5 {
    margin-right: 41.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--6 {
    margin-right: 50%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--7 {
    margin-right: 58.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--8 {
    margin-right: 66.66666667%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--9 {
    margin-right: 75%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--10 {
    margin-right: 83.33333333%;
  }
  .rtl .aem-Grid > .aem-GridColumn.aem-GridColumnOffset--tablet--11 {
    margin-right: 91.66666667%;
  }
  .aem-GridColumn-tablet-remove {
    padding: 0 0;
  }
  .ltr .aem-GridColumn-tablet-left-remove {
    padding-left: 0;
  }
  .ltr .aem-GridColumn-tablet-right-remove {
    padding-right: 0;
  }
  .rtl .aem-GridColumn-tablet-left-remove {
    padding-right: 0;
  }
  .rtl .aem-GridColumn-tablet-right-remove {
    padding-left: 0;
  }
  /* fix */
  .rtl .aem-GridColumn.aem-GridColumn--tablet--12,
  .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: none !important;
    clear: both !important;
  }
}
/* desktop breakpoint */
@media (min-width: 1024px) {
  .aem-GridColumn-desktop-hide {
    display: none;
  }
  .aem-GridColumn-desktop-remove {
    padding: 0 0;
  }
  .ltr .aem-GridColumn-desktop-left-remove {
    padding-left: 0;
  }
  .ltr .aem-GridColumn-desktop-right-remove {
    padding-right: 0;
  }
  .rtl .aem-GridColumn-desktop-left-remove {
    padding-right: 0;
  }
  .rtl .aem-GridColumn-desktop-right-remove {
    padding-left: 0;
  }
  /* fix */
  .rtl .aem-GridColumn.aem-GridColumn--default--12,
  .aem-GridColumn.aem-GridColumn--default--12 {
    float: none !important;
    clear: both !important;
  }
}
a {
  transition: all 0.5s ease;
}
h1,
.h1 {
  font-weight: 300;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  text-overflow: ellipsis;
  overflow: hidden;
}
strong,
b {
  font-weight: 500;
}
html[lang="ps"] strong,
html[lang="ps"] b,
html[lang="ar"] strong,
html[lang="ar"] b,
html[lang="fa"] strong,
html[lang="fa"] b {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote {
  margin: 12px 0;
  font-style: italic;
}
.page-title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 36px;
  line-height: 130%;
  font-weight: 300;
  margin: 48px 0 12px 0;
}
.page-subtitle {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 60px;
}
.stage:before,
.stage:after {
  content: " ";
  display: table;
}
.stage:after {
  clear: both;
}
.stage .page-title {
  margin: 24px 12px;
}
.stage .page-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 150%;
  font-weight: 300;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}
.stage .page-title + .page-subtitle {
  position: relative;
  top: -12px;
}
.contentpagerightcol .page-title {
  margin: 24px 0 0 0;
}
.contentpagerightcol .page-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 130%;
  font-weight: 300;
  margin: 0 0 24px 0;
}
h3,
.h3 {
  display: block;
  font-size: 32px;
  line-height: 48px;
  margin: 24px 0 12px 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  margin: 6px 0;
}
.text-bold {
  font-weight: 500;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a,
a:focus,
a:hover {
  color: inherit;
}
a:focus,
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.text-large {
  font-size: 20px;
}
.text-default-left {
  text-align: left;
}
.text-default-center {
  text-align: center;
}
.text-default-right {
  text-align: right;
}
.rtl .text-default-left {
  text-align: right;
}
.rtl .text-default-right {
  text-align: left;
}
/* smaller screen (phone) breakpoint */
@media (max-width: 639px) {
  .text-phone-left {
    text-align: left;
  }
  .text-phone-center {
    text-align: center;
  }
  .text-phone-right {
    text-align: right;
  }
  .rtl .text-phone-left {
    text-align: right;
  }
  .rtl .text-phone-right {
    text-align: left;
  }
}
/* tablet breakpoint */
@media (min-width: 640px) and (max-width: 1023px) {
  .text-tablet-left {
    text-align: left;
  }
  .text-tablet-center {
    text-align: center;
  }
  .text-tablet-right {
    text-align: right;
  }
  .rtl .text-tablet-left {
    text-align: right;
  }
  .rtl .text-tablet-right {
    text-align: left;
  }
}
/* screenreader only (beware: should be used with block */
.sr-only {
  display: none !important;
}
@media speech {
  .sr-only {
    display: block !important;
  }
}
/*Common colors for all themes*/
.bg-gray-lightest {
  background: #f9f9f9;
}
.bg-gray-dark {
  background: #333333;
  color: #7f7f7f;
}
.bg-gray-dark a {
  color: #7f7f7f;
  text-decoration: none;
}
/*Specific colors*/
.colour_green {
  background-color: #1387df;
}
.colour_green,
.colour_green * {
  color: #ffffff;
}
.colour_green .color-overwrite {
  color: #ffffff !important;
}
.colour_green a:hover,
.colour_green a:focus {
  color: #ffffff;
}
.colour_green .link-mobile {
  background-color: #ffffff;
  border-color: #1387df;
}
.colour_green .link-mobile a,
.colour_green .link-mobile a:hover,
.colour_green .link-mobile a:focus {
  color: #1387df;
}
.colour_blue {
  background-color: #36a6fa;
}
.colour_blue,
.colour_blue * {
  color: #ffffff;
}
.colour_blue .color-overwrite {
  color: #ffffff !important;
}
.colour_blue .link-mobile {
  background-color: #ffffff;
  border-color: #36a6fa;
}
.colour_blue .link-mobile a,
.colour_blue .link-mobile a:hover,
.colour_blue .link-mobile a:focus {
  color: #36a6fa;
}
.colour_blue a:hover,
.colour_blue a:focus {
  color: #ffffff;
}
.colour_blue:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.colour_red {
  background-color: #f17806;
}
.colour_red,
.colour_red * {
  color: #ffffff;
}
.colour_red .color-overwrite {
  color: #ffffff !important;
}
.colour_red .link-mobile {
  background-color: #ffffff;
  border-color: #f17806;
}
.colour_red .link-mobile a,
.colour_red .link-mobile a:hover,
.colour_red .link-mobile a:focus {
  color: #f17806;
}
.colour_red a:hover,
.colour_red a:focus {
  color: #ffffff;
}
.colour_lightOrange {
  background-color: #ffab3f;
}
.colour_lightOrange,
.colour_lightOrange * {
  color: #ffffff;
}
.colour_lightOrange .color-overwrite {
  color: #ffffff !important;
}
.colour_lightOrange .link-mobile {
  background-color: #ffffff;
  border-color: #ffab3f;
}
.colour_lightOrange .link-mobile a,
.colour_lightOrange .link-mobile a:hover,
.colour_lightOrange .link-mobile a:focus {
  color: #ffab3f;
}
.colour_lightOrange a:hover,
.colour_lightOrange a:focus {
  color: #ffffff;
}
.colour_white {
  background-color: #ffffff;
}
.colour_white,
.colour_white * {
  color: #333333;
}
.colour_white .color-overwrite {
  color: #333333 !important;
}
.colour_white .link-mobile {
  background-color: #ffffff;
  border-color: #333333;
}
.colour_white .link-mobile a,
.colour_white .link-mobile a:hover,
.colour_white .link-mobile a:focus {
  color: #333333;
}
.colour_white a:hover,
.colour_white a:focus {
  color: #333333;
}
iframe {
  max-width: 100%;
}
.rtl .icon-right,
.rtl .icon-left {
  transform: rotate(180deg);
  display: inline-block;
}
/*
Teaser Views:
- Stage Teaser = .stage .teaser
- Topicteaser: .teaser.topicteaser
*/
/* WTG-588 Teaser Image Position Center needed */
aside .teaser.section .teaser .aem-GridColumn {
  padding-right: 0px;
  padding-left: 0px;
}
aside .teaser.section .teaser .aem-GridColumn .teaser-content {
  padding: 0 12px;
}
.teaser a,
.teaser a:hover,
.teaser a:-webkit-any-link {
  text-decoration: none;
}
.teaser a div,
.teaser a:hover div,
.teaser a:-webkit-any-link div,
.teaser a p,
.teaser a:hover p,
.teaser a:-webkit-any-link p,
.teaser a span,
.teaser a:hover span,
.teaser a:-webkit-any-link span {
  font-size: inherit;
}
.teaser,
.teaser * {
  cursor: pointer;
}
@media (max-width: 639px) {
  .col-main .teaser .image-wrapper,
  .col-main .teaser .teaser-content {
    text-align: center;
  }
  .col-main .teaser .image-wrapper img.collectionteaserimage,
  .col-main .teaser .teaser-content img.collectionteaserimage {
    width: 100%;
  }
  .col-main .teaser .image-wrapper p,
  .col-main .teaser .teaser-content p {
    text-align: center !important;
    margin-left: 0 !important;
  }
}
.teaser .teaser-more {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}
.teaser .playButton {
  position: relative;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
}
.teaser .playButton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-size: cover;
  content: '';
  background: url('../components/teaser/teaser/ic_play_circle_filled_black_48px.svg');
}
.teaser .h3,
.teaser h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
@media (min-width: 640px) {
  .ltr .teaser .aem-GridColumn-flip .teaser-content {
    padding-left: 12px;
  }
}
@media (min-width: 640px) {
  .rtl .teaser .aem-GridColumn-flip .teaser-content {
    padding-right: 12px;
  }
}
.stage .teaser .teaser-headline {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 32px;
  line-height: 130%;
  font-weight: 300;
  margin-top: 40px;
}
@media (min-width: 640px) {
  .stage .teaser .teaser-headline {
    margin-top: 10%;
  }
}
.stage .teaser .teaser-content {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.529;
}
@media (max-width: 639px) {
  .stage .teaser .teaser-content {
    padding-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .stage .teaser .teaser-text {
    margin-top: 28px;
  }
}
.teaser.newsteaser .image-wrapper {
  min-height: 1px;
}
.teaser.newsteaser .pubdate {
  font-size: 14px;
  margin: 0;
  color: #7f7f7f;
}
.teaser.newsteaser .teaser-headline + .pubdate {
  margin-top: -10px;
}
.teaser.newsteaser .teaser-more {
  display: inline;
  font-size: inherit;
  margin: 0;
  color: inherit;
}
@media (min-width: 640px) {
  .col-main .carousel-content[data-owl-bullets='true'] .teaser .teaser-image {
    padding-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .ltr .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid:not(.aem-GridColumn-flip) .aem-GridColumn--default--6 .teaser-content,
  .rtl .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid.aem-GridColumn-flip .aem-GridColumn--default--6 .teaser-content {
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .ltr .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid:not(.aem-GridColumn-flip) .aem-GridColumn--default--6 .teaser-content,
  .rtl .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid.aem-GridColumn-flip .aem-GridColumn--default--6 .teaser-content {
    padding-right: 36px;
  }
}
@media (min-width: 640px) {
  .rtl .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid:not(.aem-GridColumn-flip) .aem-GridColumn--default--6 .teaser-content,
  .ltr .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid.aem-GridColumn-flip .aem-GridColumn--default--6 .teaser-content {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .rtl .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid:not(.aem-GridColumn-flip) .aem-GridColumn--default--6 .teaser-content,
  .ltr .col-main .carousel-content[data-owl-nav='true'] .teaser.aem-Grid.aem-GridColumn-flip .aem-GridColumn--default--6 .teaser-content {
    padding-left: 36px;
  }
}
@media (max-width: 639px) {
  .col-main .carousel-content[data-owl-nav='true'] .teaser.noImage .teaser-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
aside .owl-carousel .teaser.aem-Grid .aem-GridColumn {
  padding: 0;
}
aside .teaser.aem-Grid .aem-GridColumn {
  width: 100% !important;
}
aside .teaser .h3,
aside .teaser h3 {
  padding-top: 0px;
  margin: 24px 0 0 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
}
aside .owl-carousel .teaser .teaser-content {
  padding-left: 12px;
  padding-right: 12px;
}
aside .owl-carousel[data-owl-nav='true'] .teaser.noImage .teaser-content {
  padding-left: 36px;
  padding-right: 36px;
}
.ltr .carousel-button.right {
  right: -30px !important;
  top: 40%;
}
.ltr .carousel-button.left {
  left: -30px !important;
  top: 40%;
}
.rtl .carousel-button.right {
  left: -30px !important;
  top: 40%;
}
.rtl .carousel-button.left {
  right: -30px !important;
  top: 40%;
}
.frame {
  margin-top: 0px;
}
.owl-carousel .owl-stage {
  margin-bottom: -7px;
}
.carouselteaser > div:first-child {
  padding: 0px 0px;
}
@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .stage .carouselteaser.section {
    overflow: hidden;
  }
}
.teaser.editorteaser {
  padding-top: 24px;
}
.teaser.editorteaser .content-wrapper .image-wrapper {
  max-width: 144px;
  float: left;
  margin: 0 auto;
  display: block;
}
.teaser.editorteaser .content-wrapper .image-wrapper picture img.img-responsive {
  border-radius: 50%;
}
.teaser.editorteaser .content-wrapper .text-wrapper .text {
  padding-left: 0;
}
.teaser.editorteaser .content-wrapper .text-wrapper h3 {
  text-align: center;
}
.teaser.editorteaser .content-wrapper .text-wrapper p {
  text-align: center;
  padding: 0 24px;
}
.teaser.editorteaser .content-wrapper .text-wrapper .links-wrapper {
  padding-left: 0;
}
.teaser.editorteaser .content-wrapper .text-wrapper .links-wrapper span {
  text-align: center;
  display: block;
  width: 100%;
}
.teaser.editorteaser .content-wrapper .text-wrapper {
  float: left;
  margin: 0 auto;
  display: block;
  padding-top: 12px;
}
.teaser.editorteaser .content-wrapper .text-wrapper .text,
.teaser.editorteaser .content-wrapper .text-wrapper h3.headline {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.teaser.editorteaser .content-wrapper .text-wrapper p:first-of-type {
  margin-top: 0;
}
.frame .teaser.editorteaser .content-wrapper .image-wrapper {
  float: none;
}
.frame .teaser.editorteaser .content-wrapper .text-wrapper {
  float: none;
}
/* WTG-385 */
.frame .colour_red .topicteaser .content-wrapper:hover {
  background-color: #ffab3f;
}
.frame .colour_lightOrange .topicteaser .content-wrapper:hover {
  background-color: #f17806;
}
.frame .colour_green .topicteaser .content-wrapper:hover {
  background-color: #36a6fa;
}
.frame .colour_blue .topicteaser .content-wrapper:hover {
  background-color: #1387df;
}
.topicteaser {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #fff;
  outline: 1px solid #fff;
}
.rtl.cq-wcm-edit .topicteaser,
.ltr.cq-wcm-edit .topicteaser {
  float: none !important;
}
.topicteaser .content-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}
.colour .topicteaser .content-wrapper {
  background-color: transparent;
}
.topicteaser .content-wrapper .image-wrapper {
  padding-top: 24px;
  height: 64px;
}
.topicteaser .content-wrapper .image-wrapper img.img-responsive {
  margin: 0 auto;
  display: block;
  max-height: 64px;
  max-width: 64px;
}
.topicteaser .content-wrapper .link-wrapper {
  padding: 24px 12px;
  text-align: center;
}
.topicteaser .content-wrapper .link-wrapper a {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topicteaser .content-wrapper .link-wrapper.no-text {
  padding-bottom: 0;
}
.topicteaser .content-wrapper.no-image .image-wrapper {
  display: none;
}
.videoteaser * {
  cursor: default ;
}
.videoteaser * .teaser * {
  cursor: default ;
}
#videoteaser {
  min-height: 150px;
}
#videoteaser iframe,
#videoteaser .fb_iframe_widget {
  display: block !important;
}
.videoplayer {
  height: auto !important;
}
.videoplayer .privacy-hint {
  font-size: 12px;
  background: #eee;
  padding: 8px 10px;
  line-height: 1.5;
  box-sizing: border-box;
}
.js .videoplayer .privacy-hint {
  display: none;
}
.facebook-share {
  background: #4267b2;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
}
.facebook-share span {
  background: url(../components/facebookshare/facebook.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.facebook-share:hover,
.facebook-share:focus {
  color: #fff;
  background: #365899;
  text-decoration: none;
}
.aem-GridColumn .frame.aem-GridColumn {
  padding: 0;
}
.frame {
  margin-top: 12px;
  min-height: 30px;
}
.frame .caption-wrapper .title h3 {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: 300;
  line-height: 32px;
}
.frame .caption-wrapper .link-desktop {
  z-index: 2;
  float: right;
  text-align: right;
  padding: 14px 0;
}
.rtl .frame .caption-wrapper .link-desktop {
  float: left;
}
.frame .caption-wrapper .link-desktop .frame_link {
  font-family: 'Open Sans', sans-serif;;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.frame .caption-wrapper .link-desktop .frame_link:hover {
  text-decoration: underline;
}
.frame .caption-wrapper .link-desktop .arrow {
  margin-left: 10px;
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  position: relative;
  top: 1px;
}
.rtl .frame .caption-wrapper .link-desktop .arrow {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .frame .caption-wrapper .link-desktop .arrow:before {
  content: "\e90a";
}
@media (max-width: 639px), (min-width: 320px) and (max-width: 639px) {
  .frame .caption-wrapper .link-desktop {
    display: none;
  }
}
.frame .caption-wrapper .link-desktop.no-link {
  display: none;
}
.frame .colour .caption-wrapper .link-desktop {
  padding-right: 12px;
  padding-left: 12px;
}
.headline + .frame,
.cq-wcm-preview .headline + .cq-editcomponent-placeholder + .frame {
  margin-top: 0;
}
.col-main.aem-GridColumn--default--12 .headline + .frame .caption-wrapper .link-desktop,
.cq-wcm-preview .col-main.aem-GridColumn--default--12 .headline + .cq-editcomponent-placeholder + .frame .caption-wrapper .link-desktop {
  box-sizing: border-box;
  margin-top: -17px;
}
@media (min-width: 1024px) {
  .col-main.aem-GridColumn--default--12 .headline + .frame .caption-wrapper .link-desktop,
  .cq-wcm-preview .col-main.aem-GridColumn--default--12 .headline + .cq-editcomponent-placeholder + .frame .caption-wrapper .link-desktop {
    margin-top: -54px;
    max-width: 23%;
  }
}
.frame .frame-content-wrapper > *:first-child {
  margin-top: 0;
}
.frame .link-mobile {
  border-style: solid;
  border-width: 1px;
}
.rtl .frame .link-mobile {
  float: none !important;
}
.frame .link-mobile .frame_link {
  font-family: 'Open Sans', sans-serif;;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 12px !important;
  text-align: center;
}
.frame .link-mobile .frame_link:hover {
  text-decoration: underline;
}
@media (min-width: 640px) and (max-width: 1023px), (min-width: 1024px) {
  .frame .link-mobile {
    display: none;
  }
}
.frame .link-mobile.no-link {
  display: none;
}
aside .frame .caption-wrapper .title h3,
aside .frame .caption-wrapper .title .h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
}
.offset .frame .caption-wrapper .link-desktop {
  display: none;
}
.offset .frame .link-mobile {
  display: block;
}
/*
.colour_blue{
	background-color: #36A6FA;
    &, * {
        color: #fff;
    }
    .color-overwrite {
        color: #fff !important;
    }
    .link-mobile {
        background-color: #fff;
        a,
        a:hover,
        a:focus {
            color: #36A6FA;
        }
        border-color:#36A6FA;
    }

    a:hover,
    a:focus {
        color: #fff;
    }

    &:after {
        content: ' ';
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
    }
}
* /
*/
/* WTG-587 Change header elements order for AR+FA  */
.header * {
  direction: ltr;
}
.rtl .header .aem-Grid .aem-GridColumn {
  float: left !important;
}
.rtl .header .text-default-right {
  text-align: right;
}
.cq-wcm-edit .header {
  position: relative;
}
.header {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(51, 51, 51, 0.15);
  min-height: 116px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9001;
}
@media (max-width: 639px) {
  .header {
    min-height: 56px;
  }
}
.header .icon-search,
.header .icon-language,
.header .icon-main-menu {
  color: #000000;
  display: inline-block;
  font-size: 32px;
  margin-top: 42px;
  text-decoration: none;
}
@media (max-width: 639px) {
  .header .icon-search,
  .header .icon-language,
  .header .icon-main-menu {
    font-size: 26px;
    margin-top: 16px;
  }
}
.header .icon-search:hover,
.header .icon-language:hover,
.header .icon-main-menu:hover,
.header .icon-search:focus,
.header .icon-language:focus,
.header .icon-main-menu:focus {
  text-decoration: none;
  color: #000000;
}
.header .icon-search.active:before,
.header .icon-language.active:before,
.header .icon-main-menu.active:before {
  content: "\e918";
}
.header .icon-language {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .header .icon-language {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.navLayer {
  width: 100%;
  z-index: 8005;
  position: absolute;
  transition: all 0.5s ease;
  top: 116px;
  display: none;
  font-family: "Open Sans", Arial, sans-serif;
}
#language,
#navigation {
  background: rgba(19, 135, 223, 0.95);
}
#language ul,
#navigation ul {
  margin: 0;
  padding: 0;
}
#language ul li,
#navigation ul li {
  list-style-type: none;
}
#language > ul,
#navigation > ul {
  margin-top: 12px;
}
#language a,
#navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
  max-width: 984px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
#language a:hover,
#navigation a:hover,
#language a:focus,
#navigation a:focus {
  text-decoration: underline;
}
#language > ul > li > a,
#navigation > ul > li > a {
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
  padding: 12px;
  position: relative;
}
#language > ul > li > a span,
#navigation > ul > li > a span {
  position: absolute;
  display: block;
  padding: 12px;
  right: 0;
  top: 0;
  width: 32px;
  text-align: center;
  font-size: 24px;
}
#language > ul > li > a span:before,
#navigation > ul > li > a span:before {
  transition: all 0.5s ease;
  display: inline-block;
}
.rtl #language > ul > li > a span,
.rtl #navigation > ul > li > a span {
  left: 0;
  right: auto;
}
#language > ul > li.category > ul,
#navigation > ul > li.category > ul {
  display: none;
}
#language > ul > li.category.active > ul,
#navigation > ul > li.category.active > ul {
  display: block;
}
#language > ul > li.category.active > a span:before,
#navigation > ul > li.category.active > a span:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#language > ul > li > ul > li a,
#navigation > ul > li > ul > li a {
  font-size: 17px;
  font-weight: 300;
  line-height: 130%;
  padding: 12px 12px 12px 36px;
}
.rtl #language > ul > li > ul > li a,
.rtl #navigation > ul > li > ul > li a {
  padding-left: 12px;
  padding-right: 36px;
}
#language > ul > li > ul > li a span,
#navigation > ul > li > ul > li a span {
  display: none;
}
#language > ul > li > ul > li ul,
#navigation > ul > li > ul > li ul {
  background: #1387DF;
  margin-top: 3px;
}
#language > ul > li > ul > li ul > li a,
#navigation > ul > li > ul > li ul > li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 60px;
}
.rtl #language > ul > li > ul > li ul > li a,
.rtl #navigation > ul > li > ul > li ul > li a {
  padding-left: 12px;
  padding-right: 60px;
}
#language {
  background: rgba(241, 120, 6, 0.95);
}
#search {
  background: rgba(54, 166, 250, 0.95);
}
#search .search-controls {
  position: relative;
}
#search .search-controls button {
  position: absolute;
  right: 0;
  top: 6px;
  color: #fff;
  border: 0;
  font-size: 48px;
  background: transparent;
  width: 60px;
  box-sizing: border-box;
}
.rtl #search .search-controls button {
  right: auto;
  left: 0;
}
#search .search-controls input {
  color: #fff;
  width: 100%;
  background: transparent;
  border: none;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #fff;
  font-size: 21px;
  font-weight: 300;
  -webkit-appearance: none;
  border-radius: 0;
}
.ltr #search .search-controls input {
  padding-right: 60px;
}
.rtl #search .search-controls input {
  padding-left: 60px;
}
#search .search-controls ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 300;
}
#search .search-controls ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: 300;
}
#search .search-controls :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: 300;
}
#search .search-controls :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: 300;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 150%;
  color: #333333;
  min-height: calc(100vh - 36px);
  /* WTG-364 bugfix */
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  position: relative;
  /* TextToSpeech ReadSpeaker Styling */
  /* fixed Readspeaker subMenue at readable text on dbClick  */
  /* rtl for Readspeaker */
}
body.navLayer-open .main-content {
  position: fixed;
  max-height: 100%;
  overflow: hidden;
}
body.navLayer-open .page-footer {
  display: none;
}
body .main-content {
  padding-top: 116px;
  padding-bottom: 338px;
  width: 100%;
}
@media (max-width: 639px) {
  body .main-content {
    padding-top: 56px;
  }
}
body .main-content.no-breadcrumbs {
  top: 104px;
}
@media (max-width: 639px) {
  body .stage > .aem-Grid--12 > .aem-GridColumn {
    padding: 0;
  }
}
body.ltr aside > .offset {
  margin-left: 24px;
}
@media (max-width: 639px) {
  body.ltr aside > .offset {
    margin-left: 0;
  }
}
body.rtl aside > .offset {
  margin-right: 24px;
}
@media (max-width: 639px) {
  body.rtl aside > .offset {
    margin-right: 0;
  }
}
body .rsbtn {
  padding-bottom: 0;
  margin-top: 20px;
}
body .accordion .rsbtn {
  margin-top: 10px;
}
body .readspeaker .richtext p:first-child {
  margin-top: 0;
}
body .rs-icon-play {
  float: right;
  font-family: hl-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  height: 100%;
  color: #444464;
  speak: none;
  font-size: 12px;
  top: 4px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .rs-icon-play:before {
  content: "\e916";
}
body .rspopup {
  display: none !important;
}
body.rtl .rs-icon-play {
  float: left;
  margin-left: 5px;
}
body.rtl .rsbtn {
  z-index: 1;
}
body.rtl .rsbtn {
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
  direction: ltr;
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .rsbtn .rsbtn_play .rsbtn_right {
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  border-left: none;
  border-right: 1px solid #677077;
  padding: 0 7px 0 0;
  margin-left: 12px;
}
body.rtl .rsbtn .rsbtn_exp button,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container {
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .rsbtn .rsbtn_exp button.rsbtn_pause,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_pause,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_volume,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_volume,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_dl,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_dl,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_closer,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_closer,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_speed,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_speed,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_forward,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_forward,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_rewind,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_rewind,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_stop,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_stop,
body.rtl .rsbtn .rsbtn_exp button.rsbtn_pause,
body.rtl .rsbtn .rsbtn_exp span.rsbtn_progress_container.rsbtn_pause {
  border-left: none;
  border-right: 1px solid #677077;
}
body.rtl .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container {
  direction: ltr;
}
body.rtl .rsbtn .rsbtn_toolpanel {
  direction: ltr;
  width: auto !important;
}
body.rtl .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered {
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: auto;
  left: 3px;
}
body.rtl .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li {
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool {
  border-right: none;
  border-left: 1px solid #677077;
}
body.rtl .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool.last-child {
  border: none;
}
body.rtl .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool_menu {
  unicode-bidi: bidi-override !important;
  direction: rtl !important;
  text-align: right;
}
body.rtl .rsbtn.rs_splitbutton .rsbtn_exp .rsbtn_exp_inner button.rsbtn_pause {
  padding-left: 10px;
  padding-right: 20px;
}
.page-footer {
  padding-top: 36px;
  height: 301px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.page-footer .text-small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
}
.page-footer h4,
.page-footer .h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.page-footer > div {
  padding: 36px 0 12px;
}
.page-footer > div:last-child {
  padding-bottom: 0;
}
.page-footer .language {
  font-size: 10px;
  margin: 0 0 36px 0;
  padding: 0;
}
.page-footer .language li {
  display: inline;
  list-style-type: none;
  unicode-bidi: embed;
}
.page-footer .language li a:hover,
.page-footer .language li a:focus {
  text-decoration: underline;
}
.page-footer .language li:before {
  content: '·';
  display: inline-block;
  padding: 0 12px;
  position: relative;
  top: 2px;
  font-size: 14px;
  font-weight: 600;
}
.page-footer .language li:first-child:before {
  content: '';
  padding: 0;
}
.page-footer nav {
  padding-bottom: 12px;
  font-weight: 400;
}
.page-footer nav ul {
  margin: 0;
  padding: 0;
}
.page-footer nav ul li {
  list-style-type: non;
  display: inline-block;
}
.page-footer nav ul li a:hover,
.page-footer nav ul li a:focus {
  text-decoration: underline;
}
.page-footer nav ul li:before {
  content: '·';
  display: inline-block;
  padding: 0 4px 0px 2px;
  position: relative;
  top: 3px;
  font-size: 18px;
  font-weight: 600;
}
.page-footer nav ul li:first-child:before {
  content: '';
  padding: 0;
}
.menu-drop-down {
  display: none;
  position: absolute;
  background-color: #fff;
  border: solid 1px grey;
  width: auto;
  z-index: 10000;
  padding: 0;
}
.menu-drop-down ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-drop-down ul a {
  text-decoration: none;
  color: black;
}
.menu-drop-down ul li.category {
  text-align: center;
  background-color: lightgrey;
  padding-top: 0.5em;
}
.menu-drop-down ul li.item {
  z-index: 2147483647;
  text-align: initial;
  border: solid 1px grey;
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: #fff;
}
.menu-drop-down ul li.item:hover {
  background-color: lightgrey;
}
.search-controls {
  padding: 0.5em 0;
}
.searchbar .menu-button {
  background: transparent url(../components/searchbar/search_outline.svg?crc=434689017) no-repeat center center;
}
.searchbar .menu-drop-down {
  padding: 0 1em;
}
.searchfilter .search-controls {
  position: relative;
  margin: 6px 0 0 0;
  padding: 0;
}
.searchfilter .search-controls input {
  border: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 12px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
  box-sizing: border-box;
}
.searchfilter .search-controls button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 4px;
  height: 32px;
  width: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.searchfilter .search-controls button * {
  color: #0B90B9;
  font-size: 32px;
}
.searchfilter .options {
  padding: 24px 0 36px 0;
}
.searchfilter .options span,
.searchfilter .options label {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  position: relative;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 36px 0 12px;
  display: inline-block;
}
@media (max-width: 639px) {
  .searchfilter .options span {
    display: block;
    text-align: center;
  }
}
.searchfilter .options input {
  visibility: hidden;
  width: 24px;
  height: 24px;
}
.searchfilter .options input[type='radio']:checked + label::before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -18px;
  border: 1px solid #fff;
  background: white;
  border-radius: 90px;
}
.searchfilter .options input[type='radio'] + label::after {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -24px;
  top: 0px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 90px;
}
.rtl .searchfilter .search-controls input {
  padding-left: 40px;
}
.rtl .searchfilter .search-controls button {
  left: 4px;
}
.rtl .searchfilter .options span,
.rtl .searchfilter .options label {
  padding: 0 12px 0 36px;
}
.rtl .searchfilter .options label:last-of-type {
  padding-left: 0;
}
.rtl .searchfilter .options span {
  padding-right: 0;
}
.rtl .searchfilter .options input[type='radio']:checked + label::before {
  right: -18px;
}
.rtl .searchfilter .options input[type='radio'] + label::after {
  right: -24px;
}
.ltr .searchfilter .search-controls input {
  padding-right: 40px;
}
.ltr .searchfilter .search-controls button {
  right: 4px;
}
.ltr .searchfilter .options label:last-of-type {
  padding-right: 0;
}
.ltr .searchfilter .options span {
  padding-left: 0;
}
.ltr .searchfilter .options input[type='radio']:checked + label::before {
  left: -18px;
}
.ltr .searchfilter .options input[type='radio'] + label::after {
  left: -24px;
}
.linklist {
  word-wrap: break-word;
}
.linklist h2,
.linklist .h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 12px;
}
dl.linklist dt a {
  color: #333333;
}
dl.linklist dt a:hover,
dl.linklist dt a:focus {
  text-decoration: none;
}
dl.linklist dd {
  margin: 0;
  padding: 0;
}
dl.linklist dd a {
  color: #36a6fa;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
dl.linklist dd a:hover,
dl.linklist dd a:focus {
  text-decoration: underline;
}
dl.linklist dd + dt {
  margin-top: 24px;
}
aside dl.linklist dt a {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
aside dl.linklist dt a:hover span,
aside dl.linklist dt a:focus span {
  text-decoration: underline;
}
aside dl.linklist dd + dt {
  margin-top: 0;
}
aside dl.linklist dd {
  display: none;
}
.colour dl.linklist dt a {
  color: #fff;
}
aside dl.linklist dt a {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
.ltr aside dl.linklist dt a {
  padding-right: 30px;
}
.rtl aside dl.linklist dt a {
  padding-left: 30px;
}
aside dl.linklist dt a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  vertical-align: sub;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
}
.ltr aside dl.linklist dt a:after {
  content: " \e90b";
  right: 0;
}
.rtl aside dl.linklist dt a:after {
  content: " \e90a";
  left: 0;
}
.searchresultpagelist h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 130%;
  font-weight: 300;
}
.searchresultpagelist h3 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin-top: 12px;
  line-height: 130%;
  font-weight: 500;
}
.searchresultpagelist .result-item {
  display: block;
  margin-top: 48px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.searchresultpagelist .result-item .title,
.searchresultpagelist .result-item .subtitle,
.searchresultpagelist .result-item .excerpt {
  display: block;
}
.searchresultpagelist .result-item .title {
  font-weight: 500;
}
.searchresultpagelist .result-item .subtitle {
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 6px;
}
.searchresultpagelist .result-item .excerpt {
  font-size: 14px;
}
.videonavigation h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  color: #1387df;
  margin: 22px 0 20px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}
.colour .videonavigation h2 {
  color: inherit;
}
.videonavigation > .collection-wrapper {
  margin: 0 -12px;
}
.videonavigation .videonavigation-item {
  line-height: 120%;
}
.videonavigation .videonavigation-item .image-wrapper {
  margin: 6px 0;
  /* styling for non replaced lazyload-images */
  /*width: 100%;*/
  /*min-height: 100px;*/
}
@media (max-width: 639px) {
  .ltr .videonavigation .videonavigation-item .teaser .image-wrapper {
    margin-right: 12px;
  }
  .rtl .videonavigation .videonavigation-item .teaser .image-wrapper {
    margin-left: 12px;
  }
}
@media (min-width: 640px) {
  .videonavigation .videonavigation-item {
    padding-bottom: 11px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ltr .videonavigation .videonavigation-item.aem-GridColumn--tablet--4:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .ltr .videonavigation .videonavigation-item.aem-GridColumn--default--3:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .rtl .videonavigation .videonavigation-item.aem-GridColumn--tablet--4:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 1024px) {
  .rtl .videonavigation .videonavigation-item.aem-GridColumn--default--3:nth-child(4n+1) {
    clear: right;
  }
}
.videonavigation .no-result {
  padding: 0 12px;
  text-align: center;
}
.videonavigation .video-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.videonavigation .video-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #7f7f7f;
}
.colour .videonavigation .video-subtitle {
  color: inherit;
}
.videonavigation .video-description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
@media (max-width: 639px) {
  .videonavigation .video-description {
    display: none;
  }
}
.videonavigation .video-description p {
  margin: 0;
}
.videonavigation .video-description p + p {
  margin-top: 14px;
}
.videonavigation .video-title,
.videonavigation .video-subtitle,
.videonavigation .video-description {
  margin: 0;
  padding: 2px 0 3px;
}
@media (max-width: 639px) {
  .videonavigation .video-title:first-child,
  .videonavigation .video-subtitle:first-child,
  .videonavigation .video-description:first-child {
    margin-top: 6px;
  }
}
.videonavigation .search-controls {
  position: relative;
  margin: 6px 0 0 0;
  padding: 0;
}
.videonavigation .search-controls input {
  border: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 12px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
}
.ltr .videonavigation .search-controls input {
  padding-right: 40px;
}
.rtl .videonavigation .search-controls input {
  padding-left: 40px;
}
.videonavigation .search-controls button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 4px;
  height: 32px;
  width: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.ltr .videonavigation .search-controls button {
  right: 4px;
}
.rtl .videonavigation .search-controls button {
  left: 4px;
}
.videonavigation .search-controls button * {
  color: #1387df;
  font-size: 32px;
}
.stage .videonavigation {
  margin-top: 24px;
  padding-bottom: 90px;
}
.languageswitch .menu-button {
  background: transparent url(../components/languageswitch/language.svg?crc=443912441) no-repeat center center;
}
.navbar .menu-button {
  background: transparent url(../components/navbar/main-menu_solid.svg?crc=4132012918) no-repeat center center;
}
.breadcrumb {
  font-size: 12px;
  line-height: 1.167;
  min-height: 24px;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li:after {
  display: inline-block;
  margin: 0 0.3em;
  content: " > ";
}
.breadcrumb ol li a {
  display: inline-block;
  padding: 6px 0;
}
.breadcrumb ol li:last-child a {
  font-weight: 500;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.main-menu {
  display: none;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  z-index: 10000;
  background-color: #1e8c87;
  opacity: 0.95;
}
.main-menu .close-button {
  position: absolute;
  top: 44px;
  right: 6%;
  width: 32px;
  height: 32px;
  background: transparent url(../components/mainmenu/cancel_solid.svg?crc=203209164) no-repeat center center;
  cursor: pointer;
}
.mainmenubutton .menu-button {
  cursor: pointer;
}
.carousel-content {
  position: relative;
}
.carousel-content.showBullets .owl-controls .owl-dots {
  display: flex;
}
.carousel-content[data-owl-bullets='true'] {
  padding-bottom: 48px;
}
.carousel-button {
  position: absolute;
  top: 30%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  opacity: 0.7;
}
.carousel-button:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
}
.colour .carousel-button:before {
  border-color: #fff;
}
.carousel-button:hover {
  opacity: 1;
}
.ltr .carousel-button.left {
  left: 0;
  transform: scale(-1, -1);
}
.ltr .carousel-button.right {
  right: 0;
}
.rtl .carousel-button.left {
  right: 0;
}
.rtl .carousel-button.right {
  left: 0;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .ltr .col-main .carousel-button.left {
    left: 12px;
  }
  .ltr .col-main .carousel-button.right {
    right: 12px;
  }
  .rtl .col-main .carousel-button.left {
    right: 12px;
  }
  .rtl .col-main .carousel-button.right {
    left: 12px;
  }
}
.owl-controls {
  width: 100%;
}
.owl-controls .owl-dots {
  width: 100%;
  bottom: 24px;
  position: absolute;
  display: none;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  line-height: 9px;
}
.owl-controls .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: thin solid #fff;
  background: transparent;
  margin-right: 5px;
  display: inline-block;
  /*for making them horizontal, if you want vertical then you can use- display: block*/
}
.owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}
.colour .owl-controls .owl-dots .owl-dot {
  border-color: #fff;
}
.colour .owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}
@media (max-width: 639px) {
  .owl-controls .owl-nav {
    visibility: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: absolute;
    top: 0;
  }
  .owl-controls .carousel-button {
    visibility: visible;
    top: 50%;
    margin: -18px 0;
  }
}
aside .carousel .aem-GridColumn--default--12 {
  padding: 0;
}
aside .owl-controls .owl-nav {
  visibility: hidden;
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 0;
}
aside .owl-controls .carousel-button {
  visibility: visible;
  top: 50%;
  margin: -18px 0;
}
.newsitem .offset {
  margin: 0 24px;
}
.newslist {
  padding: 0 12px;
}
.newslist .teaser {
  margin-top: 12px;
}
.newslist .teaser ~ .teaser {
  margin-top: 24px;
}
@media (min-width: 640px) {
  .col-main.aem-GridColumn--default--8 .newslist .teaser .teaser-content .teaser-headline {
    margin-top: -8px;
  }
}
.pagination {
  margin: 48px 0 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.pagination span {
  text-decoration: underline;
}
.pagination .wrapper {
  display: inline-block;
  padding-left: 48px;
  padding-right: 48px;
  max-width: 100%;
  position: relative;
}
.pagination .prev,
.pagination .next {
  display: block;
  min-height: 1px;
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 1px;
}
.pagination .prev span,
.pagination .next span {
  text-decoration: none;
}
.pagination .prev a,
.pagination .next a {
  display: inline-block;
}
.pagination .prev a:focus,
.pagination .next a:focus,
.pagination .prev a:hover,
.pagination .next a:hover {
  text-decoration: none;
}
.ltr .pagination .prev {
  left: 0;
}
.rtl .pagination .prev {
  right: 0;
}
.ltr .pagination .next {
  right: 0;
}
.rtl .pagination .next {
  left: 0;
}
.pagination .pages a,
.pagination .pages span {
  margin: 0 3px;
  padding: 0 6px;
}
.socialbar ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.socialbar ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 12px;
  font-size: 14px;
}
.socialbar ul li:first-child {
  margin-left: 0;
}
.socialbar ul li:last-child {
  margin-right: 0;
}
.socialbar ul img {
  width: 36px;
}
/* smaller screen (phone) breakpoint */
@media (max-width: 639px) {
  .socialbar {
    text-align: center;
  }
  .socialbar ul {
    padding: 0 0 12px 0;
  }
}
.partnerlogos .h4 {
  display: block;
  font-size: 12px;
  margin: 0 0 20px;
}
@media (min-width: 640px) and (max-width: 1023px), (max-width: 639px), (min-width: 320px) and (max-width: 639px) {
  .partnerlogos .h4 {
    display: none;
  }
}
.partnerlogos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.partnerlogos ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 200px;
  list-style-type: none;
  margin: 0 24px 36px;
}
.partnerlogos ul li a {
  display: block;
  height: 48px;
}
.partnerlogos ul li img {
  vertical-align: middle;
  height: 100%;
  width: auto;
}
.accordion {
  margin: 0 0 12px;
}
.accordion .ui-state-default,
.accordion .ui-widget-content,
.accordion .ui-widget-content.ui-state-default,
.accordion .ui-widget-header.ui-state-default {
  border: none;
  background: none;
  border-radius: 0;
}
.accordion .accordion-title {
  padding: 0;
  margin: 0;
  background-color: #1387DF;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 12px;
  font-weight: 400;
  line-height: 18px;
}
.accordion .accordion-content {
  border-bottom: 1px solid #1387DF;
}
.accordion .ui-accordion-header {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  outline: none;
  border-top: 1px solid #1387DF;
  padding: 11px 12px 13px !important;
  color: #1387DF;
  margin: 0 !important;
}
.accordion .ui-accordion-header:hover {
  text-decoration: underline;
  cursor: pointer;
}
.accordion .ui-accordion-header .arrow {
  width: 18px;
  height: 18px;
  float: right;
  position: relative;
  top: 2px;
}
.rtl .accordion .ui-accordion-header .arrow {
  float: left;
}
.accordion .ui-accordion-header.ui-accordion-header-active .arrow {
  transform: scale(-1, -1);
}
.accordion .ui-accordion-content {
  padding: 0 12px 6px !important;
  overflow: hidden !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.accordion .ui-accordion-content .perma-hidden {
  display: none;
}
.accordion .ui-accordion-content .perma-visible {
  background-color: #ffe;
}
/* offset for anchor targets because of fixed navi */
.anchor-wrapper {
  position: relative;
}
.anchor-wrapper .anchor {
  position: absolute;
  top: -78px;
}
@media (min-width: 640px) {
  .anchor-wrapper .anchor {
    top: -138px;
  }
}
.headline {
  font-size: initial;
  margin-top: 12px;
}
.headline + .headline {
  margin-top: 0;
}
.headline + .headline .h2,
.headline + .headline h2,
.headline + .headline .h3,
.headline + .headline h3,
.headline + .headline .h4,
.headline + .headline h4 {
  margin-top: 0;
}
.col-aside .headline.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 0;
  padding-right: 0;
}
.colour .headline,
.headline > .colour {
  padding-left: 12px;
  padding-right: 12px;
}
.headline .h2,
.headline h2,
.headline .h3,
.headline h3,
.headline .h4,
.headline h4 {
  display: block;
  margin: 0;
  padding: 12px 0;
  font-weight: normal;
  text-align: center;
}
.contentpagerightcol .col-main .headline .h2,
.contentpagerightcol .col-main .headline h2,
.contentpagerightcol .col-main .headline .h3,
.contentpagerightcol .col-main .headline h3,
.contentpagerightcol .col-main .headline .h4,
.contentpagerightcol .col-main .headline h4 {
  text-align: left;
}
.rtl .contentpagerightcol .col-main .headline .h2,
.rtl .contentpagerightcol .col-main .headline h2,
.rtl .contentpagerightcol .col-main .headline .h3,
.rtl .contentpagerightcol .col-main .headline h3,
.rtl .contentpagerightcol .col-main .headline .h4,
.rtl .contentpagerightcol .col-main .headline h4 {
  text-align: right;
}
.headline h2,
.headline .h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}
.col-aside .headline h2,
.col-aside .headline .h2 {
  font-size: 24px;
}
.headline h3,
.headline .h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
.headline h4,
.headline .h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.headline h5,
.headline .h5 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}
.cq-wcm-edit .cookie-hint {
  position: inherit;
}
.cookie-hint {
  background: #FFAB3F;
  /* WTG-385 */
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  position: fixed;
  z-index: 9002;
  padding: 0 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.cookie-hint .content-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1008px;
}
.cookie-hint .content-wrapper.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.cookie-hint .content-wrapper.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.cookie-hint .content-wrapper.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.cookie-hint .content-wrapper.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.cookie-hint .content-wrapper.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.cookie-hint .content-wrapper.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.cookie-hint .content-wrapper.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.cookie-hint .content-wrapper.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.cookie-hint .content-wrapper.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.cookie-hint .content-wrapper.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.cookie-hint .content-wrapper.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.cookie-hint .content-wrapper.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.cookie-hint .content-wrapper.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.cookie-hint .content-wrapper.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.cookie-hint .content-wrapper.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.cookie-hint .content-wrapper.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.cookie-hint .content-wrapper.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.cookie-hint .content-wrapper.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.cookie-hint .content-wrapper.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.cookie-hint .content-wrapper.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.cookie-hint .content-wrapper.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.cookie-hint .content-wrapper.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.cookie-hint .content-wrapper.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.cookie-hint .content-wrapper.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.cookie-hint .content-wrapper > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.cookie-hint .content-wrapper > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
}
.cookie-hint .content-wrapper > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
.cookie-hint .content-wrapper.aem-GridColumn-flip > .aem-GridColumn:not(.aem-GridColumn--default--12) {
  float: right !important;
}
@media (max-width: 639px) {
  .cookie-hint .content-wrapper {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .cookie-hint .content-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .cookie-hint .message-wrapper,
  .cookie-hint .cta-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cookie-hint .cta {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border: 1px solid #fff;
  display: inline-block;
  padding: 12px 24px;
  margin: 12px 0;
  color: #fff;
  text-transform: uppercase;
}
.logo {
  margin-top: 24px;
}
.logo img {
  height: 68px;
}
@media (max-width: 639px) {
  .logo img {
    height: 32px;
  }
}
@media (max-width: 639px) {
  .logo {
    margin-top: 12px;
  }
}
/* copyright images */
.image-wrapper {
  position: relative;
}
.image-wrapper .copyright {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  right: 5px;
  bottom: 3px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
}
.rtl .image-wrapper .copyright {
  right: auto;
  left: 5px;
}
.text .addSpace {
  padding-left: 12px;
  padding-right: 12px;
}
.richtext a,
.cq-wcm-edit .ui-widget-content .richtext a,
.cq-wcm-preview .ui-widget-content .richtext a {
  color: #f17806;
  /* WTG-385 */
}
.colour .richtext a,
.cq-wcm-edit .colour .ui-widget-content .richtext a,
.cq-wcm-preview .colour .ui-widget-content .richtext a {
  color: inherit;
  font-weight: 500;
}
.richtext .ext:after {
  content: ' \e919';
  font-weight: normal;
}
.frame-content-wrapper .text .readspeaker .richtext p:first-child {
  margin-top: 16px;
}
.frame-content-wrapper .text #readspeaker_button1 {
  display: none;
}
/* glossary */
.definition {
  display: inline;
  position: relative;
  border: 0;
  border-bottom: 1px dotted;
  cursor: help;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  font-family: inherit;
}
.definition:hover {
  text-decoration: none;
  background-color: inherit;
}
.definition:focus {
  outline-style: none;
  background-color: inherit;
}
.definition:active {
  color: inherit;
  background-color: inherit;
}
.definition .definition_tooltip {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ededed', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: -2px 2px 0px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -2px 2px 0px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -2px 2px 0px 0px rgba(50, 50, 50, 0.75);
  border-radius: .5em;
  bottom: 100%;
  margin-bottom: 10px;
  color: black;
  font-size: 16px;
  font-style: italic;
  display: none;
  left: 50%;
  margin-left: -135px;
  padding: 20px;
  width: 270px;
  position: absolute;
  z-index: 1111;
}
.definition .definition_tooltip:before {
  border: solid;
  border-color: #ededed transparent;
  border-width: 10px 20px 0 20px;
  top: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  z-index: 99;
}
.definition .definition_tooltip:after {
  border: solid;
  border-color: #ededed transparent;
  border-color: #323232 transparent;
  border-width: 11px 22px 0 22px;
  top: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -24px;
  position: absolute;
}
.definition:hover .definition_tooltip {
  display: block;
}
.tippy-tooltip.wtg-theme {
  background-color: #f0f9ff;
  font-size: inherit;
  line-height: inherit;
  color: #333333 !important;
  border: 1px solid #1387df;
}
@media (max-width: 639px), (min-width: 320px) and (max-width: 639px), (min-width: 640px) and (max-width: 1023px) {
  .tippy-tooltip.wtg-theme .tippy-content {
    padding: 12px 15px 5px 15px;
  }
}
.tippy-tooltip.wtg-theme .glossary-link {
  text-align: right;
}
.tippy-tooltip.wtg-theme[data-placement="top"] .tippy-arrow {
  bottom: -8px;
}
.tippy-tooltip.wtg-theme[data-placement="bottom"] .tippy-arrow {
  top: -9px;
}
.tippy-tooltip.wtg-theme .close {
  display: none;
}
@media (max-width: 639px), (min-width: 320px) and (max-width: 639px), (min-width: 640px) and (max-width: 1023px) {
  .tippy-tooltip.wtg-theme .close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 1;
    padding: 3px 7px 5px 5px;
  }
}
.rtl .tippy-tooltip.wtg-theme .glossary-link {
  text-align: unset;
  direction: ltr;
  transform: scaleX(-1);
}
.searchslot .searchslot-content {
  text-align: center;
  padding: 60px 0;
}
.page-title ~ .aem-Grid > .searchslot:first-child .searchslot-content,
.page-title ~ .aem-Grid > div[class*="cq-placeholder-"]:first-child + .searchslot .searchslot-content {
  padding-top: 0;
}
.page-subtitle ~ .aem-Grid > .searchslot:first-child .searchslot-content,
.page-subtitle ~ .aem-Grid > div[class*="cq-placeholder-"]:first-child + .searchslot .searchslot-content {
  margin-top: -24px;
}
.searchslot .hl {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 36px;
  line-height: 130%;
  font-weight: 300;
  margin: 0;
  padding: 1px 0 11px;
}
.page-subtitle ~ .aem-Grid > .searchslot:first-child .hl,
.page-subtitle ~ .aem-Grid > div[class*="cq-placeholder-"]:first-child + .searchslot .hl {
  padding-top: 13px;
}
.searchslot .searchfield {
  padding: 6px 0 12px;
}
.searchslot .search-controls {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  padding: 0;
}
.searchslot .search-controls button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #000;
  border: none;
  font-size: 40px;
  line-height: 1;
  background: transparent;
  padding: 0;
  width: 56px;
  cursor: pointer;
}
.rtl .searchslot .search-controls button {
  right: auto;
  left: 0;
}
.searchslot .search-controls button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.searchslot .search-controls input {
  color: #333;
  width: 100%;
  background: transparent;
  border: none;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #000;
  font-weight: 300;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.ltr .searchslot .search-controls input {
  padding-left: 6px;
  padding-right: 60px;
}
.rtl .searchslot .search-controls input {
  padding-right: 6px;
  padding-left: 60px;
}
.searchslot .search-controls ::-webkit-input-placeholder,
.searchslot .search-controls ::-moz-placeholder,
.searchslot .search-controls :-ms-input-placeholder,
.searchslot .search-controls :-moz-placeholder {
  color: #666;
  font-weight: 300;
}

