@import url("https://use.typekit.net/kdk0cix.css");
@font-face {
  font-family: 'PPMonument';
  src: url('../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/fonts/PPMonumentExtended-Variable.woff') format('woff2 supports variations'), url('../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/fonts/PPMonumentExtended-Variable.woff2') format('woff2-variations'), url('../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/fonts/PPMonumentExtended-Variable.ttf') format('truetype');
  font-weight: 400 900;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}
/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
  * Address styling not present in IE 8/9.
  */
[hidden] {
  display: none;
}
/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/**
  * Remove default margin.
  */
body {
  margin: 0;
}
/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}
/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold;
}
/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic;
}
/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000;
}
/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap;
}
/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
}
/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0;
}
/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}
/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}
/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.root {
  overflow: hidden;
}
/*
 * 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;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 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--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 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--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 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--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 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--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 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--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 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--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 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--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 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--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 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--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 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--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 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--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 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--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 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--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 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--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 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--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 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--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 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--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 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--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 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--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 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--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 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--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 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-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 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;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* xsmall breakpoint */
@media (max-width: 375px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--hide {
    /* hide behavior */
    display: none;
  }
}
/* small breakpoint */
@media (min-width: 376px) and (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--hide {
    /* hide behavior */
    display: none;
  }
}
/* medium breakpoint */
@media (min-width: 768px) and (max-width: 1199px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--hide {
    /* hide behavior */
    display: none;
  }
}
/* large breakpoint */
@media (min-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--hide {
    /* hide behavior */
    display: none;
  }
}
.aem-Grid .aem-GridColumn--default--none {
  padding-right: 32px;
}
.aem-Grid .aem-GridColumn--default--none:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .aem-Grid .aem-GridColumn--default--none {
    padding-right: 0;
  }
}
:root {
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 56px;
  --spacing-2xl: 64px;
  --spacing-3xl: 96px;
  --spacing-4xl: 120px;
  --gutter-y: 80px;
  --gutter: 80px;
}
@media screen and (max-width: 1240px) {
  :root {
    --gutter: 40px;
  }
}
@media screen and (max-width: 1145px) {
  :root {
    --gutter: 24px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --spacing-xl: 48px;
    --spacing-2xl: 64px;
    --spacing-3xl: 64px;
    --spacing-4xl: 64px;
    --gutter: 24px;
  }
}
.r-gmg-color--primary {
  color: #414042 !important;
}
.r-gmg-color--primary .cmp-teaser__description,
.r-gmg-color--primary h1,
.r-gmg-color--primary h2,
.r-gmg-color--primary h3,
.r-gmg-color--primary h4,
.r-gmg-color--primary h5,
.r-gmg-color--primary h6,
.r-gmg-color--primary p,
.r-gmg-color--primary li,
.r-gmg-color--primary a {
  color: inherit;
}
.r-gmg-color--primary a:hover {
  color: #025949 !important;
}
.r-gmg-color--emerald-100 {
  color: #025949 !important;
}
.r-gmg-color--emerald-100 .cmp-teaser__description,
.r-gmg-color--emerald-100 h1,
.r-gmg-color--emerald-100 h2,
.r-gmg-color--emerald-100 h3,
.r-gmg-color--emerald-100 h4,
.r-gmg-color--emerald-100 h5,
.r-gmg-color--emerald-100 h6,
.r-gmg-color--emerald-100 p,
.r-gmg-color--emerald-100 li,
.r-gmg-color--emerald-100 a {
  color: inherit;
}
.r-gmg-color--emerald-100 a:hover {
  color: #025949 !important;
}
.r-gmg-color--emerald-100.r-gmg-text--callout {
  background-color: #e5ecee;
  border-left: 0.5rem solid #025949;
}
.r-gmg-color--emerald-100.r-gmg-text--callout-proxima {
  background-color: #e5ecee;
  border-left: 0.5rem solid #025949;
}
.r-gmg-color--emerald-80 {
  color: #357a6d !important;
}
.r-gmg-color--emerald-80 .cmp-teaser__description,
.r-gmg-color--emerald-80 h1,
.r-gmg-color--emerald-80 h2,
.r-gmg-color--emerald-80 h3,
.r-gmg-color--emerald-80 h4,
.r-gmg-color--emerald-80 h5,
.r-gmg-color--emerald-80 h6,
.r-gmg-color--emerald-80 p,
.r-gmg-color--emerald-80 li,
.r-gmg-color--emerald-80 a {
  color: inherit;
}
.r-gmg-color--emerald-80 a:hover {
  color: #025949 !important;
}
.r-gmg-color--emerald-80.r-gmg-text--callout {
  background-color: #e5ecee;
  border-left: 0.5rem solid #025949;
}
.r-gmg-color--emerald-80.r-gmg-text--callout-proxima {
  background-color: #e5ecee;
  border-left: 0.5rem solid #025949;
}
.r-gmg-color--merlot-100 {
  color: #73275e !important;
}
.r-gmg-color--merlot-100 .cmp-teaser__description,
.r-gmg-color--merlot-100 h1,
.r-gmg-color--merlot-100 h2,
.r-gmg-color--merlot-100 h3,
.r-gmg-color--merlot-100 h4,
.r-gmg-color--merlot-100 h5,
.r-gmg-color--merlot-100 h6,
.r-gmg-color--merlot-100 p,
.r-gmg-color--merlot-100 li,
.r-gmg-color--merlot-100 a {
  color: inherit;
}
.r-gmg-color--merlot-100 a:hover {
  color: #025949 !important;
}
.r-gmg-color--merlot-100.r-gmg-text--callout {
  background-color: #f3e8ef;
  border-left: 0.5rem solid #73275e;
}
.r-gmg-color--merlot-100.r-gmg-text--callout-proxima {
  background-color: #f3e8ef;
  border-left: 0.5rem solid #73275e;
}
.r-gmg-color--merlot-60 {
  color: #ab7d9e !important;
}
.r-gmg-color--merlot-60 .cmp-teaser__description,
.r-gmg-color--merlot-60 h1,
.r-gmg-color--merlot-60 h2,
.r-gmg-color--merlot-60 h3,
.r-gmg-color--merlot-60 h4,
.r-gmg-color--merlot-60 h5,
.r-gmg-color--merlot-60 h6,
.r-gmg-color--merlot-60 p,
.r-gmg-color--merlot-60 li,
.r-gmg-color--merlot-60 a {
  color: inherit;
}
.r-gmg-color--merlot-60 a:hover {
  color: #025949 !important;
}
.r-gmg-color--merlot-60.r-gmg-text--callout {
  background-color: #f3e8ef;
  border-left: 0.5rem solid #ab7d9e;
}
.r-gmg-color--merlot-60.r-gmg-text--callout-proxima {
  background-color: #f3e8ef;
  border-left: 0.5rem solid #ab7d9e;
}
.r-gmg-color--merlot-80 {
  color: #8f527e !important;
}
.r-gmg-color--merlot-80 .cmp-teaser__description,
.r-gmg-color--merlot-80 h1,
.r-gmg-color--merlot-80 h2,
.r-gmg-color--merlot-80 h3,
.r-gmg-color--merlot-80 h4,
.r-gmg-color--merlot-80 h5,
.r-gmg-color--merlot-80 h6,
.r-gmg-color--merlot-80 p,
.r-gmg-color--merlot-80 li,
.r-gmg-color--merlot-80 a {
  color: inherit;
}
.r-gmg-color--merlot-80 a:hover {
  color: #025949 !important;
}
.r-gmg-color--merlot-80.r-gmg-text--callout {
  background-color: #f3e8ef;
  border-left: 0.5rem solid #8f527e;
}
.r-gmg-color--merlot-80.r-gmg-text--callout-proxima {
  background-color: #f3e8ef;
  border-left: 0.5rem solid #8f527e;
}
.r-gmg-color--merlot-20 {
  color: #e3d4df !important;
}
.r-gmg-color--merlot-20 .cmp-teaser__description,
.r-gmg-color--merlot-20 h1,
.r-gmg-color--merlot-20 h2,
.r-gmg-color--merlot-20 h3,
.r-gmg-color--merlot-20 h4,
.r-gmg-color--merlot-20 h5,
.r-gmg-color--merlot-20 h6,
.r-gmg-color--merlot-20 p,
.r-gmg-color--merlot-20 li,
.r-gmg-color--merlot-20 a {
  color: inherit;
}
.r-gmg-color--merlot-20 a:hover {
  color: #025949 !important;
}
.r-gmg-color--ochre-20 {
  color: #fcf1dc !important;
}
.r-gmg-color--ochre-20 .cmp-teaser__description,
.r-gmg-color--ochre-20 h1,
.r-gmg-color--ochre-20 h2,
.r-gmg-color--ochre-20 h3,
.r-gmg-color--ochre-20 h4,
.r-gmg-color--ochre-20 h5,
.r-gmg-color--ochre-20 h6,
.r-gmg-color--ochre-20 p,
.r-gmg-color--ochre-20 li,
.r-gmg-color--ochre-20 a {
  color: inherit;
}
.r-gmg-color--ochre-20 a:hover {
  color: #025949 !important;
}
.r-gmg-color--ochre-20.r-gmg-text--callout {
  color: #73275e;
  background-color: #fcf1dc;
  border-left: 0.5rem solid #f2b950;
}
.r-gmg-color--ochre-20.r-gmg-text--callout p {
  color: #73275e;
}
.r-gmg-color--ochre-100 {
  color: #f2b950 !important;
}
.r-gmg-color--ochre-100 .cmp-teaser__description,
.r-gmg-color--ochre-100 h1,
.r-gmg-color--ochre-100 h2,
.r-gmg-color--ochre-100 h3,
.r-gmg-color--ochre-100 h4,
.r-gmg-color--ochre-100 h5,
.r-gmg-color--ochre-100 h6,
.r-gmg-color--ochre-100 p,
.r-gmg-color--ochre-100 li,
.r-gmg-color--ochre-100 a {
  color: inherit;
}
.r-gmg-color--ochre-100 a:hover {
  color: #025949 !important;
}
.r-gmg-color--pure-white {
  color: #ffffff !important;
}
.r-gmg-color--pure-white .cmp-teaser__description,
.r-gmg-color--pure-white h1,
.r-gmg-color--pure-white h2,
.r-gmg-color--pure-white h3,
.r-gmg-color--pure-white h4,
.r-gmg-color--pure-white h5,
.r-gmg-color--pure-white h6,
.r-gmg-color--pure-white p,
.r-gmg-color--pure-white li,
.r-gmg-color--pure-white a {
  color: inherit;
}
.r-gmg-color--pure-white a:hover {
  color: #025949 !important;
}
.r-gmg-color--pure-white b {
  color: #ffffff;
}
.r-gmg-color--lt-grey {
  color: #a09fa0 !important;
}
.r-gmg-color--lt-grey .cmp-teaser__description,
.r-gmg-color--lt-grey h1,
.r-gmg-color--lt-grey h2,
.r-gmg-color--lt-grey h3,
.r-gmg-color--lt-grey h4,
.r-gmg-color--lt-grey h5,
.r-gmg-color--lt-grey h6,
.r-gmg-color--lt-grey p,
.r-gmg-color--lt-grey li,
.r-gmg-color--lt-grey a {
  color: inherit;
}
.r-gmg-color--lt-grey a:hover {
  color: #025949 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1 {
  font-family: "PPMonument", sans-serif;
  font-size: 2.25rem;
  line-height: 3.125rem;
  font-weight: 400;
}
h2 {
  font-family: "PPMonument", sans-serif;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
}
h3 {
  font-family: "PPMonument", sans-serif;
  font-weight: 400;
}
h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
p a {
  font-size: 1rem;
}
b,
strong {
  font-weight: 600;
}
sup {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
  top: 0;
  white-space: nowrap;
}
.r-font--proxima-nova {
  font-family: "proxima-nova", sans-serif;
}
.r-font--proxima-nova * {
  font-family: inherit;
}
.r-font--pp-monument {
  font-family: "PPMonument", sans-serif;
}
.r-font--pp-monument * {
  font-family: inherit;
}
.r-gmg-text--xs {
  font-size: 0.5rem;
  line-height: 1rem;
}
.r-gmg-text--xs p {
  font-size: inherit;
  line-height: inherit;
}
.r-gmg-text--sm {
  font-size: 0.75rem;
  line-height: 1rem;
}
.r-gmg-text--sm p {
  font-size: inherit;
  line-height: inherit;
}
.r-gmg-text--md {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.r-gmg-text--md p {
  font-size: inherit;
  line-height: inherit;
}
.r-gmg-text--lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.r-gmg-text--lg p {
  font-size: inherit;
  line-height: inherit;
}
.r-gmg-text--xl {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.r-gmg-text--xl p {
  font-size: inherit;
  line-height: inherit;
}
.r-gmg-text--proxima {
  font-family: "proxima-nova", sans-serif !important;
}
.r-gmg-text--monument {
  font-family: "PPMonument", sans-serif !important;
}
.r-gmg-fw--400 {
  font-weight: 400 !important;
}
.r-gmg-fw--600 {
  font-weight: 600 !important;
}
.r-gmg-text--16-override {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.r-gmg-spacing-t--xxs {
  margin-top: var(--spacing-xxs);
}
.r-gmg-spacing-t--xs {
  margin-top: var(--spacing-xs);
}
.r-gmg-spacing-t--sm {
  margin-top: var(--spacing-sm);
}
.r-gmg-spacing-t--md {
  margin-top: var(--spacing-md);
}
.r-gmg-spacing-t--lg {
  margin-top: var(--spacing-lg);
}
.r-gmg-spacing-t--xl {
  margin-top: var(--spacing-xl);
}
.r-gmg-spacing-t--2xl {
  margin-top: var(--spacing-2xl);
}
.r-gmg-spacing-t--3xl {
  margin-top: var(--spacing-3xl);
}
.r-gmg-spacing-t--4xl {
  margin-top: var(--spacing-4xl);
}
.r-gmg-spacing-b--xxs {
  margin-bottom: var(--spacing-xxs);
}
.r-gmg-spacing-b--xs {
  margin-bottom: var(--spacing-xs);
}
.r-gmg-spacing-b--sm {
  margin-bottom: var(--spacing-sm);
}
.r-gmg-spacing-b--md {
  margin-bottom: var(--spacing-md);
}
.r-gmg-spacing-b--lg {
  margin-bottom: var(--spacing-lg);
}
.r-gmg-spacing-b--xl {
  margin-bottom: var(--spacing-xl);
}
.r-gmg-spacing-b--2xl {
  margin-bottom: var(--spacing-2xl);
}
.r-gmg-spacing-b--3xl {
  margin-bottom: var(--spacing-3xl);
}
.r-gmg-spacing-b--4xl {
  margin-bottom: var(--spacing-4xl);
}
.r-gmg-spacing-t--reset {
  margin-top: 0 !important;
}
.r-gmg-spacing-b--reset {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .r-gmg-spacing-t0--desktop {
    margin-top: 0;
  }
  .r-gmg-spacing-b0--desktop {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-spacing-t0--mobile {
    margin-top: 0 !important;
  }
  .r-gmg-spacing-b0--mobile {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-padding-x--mobile-reset {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.r-gmg-padding-x--xxs {
  padding-left: var(--spacing-xxs) !important;
  padding-right: var(--spacing-xxs) !important;
}
.r-gmg-padding-x--xs {
  padding-left: var(--spacing-xs) !important;
  padding-right: var(--spacing-xs) !important;
}
.r-gmg-padding-x--sm {
  padding-left: var(--spacing-sm) !important;
  padding-right: var(--spacing-sm) !important;
}
.r-gmg-padding-x--md {
  padding-left: var(--spacing-md) !important;
  padding-right: var(--spacing-md) !important;
}
.r-gmg-padding-x--lg {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}
.r-gmg-padding-x--xl {
  padding-left: var(--spacing-xl) !important;
  padding-right: var(--spacing-xl) !important;
}
.r-gmg-padding-x--2xl {
  padding-left: var(--spacing-2xl) !important;
  padding-right: var(--spacing-2xl) !important;
}
.r-gmg-padding-x--3xl {
  padding-left: var(--spacing-3xl) !important;
  padding-right: var(--spacing-3xl) !important;
}
.r-gmg-padding-x--4xl {
  padding-left: var(--spacing-4xl) !important;
  padding-right: var(--spacing-4xl) !important;
}
.r-gmg-padding-y--xxs {
  padding-top: var(--spacing-xxs) !important;
  padding-bottom: var(--spacing-xxs) !important;
}
.r-gmg-padding-y--xs {
  padding-top: var(--spacing-xs) !important;
  padding-bottom: var(--spacing-xs) !important;
}
.r-gmg-padding-y--sm {
  padding-top: var(--spacing-sm) !important;
  padding-bottom: var(--spacing-sm) !important;
}
.r-gmg-padding-y--md {
  padding-top: var(--spacing-md) !important;
  padding-bottom: var(--spacing-md) !important;
}
.r-gmg-padding-y--lg {
  padding-top: var(--spacing-lg) !important;
  padding-bottom: var(--spacing-lg) !important;
}
.r-gmg-padding-y--xl {
  padding-top: var(--spacing-xl) !important;
  padding-bottom: var(--spacing-xl) !important;
}
.r-gmg-padding-y--2xl {
  padding-top: var(--spacing-2xl) !important;
  padding-bottom: var(--spacing-2xl) !important;
}
@media screen and (max-width: 767px) {
  .r-gmg-padding-y--2xl {
    padding-top: var(--spacing-lg) !important;
    padding-bottom: var(--spacing-lg) !important;
  }
}
.r-gmg-padding-y--3xl {
  padding-top: var(--spacing-3xl) !important;
  padding-bottom: var(--spacing-3xl) !important;
}
.r-gmg-padding-y--4xl {
  padding-top: var(--spacing-4xl) !important;
  padding-bottom: var(--spacing-4xl) !important;
}
.r-gmg-padding-t--reset {
  padding-top: 0 !important;
}
.r-gmg-padding-t--reset:has(.cmp-container) > .cmp-container {
  padding-top: 0 !important;
}
.r-gmg-padding-b--reset {
  padding-bottom: 0 !important;
}
.r-gmg-padding-b--reset:has(.cmp-container) > .cmp-container {
  padding-bottom: 0 !important;
}
.r-gmg-padding-b--sm {
  padding-bottom: var(--spacing-sm) !important;
}
.r-gmg-padding-b--sm:has(.cmp-container) > .cmp-container {
  padding-bottom: var(--spacing-sm) !important;
}
.r-gmg-padding-b--md {
  padding-bottom: var(--spacing-md) !important;
}
.r-gmg-padding-b--md:has(.cmp-container) > .cmp-container {
  padding-bottom: var(--spacing-md) !important;
}
.r-gmg-padding-b--lg {
  padding-bottom: var(--spacing-md) !important;
}
.r-gmg-padding-b--lg:has(.cmp-container) > .cmp-container {
  padding-bottom: var(--spacing-lg) !important;
}
.r-gmg-padding-b--2xl {
  padding-bottom: var(--spacing-2xl) !important;
}
.r-gmg-padding-b--2xl:has(.cmp-container) > .cmp-container {
  padding-bottom: var(--spacing-2xl) !important;
}
html,
body {
  border: 0;
  font: inherit;
  font-size: 16px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #414042;
}
body {
  font-family: "proxima-nova", sans-serif;
}
.r-gmg-theme--emerald-100 {
  background: #025949;
  color: #ffffff;
}
.r-gmg-theme--emerald-100::after {
  background: inherit;
}
.r-gmg-theme--emerald-100 .r-gmg-teaser--quote-down-arrow {
  background: #025949;
}
.r-gmg-theme--emerald-100 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #025949;
}
.r-gmg-theme--emerald-100 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #025949;
}
.r-gmg-theme--emerald-10 {
  background: #e5ecee;
  color: #414042;
}
.r-gmg-theme--emerald-10::after {
  background: inherit;
}
.r-gmg-theme--emerald-10 ul {
  list-style: none;
  list-style-type: none ;
}
.r-gmg-theme--emerald-10 ul li::before {
  content: "•";
  display: inline-block;
  margin-right: var(--spacing-xs);
  color: #f2784b;
}
.r-gmg-theme--emerald-10 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #e5ecee;
}
.r-gmg-theme--emerald-10 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #e5ecee;
}
.r-gmg-theme--emerald-20 {
  background: #cbddda;
  color: #414042;
}
.r-gmg-theme--emerald-20::after {
  background: inherit;
}
.r-gmg-theme--emerald-20 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #cbddda;
}
.r-gmg-theme--emerald-20 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #cbddda;
}
.r-gmg-theme--ochre-10 {
  background: #fffdfa;
  color: #414042;
}
.r-gmg-theme--ochre-10 h1,
.r-gmg-theme--ochre-10 h2,
.r-gmg-theme--ochre-10 h3,
.r-gmg-theme--ochre-10 strong,
.r-gmg-theme--ochre-10 b {
  color: #025949;
}
.r-gmg-theme--ochre-10 .text a {
  color: #73275e;
  font-weight: bold;
  text-decoration: underline;
}
.r-gmg-theme--ochre-10::after {
  background: inherit;
}
.r-gmg-theme--ochre-10 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #fffdfa;
}
.r-gmg-theme--ochre-10 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #fffdfa;
}
.r-gmg-theme--ochre-20 {
  background: #fcf1dc;
  color: #73275e;
}
.r-gmg-theme--ochre-20 h1,
.r-gmg-theme--ochre-20 h2,
.r-gmg-theme--ochre-20 h3,
.r-gmg-theme--ochre-20 strong,
.r-gmg-theme--ochre-20 b {
  color: #73275e;
}
.r-gmg-theme--ochre-20 .text a {
  color: #73275e;
  font-weight: bold;
  text-decoration: underline;
}
.r-gmg-theme--ochre-20 .text p {
  color: #414042;
}
.r-gmg-theme--ochre-20::after {
  background: inherit;
}
.r-gmg-theme--ochre-20 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #fcf1dc;
}
.r-gmg-theme--ochre-20 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #fcf1dc;
}
.r-gmg-theme--ochre-bold-primary {
  background: #fffdfa;
  color: #414042;
}
.r-gmg-theme--ochre-bold-primary h1,
.r-gmg-theme--ochre-bold-primary h2,
.r-gmg-theme--ochre-bold-primary h3,
.r-gmg-theme--ochre-bold-primary strong,
.r-gmg-theme--ochre-bold-primary b {
  color: #414042;
}
.r-gmg-theme--ochre-bold-primary .text a {
  color: #73275e;
  font-weight: bold;
  text-decoration: underline;
}
.r-gmg-theme--ochre-bold-primary::after {
  background: inherit;
}
.r-gmg-theme--ochre-bold-primary .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #fffdfa;
}
.r-gmg-theme--ochre-bold-primary .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #fffdfa;
}
.r-gmg-theme--merlot-100 {
  background: #73275e;
  color: #f3e8ef;
}
.r-gmg-theme--merlot-100 span {
  color: #f2b950;
}
.r-gmg-theme--merlot-100 b,
.r-gmg-theme--merlot-100 strong {
  color: #f2b950;
}
.r-gmg-theme--merlot-100::after {
  background: inherit;
}
.r-gmg-theme--merlot-100 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #73275e;
}
.r-gmg-theme--merlot-100 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #73275e;
}
.r-gmg-theme--merlot-100-White-bold {
  background: #73275e;
  color: #f3e8ef;
}
.r-gmg-theme--merlot-100-White-bold span {
  color: #f2b950;
}
.r-gmg-theme--merlot-100-White-bold::after {
  background: inherit;
}
.r-gmg-theme--merlot-100-White-bold .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #73275e;
}
.r-gmg-theme--merlot-100-White-bold .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #73275e;
}
.r-gmg-theme--merlot-10 {
  background: #f3e8ef;
}
.r-gmg-theme--merlot-10 h1,
.r-gmg-theme--merlot-10 h2,
.r-gmg-theme--merlot-10 h3,
.r-gmg-theme--merlot-10 strong,
.r-gmg-theme--merlot-10 b {
  color: #73275e;
}
.r-gmg-theme--merlot-10::after {
  background: inherit;
}
.r-gmg-theme--merlot-10 .cmp-teaser .cmp-teaser__title {
  color: #73275e;
}
.r-gmg-theme--merlot-10 .cmp-teaser .cmp-teaser__title * {
  color: inherit;
}
.r-gmg-theme--merlot-10 ul {
  list-style: none;
  list-style-type: none ;
}
.r-gmg-theme--merlot-10 ul li::before {
  content: "•";
  display: inline-block;
  margin-right: var(--spacing-xs);
  color: #f2784b;
}
.r-gmg-theme--merlot-10 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #f3e8ef;
}
.r-gmg-theme--merlot-10 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #f3e8ef;
}
.r-gmg-theme--pure-white {
  background: #ffffff;
  color: #f3e8ef;
}
.r-gmg-theme--pure-white b,
.r-gmg-theme--pure-white strong {
  color: #73275e;
}
.r-gmg-theme--pure-white::after {
  background: inherit;
}
.r-gmg-theme--pure-white .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #ffffff;
}
.r-gmg-theme--pure-white .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #ffffff;
}
.r-gmg-theme--carrot-20 {
  background: #fceadb;
  color: #414042;
}
.r-gmg-theme--carrot-20 h1,
.r-gmg-theme--carrot-20 h2,
.r-gmg-theme--carrot-20 h3,
.r-gmg-theme--carrot-20 h4,
.r-gmg-theme--carrot-20 strong,
.r-gmg-theme--carrot-20 b {
  color: #73275e;
}
.r-gmg-theme--carrot-20 .text.r-gmg-color--emerald-100 {
  color: #025949 !important;
}
.r-gmg-theme--carrot-20 .text.r-gmg-color--emerald-100 h1,
.r-gmg-theme--carrot-20 .text.r-gmg-color--emerald-100 h2,
.r-gmg-theme--carrot-20 .text.r-gmg-color--emerald-100 h3,
.r-gmg-theme--carrot-20 .text.r-gmg-color--emerald-100 h4,
.r-gmg-theme--carrot-20 .text.r-gmg-color--emerald-100 p {
  color: #025949 !important;
}
.r-gmg-theme--carrot-20 .cmp-teaser__title {
  color: #73275e;
}
.r-gmg-theme--carrot-20 .cmp-teaser__title p,
.r-gmg-theme--carrot-20 .cmp-teaser__title a,
.r-gmg-theme--carrot-20 .cmp-teaser__title h1,
.r-gmg-theme--carrot-20 .cmp-teaser__title h2,
.r-gmg-theme--carrot-20 .cmp-teaser__title h3,
.r-gmg-theme--carrot-20 .cmp-teaser__title h4 {
  color: inherit;
}
.r-gmg-theme--carrot-20::after {
  background: inherit;
}
.r-gmg-theme--carrot-20 .r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: #fceadb;
}
.r-gmg-theme--carrot-20 .r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: #fceadb;
}
.r-gmg-theme--split-emerald-merlot.container {
  max-width: 100% !important;
  padding: 0 !important;
}
.r-gmg-theme--split-emerald-merlot .cmp-container {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 100%;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser {
  display: flex;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser .cmp-teaser {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  padding: var(--spacing-2xl) var(--gutter);
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser .cmp-teaser .cmp-teaser__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser .cmp-teaser .cmp-teaser__title {
  margin-bottom: var(--spacing-sm);
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser .cmp-teaser .cmp-teaser__description {
  margin-bottom: var(--spacing-lg);
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) {
  background: #025949;
  color: #ffffff;
  justify-content: flex-end;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description {
  color: #ffffff;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title p,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description p,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title a,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description a,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title h1,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description h1,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title h2,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description h2,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title h3,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description h3,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__title h4,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__description h4 {
  color: inherit;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(1) .cmp-teaser__action-container {
  margin-top: auto;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) {
  background: #73275e;
  color: #ffffff;
  justify-content: flex-start;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description {
  color: #ffffff;
}
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title p,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description p,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title a,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description a,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title h1,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description h1,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title h2,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description h2,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title h3,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description h3,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__title h4,
.r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser:nth-child(2) .cmp-teaser__description h4 {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid {
    flex-direction: column;
  }
  .r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
  .r-gmg-theme--split-emerald-merlot .cmp-container > .aem-Grid .teaser .cmp-teaser {
    max-width: 100%;
    padding: var(--spacing-xl) var(--gutter);
  }
}
.r-gmg-util--align-center {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .r-gmg-text--align-center-mobile {
    text-align: center;
  }
  .r-gmg-text--align-center-mobile .text {
    text-align: inherit;
  }
  .r-gmg-text--align-center-mobile .cmp-button {
    text-align: center;
  }
  .r-gmg-text--align-center-mobile .cmp-button .cmp-button__text {
    text-align: inherit;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-text--align-left-mobile {
    text-align: left;
  }
  .r-gmg-text--align-left-mobile .text {
    text-align: inherit;
  }
  .r-gmg-text--align-left-mobile .text p {
    text-align: inherit !important;
  }
  .r-gmg-text--align-left-mobile .cmp-button {
    text-align: left;
  }
  .r-gmg-text--align-left-mobile .cmp-button .cmp-button__text {
    text-align: inherit;
  }
}
@media screen and (min-width: 768px) {
  .r-gmg-text--align-center-desktop {
    text-align: center;
  }
  .r-gmg-text--align-center-desktop .text {
    text-align: inherit;
  }
  .r-gmg-text--align-center-desktop .cmp-button {
    text-align: center;
  }
  .r-gmg-text--align-center-desktop .cmp-button .cmp-button__text {
    text-align: inherit;
  }
}
.r-gmg-flex > .cmp-container {
  display: flex;
  gap: 1rem;
}
.r-gmg-flex > .cmp-container:not( :has(>.aem-Grid)) {
  display: flex;
  gap: 1rem;
}
.r-gmg-flex > .cmp-container > .aem-Grid {
  display: flex;
  gap: 1rem;
}
.r-gmg-flex--column > .cmp-container {
  flex-direction: column;
  height: 100%;
}
.r-gmg-flex--column > .cmp-container:not( :has(>.aem-Grid)) {
  flex-direction: column;
  height: 100%;
}
.r-gmg-flex--column > .cmp-container > .aem-Grid {
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .r-gmg-flex--column-mobile > .cmp-container {
    flex-direction: column;
    height: 100%;
  }
  .r-gmg-flex--column-mobile > .cmp-container:not( :has(>.aem-Grid)) {
    flex-direction: column;
    height: 100%;
  }
  .r-gmg-flex--column-mobile > .cmp-container > .aem-Grid {
    flex-direction: column;
    height: 100%;
  }
}
.r-gmg-flex--wrap > .cmp-container {
  flex-wrap: wrap;
}
.r-gmg-flex--wrap > .cmp-container:not( :has(>.aem-Grid)) {
  flex-wrap: wrap;
}
.r-gmg-flex--wrap > .cmp-container > .aem-Grid {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .r-gmg-flex--2-cols-mobile > .cmp-container {
    flex-wrap: wrap;
  }
  .r-gmg-flex--2-cols-mobile > .cmp-container > * {
    width: 50%;
    margin: 16px auto;
  }
  .r-gmg-flex--2-cols-mobile > .cmp-container > .aem-Grid {
    flex-wrap: wrap;
  }
  .r-gmg-flex--2-cols-mobile > .cmp-container > .aem-Grid > * {
    width: 50%;
    margin: 16px auto;
  }
}
.r-gmg-flex--justify-space-between > .cmp-container:not( :has(>.aem-Grid)) {
  display: flex;
  justify-content: space-between;
}
.r-gmg-flex--justify-space-between > .cmp-container > .aem-Grid {
  display: flex;
  justify-content: space-between;
}
.r-gmg-flex--justify-space-center > .cmp-container:not( :has(>.aem-Grid)) {
  display: flex;
  justify-content: center;
}
.r-gmg-flex--justify-space-center > .cmp-container > .aem-Grid {
  display: flex;
  justify-content: center;
}
.r-gmg-flex--center-desktop {
  display: flex;
  justify-content: center;
}
.r-gmg-container--negative-margins > .cmp-container {
  margin-left: -16px;
  margin-right: -16px;
}
.r-gmg-flex--align-items__center > .cmp-container:not( :has(>.aem-Grid)) {
  display: flex;
  align-items: center;
}
.r-gmg-flex--align-items__center > .cmp-container > .aem-Grid {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .r-gmg-flex--reset-mobile > .cmp-container {
    display: block !important;
    align-items: unset;
    justify-content: unset;
  }
  .r-gmg-flex--reset-mobile > .cmp-container > .aem-Grid {
    display: block;
    align-items: unset;
  }
  .r-gmg-flex--reset-mobile > .cmp-container > .aem-Grid > * {
    margin-bottom: var(--spacing-md);
  }
  .r-gmg-flex--reset-mobile > .cmp-container > .aem-Grid > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-flex--stack-mobile > .cmp-container {
    flex-direction: column;
  }
  .r-gmg-flex--stack-mobile > .cmp-container > .aem-Grid {
    flex-direction: column;
  }
}
.r-gmg-max-width--unset {
  max-width: unset;
}
.r-gmg-max-width--unset .cmp-teaser,
.r-gmg-max-width--unset > .cmp-container {
  max-width: inherit;
}
.r-gmg-width--fill {
  width: 100%;
}
.r-gmg-width--fill .cmp-teaser,
.r-gmg-width--fill > .cmp-container {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .r-gmg-width--fill-mobile {
    width: 100%;
  }
  .r-gmg-width--fill-mobile > .cmp-container,
  .r-gmg-width--fill-mobile .cmp-teaser,
  .r-gmg-width--fill-mobile .cmp-button {
    width: inherit;
    text-align: center;
    display: block;
    max-width: unset;
  }
}
.r-gmg-max-width--920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.r-gmg-max-width--1160 > .cmp-container {
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto;
}
.r-gmg-text-transform--uppercase {
  text-transform: uppercase;
}
.r-gmg-text-hide-on-desktop {
  display: none ;
}
@media screen and (max-width: 767px) {
  .r-gmg-text-hide-on-desktop {
    display: unset;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-text-hide-on-mobile {
    display: none !important;
  }
}
.r-gmg-text--list-disc ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -0.5rem;
  padding-left: 1rem;
}
.r-gmg-text--list-disc ul li::before {
  content: "•";
  display: inline-block;
  margin-right: var(--spacing-xs);
}
.r-gmg-drop-shadow:not(:has(.cmp-teaser__image)) {
  filter: drop-shadow(0px 4px 20px rgba(115, 39, 94, 0.1));
}
.r-gmg-drop-shadow .cmp-teaser__image {
  filter: drop-shadow(0px 4px 20px rgba(115, 39, 94, 0.1));
}
.r-gmg-padding-r--reset {
  padding-right: 0 !important;
}
.r-gmg-padding-x--reset {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.r-gmg-visibility--hidden {
  visibility: hidden;
}
.r-gmg-grid-column--margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.r-gmg-grid-column--width-fit-content {
  width: fit-content !important;
}
@media screen and (max-width: 767px) {
  .dataanimation.r-gmg-grid-column--width-fit-content-mobile,
  .r-gmg-grid-column--width-fit-content-mobile {
    width: fit-content !important;
  }
}
.r-gmg-margin--auto-left {
  margin-left: auto !important;
}
@media screen and (min-width: 768px) {
  .r-gmg-align--flush-right {
    float: unset !important;
    margin-left: auto !important;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-margin--reset-mobile {
    margin-left: unset;
    margin-right: unset;
  }
}
.r-gmg-col-1 {
  width: 8.3333%;
}
.r-gmg-col-2 {
  width: 16.6667%;
}
.r-gmg-col-3 {
  width: 25%;
}
.r-gmg-col-4 {
  width: 33.3333%;
}
.r-gmg-col-5 {
  width: 41.6667%;
}
.r-gmg-col-6 {
  width: 50%;
}
.r-gmg-col-7 {
  width: 58.3333%;
}
.r-gmg-col-8 {
  width: 66.6667%;
}
.r-gmg-col-9 {
  width: 75%;
}
.r-gmg-col-10 {
  width: 83.3333%;
}
.r-gmg-col-11 {
  width: 91.6667%;
}
.r-gmg-col-12 {
  width: 100%;
}
.r-gmg-ml-auto {
  margin-left: auto;
}
.r-gmg-ml-1 {
  margin-left: 8.3333%;
}
.r-gmg-ml-2 {
  margin-left: 16.6667%;
}
.r-gmg-ml-3 {
  margin-left: 25%;
}
.r-gmg-ml-4 {
  margin-left: 33.3333%;
}
.r-gmg-ml-5 {
  margin-left: 41.6667%;
}
.r-gmg-ml-6 {
  margin-left: 50%;
}
.r-gmg-ml-7 {
  margin-left: 58.3333%;
}
.r-gmg-ml-8 {
  margin-left: 66.6667%;
}
.r-gmg-ml-9 {
  margin-left: 75%;
}
.r-gmg-ml-10 {
  margin-left: 83.3333%;
}
.r-gmg-ml-11 {
  margin-left: 91.6667%;
}
.r-gmg-mr-auto {
  margin-right: auto;
}
.r-gmg-mr-1 {
  margin-right: 8.3333%;
}
.r-gmg-mr-2 {
  margin-right: 16.6667%;
}
.r-gmg-mr-3 {
  margin-right: 25%;
}
.r-gmg-mr-4 {
  margin-right: 33.3333%;
}
.r-gmg-mr-5 {
  margin-right: 41.6667%;
}
.r-gmg-mr-6 {
  margin-right: 50%;
}
.r-gmg-mr-7 {
  margin-right: 58.3333%;
}
.r-gmg-mr-8 {
  margin-right: 66.6667%;
}
.r-gmg-mr-9 {
  margin-right: 75%;
}
.r-gmg-mr-10 {
  margin-right: 83.3333%;
}
.r-gmg-mr-11 {
  margin-right: 91.6667%;
}
.r-gmg-pl-1 {
  padding-left: 8.3333%;
}
.r-gmg-pl-2 {
  padding-left: 16.6667%;
}
.r-gmg-pl-3 {
  padding-left: 25%;
}
.r-gmg-pl-4 {
  padding-left: 33.3333%;
}
.r-gmg-pl-5 {
  padding-left: 41.6667%;
}
.r-gmg-pl-6 {
  padding-left: 50%;
}
.r-gmg-pl-7 {
  padding-left: 58.3333%;
}
.r-gmg-pl-8 {
  padding-left: 66.6667%;
}
.r-gmg-pl-9 {
  padding-left: 75%;
}
.r-gmg-pl-10 {
  padding-left: 83.3333%;
}
.r-gmg-pl-11 {
  padding-left: 91.6667%;
}
.r-gmg-pr-1 {
  padding-right: 8.3333%;
}
.r-gmg-pr-2 {
  padding-right: 16.6667%;
}
.r-gmg-pr-3 {
  padding-right: 25%;
}
.r-gmg-pr-4 {
  padding-right: 33.3333%;
}
.r-gmg-pr-5 {
  padding-right: 41.6667%;
}
.r-gmg-pr-6 {
  padding-right: 50%;
}
.r-gmg-pr-7 {
  padding-right: 58.3333%;
}
.r-gmg-pr-8 {
  padding-right: 66.6667%;
}
.r-gmg-pr-9 {
  padding-right: 75%;
}
.r-gmg-pr-10 {
  padding-right: 83.3333%;
}
.r-gmg-pr-11 {
  padding-right: 91.6667%;
}
@media screen and (max-width: 767px) {
  .r-gmg-col-1,
  .r-gmg-col-2,
  .r-gmg-col-3,
  .r-gmg-col-4,
  .r-gmg-col-5,
  .r-gmg-col-6,
  .r-gmg-col-7,
  .r-gmg-col-8,
  .r-gmg-col-9,
  .r-gmg-col-10,
  .r-gmg-col-11,
  .r-gmg-col-12 {
    width: 16px;
  }
  .r-gmg-ml-1,
  .r-gmg-ml-2,
  .r-gmg-ml-3,
  .r-gmg-ml-4,
  .r-gmg-ml-5,
  .r-gmg-ml-6,
  .r-gmg-ml-7,
  .r-gmg-ml-8,
  .r-gmg-ml-9,
  .r-gmg-ml-10,
  .r-gmg-ml-11 {
    margin-left: 16px;
  }
  .r-gmg-mr-1,
  .r-gmg-mr-2,
  .r-gmg-mr-3,
  .r-gmg-mr-4,
  .r-gmg-mr-5,
  .r-gmg-mr-6,
  .r-gmg-mr-7,
  .r-gmg-mr-8,
  .r-gmg-mr-9,
  .r-gmg-mr-10,
  .r-gmg-mr-11 {
    margin-right: 16px;
  }
  .r-gmg-pl-1,
  .r-gmg-pl-2,
  .r-gmg-pl-3,
  .r-gmg-pl-4,
  .r-gmg-pl-5,
  .r-gmg-pl-6,
  .r-gmg-pl-7,
  .r-gmg-pl-8,
  .r-gmg-pl-9,
  .r-gmg-pl-10,
  .r-gmg-pl-11 {
    padding-left: 16px;
  }
  .r-gmg-pr-1,
  .r-gmg-pr-2,
  .r-gmg-pr-3,
  .r-gmg-pr-4,
  .r-gmg-pr-5,
  .r-gmg-pr-6,
  .r-gmg-pr-7,
  .r-gmg-pr-8,
  .r-gmg-pr-9,
  .r-gmg-pr-10,
  .r-gmg-pr-11 {
    padding-right: 16px;
  }
}
.r-gmg-teaser--hero.r-gmg-col-1,
.r-gmg-teaser--hero-small.r-gmg-col-1 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-1 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-1 .cmp-teaser .cmp-teaser__content {
  width: 8.3333%;
}
.r-gmg-teaser--hero.r-gmg-col-2,
.r-gmg-teaser--hero-small.r-gmg-col-2 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-2 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-2 .cmp-teaser .cmp-teaser__content {
  width: 16.6667%;
}
.r-gmg-teaser--hero.r-gmg-col-3,
.r-gmg-teaser--hero-small.r-gmg-col-3 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-3 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-3 .cmp-teaser .cmp-teaser__content {
  width: 25%;
}
.r-gmg-teaser--hero.r-gmg-col-4,
.r-gmg-teaser--hero-small.r-gmg-col-4 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-4 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-4 .cmp-teaser .cmp-teaser__content {
  width: 33.3333%;
}
.r-gmg-teaser--hero.r-gmg-col-5,
.r-gmg-teaser--hero-small.r-gmg-col-5 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-5 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-5 .cmp-teaser .cmp-teaser__content {
  width: 41.6667%;
}
.r-gmg-teaser--hero.r-gmg-col-6,
.r-gmg-teaser--hero-small.r-gmg-col-6 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-6 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-6 .cmp-teaser .cmp-teaser__content {
  width: 50%;
}
.r-gmg-teaser--hero.r-gmg-col-7,
.r-gmg-teaser--hero-small.r-gmg-col-7 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-7 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-7 .cmp-teaser .cmp-teaser__content {
  width: 58.3333%;
}
.r-gmg-teaser--hero.r-gmg-col-8,
.r-gmg-teaser--hero-small.r-gmg-col-8 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-8 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-8 .cmp-teaser .cmp-teaser__content {
  width: 66.6667%;
}
.r-gmg-teaser--hero.r-gmg-col-9,
.r-gmg-teaser--hero-small.r-gmg-col-9 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-9 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-9 .cmp-teaser .cmp-teaser__content {
  width: 75%;
}
.r-gmg-teaser--hero.r-gmg-col-10,
.r-gmg-teaser--hero-small.r-gmg-col-10 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-10 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-10 .cmp-teaser .cmp-teaser__content {
  width: 83.3333%;
}
.r-gmg-teaser--hero.r-gmg-col-11,
.r-gmg-teaser--hero-small.r-gmg-col-11 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-11 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-11 .cmp-teaser .cmp-teaser__content {
  width: 91.6667%;
}
.r-gmg-teaser--hero.r-gmg-col-12,
.r-gmg-teaser--hero-small.r-gmg-col-12 {
  width: auto;
}
.r-gmg-teaser--hero.r-gmg-col-12 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-col-12 .cmp-teaser .cmp-teaser__content {
  width: 100%;
}
.r-gmg-teaser--hero.r-gmg-ml-auto,
.r-gmg-teaser--hero-small.r-gmg-ml-auto {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-auto .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-auto .cmp-teaser .cmp-teaser__content {
  margin-left: auto;
}
.r-gmg-teaser--hero.r-gmg-ml-1,
.r-gmg-teaser--hero-small.r-gmg-ml-1 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-1 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-1 .cmp-teaser .cmp-teaser__content {
  margin-left: 8.3333%;
}
.r-gmg-teaser--hero.r-gmg-ml-2,
.r-gmg-teaser--hero-small.r-gmg-ml-2 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-2 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-2 .cmp-teaser .cmp-teaser__content {
  margin-left: 16.6667%;
}
.r-gmg-teaser--hero.r-gmg-ml-3,
.r-gmg-teaser--hero-small.r-gmg-ml-3 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-3 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-3 .cmp-teaser .cmp-teaser__content {
  margin-left: 25%;
}
.r-gmg-teaser--hero.r-gmg-ml-4,
.r-gmg-teaser--hero-small.r-gmg-ml-4 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-4 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-4 .cmp-teaser .cmp-teaser__content {
  margin-left: 33.3333%;
}
.r-gmg-teaser--hero.r-gmg-ml-5,
.r-gmg-teaser--hero-small.r-gmg-ml-5 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-5 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-5 .cmp-teaser .cmp-teaser__content {
  margin-left: 41.6667%;
}
.r-gmg-teaser--hero.r-gmg-ml-6,
.r-gmg-teaser--hero-small.r-gmg-ml-6 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-6 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-6 .cmp-teaser .cmp-teaser__content {
  margin-left: 50%;
}
.r-gmg-teaser--hero.r-gmg-ml-7,
.r-gmg-teaser--hero-small.r-gmg-ml-7 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-7 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-7 .cmp-teaser .cmp-teaser__content {
  margin-left: 58.3333%;
}
.r-gmg-teaser--hero.r-gmg-ml-8,
.r-gmg-teaser--hero-small.r-gmg-ml-8 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-8 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-8 .cmp-teaser .cmp-teaser__content {
  margin-left: 66.6667%;
}
.r-gmg-teaser--hero.r-gmg-ml-9,
.r-gmg-teaser--hero-small.r-gmg-ml-9 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-9 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-9 .cmp-teaser .cmp-teaser__content {
  margin-left: 75%;
}
.r-gmg-teaser--hero.r-gmg-ml-10,
.r-gmg-teaser--hero-small.r-gmg-ml-10 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-10 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-10 .cmp-teaser .cmp-teaser__content {
  margin-left: 83.3333%;
}
.r-gmg-teaser--hero.r-gmg-ml-11,
.r-gmg-teaser--hero-small.r-gmg-ml-11 {
  margin-left: 0;
}
.r-gmg-teaser--hero.r-gmg-ml-11 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-ml-11 .cmp-teaser .cmp-teaser__content {
  margin-left: 91.6667%;
}
.r-gmg-teaser--hero.r-gmg-mr-auto,
.r-gmg-teaser--hero-small.r-gmg-mr-auto {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-auto .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-auto .cmp-teaser .cmp-teaser__content {
  margin-right: auto;
}
.r-gmg-teaser--hero.r-gmg-mr-1,
.r-gmg-teaser--hero-small.r-gmg-mr-1 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-1 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-1 .cmp-teaser .cmp-teaser__content {
  margin-right: 8.3333%;
}
.r-gmg-teaser--hero.r-gmg-mr-2,
.r-gmg-teaser--hero-small.r-gmg-mr-2 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-2 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-2 .cmp-teaser .cmp-teaser__content {
  margin-right: 16.6667%;
}
.r-gmg-teaser--hero.r-gmg-mr-3,
.r-gmg-teaser--hero-small.r-gmg-mr-3 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-3 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-3 .cmp-teaser .cmp-teaser__content {
  margin-right: 25%;
}
.r-gmg-teaser--hero.r-gmg-mr-4,
.r-gmg-teaser--hero-small.r-gmg-mr-4 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-4 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-4 .cmp-teaser .cmp-teaser__content {
  margin-right: 33.3333%;
}
.r-gmg-teaser--hero.r-gmg-mr-5,
.r-gmg-teaser--hero-small.r-gmg-mr-5 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-5 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-5 .cmp-teaser .cmp-teaser__content {
  margin-right: 41.6667%;
}
.r-gmg-teaser--hero.r-gmg-mr-6,
.r-gmg-teaser--hero-small.r-gmg-mr-6 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-6 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-6 .cmp-teaser .cmp-teaser__content {
  margin-right: 50%;
}
.r-gmg-teaser--hero.r-gmg-mr-7,
.r-gmg-teaser--hero-small.r-gmg-mr-7 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-7 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-7 .cmp-teaser .cmp-teaser__content {
  margin-right: 58.3333%;
}
.r-gmg-teaser--hero.r-gmg-mr-8,
.r-gmg-teaser--hero-small.r-gmg-mr-8 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-8 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-8 .cmp-teaser .cmp-teaser__content {
  margin-right: 66.6667%;
}
.r-gmg-teaser--hero.r-gmg-mr-9,
.r-gmg-teaser--hero-small.r-gmg-mr-9 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-9 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-9 .cmp-teaser .cmp-teaser__content {
  margin-right: 75%;
}
.r-gmg-teaser--hero.r-gmg-mr-10,
.r-gmg-teaser--hero-small.r-gmg-mr-10 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-10 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-10 .cmp-teaser .cmp-teaser__content {
  margin-right: 83.3333%;
}
.r-gmg-teaser--hero.r-gmg-mr-11,
.r-gmg-teaser--hero-small.r-gmg-mr-11 {
  margin-right: 0;
}
.r-gmg-teaser--hero.r-gmg-mr-11 .cmp-teaser .cmp-teaser__content,
.r-gmg-teaser--hero-small.r-gmg-mr-11 .cmp-teaser .cmp-teaser__content {
  margin-right: 91.6667%;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--hero[class*="r-gmg-col-"] .cmp-teaser .cmp-teaser__content,
  .r-gmg-teaser--hero-small[class*="r-gmg-col-"] .cmp-teaser .cmp-teaser__content,
  .r-gmg-teaser--hero[class*="r-gmg-ml-"] .cmp-teaser .cmp-teaser__content,
  .r-gmg-teaser--hero-small[class*="r-gmg-ml-"] .cmp-teaser .cmp-teaser__content,
  .r-gmg-teaser--hero[class*="r-gmg-mr-"] .cmp-teaser .cmp-teaser__content,
  .r-gmg-teaser--hero-small[class*="r-gmg-mr-"] .cmp-teaser .cmp-teaser__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.r-gmg-flex--gap-0 > .cmp-container:not( :has(>.aem-Grid)) {
  gap: unset !important;
}
.r-gmg-flex--gap-0 > .cmp-container > .aem-Grid {
  gap: unset !important;
}
.r-gmg-flex--gap-1 > .cmp-container:not( :has(>.aem-Grid)) {
  gap: 24px;
}
.r-gmg-flex--gap-1 > .cmp-container > .aem-Grid {
  gap: 24px;
}
.r-gmg-flex--gap-2 > .cmp-container:not( :has(>.aem-Grid)) {
  gap: 32px;
}
.r-gmg-flex--gap-2 > .cmp-container > .aem-Grid {
  gap: 32px;
}
.r-gmg-flex--gap-3 > .cmp-container:not( :has(>.aem-Grid)) {
  gap: 40px;
}
.r-gmg-flex--gap-3 > .cmp-container > .aem-Grid {
  gap: 40px;
}
.r-gmg-padding--left-24 {
  padding-left: 24px !important;
}
@media screen and (max-width: 767px) {
  .r-gmg-padding--left-24 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-mobile-margin-bottom-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-mobile-margin-bottom-24 {
    margin-bottom: 24px !important;
  }
}
.search-facets {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid #999;
  min-height: 28px;
}
.search-facets dl {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.search-facets dl dt {
  margin: 1rem 0 .75rem 0;
  font-weight: bold;
}
.search-facets dl dd {
  margin: 0 .5rem 0 0;
  padding: 0;
  display: inline-block;
}
.search-facets button.search-facet-toggle {
  float: right;
  background: none;
  border: none;
}
.search-facets .coral-Icon--accordionDown {
  display: block;
}
.search-facets .coral-Icon--accordionUp {
  display: none;
}
.search-facets .search-facets--content {
  padding: 5px;
}
.search-facets input[type=checkbox] {
  display: none;
}
.search-facets label {
  border: solid 1px #999;
  color: #999;
  padding: .25rem .5rem;
  font-size: .9rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-facets input[type=checkbox]:checked + label {
  color: #ff6b59;
  border-color: #ff6b59;
}
.search-facets.open .coral-Icon--accordionDown {
  display: none;
}
.search-facets.open .coral-Icon--accordionUp {
  display: block;
}
.search-field {
  position: relative;
  width: 100%;
  margin-bottom: var(--spacing-xl);
  /* Search Field - -Autocomplete */
}
.search-field .search-field--wrapper {
  position: relative;
}
.search-field .search-field--wrapper input[type="text"] {
  border: solid 1px #f0f0f0;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem 5rem 1rem 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: none;
  background: #e5ecee;
  color: #025949;
}
.search-field .search-field--wrapper input[type="submit"] {
  position: absolute;
  top: .25rem;
  right: .25rem;
  padding: 0.75rem;
  border: 0;
  border-radius: 4px;
  background-color: #ff6b59;
  color: white;
  font-size: 2rem;
  width: 4rem;
}
.search-field .search-field--wrapper .cancel {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-field .search-field--wrapper input[type="text"] {
    font-size: 1rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}
.search-field .quick-lists {
  background-color: #fff;
  border: solid 1px #f0f0f0;
  border-top-style: dashed;
  display: none;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-field .quick-lists dl,
.search-field .quick-lists dt,
.search-field .quick-lists dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-field .quick-lists a {
  padding: 1rem;
  text-decoration: none;
  display: block;
}
.search-field .quick-lists a:hover {
  background-color: #f0f0f0;
}
.search-field .quick-lists .quick-suggestions,
.search-field .quick-lists .quick-results {
  display: none;
}
.search-field .quick-lists .quick-suggestions dt,
.search-field .quick-lists .quick-results dt {
  padding: 1rem 0 .5rem 1rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
}
.search-field .quick-lists .quick-suggestions {
  background-color: #f0f0f0;
  font-size: .8rem;
  padding-bottom: 1rem;
}
.search-field .quick-lists .quick-suggestions dd {
  padding: .4rem 1rem;
  font-style: italic;
  cursor: pointer;
}
.search-field .quick-lists .quick-results a {
  padding: 1rem;
  text-decoration: none;
  display: block;
}
.search-field .quick-lists .quick-results a:hover {
  background-color: #f0f0f0;
}
.search-results ul,
.search-results li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results .search-stats {
  font-size: .9rem;
  float: right;
  font-style: italic;
  padding-right: .5rem;
  display: none;
}
.search-results h2 {
  display: none;
}
.search-results li {
  clear: both;
}
.search-results li.plain {
  margin-bottom: var(--spacing-lg);
}
.search-results li:has( > .info:not( :has(a)):has(p:empty)) {
  display: none;
}
.search-results li .info {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: none;
  font-size: .9rem;
  line-height: 1.25rem;
}
.search-results li .info a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.search-results li .info p {
  color: #414042;
}
.search-results li .info h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin: .75rem 0 .5rem 0;
  padding-top: .25rem;
  color: #025949;
  font-family: "proxima-nova", sans-serif;
}
.search-results li .info p {
  margin-top: 0;
}
.search-results li .info p strong {
  color: #025949;
}
.search-results li.thumbnail {
  padding-bottom: .75rem;
}
.search-results li.thumbnail .info {
  margin-left: 120px;
}
.search-results li.thumbnail .thumbnail {
  float: left;
  width: 100px;
  border: solid 1px #f0f0f0 -dark;
  border-radius: 2px;
  text-align: center;
  padding: 1rem 0;
}
.search-results li.thumbnail .thumbnail a {
  color: #333;
}
.search-results li.thumbnail .thumbnail a:hover {
  color: #ff6b59;
}
.search-pagination {
  margin: 1rem auto;
}
.search-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.search-pagination ul li {
  margin: 0 .5rem 0 0;
  padding: 0;
  display: inline-block;
}
.search-pagination input[type=radio] {
  display: none;
}
.search-pagination label {
  border: solid 1px #999;
  color: #999;
  padding: .25rem .5rem;
  font-size: .9rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-pagination input[type=radio]:checked + label {
  color: #ff6b59;
  border-color: #ff6b59;
}
.submenu-header {
  position: fixed;
  color: #ffffff;
  z-index: 100;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 1024px) {
  .submenu-header {
    height: 290px;
  }
}
.submenu-header a {
  color: inherit;
  text-decoration: none;
}
.submenu-header .cmp-submenu-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px var(--gutter);
  max-width: 1280px;
  margin: 0 auto;
}
.submenu-header .cmp-submenu-header a[href*="#contact-a-rep"] {
  border-bottom: unset !important;
  padding: 8px;
  border-radius: 100px;
  background-color: #ffffff;
  color: #025949;
}
.submenu-header .cmp-submenu-header a[href*="#contact-a-rep"]:hover {
  background-color: #e5ecee;
  color: #025949;
}
.submenu-header .cmp-submenu-header--mobile {
  display: none;
}
.submenu-header .cmp-submenu-header--logo-area a {
  display: block;
}
.submenu-header .cmp-submenu-header--logo-area a img {
  transition: max-height 0.25s ease-out;
  max-height: 104px;
  width: 100%;
}
.submenu-header .cmp-submenu-header--top-section .cmp-submenu-header--utility {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 0;
  background: #cbddda;
  color: #414042;
}
.submenu-header .cmp-submenu-header--top-section .cmp-submenu-header--utility .r-gmg--connect {
  border: 1px solid #025949;
  padding: 0.125rem 0.875rem;
}
.submenu-header .cmp-submenu-header--top-section .cmp-submenu-header--utility .r-gmg--connect:hover {
  background-color: #025949;
  color: white;
}
.submenu-header .cmp-submenu-header--top-section .cmp-submenu-header--utility .cmp-submenu-header--utility-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-lg);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.submenu-header .cmp-submenu-header--top-section .cmp-submenu-header--utility .cmp-submenu-header--utility-wrapper .cmp-submenu-header--utility-item {
  color: #025949;
}
.submenu-header .cmp-submenu-header--top-section .cmp-submenu-header--utility .cmp-submenu-header--utility-wrapper .cmp-submenu-header--utility-item .cmp-submenu-header--utility-divider {
  display: none;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--spacing-md);
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem {
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--main_logo {
  display: none;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:hover > a {
  border-bottom: 2px solid #f2784b;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:hover .cmp-submenu-header--sub {
  display: block;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub {
  min-width: 130px;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem {
  white-space: nowrap;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem:hover {
  font-weight: bold;
  color: #025949;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem.current {
  font-weight: bold;
  color: #025949;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem span.current,
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a.current {
  font-weight: bold;
  border-bottom: 2px solid #f2784b;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem a {
  font-weight: normal;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem a span {
  font-weight: inherit;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:has(.cmp-submenu-header--sub)::after {
  content: '';
  position: absolute;
  top: 24px;
  display: block;
  width: 100%;
  height: 1rem;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:has(.cmp-submenu-header--sub) .cmp-submenu-header--chevron-expand {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-chevron-white.svg");
  display: inline-block;
  position: relative;
  top: 4px;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub {
  position: absolute;
  top: 2rem;
  display: none;
  background-color: #ffffff;
  padding: 0.75rem 0.875rem;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub a {
  color: #414042;
  display: block;
  padding: var(--spacing-xs) 0;
  border-bottom: 1px solid #ccc;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub a:first-child {
  padding-top: 0;
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub a:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.submenu-header.__scrolling {
  background: #025949;
}
.submenu-header.__scrolling .cmp-submenu-header {
  padding: 10px var(--gutter);
}
.submenu-header.__scrolling a[href*="#contact-a-rep"]:hover {
  background-color: #e5ecee;
  color: #025949;
}
.submenu-header.__scrolling .cmp-submenu-header--top-section .cmp-submenu-header--logo-area a img {
  width: 100%;
  max-height: 65px;
}
.submenu-header.__merlot a[href*="#contact-a-rep"] {
  color: #73275e;
}
.submenu-header.__merlot.__scrolling .cmp-submenu-header {
  padding: 10px var(--gutter);
}
.submenu-header.__merlot.__scrolling .cmp-submenu-header--top-section .cmp-submenu-header--logo-area a img {
  width: 100%;
  max-height: 65px;
}
.submenu-header.__merlot .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem:hover {
  color: #73275e;
}
.submenu-header.__merlot .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem.current {
  color: #73275e;
}
.submenu-header.__ochre .cmp-submenu-header .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:hover > a {
  border-bottom: 2px solid #73275e;
}
.submenu-header.__ochre .cmp-submenu-header .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a.current {
  border-bottom: 2px solid #73275e;
  width: fit-content !important;
}
.submenu-header.__ochre .cmp-submenu-header .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a span.current {
  border-bottom: 2px solid #73275e;
}
.submenu-header.__ochre.__scrolling {
  background-color: #e6490e;
}
.submenu-header.__ochre.__scrolling .cmp-submenu-header {
  padding: 10px var(--gutter);
}
.submenu-header.__ochre.__scrolling .cmp-submenu-header--top-section .cmp-submenu-header--logo-area a img {
  width: 100%;
  max-height: 65px;
}
.submenu-header.__ochre .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem:hover {
  color: #73275e;
}
.submenu-header.__ochre .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem.current {
  color: #73275e;
}
@media screen and (min-width: 960px) {
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:hover .cmp-submenu-header--sub {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list {
    gap: var(--spacing-md);
  }
}
@media screen and (max-width: 1199px) {
  .submenu-header .cmp-submenu-header--main {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1110px) {
  .submenu-header .cmp-submenu-header--logo {
    min-width: 100px;
    max-width: 130px;
    width: 9.7vw;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list {
    gap: 1rem;
  }
}
@media screen and (max-width: 1045px) {
  .submenu-header .cmp-submenu-header--logo {
    min-width: unset;
    max-width: unset;
    width: 74px;
  }
}
@media screen and (max-width: 1024px) {
  .submenu-header .cmp-submenu-header {
    top: 0;
    background-color: #cbddda;
    padding-top: var(--spacing-xxs);
    padding-bottom: var(--spacing-xxs);
  }
  .submenu-header .cmp-submenu-header--mobile {
    position: relative;
    display: block;
    width: 100%;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--top-section-mobile {
    color: #025949;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--top-section-mobile .cmp-submenu-header--utility-mobile {
    display: flex;
    gap: 32px;
    justify-content: center;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile {
    position: absolute;
    top: 18px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile {
    width: 66px;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile a {
    display: block;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile .mobile-logo-expanded {
    display: none;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--hamburger-menu-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 35px;
    height: 35px;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--hamburger-menu-area .cmp-submenu-header--hamburger-menu {
    content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-hamburger.svg");
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--hamburger-menu-area .cmp-submenu-header--close-button {
    content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-close.svg");
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .submenu-header .cmp-submenu-header--top-section,
  .submenu-header .cmp-submenu-header--main {
    margin-left: 0;
    display: none;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list {
    gap: 0;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem {
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid #ccc;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:has(.cmp-submenu-header--sub) .cmp-submenu-header--chevron-expand {
    content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-chevron-emerald-mobile.svg");
    display: inline-block;
    position: relative;
    width: 20px;
    height: 18px;
    top: 4px;
    margin-left: 8px;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub {
    position: relative;
    top: unset;
    background-color: unset;
    display: none !important;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub .cmp-submenu-header--subItem {
    color: #025949;
    padding: 1rem !important;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem .cmp-submenu-header--sub.active {
    display: block !important;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem.open-sub .cmp-submenu-header--chevron-expand {
    transform: scaleY(-1);
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem.open-sub .cmp-submenu-header--sub {
    display: block !important;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:first-child {
    padding-top: 0;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:last-child {
    padding-bottom: 0;
    border-bottom: unset;
  }
  .submenu-header.__scrolling {
    background-color: #025949;
    height: 92px;
  }
  .submenu-header.__scrolling .cmp-submenu-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .submenu-header.__merlot.__scrolling {
    background-color: #73275e;
    height: 104px;
  }
  .submenu-header.__merlot.__scrolling .cmp-submenu-header {
    padding-top: var(--spacing-xxs);
    padding-bottom: var(--spacing-xxs);
  }
}
@media screen and (max-width: 767px) {
  .submenu-header {
    height: 92px;
  }
  .submenu-header .cmp-submenu-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .submenu-header a[href*="#contact-a-rep"] {
    border-bottom: unset !important;
    padding: unset;
    border-radius: unset;
    background-color: unset;
  }
  .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile {
    width: 50px;
  }
  .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:has(.cmp-submenu-header--sub)::after {
    content: none;
  }
}
.r-gmg-submenu-header--open body {
  height: 100vh;
  overflow: hidden;
}
.r-gmg-submenu-header--open .submenu-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #e5ecee;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  z-index: 1000;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header {
  display: block;
  min-height: 100%;
  background-color: #e5ecee;
  padding-bottom: 64px;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--top-section-mobile {
  display: none;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile {
  position: relative;
  top: 0;
  padding-top: 64px;
  padding-bottom: 0;
  z-index: 1;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile {
  width: 99px;
  min-width: 99px;
  max-width: 99px;
  height: 79px;
  min-height: 79px;
  max-height: 79px;
  flex: 0 0 99px;
  margin: 0 auto;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile a {
  width: 100%;
  height: 100%;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile a > img {
  display: none;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--header-area-mobile .cmp-submenu-header--logo-mobile a .mobile-logo-expanded {
  display: block !important;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--hamburger-menu-area {
  top: 28px;
  transform: none;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--hamburger-menu-area .cmp-submenu-header--hamburger-menu {
  display: none;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--mobile .cmp-submenu-header--hamburger-menu-area .cmp-submenu-header--close-button {
  display: block !important;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main {
  display: block;
  margin-left: 0;
  background-color: #e5ecee;
  color: #025949;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: auto;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px 0;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem {
  width: 256px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(2, 89, 73, 0.25);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem {
    display: flex !important;
    justify-content: center !important;
  }
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #025949;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:last-child {
  width: auto;
  margin-bottom: 0;
  border-bottom: 0;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem:has(> a[href*="#contact-a-rep"]) {
  width: auto;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a#search-icon {
  min-height: 24px;
}
.r-gmg-submenu-header--open .submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a[href*="#contact-a-rep"] {
  display: inline-flex;
  min-height: 0;
  padding: var(--spacing-xs) var(--spacing-md);
  border-radius: 100px;
  background-color: #025949;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
#search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#search-icon::before {
  content: '';
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-image: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, 0.6px);
}
#search-icon:hover {
  border-bottom: unset;
}
#search-icon span {
  display: none;
}
@media screen and (max-width: 1024px) {
  #search-icon {
    justify-content: center;
  }
  #search-icon::before {
    background-image: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/search-emerald-icon.svg");
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    transform: none;
  }
}
@media screen and (min-width: 1025px) {
  #contact-a-rep {
    border-bottom: unset !important;
    padding: 8px;
    background-color: #ffffff;
    color: #025949;
  }
  #contact-a-rep:hover {
    background-color: #025949 !important;
    color: #ffffff;
  }
}
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem span.current,
.submenu-header .cmp-submenu-header--main .cmp-submenu-header--main-list .cmp-submenu-header--mainSectionItem > a.current {
  width: fit-content;
}
.r-gmg-container--section {
  position: relative;
}
.r-gmg-container--section > .cmp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--gutter-y) var(--gutter);
}
.r-gmg-container--section2xl {
  position: relative;
}
.r-gmg-container--section2xl > .cmp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-2xl) var(--gutter);
}
.r-gmg-container--section-quote {
  position: relative;
}
.r-gmg-container--section-quote > .cmp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-2xl) var(--gutter) var(--spacing-lg);
}
.r-gmg-container--section4xl {
  position: relative;
}
.r-gmg-container--section4xl > .cmp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-4xl) var(--gutter);
}
@media screen and (max-width: 767px) {
  .r-gmg-container--section4xl > .cmp-container {
    padding: var(--spacing-2xl) var(--gutter);
  }
}
.r-gmg-container--hero > .cmp-container {
  position: relative;
  max-width: 1280px;
  margin: 120px auto 0;
  padding: var(--spacing-3xl) var(--gutter);
  min-height: 640px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .r-gmg-container--hero > .cmp-container {
    min-height: 420px;
  }
}
.r-gmg-container--footer > .cmp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-2xl) var(--gutter);
}
.r-gmg-container--footer .cmp-image {
  width: 134px;
}
.r-gmg-container--footer .text {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.r-gmg-container--footer ul {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .r-gmg-container--footer ul {
    display: block;
  }
  .r-gmg-container--footer ul li {
    padding-bottom: var(--spacing-sm);
  }
  .r-gmg-container--footer ul li:last-child {
    padding-bottom: 0;
  }
  .r-gmg-container--footer > .cmp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--gutter) var(--spacing-2xl);
  }
}
.r-gmg-container--references > .cmp-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--spacing-2xl) var(--gutter);
}
@media screen and (max-width: 767px) {
  .r-gmg-container--references > .cmp-container {
    padding: var(--spacing-md);
  }
}
.r-gmg-container--tabs-table > .cmp-container {
  min-height: 48px;
  border-bottom: 1px solid #73275e;
}
.r-gmg-container--tabs-table > .cmp-container .text {
  display: flex;
  align-items: center;
}
.r-gmg-container--tabs-table > .cmp-container .text:nth-child(1) {
  min-width: 8.5%;
  max-width: 180px;
}
.r-gmg-container--tabs-table > .cmp-container .text:nth-child(2) {
  max-width: 5%;
}
.r-gmg-container--tabs-table > .cmp-container .text:nth-child(3) {
  max-width: 17.5%;
  min-width: 17.5%;
}
.r-gmg-container--tabs-table > .cmp-container .text:nth-child(4) {
  max-width: 16%;
  min-width: 16%;
}
.r-gmg-container--tabs-table > .cmp-container .text:nth-child(5) {
  max-width: 15%;
  min-width: 15%;
}
@media screen and (max-width: 767px) {
  .r-gmg-container--tabs-table > .cmp-container {
    border-bottom: unset;
    height: unset;
  }
  .r-gmg-container--tabs-table > .cmp-container .text {
    display: block;
  }
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(1),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(2),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(3),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(4),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(5) {
    max-width: unset;
    min-width: unset;
  }
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(2),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(3),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(4),
  .r-gmg-container--tabs-table > .cmp-container .text:nth-child(5) {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #ccc;
  }
}
.r-gmg-container--unset-border > .cmp-container {
  border: unset;
}
@media screen and (min-width: 768px) {
  .r-gmg-container--align-right-desktop {
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-container--align-right-mobile {
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-container--align-center-mobile .cmp-container {
    text-align: center;
  }
}
.r-gmg-container--width-auto {
  width: auto !important;
}
#video-library-container {
  margin-right: -16px;
  margin-left: -16px;
}
#video-library-container .r-gmg-teaser--card {
  padding: 0 0 32px 0;
}
#container-antibody-statistics > .aem-Grid {
  justify-content: center;
}
#container-antibody-statistics > .aem-Grid .container:nth-child(2) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #container-antibody-statistics > .aem-Grid {
    display: block;
  }
  #container-antibody-statistics > .aem-Grid .container:nth-child(2) {
    margin-left: 0;
  }
}
#redirect-popup {
  padding: 3.75rem 5rem var(--spacing-md);
}
@media screen and (max-width: 767px) {
  #redirect-popup {
    padding: 3.75rem 1rem var(--spacing-md);
  }
}
#thank-you-hero {
  flex-direction: column;
  align-items: unset;
  justify-content: center;
}
#thank-you-hero > .container > .cmp-container {
  max-width: 700px;
}
#thank-you-hero .r-gmg-text--sm {
  position: absolute;
  left: var(--gutter);
  bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  #thank-you-hero .cmp-text {
    text-align: center;
  }
  #thank-you-hero .r-gmg-text--sm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
#resources-hero {
  min-height: 375px !important;
}
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser {
  min-height: 375px;
}
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__tablet-image.teaser-bg-mob-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__mobile-image.teaser-bg-mob-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__image.teaser-bg-mob-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__tablet-image.teaser-bg-tab-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__mobile-image.teaser-bg-tab-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__image.teaser-bg-tab-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__tablet-image.teaser-bg-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__mobile-image.teaser-bg-img div,
.r-gmg-teaser--hero-small.search-results-hero .cmp-teaser__image.teaser-bg-img div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#search-wrapper {
  position: relative;
}
#search-wrapper #search-btn {
  position: absolute;
  right: 9px;
  top: 14px;
  padding: 0px !important;
}
#search-wrapper #search-btn .cmp-button__icon {
  display: block;
}
@media screen and (max-width: 767px) {
  #search-wrapper #search-btn {
    width: 24px;
    height: 48px;
    right: 24px;
    top: 2px;
    padding: 0.625rem !important;
  }
  #search-wrapper #search-btn .cmp-button__icon {
    width: 24px;
  }
}
#igg-autoantibodies-key {
  background-color: white;
  max-width: 140px;
  padding: 0.75rem;
  border-radius: 0px 1rem 1rem 0px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#igg-autoantibodies-key p {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media screen and (max-width: 767px) {
  #igg-autoantibodies-key {
    border-radius: 1rem;
    border: unset;
    width: 100% !important;
    max-width: unset;
    margin-top: var(--spacing-md);
    display: flex;
    flex-wrap: wrap;
  }
  #igg-autoantibodies-key .text,
  #igg-autoantibodies-key .teaser {
    flex-grow: 0;
    flex-shrink: 0;
  }
  #igg-autoantibodies-key .text {
    width: 100%;
  }
  #igg-autoantibodies-key .teaser {
    width: 50%;
    padding-right: 1rem;
  }
}
.teaser .cmp-teaser .cmp-teaser__image .cmp-image__image {
  display: block;
}
.teaser .cmp-teaser .cmp-teaser__title h1,
.teaser .cmp-teaser .cmp-teaser__title h2,
.teaser .cmp-teaser .cmp-teaser__title h3 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.teaser .cmp-teaser .cmp-teaser__title .cmp-teaser__title-link {
  color: inherit;
}
.teaser .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link {
  padding: var(--spacing-xs) var(--spacing-md);
  font-weight: 600 !important;
}
.r-gmg-teaser--flex .cmp-teaser {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.r-gmg-teaser--flex .cmp-teaser .cmp-teaser__image .cmp-image__image {
  width: auto;
}
.r-gmg-teaser--flex .cmp-teaser .cmp-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.r-gmg-teaser--flex.r-gmg-teaser--flex-row .cmp-teaser {
  flex-direction: unset;
}
.r-gmg-teaser--flex.r-gmg-teaser--align-center .cmp-teaser {
  align-items: center;
}
.r-gmg-teaser--hero {
  position: relative;
}
.r-gmg-teaser--hero .cmp-teaser {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--gutter) var(--spacing-xl);
  min-height: 640px;
  display: flex;
}
.r-gmg-teaser--hero .cmp-teaser .teaser-bg-tab-img,
.r-gmg-teaser--hero .cmp-teaser .teaser-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
}
.r-gmg-teaser--hero .cmp-teaser .teaser-bg-tab-img > div,
.r-gmg-teaser--hero .cmp-teaser .teaser-bg-img > div {
  background-size: contain;
  width: 100%;
  height: 100%;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content {
  width: 41.66666667%;
  color: #ffffff;
  z-index: 1;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content a {
  color: inherit;
  text-decoration: none;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content h1,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  margin-top: 140px;
  margin-bottom: var(--spacing-md);
  font-weight: 700;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content h1 p,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__title p,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content h1 b,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__title b,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content h1 strong,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__title strong {
  font-weight: inherit;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content h1 span,
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__title span {
  display: inline;
  padding: 3px 10px;
  color: #025949;
  background: linear-gradient(270deg, #eb934c 0%, #ebb050 100%);
  margin-top: var(--spacing-xs);
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  margin-bottom: var(--spacing-md);
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:last-child {
  margin-bottom: 0;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__description p .cmp-teaser__action-link {
  margin-top: 0;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__description .r-gmg-text--sm {
  margin-bottom: var(--spacing-xxs);
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link {
  display: inline-block;
  color: #ffffff;
  padding: var(--spacing-xxs) var(--spacing-md);
  background: #73275e;
  border: 2px solid transparent;
  border-radius: 100px;
  margin-top: var(--spacing-md);
  letter-spacing: 1.28px;
  font-weight: 600;
}
.r-gmg-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:hover {
  background: #8f527e;
  padding: var(--spacing-xxs) var(--spacing-md);
  border-color: transparent;
}
.r-gmg-teaser--hero.inline .cmp-teaser {
  flex-direction: row-reverse;
  align-items: center;
}
.r-gmg-teaser--hero.inline .cmp-teaser .teaser-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
}
.r-gmg-teaser--hero.inline .cmp-teaser .teaser-bg-img > div {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.r-gmg-teaser--hero.bg-cover .cmp-teaser .teaser-bg-tab-img > div,
.r-gmg-teaser--hero.bg-cover .cmp-teaser .teaser-bg-img > div {
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .r-gmg-teaser--hero .cmp-teaser .cmp-teaser__action-link {
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .r-gmg-teaser--hero.bg-align-right .cmp-teaser .teaser-bg-tab-img > div,
  .r-gmg-teaser--hero.bg-align-right .cmp-teaser .teaser-bg-img > div {
    background-size: 1300px;
    background-position: right top;
  }
}
@media screen and (min-width: 1600px) {
  .r-gmg-teaser--hero.bg-align-right .cmp-teaser .teaser-bg-tab-img > div,
  .r-gmg-teaser--hero.bg-align-right .cmp-teaser .teaser-bg-img > div {
    background-size: 78%;
    background-position: right;
  }
}
.r-gmg-teaser--hero-small {
  position: relative;
  z-index: 99;
}
.r-gmg-teaser--hero-small .cmp-teaser {
  min-height: 540px;
  overflow: hidden;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__tablet-image,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__mobile-image,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__tablet-image.teaser-bg-mob-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__mobile-image.teaser-bg-mob-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__image.teaser-bg-mob-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__tablet-image.teaser-bg-tab-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__mobile-image.teaser-bg-tab-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__image.teaser-bg-tab-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__tablet-image.teaser-bg-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__mobile-image.teaser-bg-img div,
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__image.teaser-bg-img div {
  position: relative;
  background-size: cover;
  height: 100%;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--gutter);
  height: 100%;
  display: block;
  position: relative;
  margin-top: 155px;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  margin-top: 240px;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  color: white;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #ffffff;
  max-width: 480px;
  font-size: 1.625rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__title p {
  line-height: inherit;
  font-size: inherit;
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__title p .r-gmg-search-results__term {
  display: table;
  margin-top: var(--spacing-xxs);
}
.r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__title b {
  padding: 4px 6px;
  white-space: nowrap;
  display: inline;
  background: linear-gradient(270deg, #eb934c 0%, #ebb050 100%);
}
.r-gmg-teaser--hero-small.__emerald {
  background-color: #025949;
}
.r-gmg-teaser--hero-small.__emerald .cmp-teaser__title b {
  color: #025949;
}
.r-gmg-teaser--hero-small.__merlot {
  background-color: #73275e;
}
.r-gmg-teaser--hero-small.__merlot .cmp-teaser__title b {
  color: #73275e;
}
.r-gmg-teaser--hero-small.__merlot p {
  color: white;
}
.r-gmg-teaser--hero-small.__ochre {
  background-color: #e6490e;
}
.r-gmg-teaser--hero-small.__ochre .cmp-teaser__title {
  color: #ffffff;
  max-width: 580px;
  font-size: 1.625rem;
  line-height: 2.5rem;
}
.r-gmg-teaser--hero-small.__ochre .cmp-teaser__title p {
  line-height: inherit;
  font-size: inherit;
}
.r-gmg-teaser--hero-small.__ochre .cmp-teaser__title b {
  padding: 4px 6px;
  white-space: nowrap;
  display: inline;
  color: #EAB150 !important;
  background: #73275e !important;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--hero-small .cmp-teaser {
    min-height: 500px;
  }
  .r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content {
    margin-top: 80px;
    padding-top: var(--spacing-md);
  }
  .r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    max-width: unset;
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
  .r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__title b {
    white-space: unset;
  }
  .r-gmg-teaser--hero-small .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    text-align: left;
  }
}
.r-gmg-teaser--stat .cmp-teaser .cmp-teaser__title {
  position: relative;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.75rem;
  padding: 1rem 1rem 0;
  margin-bottom: var(--spacing-sm) !important;
}
.r-gmg-teaser--stat .cmp-teaser .cmp-teaser__title sup {
  font-family: inherit;
  position: relative;
  font-weight: 400;
  top: 2px;
}
.r-gmg-teaser--stat.__icon--arrow-ochre .cmp-teaser .cmp-teaser__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-gmg-teaser--stat.__icon--arrow-ochre .cmp-teaser .cmp-teaser__title::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-arrow-ochre.svg");
  position: relative;
  top: -4px;
  height: 100%;
  margin-right: var(--spacing-sm);
}
.r-gmg-teaser--stat.__icon-57 .cmp-teaser .cmp-teaser__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-gmg-teaser--stat.__icon-57 .cmp-teaser .cmp-teaser__title::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/impact-gmg-57-perc.svg");
  position: relative;
  height: 100%;
  margin-right: var(--spacing-sm);
}
.r-gmg-teaser--stat.__icon-89 .cmp-teaser .cmp-teaser__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-gmg-teaser--stat.__icon-89 .cmp-teaser .cmp-teaser__title::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/impact-gmg-89-perc.svg");
  position: relative;
  height: 100%;
  margin-right: var(--spacing-sm);
}
.r-gmg-teaser--stat.__icon-96 .cmp-teaser .cmp-teaser__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-gmg-teaser--stat.__icon-96 .cmp-teaser .cmp-teaser__title::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/impact-gmg-96-perc.svg");
  position: relative;
  height: 100%;
  margin-right: var(--spacing-sm);
}
.r-gmg-teaser--card {
  width: fit-content;
}
.r-gmg-teaser--card .cmp-teaser__content {
  padding-left: 0 !important;
}
.r-gmg-teaser--card .cmp-teaser {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content {
  background: #ffffff;
  padding: var(--spacing-sm);
  color: #025949;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
  font-size: 0.625rem;
  line-height: 1.25rem;
  margin-bottom: var(--spacing-xs);
  color: #679a91;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  position: relative;
  display: flex;
  flex-grow: 1;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__description:not( :has(p:first-child:last-child)) {
  flex-direction: column;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  color: #414042;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__description .r-gmg-text--xs {
  width: 100%;
  margin-top: var(--spacing-xs);
  color: #a09fa0;
  align-self: flex-end;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: var(--spacing-xs);
  font-weight: 600;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link {
  color: inherit;
}
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title h1,
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title h2,
.r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__title h3 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.r-gmg-teaser--card.hide {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--card .cmp-teaser {
    display: block;
    width: 100%;
    height: auto;
  }
  .r-gmg-teaser--card .cmp-teaser .cmp-teaser__content {
    display: block;
  }
  .r-gmg-teaser--card .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    display: block;
  }
}
.r-gmg-teaser--callout {
  padding: var(--spacing-md);
  background: #f2b950;
  border-radius: 0.625rem;
}
.r-gmg-teaser--callout .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-sm);
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #414042;
}
.r-gmg-teaser--callout .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link {
  color: inherit;
}
.r-gmg-teaser--callout .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link h3 {
  color: inherit;
}
.r-gmg-teaser--callout .cmp-teaser .cmp-teaser__content .cmp-teaser__title::after {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-arrow-right.svg");
  margin-left: auto;
}
.r-gmg-container--callout-merlot,
.r-gmg-teaser--callout-merlot {
  background-color: #f3e8ef;
  color: #73275e;
  border-left: 0.5rem solid #73275e;
  padding: 24px 40px;
}
.r-gmg-container--callout-merlot > .cmp-container > .aem-Grid > .container,
.r-gmg-teaser--callout-merlot > .cmp-container > .aem-Grid > .container {
  padding: 0 2rem 0 0;
  margin: 0;
  width: fit-content;
}
.r-gmg-container--callout-merlot .dataanimation,
.r-gmg-teaser--callout-merlot .dataanimation {
  margin: 0;
  padding: 0;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  #container-db29e4034e .dataanimation {
    margin-bottom: 16px !important;
  }
}
.r-gmg-teaser--quote .cmp-teaser {
  position: relative;
  display: flex;
  align-items: center;
}
.r-gmg-teaser--quote .cmp-teaser .cmp-teaser__image {
  position: relative;
  margin-right: var(--spacing-lg);
  max-width: 132px;
  z-index: 1;
}
.r-gmg-teaser--quote .cmp-teaser .cmp-teaser__content {
  position: relative;
  z-index: 1;
}
.r-gmg-teaser--quote .cmp-teaser blockquote {
  font-family: "PPMonument", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
.r-gmg-teaser--quote .cmp-teaser blockquote span {
  display: inline-block;
  display: inline;
  padding-left: var(--spacing-xs);
  padding-right: var(--spacing-xs);
}
.r-gmg-teaser--quote .cmp-teaser blockquote b {
  color: white;
  background-color: #025949;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--quote .cmp-teaser {
    display: block;
  }
  .r-gmg-teaser--quote .cmp-teaser .cmp-teaser__image {
    margin-right: 0;
    margin-bottom: var(--spacing-lg);
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--quote.__emerald .cmp-teaser .cmp-teaser__image {
    margin: auto;
  }
}
.r-gmg-teaser--quote.__emerald .cmp-teaser blockquote {
  color: #025949;
}
.r-gmg-teaser--quote.__emerald .cmp-teaser blockquote::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-quote-emerald.svg");
  display: block;
  margin-bottom: var(--spacing-sm);
}
.r-gmg-teaser--quote.__emerald .cmp-teaser blockquote span {
  background-color: #025949 !important;
  color: #ffffff !important;
}
.r-gmg-teaser--quote.__emerald .cmp-teaser blockquote span b {
  color: inherit;
}
.r-gmg-teaser--quote.__merlot .cmp-teaser {
  border: 2px solid #73275e;
}
.r-gmg-teaser--quote.__merlot .cmp-teaser blockquote {
  color: #73275e;
}
.r-gmg-teaser--quote.__merlot .cmp-teaser blockquote::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-quote-merlot.svg");
  display: block;
  margin-bottom: var(--spacing-sm);
}
.r-gmg-teaser--quote.__merlot .cmp-teaser blockquote span {
  background-color: #73275e !important;
  color: #ffffff !important;
}
.r-gmg-teaser--quote.__merlot .cmp-teaser blockquote span b {
  color: #ffffff !important;
}
.r-gmg-teaser--quote.__merlot .cmp-teaser::after {
  border: 2px solid #73275e;
}
.r-gmg-teaser--quote.__pure-white .cmp-teaser {
  border: 2px solid #ffffff;
}
.r-gmg-teaser--quote.__pure-white .cmp-teaser blockquote {
  color: #ffffff;
}
.r-gmg-teaser--quote.__pure-white .cmp-teaser blockquote::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-quote-white.svg");
  display: block;
  margin-bottom: var(--spacing-sm);
}
.r-gmg-teaser--quote.__pure-white .cmp-teaser blockquote span {
  background-color: #f2b950;
  color: #73275e;
}
.r-gmg-teaser--quote.__ochre .cmp-teaser {
  border: 2px solid #73275e;
}
.r-gmg-teaser--quote.__ochre .cmp-teaser blockquote {
  color: #73275e;
}
.r-gmg-teaser--quote.__ochre .cmp-teaser blockquote::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-quote-ochre.svg");
  display: block;
  margin-bottom: var(--spacing-sm);
}
.r-gmg-teaser--quote.__ochre .cmp-teaser blockquote span {
  background-color: #73275e;
  color: #f2b950 !important;
}
.r-gmg-teaser--quote.__ochre .cmp-teaser blockquote span b {
  color: inherit;
}
.r-gmg-teaser--quote.__ochre .cmp-teaser::after {
  border: 2px solid #73275e;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item {
  margin-bottom: var(--spacing-sm);
}
.r-gmg-teaser-rte--mg-adl-builder-result--item:last-child {
  margin-bottom: 0;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content {
  display: block;
  color: white;
  padding: 0;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.75rem;
  color: #414042;
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-sm) !important;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__title p {
  font-size: 1.25rem !important;
  line-height: inherit;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  color: #414042;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 2.75rem;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description.grade-0 {
  background-color: #e5ecee;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description.grade-1 {
  background-color: #e5ecee;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description.grade-2 {
  background-color: #e5ecee;
}
.r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description.grade-3 {
  background-color: #e5ecee;
}
@media screen and (min-width: 768px) {
  .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    min-height: 44px;
  }
  .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 0;
    flex: 1 0 0;
    min-width: 300px;
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }
  .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    flex: 1 0 0;
    min-width: 300px;
    width: auto;
    padding: 0.5rem 1rem;
  }
}
.r-gmg-teaser--cta .cmp-teaser {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-2xl) var(--gutter);
}
.r-gmg-teaser--cta .cmp-teaser .cmp-teaser__title-link {
  font-family: "PPMonument", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: underline;
  line-height: 1.5rem;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-gmg-teaser--cta .cmp-teaser .cmp-teaser__title-link::after {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-arrow-right-ochre.svg");
  margin-left: 1rem;
  height: 1rem;
}
.r-gmg-teaser--icon-120 .cmp-teaser__image {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-md);
}
.r-gmg-teaser--layout-inline .cmp-teaser {
  display: flex;
  align-items: center;
}
.r-gmg-teaser--layout-inline .cmp-teaser .cmp-image {
  margin-right: 1rem;
}
.r-gmg-teaser--layout-inline .cmp-teaser .cmp-image img {
  width: auto;
  min-width: 1rem;
  height: auto;
}
.r-gmg-teaser--icon-resources .cmp-teaser {
  display: flex;
}
.r-gmg-teaser--icon-resources h2,
.r-gmg-teaser--icon-resources h3,
.r-gmg-teaser--icon-resources h4,
.r-gmg-teaser--icon-resources h5,
.r-gmg-teaser--icon-resources h6 {
  margin-top: 0;
}
.r-gmg-teaser--icon-resources h2,
.r-gmg-teaser--icon-resources h3 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.r-gmg-teaser--icon-resources h2 a,
.r-gmg-teaser--icon-resources h3 a {
  color: inherit;
  text-decoration: none;
}
.r-gmg-teaser--icon-resources .cmp-teaser__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.r-gmg-teaser--icon-resources .cmp-teaser__image {
  margin-right: var(--spacing-sm);
  margin-top: 0.25rem;
}
.r-gmg-teaser--icon-resources .cmp-teaser__image .cmp-image {
  width: 38px;
  height: 38px;
}
.r-gmg-teaser--icon-resources .cmp-teaser__image .cmp-image img {
  width: 100%;
  height: auto;
}
.r-gmg-teaser--icon-resources .cmp-teaser__action-link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--icon-resources p {
    font-size: 0.938rem;
    line-height: 1.2rem;
  }
}
.r-gmg-teaser--down-arrow-merlot::after {
  content: "";
  position: absolute;
  bottom: -42px;
  display: block;
  width: 60px;
  height: 60px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 10px;
  background-color: #73275e;
  z-index: 1;
  pointer-events: none;
}
.r-gmg-teaser--down-arrow-emerald::after {
  content: "";
  position: absolute;
  bottom: -42px;
  display: block;
  width: 60px;
  height: 60px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 10px;
  background-color: #025949;
  z-index: 1;
  pointer-events: none;
}
.r-gmg-teaser--expandable-content .cmp-teaser {
  position: relative;
}
.r-gmg-teaser--expandable-content .cmp-teaser .cmp-teaser__content {
  position: absolute;
  bottom: 0;
  max-height: 78px;
  overflow: hidden;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.r-gmg-teaser--expandable-content .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  display: flex;
  justify-content: space-between;
}
.r-gmg-teaser--expandable-content .cmp-teaser .cmp-teaser__content .cmp-teaser__title::after {
  content: "+";
  font-weight: bold;
  color: #73275e;
}
.r-gmg-teaser--expandable-content .cmp-teaser .cmp-teaser__content.expand {
  max-height: 100%;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.r-gmg-teaser--expandable-content .cmp-teaser .cmp-teaser__content.expand .cmp-teaser__title::after {
  content: "-";
}
@media screen and (min-width: 768px) {
  .r-gmg-teaser--title-br-desktop .cmp-teaser .cmp-teaser__title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--title-br-mobile .cmp-teaser .cmp-teaser__title br {
    display: none;
  }
}
.r-gmg-teaser--quote-down-arrow .cmp-teaser::before {
  background: inherit;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.r-gmg-teaser--quote-down-arrow .cmp-teaser::after {
  background: inherit;
  content: "";
  position: absolute;
  bottom: -16px;
  display: block;
  width: 40px;
  height: 40px;
  right: 8%;
  transform: rotate(45deg);
  z-index: 0;
  pointer-events: none;
}
#antibody-statistics-10 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#antibody-statistics-10 .cmp-teaser__content {
  display: flex;
  align-items: center;
}
#antibody-statistics-10 .cmp-teaser__content .cmp-teaser__title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #antibody-statistics-10 {
    width: 100%;
  }
  #antibody-statistics-10 .cmp-teaser__content {
    display: block;
  }
  #antibody-statistics-10 .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: var(--spacing-sm);
  }
}
.r-gmg-teaser--img-left .cmp-teaser {
  display: flex;
  gap: var(--spacing-lg);
}
.r-gmg-teaser--img-left .cmp-teaser .cmp-teaser__image {
  flex-shrink: 0;
}
.r-gmg-teaser--img-left .cmp-teaser .cmp-teaser__content {
  flex: 1;
  align-self: center;
}
.r-gmg-teaser--img-left .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  margin-bottom: var(--spacing-lg);
}
.r-gmg-teaser--img-left.gmg-teaser--img-align-center .cmp-teaser {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--img-left .cmp-teaser {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .r-gmg-teaser--img-left .cmp-teaser .cmp-teaser__image {
    margin-bottom: var(--spacing-md);
  }
}
.teaser.r-gmg-button--primary .cmp-teaser .cmp-teaser__action-link {
  display: inline-block;
  color: #ffffff;
  padding: var(--spacing-xxs) var(--spacing-md);
  background: #73275e;
  border: 2px solid transparent;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
  text-decoration: none;
}
.teaser.r-gmg-button--primary .cmp-teaser .cmp-teaser__action-link:hover {
  background: #8f527e;
  padding: var(--spacing-xxs) var(--spacing-md);
  border-color: transparent;
}
.teaser.r-gmg-button--secondary .cmp-teaser .cmp-teaser__action-link {
  display: inline-block;
  color: #ffffff;
  padding: var(--spacing-xxs) var(--spacing-md);
  background: #025949;
  border: 2px solid transparent;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
  text-decoration: none;
}
.teaser.r-gmg-button--secondary .cmp-teaser .cmp-teaser__action-link:hover {
  background: #357a6d;
  padding: var(--spacing-xxs) var(--spacing-md);
  border-color: #025949;
}
.teaser.r-gmg-button--tertiary .cmp-teaser .cmp-teaser__action-link {
  display: inline-block;
  color: #73275e;
  padding: var(--spacing-xxs) var(--spacing-md);
  background: #ffffff;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
  text-decoration: none;
}
.teaser.r-gmg-button--tertiary .cmp-teaser .cmp-teaser__action-link:hover {
  background: #e3d4df;
}
.teaser.r-gmg-button--ochre .cmp-teaser .cmp-teaser__action-link {
  display: inline-block;
  color: #73275e;
  padding: var(--spacing-xxs) var(--spacing-md);
  background: #f2b950;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
  text-decoration: none;
}
.teaser.r-gmg-title--xs .cmp-teaser .cmp-teaser__title {
  font-size: 0.5rem;
  line-height: 1rem;
}
.teaser.r-gmg-title--xs .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-title--xs .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-title--xs .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-title--xs .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-title--xs .cmp-teaser .cmp-teaser__title a {
  font-size: inherit;
  line-height: inherit;
}
.teaser.r-gmg-title--sm .cmp-teaser .cmp-teaser__title {
  font-size: 0.75rem;
  line-height: 1rem;
}
.teaser.r-gmg-title--sm .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-title--sm .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-title--sm .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-title--sm .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-title--sm .cmp-teaser .cmp-teaser__title a {
  font-size: inherit;
  line-height: inherit;
}
.teaser.r-gmg-title--md .cmp-teaser .cmp-teaser__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.teaser.r-gmg-title--md .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-title--md .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-title--md .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-title--md .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-title--md .cmp-teaser .cmp-teaser__title a {
  font-size: inherit;
  line-height: inherit;
}
.teaser.r-gmg-title--subhead-bold .cmp-teaser .cmp-teaser__title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.teaser.r-gmg-title--subhead-bold .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-title--subhead-bold .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-title--subhead-bold .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-title--subhead-bold .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-title--subhead-bold .cmp-teaser .cmp-teaser__title a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.teaser.r-gmg-description--xs .cmp-teaser .cmp-teaser__description {
  font-size: 0.5rem;
  line-height: 1rem;
}
.teaser.r-gmg-description--xs .cmp-teaser .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
}
.teaser.r-gmg-description--sm .cmp-teaser .cmp-teaser__description {
  font-size: 0.75rem;
  line-height: 1rem;
}
.teaser.r-gmg-description--sm .cmp-teaser .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
}
.teaser.r-gmg-description--md .cmp-teaser .cmp-teaser__description {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.teaser.r-gmg-description--md .cmp-teaser .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
}
.teaser.r-gmg-description--subhead-bold .cmp-teaser .cmp-teaser__description {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.teaser.r-gmg-description--subhead-bold .cmp-teaser .cmp-teaser__description p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.teaser.r-gmg-title--emerald .cmp-teaser .cmp-teaser__title {
  color: #025949 !important;
}
.teaser.r-gmg-title--emerald .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-title--emerald .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-title--emerald .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-title--emerald .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-title--emerald .cmp-teaser .cmp-teaser__title a {
  color: inherit;
}
.teaser.r-gmg-title--merlot .cmp-teaser .cmp-teaser__title {
  color: #73275e;
}
.teaser.r-gmg-title--merlot .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-title--merlot .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-title--merlot .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-title--merlot .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-title--merlot .cmp-teaser .cmp-teaser__title a {
  color: inherit;
}
.teaser.r-gmg-description--emerald .cmp-teaser .cmp-teaser__description {
  color: #025949;
}
.teaser.r-gmg-description--emerald .cmp-teaser .cmp-teaser__description p {
  color: inherit;
}
.teaser.r-gmg-description--merlot .cmp-teaser .cmp-teaser__description {
  color: #73275e;
}
.teaser.r-gmg-description--merlot .cmp-teaser .cmp-teaser__description p {
  color: inherit;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser {
  background: #fceadb;
  padding: var(--spacing-2xl) var(--spacing-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: var(--spacing-lg);
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__image .cmp-image__image {
  max-width: 100%;
  height: auto;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__content {
  gap: var(--spacing-sm);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title {
  color: #73275e;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title a,
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__title h4 {
  color: inherit;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__description {
  color: #414042;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__description p {
  color: inherit;
}
.teaser.r-gmg-teaser--card-carrot .cmp-teaser .cmp-teaser__action-container {
  margin-top: auto;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser {
  background: #fceadb;
  padding: var(--spacing-2xl) var(--spacing-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  gap: var(--spacing-lg);
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__image .cmp-image__image {
  max-width: 100%;
  height: auto;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__content {
  gap: var(--spacing-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title {
  color: #025949;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title p,
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title a,
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title h1,
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title h2,
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title h3,
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__title h4 {
  color: inherit;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__description {
  color: #414042;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__description p {
  color: inherit;
}
.teaser.r-gmg-teaser--card-carrot-emerald-title .cmp-teaser .cmp-teaser__action-container {
  margin-top: auto;
}
.cmp-teaser__description-primary p,
.cmp-teaser__description-primary b {
  color: #414042 !important;
}
.cmp-teaser__flush-left {
  float: left;
  margin-left: 0px !important;
}
.cmp-teaser__cta-left a {
  text-align: left !important;
}
.cmp-teaser__cta-center a {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .cmp-teaser__cta-center .cmp-teaser__action-container {
    text-align: center;
  }
  .cmp-teaser__cta-center .cmp-teaser__action-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.teaser.image-max-width-180 .cmp-teaser .cmp-teaser__image .cmp-image__image {
  max-width: 180px;
}
@media screen and (max-width: 1024px) {
  .teaser:not(.r-gmg-teaser--hero):not(.r-gmg-teaser--hero-small) .cmp-teaser .cmp-teaser__action-container {
    display: block;
    width: 100%;
  }
  .teaser:not(.r-gmg-teaser--hero):not(.r-gmg-teaser--hero-small).r-gmg-button--primary .cmp-teaser .cmp-teaser__action-link,
  .teaser:not(.r-gmg-teaser--hero):not(.r-gmg-teaser--hero-small).r-gmg-button--secondary .cmp-teaser .cmp-teaser__action-link,
  .teaser:not(.r-gmg-teaser--hero):not(.r-gmg-teaser--hero-small).r-gmg-button--tertiary .cmp-teaser .cmp-teaser__action-link,
  .teaser:not(.r-gmg-teaser--hero):not(.r-gmg-teaser--hero-small).r-gmg-button--ochre .cmp-teaser .cmp-teaser__action-link {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    text-align: center !important;
  }
}
.r-gmg-teaser--flex-content .cmp-teaser .cmp-teaser__content {
  display: flex !important;
  align-items: center;
  gap: 1rem;
}
.cmp-text--no-wrap a {
  white-space: nowrap !important;
}
.r-gmg-teaser--theme-carrot {
  background-color: #fceadb;
}
.r-gmg-teaser--stat-distribution {
  gap: 24px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__content {
  justify-content: flex-start;
}
.r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__title {
  text-align: left;
  font-size: 3.125rem;
  line-height: 2.5rem;
  letter-spacing: -1px;
  display: flex;
  min-height: 50px;
}
.r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__title h2 {
  display: flex;
  align-items: center;
  color: #025949;
}
.r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__title h2 span:first-of-type {
  font-size: 1.875rem;
  vertical-align: middle;
  text-edge: cap;
}
.r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__title h2 span:last-of-type {
  font-size: 1.875rem;
  vertical-align: super;
  top: -2px;
}
.r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__description p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #025949;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .r-gmg-teaser--stat-distribution {
    background-color: unset;
    padding: 0 !important;
  }
  .r-gmg-teaser--stat-distribution.r-gmg-teaser--flex-content .cmp-teaser .cmp-teaser__content {
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
    background-color: #fceadb;
  }
  .r-gmg-teaser--stat-distribution.r-gmg-teaser--flex-content .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    min-width: unset;
  }
  .r-gmg-teaser--stat-distribution.r-gmg-teaser--flex-content .cmp-teaser .cmp-teaser__content .cmp-teaser__title h2 {
    margin-left: unset;
  }
  .r-gmg-teaser--stat-distribution.r-gmg-teaser--flex-content .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    text-align: center;
  }
}
@media screen and (max-width: 1020px) {
  #multi-bg-images-teaser-a6ac2729a9 > div.cmp-teaser__content > h2,
  #multi-bg-images-teaser-a6ac2729a9 > div.cmp-teaser__content > h1 {
    margin-top: 40px;
  }
}
#multi-bg-images-teaser-a6ac2729a9 > div.cmp-teaser__content > h1 {
  line-height: 164%;
}
.multi-bg-images-teaser h2 {
  font-weight: 700 !important;
}
.multi-bg-images-teaser h2 b {
  font-weight: 700 !important;
}
#multi-bg-images-teaser-a6ac2729a9 > div.cmp-teaser__content > div > p.r-gmg-text--sm.r-gmg-spacing-t--2xl {
  position: absolute;
  bottom: 52px;
}
@media screen and (max-width: 1020px) {
  #multi-bg-images-teaser-a6ac2729a9 > div.cmp-teaser__content > div > p.r-gmg-text--sm.r-gmg-spacing-t--2xl {
    bottom: 15px;
  }
}
.getting-better {
  margin-top: 2px !important;
}
.cmp-button {
  text-decoration: none;
  margin: 0;
  padding: var(--spacing-xs) var(--spacing-md);
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1rem !important;
  line-height: 1.375rem;
  background: none;
  appearance: none;
  border: none;
  text-align: center;
}
.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
  font-size: 1rem !important;
  line-height: 1.375rem;
  text-align: center;
}
.r-gmg-button--primary .cmp-button {
  display: inline-block;
  color: #ffffff;
  padding: 6px var(--spacing-md);
  background: #73275e;
  border: 2px solid transparent;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
}
.r-gmg-button--primary .cmp-button span {
  color: inherit;
}
.r-gmg-button--primary:hover .cmp-button {
  background: #8f527e;
  padding: 6px var(--spacing-md);
  border-color: transparent;
}
.r-gmg-button--secondary .cmp-button {
  display: inline-block;
  color: #ffffff;
  padding: var(--spacing-xs) var(--spacing-md);
  background: #025949;
  border: 2px solid transparent;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
}
.r-gmg-button--secondary .cmp-button span {
  color: inherit;
}
.r-gmg-button--secondary:hover .cmp-button {
  background: #357a6d;
  padding: var(--spacing-xs) var(--spacing-md);
  border-color: #025949;
}
.r-gmg-button--tertiary .cmp-button {
  display: inline-block;
  color: #73275e;
  padding: var(--spacing-xs) var(--spacing-md);
  background: #ffffff;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
}
.r-gmg-button--tertiary .cmp-button span {
  color: inherit;
}
.r-gmg-button--tertiary .cmp-button:hover {
  background: #e3d4df;
}
.r-gmg-button--ochre .cmp-button {
  display: inline-block;
  color: #73275e !important;
  padding: var(--spacing-xs) var(--spacing-md);
  background: #f2b950;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 600;
}
.r-gmg-button--ochre .cmp-button .cmp-button__text {
  color: inherit !important;
}
.r-gmg-button--back-btn .cmp-button {
  padding: var(--spacing-xs) var(--spacing-md);
  color: #414042;
}
.r-gmg-button--back-btn .cmp-button::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-back-arrow.svg");
  margin-right: var(--spacing-sm);
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
}
.cmp-button__icon--modal-close {
  width: 22px;
  height: 22px;
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-close.svg");
  margin-left: 0;
}
.cmp-button__icon--modal-close-white {
  width: 22px;
  height: 22px;
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-close-white.svg");
  margin-left: 0;
}
@media screen and (max-width: 375px) {
  .r-gmg-button--font-resize-mobile .cmp-button {
    line-height: 1rem;
  }
  .r-gmg-button--font-resize-mobile .cmp-button .cmp-button__text {
    font-size: 0.875rem;
  }
}
.cmp-button__icon--search-icon-48 {
  width: 32px;
  height: 32px;
  content: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/search-emerald-icon.svg");
  margin-left: 0;
}
#search-btn {
  border-radius: unset;
  padding: 0.625rem;
  display: block;
  width: fit-content;
}
.r-gmg-button--top-auto {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .r-gmg-mobile-margin-top {
    margin-top: var(--spacing-md) !important;
  }
}
@media screen and (max-width: 768px) {
  .r-gmg-mobile-margin-bottom {
    margin-bottom: var(--spacing-lg) !important;
  }
}
.r-gmg-button--back-btn .cmp-button span {
  text-transform: capitalize !important;
}
@media screen and (max-width: 1024px) {
  .r-gmg-button--primary,
  .r-gmg-button--secondary,
  .r-gmg-button--tertiary,
  .r-gmg-button--ochre,
  .r-gmg-button--back-btn {
    width: 100%;
  }
  .r-gmg-button--primary .cmp-button,
  .r-gmg-button--secondary .cmp-button,
  .r-gmg-button--tertiary .cmp-button,
  .r-gmg-button--ochre .cmp-button,
  .r-gmg-button--back-btn .cmp-button {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
}
.r-gmg-image--120 {
  width: fit-content;
}
.r-gmg-image--120 .cmp-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#choking-scale-mobile {
  width: 280px;
  margin: 0 auto;
  display: block;
}
#choking-scale-image {
  max-width: 300px;
  margin-left: auto;
}
.text .cmp-text blockquote {
  font-family: "PPMonument", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
  padding: var(--spacing-md);
}
.text .cmp-text ul {
  padding: 0;
  margin: 0;
}
.r-gmg-text--callout .cmp-text {
  padding: var(--spacing-sm) 2.75rem;
  font-family: "PPMonument", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .r-gmg-text--callout .cmp-text {
    padding: var(--spacing-sm) 1.5rem;
  }
}
.r-gmg-text--callout-proxima .cmp-text {
  padding: var(--spacing-sm) 2.75rem;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .r-gmg-text--callout-proxima .cmp-text {
    padding: var(--spacing-sm) 1.5rem;
  }
}
.r-gmg-text--list-bullet-color .cmp-text ul li::before {
  color: #F2784B;
}
.r-gmg-text--resources-filter-menu {
  scroll-margin-top: 140px;
  background-color: #fceadb;
}
.r-gmg-text--resources-filter-menu .cmp-text {
  max-width: 1280px;
  padding: var(--spacing-md) var(--gutter);
  margin: 0 auto;
  display: block;
  margin-bottom: var(--spacing-md);
}
.r-gmg-text--resources-filter-menu .cmp-text > p {
  display: block;
  margin-bottom: 1rem;
  color: #414042;
  margin-right: 1rem;
}
.r-gmg-text--resources-filter-menu .cmp-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.r-gmg-text--resources-filter-menu .cmp-text ul li {
  width: fit-content;
  padding: 0.5rem 0.75rem;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
  color: #025949;
  background-color: white;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.8rem;
}
.r-gmg-text--resources-filter-menu .cmp-text ul li a {
  color: inherit;
  text-decoration: none;
}
.r-gmg-text--resources-filter-menu .cmp-text ul li.__active {
  background-color: #025949;
  color: #ffffff;
}
.r-gmg-text--resources-filter-menu .cmp-text ul li.__active a:hover {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .r-gmg-text--resources-filter-menu .cmp-text > p {
    display: none;
    margin-bottom: 0;
    margin-right: 0;
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: var(--spacing-sm);
    row-gap: var(--spacing-sm);
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul::before {
    content: 'Topics:';
    color: #414042;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    flex: 0 0 auto;
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul li {
    flex: 0 0 100%;
    width: 100% !important;
    margin-bottom: 0;
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul li.__all {
    flex: 1 1 0;
    width: auto !important;
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul li a {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .r-gmg-text--resources-filter-menu .cmp-text {
    display: flex;
    align-items: center;
    margin-bottom: unset;
  }
  .r-gmg-text--resources-filter-menu .cmp-text > p {
    display: block;
    margin-bottom: 0;
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .r-gmg-text--resources-filter-menu .cmp-text ul li {
    flex: 0 0 auto;
    width: fit-content;
    margin-bottom: 0;
  }
}
.r-gmg-text--resources-filter-menu.__download .cmp-text > p {
  color: #414042;
}
.r-gmg-text--resources-filter-menu.__download .cmp-text ul li {
  color: #414042;
  background-color: #414042;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.r-gmg-text--resources-filter-menu.__download .cmp-text ul li a {
  color: inherit;
  text-decoration: none;
}
.r-gmg-text--resources-filter-menu.__download .cmp-text ul li.__active {
  background-color: #414042;
  color: #414042;
}
.r-gmg-text--resources-filter-menu.__download .cmp-text ul li.__active a:hover {
  color: #414042;
}
@media screen and (max-width: 767px) {
  .r-gmg-text--resources-filter-menu {
    scroll-margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-text--align-center-mobile .cmp-text {
    text-align: center;
  }
}
.r-gmg-text--indent {
  text-indent: -0.375em;
}
.r-gmg-text--indent li,
.r-gmg-text--indent a,
.r-gmg-text--indent p {
  font-size: inherit;
  margin-bottom: inherit;
  line-height: 1.5em;
}
.r-gmg-text--list-column-count-2 ul {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .r-gmg-text--list-column-count-2 ul {
    column-count: unset;
  }
}
.r-gmg-hl--emerald,
.r-gmg-text--highlight {
  color: #025949;
  padding: 0.25rem 0.375rem;
  background: linear-gradient(270deg, #eb934c 0%, #ebb050 100%);
}
.r-gmg-hl--emerald span,
.r-gmg-text--highlight span {
  color: inherit;
}
.r-gmg-text--connect-with-us .cmp-text {
  padding: var(--spacing-md);
  background: #f2b950;
  border-radius: 0.625rem;
  color: #414042;
}
.r-gmg-text--connect-with-us .cmp-text a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.r-gmg-text--connect-with-us .cmp-text h3 {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-sm);
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #414042;
}
.r-gmg-text--connect-with-us .cmp-text h3::after {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-arrow-right.svg");
  margin-left: auto;
}
.r-gmg-text--connect-with-us .cmp-text * {
  color: inherit;
}
.r-gmg-text--list-tangerine-100 ul {
  list-style-type: none !important;
  list-style: none !important;
}
.r-gmg-text--list-tangerine-100 ul li::before {
  content: "•";
  display: inline-block;
  margin-right: var(--spacing-xs);
  color: #f2784b !important;
}
.r-gmg-text--flush-left {
  float: left;
  margin-left: 0px !important;
}
#no-results--message h3 {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.tabs .cmp-tabs {
  box-shadow: 0px 2.421px 12.104px 0px rgba(115, 39, 94, 0.1);
  border-radius: 0 0 1rem 1rem;
  min-height: 100px;
}
.tabs .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.938rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #73275e;
  border-bottom: unset;
  border-top: 3px solid #73275e;
  text-align: center;
  flex: 1 0 0;
  padding: 1rem;
  background: #f3e8ef;
  opacity: 0.3;
}
.tabs .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab::after {
  content: "";
  width: 3px;
  height: calc(100% + 3px);
  background: white;
  position: absolute;
  right: 0;
  top: -3px;
}
.tabs .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab:last-child::after {
  content: none;
}
.tabs .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active {
  background: unset;
  opacity: 1;
}
.tabs .cmp-tabs .cmp-tabs__tabpanel {
  padding: 0.75rem;
}
.tabs .cmp-tabs .cmp-tabs__tabpanel p {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.tabs.__symptoms-icons .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs.__symptoms-icons .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab:nth-child(1)::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-tab-bulbar.svg");
  margin-right: 12px;
}
.tabs.__symptoms-icons .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab:nth-child(2)::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-tab-respiratory.svg");
  margin-right: 12px;
}
.tabs.__symptoms-icons .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab:nth-child(3)::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-tab-gross-motor.svg");
  margin-right: 12px;
}
.tabs.__symptoms-icons .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab:nth-child(4)::before {
  content: url("../../../content/dam/raise-the-bar-gmg/sites/icons/icon-tab-ocular.svg");
  margin-right: 12px;
}
@media screen and (max-width: 360px) {
  .tabs .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    padding: 0.5rem;
  }
}
.r-gmg-container--mg-adl-builder {
  min-height: 640px;
}
.r-gmg-container--mg-adl-builder #initial-slide {
  display: none;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result {
  display: none;
  margin-top: var(--spacing-xl);
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result.show {
  display: block;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result h2 {
  margin-bottom: var(--spacing-xs) !important;
  font-weight: bold;
  color: #025949;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result h3 {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: var(--spacing-xs);
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result h3 + p {
  margin-bottom: var(--spacing-xs) !important;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group {
  margin-top: var(--spacing-lg);
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xs);
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .button {
  margin: 0;
  margin-right: 0;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .button:last-child {
  margin-right: 0 !important;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container > .container {
  order: 3;
  width: 100%;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container > .container .cmp-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xs);
  text-align: center;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container > .container .r-gmg-button--secondary {
  margin-bottom: 0;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .r-gmg-button--back-btn {
  order: 1;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .r-gmg-button--secondary {
  order: 2;
  margin-bottom: var(--spacing-sm);
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .r-gmg-container--align-right-desktop {
  width: 100%;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group .button {
  order: 2;
  margin-bottom: 0;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group .text {
  order: 1;
  margin-left: 0;
  margin-top: var(--spacing-md);
  margin-bottom: 0;
  text-align: center;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group .text p {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 0;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .symptom-paging {
  padding-bottom: var(--spacing-sm) !important;
  margin-bottom: var(--spacing-sm) !important;
}
.r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item:last-of-type {
  margin-bottom: var(--spacing-md);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter p {
  font-size: 0.875rem;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol {
  list-style: none;
  padding: 0;
  counter-increment: unset;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li {
  position: relative;
  margin: 0;
  width: 40px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #414042;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li::before {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(1) {
  background: white;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(1)::after {
  content: '(Normal)';
  position: absolute;
  color: white;
  right: -110px;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(2) {
  background: linear-gradient(0deg, #71dbd4 0%, #d4f4f2 80.73%, #ffffff 100%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(2)::before {
  background: #ADEBE7;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(3) {
  background: linear-gradient(180deg, #71dbd4 0%, #dacfb5 43.86%, #f3ad85 84.21%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(3)::before {
  background: #DCCDB2;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(4) {
  background: linear-gradient(0deg, #ff585d -24.95%, #f3ad85 90.3%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(4)::before {
  background: #F89078;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--grade-meter ol li:nth-child(4)::after {
  content: '(Most Severe)';
  position: absolute;
  right: -150px;
  color: #F88F77;
}
.r-gmg-container--mg-adl-builder .symptom-paging {
  position: relative;
  list-style: none;
  padding: 0 0 var(--spacing-sm) !important;
  margin: 0 0 var(--spacing-xxs) !important;
  border-bottom: 2px solid #f2b950;
  line-height: 0;
}
.r-gmg-container--mg-adl-builder .symptom-paging li {
  width: 0.625rem;
  height: 0.625rem;
  background: #737373;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.25rem;
}
.r-gmg-container--mg-adl-builder .symptom-paging li:last-child {
  margin-right: 0;
}
.r-gmg-container--mg-adl-builder .symptom-paging li.active {
  background: #f2b950;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container {
    border-bottom: none;
  }
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container .mg-adl-builder--choice-item {
  margin: 0 0 0.5rem;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container .mg-adl-builder--choice-item:nth-child(1) .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  background: linear-gradient(180deg, #e8f2f1 0%, #cbddda 100%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container .mg-adl-builder--choice-item:nth-child(2) .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  background: linear-gradient(0deg, #99bcb5 0%, #cbddda 100%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container .mg-adl-builder--choice-item:nth-child(3) .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  background: linear-gradient(180deg, #99bcb5 0%, #eab150 84.21%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container .mg-adl-builder--choice-item:nth-child(4) .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  background: linear-gradient(0deg, #ea784b -24.95%, #eab150 90.3%);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item {
  margin: 0 0 0.5rem;
  cursor: pointer;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .text {
  display: inline-flex;
  width: 3.375rem;
  height: 3.375rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #414042;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__description {
  width: 3.375rem;
  height: auto;
  min-width: 3.375rem;
  min-height: 3.375rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #414042;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__description p {
  font-size: 14px;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__content {
  display: flex;
  align-items: stretch;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  color: #414042;
  margin-left: 1rem;
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: var(--spacing-sm);
  width: auto;
  text-align: left;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 100 !important;
  pointer-events: none;
  color: #414042;
  text-align: left !important;
  padding-left: 0;
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: none;
  margin-right: 0;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link p {
  margin: 0;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container::before {
  content: "";
  display: block;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 50%;
  background: white;
  border: 1px solid #ccc;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container:focus::before {
  content: "";
  display: block;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: white;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container.active::before {
  content: "";
  display: block;
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: white;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__description {
  display: inline-flex;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
  width: auto;
  display: block !important;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item.active .cmp-teaser__action-container {
  position: relative;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item.active .cmp-teaser__action-container::before {
  content: "";
  display: block;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: white;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item.active .cmp-teaser__action-container::after {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #025949;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item.active:focus .cmp-teaser__action-container::before {
  content: "";
  border: 1px solid #ccc;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item:focus .cmp-teaser__action-container::before {
  content: "";
  border: 0.2rem solid #ccc;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide {
  display: none;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide .new.newpar.section {
  display: none;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container .text:nth-child(3) {
  margin-left: 0.35rem;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide h2 {
  margin-bottom: var(--spacing-xs);
  font-weight: bold;
  color: #025949;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .text p {
  margin-bottom: var(--spacing-xs);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide h3 {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: var(--spacing-xs);
  color: #414042;
  text-transform: uppercase;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide h3 b {
  color: inherit;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide h3 + p {
  margin-bottom: var(--spacing-xs);
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide #back-btn {
  padding-left: 0;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide #submit-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide .r-gmg-button--back-btn {
  width: fit-content;
  margin: 0 auto var(--spacing-sm);
  max-width: 200px !important;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide .r-gmg-button--back-btn.r-gmg-visibility--hidden {
  display: none !important;
  width: 0;
  max-width: 0 !important;
  margin: 0;
}
.r-gmg-container--mg-adl-builder .mg-adl-builder--slide.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result {
    margin-top: var(--spacing-2xl);
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container {
    flex-direction: row;
    align-items: flex-start;
    gap: var(--spacing-lg);
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container > .container {
    order: 3;
    flex: 1 0 0;
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container > .container > .cmp-container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: var(--spacing-md);
    text-align: right;
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .r-gmg-button--back-btn + .r-gmg-button--secondary {
    margin-bottom: 0;
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group > .cmp-container .r-gmg-container--align-right-desktop {
    width: auto;
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group .button {
    order: 2;
    margin-bottom: 0;
  }
  .r-gmg-container--mg-adl-builder #mg-adl-builder--result .r-gmg-container--button-group .text {
    order: unset;
    margin-left: auto;
    margin-bottom: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn) > .cmp-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: var(--spacing-md);
    min-height: 2.875rem;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn):not( :has(.r-gmg-button--back-btn)) > .cmp-container {
    gap: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn):not( :has(.r-gmg-button--back-btn)) #submit-btn {
    margin: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn) .button {
    margin-bottom: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn) .button:has(#submit-btn) {
    width: fit-content;
    margin: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn) .button.r-gmg-visibility--hidden,
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide > .cmp-container > .container:has(#submit-btn) .button:has(.r-gmg-visibility--hidden) {
    display: none !important;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide .r-gmg-button--back-btn {
    flex: 0 0 6.125rem;
    width: 6.125rem;
    margin: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--slide .r-gmg-button--back-btn.r-gmg-visibility--hidden {
    display: none !important;
    flex-basis: 0;
    width: 0;
    margin: 0;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item--group > .cmp-container {
    padding-bottom: unset;
    border-bottom: unset;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__content {
    display: flex;
    align-items: center;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__content .cmp-teaser__description {
    width: 3.375rem;
    height: 3.375rem;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item .cmp-teaser__action-container .cmp-teaser__action-link {
    font-size: 1.5rem;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item.active .cmp-teaser__action-container {
    position: relative;
  }
  .r-gmg-container--mg-adl-builder .mg-adl-builder--choice-item.active .cmp-teaser__action-container::after {
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print {
  /* All your print styles go here */
  @page {
    size: auto;
    margin: 0mm;
  }
  html {
    font-size: 14px;
  }
  body {
    visibility: hidden;
    padding: 1.5cm !important;
  }
  html,
  body {
    height: 200vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  #onetrust-banner-sdk {
    display: none !important;
    visibility: hidden !important;
  }
  #mg-adl-builder--result {
    margin-top: -460px !important;
    visibility: visible;
    position: absolute;
    left: 0;
    top: -200px;
    background-color: red;
  }
  #mg-adl-builder--result .symptom-paging {
    display: none;
  }
  #mg-adl-builder--result .r-gmg-button--quaternary {
    visibility: hidden;
  }
  #mg-adl-builder--result .r-gmg-container--button-group {
    visibility: hidden;
  }
  #mg-adl-builder--result .r-gmg-color--aqua:nth-child(2) {
    display: none !important;
    visibility: hidden !important;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content {
    min-height: auto !important;
    display: block !important;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content h2 {
    margin-bottom: 1rem !important;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content p {
    margin-bottom: 1rem !important;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    display: inline-block !important;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description h2,
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__title h2 {
    padding-bottom: 1rem !important;
    margin-bottom: 16px;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description p,
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__title p {
    font-family: inherit;
    color: #025949;
    font-size: 1.25rem;
    margin-bottom: 1rem !important;
  }
  #mg-adl-builder--result .r-gmg-teaser-rte--mg-adl-builder-result--item .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    background-color: #e5ecee;
  }
}
.newpar {
  display: none;
}
#back-btn {
  padding-right: 0;
  padding-left: 0;
}
#back-btn span {
  text-transform: uppercase !important;
}
@media screen and (max-width: 1024px) {
  #back-btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
#container-8e1f32eaad {
  display: flex;
  flex-direction: row;
  align-items: center !important;
}
@media screen and (max-width: 1024px) {
  #container-8e1f32eaad .button {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  #container-8e1f32eaad #reset-btn {
    margin-top: 13px;
  }
}
#container-020e23104e div {
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  #text-f9c3d5ae76 {
    padding-bottom: 24px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 1024px) {
  #container-44c9236999 {
    padding-bottom: 64px !important;
  }
}
#text-a877933590 p,
#text-296feaa4ed p,
#text-27c3b76212 p,
#text-828e4a32a7 p,
#text-4a2785595c p,
#text-c65b39a36b p,
#text-313746e2c1 p,
#text-96efb56b1e p {
  margin-left: 11px;
  font-size: 12px !important;
}
@media screen and (max-width: 1024px) {
  #text-a877933590 p,
  #text-296feaa4ed p,
  #text-27c3b76212 p,
  #text-828e4a32a7 p,
  #text-4a2785595c p,
  #text-c65b39a36b p,
  #text-313746e2c1 p,
  #text-96efb56b1e p {
    font-size: 12px !important;
  }
}
.marketoembed #mktoForm_1335 .mktoFormRow:nth-child(8) .mktoLogicalField,
.marketoembed #mktoForm_1335 .mktoFormRow:nth-child(9) .mktoLogicalField {
  padding-left: 0;
}
.marketoembed #mktoForm_1335 .mktoFormRow:nth-child(10) {
  margin-left: -7px;
}
.marketoembed .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
  font-family: bold 16px "proxima-nova", sans-serif !important;
}
.marketoembed #mktoForm_2179 {
  font-family: "PPMonument", sans-serif;
  width: 100%;
  max-width: unset;
  padding: var(--spacing-md) var(--spacing-lg);
}
.marketoembed #mktoForm_2179 input[type=email] {
  width: 100% !important;
}
.marketoembed #mktoForm_2179 .mktoButtonRow {
  width: 100% !important;
  margin-top: var(--spacing-xs);
}
.marketoembed #mktoForm_2179 .mktoButtonRow .mktoButtonWrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.marketoembed #mktoForm_2179 .mktoFormRow .mktoFormCol {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow .mktoFormCol .mktoFieldWrap {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow .mktoFieldDescriptor {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap {
  width: inherit;
}
.marketoembed #mktoForm_2179 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
  width: 100% !important;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(2) {
  margin-bottom: var(--spacing-md);
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(2) .mktoHtmlText {
  width: 100% !important;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "PPMonument", sans-serif;
  color: #025949;
  text-align: unset !important;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(2) .mktoHtmlText span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.12px;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(3) {
  margin-bottom: var(--spacing-lg);
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(3) .mktoFieldDescriptor .mktoFieldWrap {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input[type=checkbox] {
  outline: 2px solid #99bcb5;
  height: 10px;
  width: 10px;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -999em;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input:checked + label::after,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  background: none;
  top: 3px;
  left: 5px;
  border: 2px solid #025949;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  outline: none;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input + label,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 8px;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input + label span,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input[type=checkbox] + label span {
  display: none;
  padding-left: 18px;
  color: #ff0033;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input + label::before,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -14%;
  height: 15px;
  width: 15px;
  margin-right: 0.5em;
  color: #99bcb5;
  background-color: #cbddda;
  border: 1px solid #99bcb5;
  border-radius: 0;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoInvalid input + label::before,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoInvalid input[type=checkbox] + label::before {
  border-color: #ff0033;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoInvalid input + label span,
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoInvalid input[type=checkbox] + label span {
  display: inline;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap {
  width: 100%;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoFieldDescriptor label {
  font-size: 0.75rem;
  line-height: 1.25rem !important;
  color: #414042 !important;
  text-indent: -22px;
  padding-left: 22px;
}
.marketoembed #mktoForm_2179 .mktoFormRow:nth-child(4) .mktoFieldDescriptor label .mktoAsterix {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketoembed #mktoForm_2179 {
    padding: 40px 0 0;
  }
}
.marketoembed form {
  font-family: "proxima-nova", sans-serif !important;
  color: #414042 !important;
  font-size: 16px !important;
  width: unset !important;
  max-width: 44rem;
}
.marketoembed form button[type="submit"] {
  text-shadow: none;
}
.marketoembed form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #878d8e;
  opacity: 1;
  /* Firefox */
}
.marketoembed form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #878d8e;
}
.marketoembed form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #878d8e;
}
.marketoembed form h2 {
  padding-left: 0;
  font-size: 0.813rem;
  line-height: 1rem;
  margin-bottom: 0;
  font-weight: 700;
  color: #025949;
}
.marketoembed form h1 {
  padding-left: 0;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #025949;
}
.marketoembed form a {
  color: #025949;
  text-decoration: underline;
  padding: 0;
}
.marketoembed form a:hover {
  color: #414042;
}
.marketoembed form strong {
  padding: 0;
}
.marketoembed form label {
  width: unset !important;
  font-weight: 400 !important;
}
.marketoembed form input {
  width: unset !important;
}
.marketoembed form input:focus-visible,
.marketoembed form input:focus {
  border: 1px solid #025949 !important;
  outline: none;
}
.marketoembed form select,
.marketoembed form input[type=email],
.marketoembed form input[type=number],
.marketoembed form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 38px;
  margin: 0;
  padding: 0.5rem 0.625rem !important;
  border: none;
  font-size: 1rem;
  background: #cbddda;
  color: #414042;
  font-family: inherit !important;
}
.marketoembed form select {
  background-image: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/chevron-emerald.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 13px;
}
@media (prefers-color-scheme: light) {
  .marketoembed form select option {
    background: white !important;
    color: #878d8e !important;
  }
}
@media (prefers-color-scheme: dark) {
  .marketoembed form select option {
    background: #878d8e !important;
    color: white !important;
  }
}
.marketoembed form .mktoError {
  display: none !important;
  position: relative;
  right: auto !important;
  bottom: auto !important;
  color: #ff0033;
  pointer-events: none;
}
.marketoembed form .mktoError .mktoErrorArrowWrap {
  display: none;
}
.marketoembed form .mktoError .mktoErrorMsg {
  background-color: unset;
  background-image: unset;
  border: 0;
  border-radius: unset;
  box-shadow: unset;
  text-shadow: unset;
  color: #ff0033;
  font-size: 0.688rem;
  margin: 0.5rem 0 0 !important;
  display: inline-block;
}
.marketoembed form .mktoRequired + .mktoError {
  display: block !important;
}
.marketoembed form select.mktoInvalid,
.marketoembed form input.mktoInvalid {
  border: 1px solid #ff0033 !important;
}
.marketoembed form .mktoFormRow {
  margin-bottom: var(--spacing-xs);
}
.marketoembed form .mktoFormRow .mktoFormCol {
  min-height: unset;
}
.marketoembed form .mktoFormRow .mktoFormCol:nth-child(1) {
  margin-bottom: 0 !important;
}
.marketoembed form .mktoFormRow .mktoFormCol .mktoGutter,
.marketoembed form .mktoFormRow .mktoFormCol .mktoOffset {
  display: none;
}
.marketoembed form .mktoFormRow .mktoHtmlText {
  width: 100% !important;
}
.marketoembed form .mktoFormRow:nth-child(2) {
  margin-bottom: 0;
}
.marketoembed form .mktoFormRow:nth-child(2) .mktoHtmlText {
  font-family: "proxima-nova", sans-serif;
  color: #8F527E;
  font-size: 0.75rem;
  line-height: 1rem;
}
.marketoembed form .mktoFormRow:nth-child(3) .mktoHtmlText {
  font-family: "PPMonument", sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #025949;
}
.marketoembed form .mktoFormRow:nth-child(3) .mktoHtmlText p {
  font-size: inherit;
  line-height: inherit;
}
.marketoembed form .mktoFormRow:nth-child(4) {
  margin-bottom: var(--spacing-sm);
}
.marketoembed form .mktoFormRow:nth-child(4) .mktoHtmlText {
  color: #025949;
}
.marketoembed form .mktoFormRow:nth-child(5),
.marketoembed form .mktoFormRow:nth-child(6) {
  display: block;
  margin: 0 -5px;
}
.marketoembed form .mktoFormRow:nth-child(5) label,
.marketoembed form .mktoFormRow:nth-child(6) label {
  visibility: hidden;
  width: 0 !important;
  height: 0;
}
.marketoembed form .mktoFormRow:nth-child(5) .mktoFormCol,
.marketoembed form .mktoFormRow:nth-child(6) .mktoFormCol {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 5px 1rem !important;
  float: unset;
}
.marketoembed form .mktoFormRow:nth-child(5) .mktoFieldWrap,
.marketoembed form .mktoFormRow:nth-child(6) .mktoFieldWrap {
  float: unset;
}
.marketoembed form .mktoFormRow:nth-child(5) .mktoFieldWrap select,
.marketoembed form .mktoFormRow:nth-child(6) .mktoFieldWrap select,
.marketoembed form .mktoFormRow:nth-child(5) .mktoFieldWrap input,
.marketoembed form .mktoFormRow:nth-child(6) .mktoFieldWrap input {
  width: 100% !important;
}
.marketoembed form .mktoFormRow:nth-child(5) .mktoOffset,
.marketoembed form .mktoFormRow:nth-child(6) .mktoOffset {
  display: none;
}
.marketoembed form .mktoFormRow:nth-child(7) {
  margin-bottom: var(--spacing-xxs);
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoLogicalField {
  width: unset !important;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoRadioList {
  display: flex;
  gap: 1rem;
  padding-left: 0;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoRadioList label {
  margin-left: 0;
}
.marketoembed form .mktoFormRow:nth-child(7) label {
  font-family: "proxima-nova", sans-serif;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoAsterix {
  display: none;
}
.marketoembed form .mktoFormRow:nth-child(7) input,
.marketoembed form .mktoFormRow:nth-child(7) input[type=checkbox] {
  outline: 2px solid #cbddda;
  height: 10px;
  width: 10px;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -999em;
}
.marketoembed form .mktoFormRow:nth-child(7) input:checked + label::after,
.marketoembed form .mktoFormRow:nth-child(7) input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  background: none;
  top: 3px;
  left: 5px;
  border: 2px solid #025949;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  outline: none;
}
.marketoembed form .mktoFormRow:nth-child(7) input + label,
.marketoembed form .mktoFormRow:nth-child(7) input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 8px;
}
.marketoembed form .mktoFormRow:nth-child(7) input + label span,
.marketoembed form .mktoFormRow:nth-child(7) input[type=checkbox] + label span {
  display: none;
  padding-left: 18px;
  color: #ff0033;
}
.marketoembed form .mktoFormRow:nth-child(7) input + label::before,
.marketoembed form .mktoFormRow:nth-child(7) input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -14%;
  height: 15px;
  width: 15px;
  margin-right: 0.5em;
  color: #99bcb5;
  background-color: #cbddda;
  border: 1px solid #cbddda;
  border-radius: 0;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoInvalid input + label::before,
.marketoembed form .mktoFormRow:nth-child(7) .mktoInvalid input[type=checkbox] + label::before {
  border-color: #ff0033;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoInvalid input + label span,
.marketoembed form .mktoFormRow:nth-child(7) .mktoInvalid input[type=checkbox] + label span {
  display: inline;
}
.marketoembed form .mktoFormRow:nth-child(7) .mktoError {
  display: none !important;
}
.marketoembed form .mktoFormRow:nth-child(8),
.marketoembed form .mktoFormRow:nth-child(9) {
  margin-bottom: var(--spacing-xxs);
}
.marketoembed form .mktoFormRow:nth-child(8) input,
.marketoembed form .mktoFormRow:nth-child(9) input,
.marketoembed form .mktoFormRow:nth-child(8) input[type=checkbox],
.marketoembed form .mktoFormRow:nth-child(9) input[type=checkbox] {
  outline: 2px solid #cbddda;
  height: 10px;
  width: 10px;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -999em;
}
.marketoembed form .mktoFormRow:nth-child(8) input:checked + label::after,
.marketoembed form .mktoFormRow:nth-child(9) input:checked + label::after,
.marketoembed form .mktoFormRow:nth-child(8) input[type=checkbox]:checked + label::after,
.marketoembed form .mktoFormRow:nth-child(9) input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  background: none;
  top: 3px;
  left: 5px;
  border: 2px solid #025949;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  outline: none;
}
.marketoembed form .mktoFormRow:nth-child(8) input + label,
.marketoembed form .mktoFormRow:nth-child(9) input + label,
.marketoembed form .mktoFormRow:nth-child(8) input[type=checkbox] + label,
.marketoembed form .mktoFormRow:nth-child(9) input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 8px;
}
.marketoembed form .mktoFormRow:nth-child(8) input + label span,
.marketoembed form .mktoFormRow:nth-child(9) input + label span,
.marketoembed form .mktoFormRow:nth-child(8) input[type=checkbox] + label span,
.marketoembed form .mktoFormRow:nth-child(9) input[type=checkbox] + label span {
  display: none;
  padding-left: 18px;
  color: #ff0033;
}
.marketoembed form .mktoFormRow:nth-child(8) input + label::before,
.marketoembed form .mktoFormRow:nth-child(9) input + label::before,
.marketoembed form .mktoFormRow:nth-child(8) input[type=checkbox] + label::before,
.marketoembed form .mktoFormRow:nth-child(9) input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -14%;
  height: 15px;
  width: 15px;
  margin-right: 0.5em;
  color: #99bcb5;
  background-color: #cbddda;
  border: 1px solid #cbddda;
  border-radius: 0;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoInvalid input + label::before,
.marketoembed form .mktoFormRow:nth-child(9) .mktoInvalid input + label::before,
.marketoembed form .mktoFormRow:nth-child(8) .mktoInvalid input[type=checkbox] + label::before,
.marketoembed form .mktoFormRow:nth-child(9) .mktoInvalid input[type=checkbox] + label::before {
  border-color: #ff0033;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoInvalid input + label span,
.marketoembed form .mktoFormRow:nth-child(9) .mktoInvalid input + label span,
.marketoembed form .mktoFormRow:nth-child(8) .mktoInvalid input[type=checkbox] + label span,
.marketoembed form .mktoFormRow:nth-child(9) .mktoInvalid input[type=checkbox] + label span {
  display: inline;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoLogicalField,
.marketoembed form .mktoFormRow:nth-child(9) .mktoLogicalField,
.marketoembed form .mktoFormRow:nth-child(8) label,
.marketoembed form .mktoFormRow:nth-child(9) label {
  width: unset !important;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoFieldWrap,
.marketoembed form .mktoFormRow:nth-child(9) .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoFieldWrap .mktoLogicalField,
.marketoembed form .mktoFormRow:nth-child(9) .mktoFieldWrap .mktoLogicalField {
  width: unset !important;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoFieldWrap .mktoAsterix,
.marketoembed form .mktoFormRow:nth-child(9) .mktoFieldWrap .mktoAsterix {
  display: none;
}
.marketoembed form .mktoFormRow:nth-child(8) .mktoError,
.marketoembed form .mktoFormRow:nth-child(9) .mktoError {
  display: none !important;
}
.marketoembed form .mktoFormRow:nth-child(9) .mktoHtmlText span + div {
  display: none;
}
.marketoembed form .mktoFormRow .mktoHtmlText {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.marketoembed form .mktoButtonRow {
  margin-top: 1.2rem;
}
.marketoembed form .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.marketoembed form .mktoButtonRow .mktoButtonWrap button.mktoButton {
  text-shadow: unset !important;
  text-shadow: none;
}
.marketoembed form .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
  text-shadow: unset !important;
}
.marketoembed form .mktoButtonRow .mktoButton {
  appearance: none;
  border: 0 !important;
  display: inline-block;
  font-family: "proxima-nova", sans-serif !important;
  color: #ffffff !important;
  padding: var(--spacing-xxs) var(--spacing-md) !important;
  background: #73275e !important;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-weight: 500 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  min-height: 2rem;
  text-shadow: none !important;
}
.marketoembed form .mktoButtonRow .mktoButton:hover {
  text-shadow: none !important;
  background-color: #414042 !important;
}
.marketoembed form .mktoRadioList {
  margin-top: 0.5rem;
}
.marketoembed form button.mktoButton {
  text-shadow: unset !important;
  text-shadow: none !important;
}
@media screen and (max-width: 959px) {
  .marketoembed form {
    padding-top: 40px;
  }
  .marketoembed form select.mktoField {
    line-height: 1.2em;
  }
  .marketoembed form .mktoFieldWrap {
    float: left;
  }
  .marketoembed form .mktoFormRow .mktoFormCol.mktoFieldDescriptor {
    margin-bottom: 15px !important;
  }
  .marketoembed form .mktoFormRow:nth-child(5),
  .marketoembed form .mktoFormRow:nth-child(6) {
    display: block;
  }
  .marketoembed form .mktoFormRow:nth-child(5) .mktoFormCol,
  .marketoembed form .mktoFormRow:nth-child(6) .mktoFormCol {
    display: block;
    float: none;
  }
  .marketoembed form .mktoFormRow:nth-child(5) label,
  .marketoembed form .mktoFormRow:nth-child(6) label {
    display: none;
  }
  .marketoembed form .mktoFormRow:nth-child(10) .mktoFormCol {
    margin-left: 0.375em;
  }
  .marketoembed form .mktoFormRow:nth-child(10) .mktoFormCol .mktoHtmlText {
    text-indent: -0.375em;
  }
  .marketoembed form .mktoRadioList {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketoembed form .mktoButtonRow {
    width: 100% !important;
  }
  .marketoembed form .mktoButtonRow button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .marketoembed form input[type=url],
  .marketoembed form input[type=text],
  .marketoembed form input[type=date],
  .marketoembed form input[type=tel],
  .marketoembed form input[type=email],
  .marketoembed form input[type=number],
  .marketoembed form textarea.mktoField,
  .marketoembed form select.mktoField {
    height: unset;
  }
  .marketoembed form .mktoRadioList {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketoembed form select,
  .marketoembed form input[type=email],
  .marketoembed form input[type=text] {
    padding: 0.5rem 0.625rem !important;
  }
  .marketoembed form .mktoRadioList {
    margin-top: 0;
  }
  .marketoembed form .mktoRadioList {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .marketoembed form .mktoFormRow:nth-child(5),
  .marketoembed form .mktoFormRow:nth-child(6) {
    display: flex;
    margin: 0 -5px;
  }
  .marketoembed form .mktoFormRow:nth-child(10) .mktoFormCol {
    margin-left: 0.375em;
  }
  .marketoembed form .mktoFormRow:nth-child(10) .mktoFormCol .mktoHtmlText {
    text-indent: -0.375em;
  }
}
.marketoembed #Email.mktoValid + .mktoError,
.marketoembed #specialty.mktoValid + .mktoError {
  display: none !important;
}
.marketoembed .mktoValid:focus + .mktoError,
.marketoembed .mktoValid + .mktoError {
  display: none !important;
}
.r-gmg-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 89, 73, 0.9);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.r-gmg-modal > .cmp-container {
  position: relative;
  background-color: #e5ecee;
  min-width: 780px;
  max-width: 640px;
  max-height: 100%;
  overflow-y: auto;
  padding: var(--spacing-md);
}
.r-gmg-modal #redirect-popup {
  padding: 80px var(--spacing-lg) 0.5rem var(--spacing-lg) !important;
}
.r-gmg-modal #modal-close {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  padding: 0;
  margin: 0;
  z-index: 1;
}
.r-gmg-modal #modal-close .cmp-button__icon--modal-close {
  width: 32px;
  height: 32px;
  display: block;
}
.r-gmg-modal .cmp-form {
  display: block;
  margin-bottom: var(--spacing-md) !important;
}
.r-gmg-modal .cmp-form input::-webkit-input-placeholder {
  color: #99bcb5;
}
.r-gmg-modal .cmp-form input:-moz-placeholder {
  color: #99bcb5;
  opacity: 1;
}
.r-gmg-modal .cmp-form input::-moz-placeholder {
  color: #99bcb5;
  opacity: 1;
}
.r-gmg-modal .cmp-form input:-ms-input-placeholder {
  color: #99bcb5;
}
.r-gmg-modal .cmp-form input::-ms-input-placeholder {
  color: #99bcb5;
}
.r-gmg-modal .cmp-form input::placeholder {
  color: #99bcb5;
}
.r-gmg-modal .cmp-form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0.6rem 0.625rem !important;
  border: 1px solid #025949;
  font-size: 1rem;
  background: none;
  color: #414042;
  width: 100%;
  max-width: unset;
  background: white;
}
.r-gmg-modal .cmp-form .text {
  width: fit-content;
}
.r-gmg-modal .cmp-form .cmp-form-text {
  width: 100%;
}
.r-gmg-modal .cmp-form .cmp-form-text label {
  display: none;
}
.r-gmg-modal .cmp-form .cmp-form-button {
  appearance: none;
  border: 0;
  display: block;
  color: #ffffff;
  padding: 10px 40px;
  background: #73275e;
  border-radius: 100px;
  letter-spacing: 1.28px;
  font-size: 1rem;
  font-weight: 700;
  margin: var(--spacing-md) 0 0;
  text-transform: uppercase;
}
.r-gmg-modal .cmp-form .cmp-form-button:hover {
  background: #8f527e;
}
@media screen and (min-width: 960px) {
  .r-gmg-modal .cmp-form {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }
  .r-gmg-modal .cmp-form .cmp-form-text {
    width: fit-content;
  }
  .r-gmg-modal .cmp-form input[type=text] {
    width: 514px;
  }
  .r-gmg-modal .cmp-form .cmp-form-button {
    margin-top: 0;
    margin-left: var(--spacing-md);
  }
}
@media screen and (max-width: 767px) {
  .r-gmg-modal {
    overflow-y: scroll;
    align-items: flex-start;
  }
  .r-gmg-modal > .cmp-container {
    min-width: unset;
    max-width: unset;
    min-height: 100%;
    width: 100%;
  }
  .r-gmg-modal > .cmp-container .video-playlist {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
#modal__search,
#modal__redirect,
#modal__videos,
#modal__signup,
#modal__signup-thank-you,
#modal__stay-informed-confirmation,
#modal__connect-with-us,
#modal__contact-a-rep {
  display: none;
}
#modal__search .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__redirect .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__videos .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__signup .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__signup-thank-you .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__stay-informed-confirmation .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__connect-with-us .marketoembed form .mktoFormRow:nth-child(3) p,
#modal__contact-a-rep .marketoembed form .mktoFormRow:nth-child(3) p {
  font-family: "PPMonument", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #025949;
}
#modal__contact-a-rep h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
#modal__contact-a-rep p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#modal__videos .r-gmg-modal > .cmp-container {
  padding: 0;
  background-color: unset;
}
#modal__videos .video-playlist {
  width: 100%;
}
#modal__videos .video-playlist .cmp-video__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#modal__videos .video-playlist .cmp-video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal__redirect .r-gmg-modal > .cmp-container {
  padding: 80px var(--spacing-lg) var(--spacing-lg) var(--spacing-lg) !important;
}
#modal__redirect .r-gmg-modal > .cmp-container h3 {
  max-width: 650px;
}
#modal__redirect .r-gmg-modal > .cmp-container p {
  max-width: 650px;
}
#modal__search {
  /* target the form inside #new_form within the modal */
}
#modal__search .r-gmg-modal .cmp-form input[type=text] {
  border: none;
  background: #cbddda;
  min-width: 165px;
}
#modal__search .r-gmg-modal .cmp-form {
  width: auto;
  justify-content: left;
  flex-wrap: wrap;
}
#modal__search .cmp-form-button {
  margin-left: 0px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #modal__search .cmp-form-button {
    width: 100% !important;
  }
}
#modal__search #new_form .cmp-form {
  justify-content: left;
  width: 100%;
}
#modal__search .r-gmg-modal .cmp-form input[type=text] {
  color: #025949;
}
.r-gmg-modal--open body {
  height: 100vh;
  overflow: hidden;
}
.r-gmg-modal--show {
  display: block !important;
}
#modal__redirect .r-gmg-modal > .cmp-container {
  display: flex;
  flex-direction: column;
  padding-right: 48px;
}
#modal__redirect h3 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  #modal__redirect .r-gmg-modal > .cmp-container {
    padding-right: 24px;
  }
}
.carousel {
  position: relative;
}
.carousel.autoplay .cmp-carousel .cmp-carousel__content {
  position: relative;
}
.carousel.autoplay .cmp-carousel .cmp-carousel__item {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.45s ease-out, visibility 0s linear 0.45s;
}
.carousel.autoplay .cmp-carousel .cmp-carousel__item.cmp-carousel__item--active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  transition: opacity 0.45s ease-out;
}
.carousel .cmp-carousel__indicators {
  margin-top: var(--spacing-lg);
}
.carousel .cmp-carousel__indicators .cmp-carousel__indicator {
  position: relative;
  width: 18px;
  height: 6px;
  padding: 4px;
  opacity: 0.3;
  cursor: pointer;
  background-color: unset;
}
.carousel .cmp-carousel__indicators .cmp-carousel__indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 3px;
  display: block;
  background-color: #ffffff;
  border-radius: 1px;
}
.carousel .cmp-carousel__indicators .cmp-carousel__indicator.cmp-carousel__indicator--active {
  opacity: 1;
}
.carousel .cmp-carousel__actions {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel .cmp-carousel__actions .cmp-carousel__action {
  appearance: none;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
}
.carousel .cmp-carousel__actions .cmp-carousel__action.cmp-carousel__action--previous {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.carousel .cmp-carousel__actions .cmp-carousel__action.cmp-carousel__action--previous::after {
  position: relative;
  top: -2px;
  content: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/chevron-next-white.svg");
}
.carousel .cmp-carousel__actions .cmp-carousel__action.cmp-carousel__action--next::after {
  content: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/chevron-next-white.svg");
}
.carousel .cmp-carousel__actions .cmp-carousel__action .cmp-carousel__action-text {
  display: none;
}
.carousel.__hide .cmp-carousel__actions {
  display: none;
}
.carousel.__emerald .cmp-carousel__indicators .cmp-carousel__indicator::after {
  background-color: #025949;
}
.carousel.__merlot .cmp-carousel__indicators .cmp-carousel__indicator::after {
  background-color: #73275e;
}
.carousel #experts-library,
.carousel #video-library {
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .carousel #experts-library,
  .carousel #video-library {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.carousel:has(.swiper-wrapper) {
  overflow: clip;
}
.carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  transition: transform .4s linear;
}
.carousel .swiper-wrapper .swiper-slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 33.4%;
  display: block;
  transition-property: transform;
}
.carousel .swiper-wrapper .swiper-slide .r-gmg-teaser--card {
  height: 100%;
}
.carousel .swiper-pagination {
  position: relative;
  width: 120px;
  overflow: hidden;
  margin: var(--spacing-md) auto 0;
}
.carousel .swiper-pagination .swiper-pagination-wrapper {
  display: flex;
  transition: transform .4s linear;
}
.carousel .swiper-pagination .swiper-pagination-item {
  width: 18px;
  height: 6px;
  padding: 4px;
  flex-shrink: 0;
  flex-grow: 1;
  width: 33.4%;
  display: block;
  cursor: pointer;
}
.carousel .swiper-pagination .swiper-pagination-item::after {
  content: '';
  position: relative;
  padding: 4px;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 10px;
  top: -4px;
}
.carousel .swiper-pagination .swiper-pagination-item.swiper-pagination-item--active::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .carousel .swiper-wrapper .swiper-slide {
    width: 100%;
    display: block;
  }
  .carousel .swiper-wrapper .swiper-slide .r-gmg-teaser--card {
    width: 100%;
    height: 100%;
  }
  .carousel .swiper-pagination {
    position: relative;
    width: 100%;
    overflow: unset;
    margin: var(--spacing-md) auto 0;
  }
  .carousel .swiper-pagination .swiper-pagination-wrapper {
    display: flex;
    transition: transform .4s linear;
    justify-content: center;
  }
  .carousel .swiper-pagination .swiper-pagination-item {
    flex-grow: 0;
    width: 40px;
  }
}
#igg-autoantibodies-mod .cmp-carousel__indicators .cmp-carousel__indicator::after {
  background-color: #73275e;
}
#igg-autoantibodies-mod .cmp-carousel__actions .cmp-carousel__action.cmp-carousel__action--previous::after {
  content: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/chevron-next-merlot.svg");
}
#igg-autoantibodies-mod .cmp-carousel__actions .cmp-carousel__action.cmp-carousel__action--next::after {
  content: url("../../../etc.clientlibs/argenx/clientlibs/clientlib-raisethebar-gmg/resources/icons/chevron-next-merlot.svg");
}
#igg-autoantibodies-mod .teaser .cmp-teaser {
  position: relative;
}
#igg-autoantibodies-mod .teaser .cmp-teaser .cmp-teaser__content {
  position: absolute;
  bottom: 0;
  max-height: 94px;
  overflow: hidden;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  transition: max-height 0.15s ease-out;
}
#igg-autoantibodies-mod .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#igg-autoantibodies-mod .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title::after {
  content: "+";
  font-weight: bold;
  color: #73275e;
  font-size: 1.5rem;
}
#igg-autoantibodies-mod .teaser .cmp-teaser .cmp-teaser__content.expand {
  max-height: 100%;
  transition: max-height 0.25s ease-in;
}
#igg-autoantibodies-mod .teaser .cmp-teaser .cmp-teaser__content.expand .cmp-teaser__title::after {
  content: "-";
}
.dataanimation {
  width: fit-content !important;
  margin: 0 auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.dataanimation .gmg-lottie-container {
  width: 140px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dataanimation {
    float: unset !important;
  }
}
[data-animation="26-VYVGAR-0200_60-percent_v01"] {
  width: 180px !important;
  height: 180px;
  max-height: 180px;
}
[data-animation="26-VYVGAR-0200_60-percent_v01"] .cmp-data-animation {
  width: 100%;
  height: 100%;
}
/* IgG Build Animation Section
-----------------------------------*/
/*
 * Native scroll + sticky keeps scrolling browser-driven, which avoids wheel interception,
 * overflow locking, scrollbar layout shift, and jumpy lock/unlock transitions.
 * Tune `SCROLL_VH_PER_TRANSITION` in `igg-build.js` for pacing, and keep the desktop
 * breakpoint aligned with the layout that should receive the pinned experience.
 */
.igg-build-parallax {
  position: relative;
}
.igg-build-parallax__scene {
  position: relative;
}
@media screen and (min-width: 800px) {
  .igg-build-parallax.is-parallax-enabled .igg-build-parallax__scene {
    position: sticky;
    top: 0;
    overflow: hidden;
    overflow: clip;
  }
}
#igg-build #image-container {
  position: relative;
}
#igg-build #image-container .image {
  transition: opacity 0.45s ease, transform 0.45s ease;
}
#igg-build #stat-container {
  --igg-build-stat-gap: 16px;
}
#igg-build #stat-container .r-gmg-teaser--stat-distribution {
  margin-bottom: var(--igg-build-stat-gap);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
#igg-build #stat-container .r-gmg-teaser--stat-distribution:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  #igg-build {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .igg-build-parallax.is-parallax-enabled #igg-build #image-container .image {
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
    backface-visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #image-container .image:first-child {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0s;
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #image-container .image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #image-container .image.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0s;
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container {
    position: relative;
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container .r-gmg-teaser--stat-distribution {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 32px, 0);
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container .r-gmg-teaser--stat-distribution:first-child,
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container .r-gmg-teaser--stat-distribution.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container .r-gmg-teaser--stat-distribution.is-faded,
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container .r-gmg-teaser--stat-distribution:first-child.is-faded,
  .igg-build-parallax.is-parallax-enabled #igg-build #stat-container .r-gmg-teaser--stat-distribution.is-active.is-faded {
    opacity: 0.45;
  }
}
@media screen and (min-width: 800px) {
  #igg-build-mobile {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  #igg-autoantibodies-build #key-bar {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media screen and (max-width: 799px) {
  #igg-autoantibodies-build #key-bar .text {
    width: 100%;
  }
}
#container-cbda3be0ee .aem-GridColumn--xsmall--hide {
  display: block;
}
@media screen and (max-width: 799px) {
  #container-cbda3be0ee .aem-GridColumn--xsmall--hide {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  #igg-build > div {
    display: flex;
    align-items: stretch;
  }
  #igg-build > div > div:nth-child(2) {
    width: 50% !important;
  }
  #igg-build > div > div:nth-child(3) {
    width: 50% !important;
  }
  #igg-build #image-container img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #patient-tools .cmp-teaser__description p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1145px) {
  #text-2c19a94e64 {
    padding-top: 32px;
  }
}
#video-library-container {
  padding-left: 0;
  padding-right: 0;
}
#container-a47d51b674 h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  #container-a73c4d602b > .aem-Grid > .container.responsivegrid {
    margin-bottom: 32px;
  }
  #container-a73c4d602b > .aem-Grid > .container.responsivegrid:last-child {
    margin-bottom: 0;
  }
}
#container-6cc7615565 > div:first-child {
  padding: 24px 40px !important;
}
@media screen and (max-width: 1024px) {
  #container-c32f192d96 > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline;
  }
  #container-c32f192d96 > div p {
    padding-top: 24px;
  }
  #container-c32f192d96 > div .dataanimation {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  #text-8832885235 {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  #text-bcb039c49e {
    margin-top: 32px;
  }
}
#carousel-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #carousel-mobile {
    display: inline;
  }
}
#carousel-desktop {
  display: inline;
}
@media screen and (max-width: 1024px) {
  #carousel-desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #igg-build-mobile .r-gmg-teaser--stat-distribution .cmp-teaser .cmp-teaser__description p {
    text-align: center !important;
  }
}
@media screen and (max-width: 1024px) {
  #container-08a641a351 #container-72b072d1f4 .dataanimation {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #container-08a641a351 .dataanimation {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #container-6dc6042f42 #container-706071b762 {
    margin-top: 0;
  }
  #container-6dc6042f42 .dataanimation {
    margin-top: 32px !important;
  }
}
#container-79717ea086 .text.r-gmg-spacing-b--2xl:nth-of-type(3) {
  margin-bottom: 32px;
}
#text-5c5943f236 {
  text-indent: 0;
}
#text-5c5943f236 .r-gmg-text__indent-item {
  position: relative;
}
#text-5c5943f236 .r-gmg-text__indent-marker {
  position: absolute;
  top: 0;
  left: -0.75em;
  width: 0.75em;
}
#text-5c5943f236 .r-gmg-text__indent-marker--asterisk {
  left: -0.35em;
  width: 0.5em;
}
#teaser-new-rte-v2-839372fa6b h4,
#teaser-new-rte-v2-9a0ed996dd h4 {
  font-weight: 600;
}
#text-a90b8ea2f1 p {
  font-size: 20px;
}
#video-library-container h3 {
  font-size: 18px;
}
#teaser-new-rte-v2-0514a553c1 .cmp-teaser__content,
#teaser-new-rte-v2-0172c467ea .cmp-teaser__content {
  gap: 0;
}
#teaser-new-rte-v2-0514a553c1 .cmp-teaser__content h4,
#teaser-new-rte-v2-0172c467ea .cmp-teaser__content h4 {
  padding-bottom: 16px;
}
#teaser-new-rte-v2-0514a553c1 .cmp-teaser__content .cmp-teaser__action-container,
#teaser-new-rte-v2-0172c467ea .cmp-teaser__content .cmp-teaser__action-container {
  padding-top: 32px;
}
#container-747d7f11f1 > div > div.container.responsivegrid.aem-GridColumn--default--none.aem-GridColumn--default--9.aem-GridColumn.aem-GridColumn--offset--default--1 {
  padding-right: 0;
}
#container-15505a2272 > div > div:nth-child(1) {
  margin-left: -33px;
}
@media screen and (max-width: 1024px) {
  #container-15505a2272 > div > div:nth-child(1) {
    margin-left: 0;
  }
}
#container-15505a2272 > div > div:nth-child(3) {
  margin-right: -33px;
}
@media screen and (max-width: 1024px) {
  #container-15505a2272 > div > div:nth-child(3) {
    margin-right: 0;
  }
}
#container-417c002d91 > div.button.r-gmg-button--primary.r-gmg-spacing-t--lg.r-gmg-button--top-auto.cq-Editable-dom .cmp-button__text {
  display: inline-block;
  max-width: 22.1ch;
  white-space: normal;
}
#button-69f69e9666 {
  width: 100%;
}
#container-15505a2272 .cmp-button__text {
  text-transform: uppercase;
}
#container-7753697f5e {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}
#mktoForm_2177 > div:nth-child(2) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth {
  display: none;
}
#mktoForm_2177 > div.mktoFormRow:nth-child(3) {
  display: none;
}
#mktoForm_2177 > div:nth-child(4) .mktoHtmlText {
  color: #414042;
}
#mktoForm_2177 > div:nth-child(5),
#mktoForm_2177 > div:nth-child(6) {
  max-width: 600px !important;
}
#mktoForm_2177 > div:nth-child(3) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  #mktoForm_2177 > div:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #mktoForm_2177 {
    margin-top: 30px;
  }
}
#mktoForm_2177 .mktoCheckboxList input,
#mktoForm_2177 .mktoCheckboxList input[type=checkbox] {
  outline: 2px solid #99bcb5;
  height: 10px;
  width: 10px;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -999em;
}
#mktoForm_2177 .mktoCheckboxList input:checked + label::after,
#mktoForm_2177 .mktoCheckboxList input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  background: none;
  top: 3px;
  left: 5px;
  border: 2px solid #025949;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  outline: none;
}
#mktoForm_2177 .mktoCheckboxList input + label,
#mktoForm_2177 .mktoCheckboxList input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 8px;
}
#mktoForm_2177 .mktoCheckboxList input + label span,
#mktoForm_2177 .mktoCheckboxList input[type=checkbox] + label span {
  display: none;
  padding-left: 18px;
  color: #ff0033;
}
#mktoForm_2177 .mktoCheckboxList input + label::before,
#mktoForm_2177 .mktoCheckboxList input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -14%;
  height: 15px;
  width: 15px;
  margin-right: 0.5em;
  color: #99bcb5;
  background-color: #cbddda;
  border: 1px solid #99bcb5;
  border-radius: 0;
}
#mktoForm_2177 .mktoCheckboxList .mktoInvalid input + label::before,
#mktoForm_2177 .mktoCheckboxList .mktoInvalid input[type=checkbox] + label::before {
  border-color: #ff0033;
}
#mktoForm_2177 .mktoCheckboxList .mktoInvalid input + label span,
#mktoForm_2177 .mktoCheckboxList .mktoInvalid input[type=checkbox] + label span {
  display: inline;
}
#mktoForm_2177 .mktoCheckboxList + .mktoInstruction {
  display: none;
}
#mktoForm_2177 .mktoFormRow:has(.mktoCheckboxList) .mktoLabel {
  font-size: 12px;
  color: #414042;
}
#mktoForm_2177 .mktoFormRow:has(.mktoCheckboxList) .mktoAsterix {
  display: none;
}
#mktoForm_2177 .mktoFormRow:has(.mktoCheckboxList) .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 8px;
}
#mktoForm_2177 .mktoFormRow:has(.mktoCheckboxList) .mktoLogicalField,
#mktoForm_2177 .mktoFormRow:has(.mktoCheckboxList) label {
  width: unset !important;
}
#mktoForm_2177 .mktoHtmlText a,
#mktoForm_2177 .mktoLabel a {
  color: #414042;
}
