@charset "UTF-8";
.ea-hero-container:after, .ea-hero-container__slide:after, .ea-hero-container__imagewrapper:after, .ea-marketing-block:after, .ea-selectlist-pricelist-narrow:after, .ea-snapper-container .ea-grid:after, .ea-marketing-block__content .ea-grid:after, .ea-marketing-block__title .ea-grid:after {
  content: "";
  display: table;
  clear: both;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.ea-sgrid {
  margin-left: -20px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ea-sgrid:after {
  content: "";
  display: table;
  clear: both;
}
.ea-sgrid__item {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ea-sgrid .ea-sgrid__item-0 {
  display: none;
}
.ea-sgrid .ea-sgrid__item {
  display: block;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item {
    display: block;
    width: 440px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item {
    display: block;
    width: 604px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item {
    display: block;
    width: 904px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item {
    display: block;
    width: 1204px;
  }
}
.ea-sgrid .ea-sgrid__item--phone-0 {
  display: none;
}
.ea-sgrid .ea-sgrid__item--phone-1 {
  display: block;
  width: calc(25% - 20px);
}
.ea-sgrid .ea-sgrid__item--phone-2 {
  display: block;
  width: calc(50% - 20px);
}
.ea-sgrid .ea-sgrid__item--phone-3 {
  display: block;
  width: calc(75% - 20px);
}
.ea-sgrid .ea-sgrid__item--phone-4 {
  display: block;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item--phone-1 {
    display: block;
    width: 95px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-1 {
    position: relative;
    left: 115px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-1 {
    position: relative;
    left: -115px;
  }
  .ea-sgrid .ea-sgrid__item--phone-2 {
    display: block;
    width: 210px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-2 {
    position: relative;
    left: 230px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-2 {
    position: relative;
    left: -230px;
  }
  .ea-sgrid .ea-sgrid__item--phone-3 {
    display: block;
    width: 325px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-3 {
    position: relative;
    left: 345px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-3 {
    position: relative;
    left: -345px;
  }
  .ea-sgrid .ea-sgrid__item--phone-4 {
    display: block;
    width: 440px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-4 {
    position: relative;
    left: 460px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-4 {
    position: relative;
    left: -460px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item--phone-1 {
    display: block;
    width: 32px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-1 {
    position: relative;
    left: 52px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-1 {
    position: relative;
    left: -52px;
  }
  .ea-sgrid .ea-sgrid__item--phone-2 {
    display: block;
    width: 84px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-2 {
    position: relative;
    left: 104px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-2 {
    position: relative;
    left: -104px;
  }
  .ea-sgrid .ea-sgrid__item--phone-3 {
    display: block;
    width: 136px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-3 {
    position: relative;
    left: 156px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-3 {
    position: relative;
    left: -156px;
  }
  .ea-sgrid .ea-sgrid__item--phone-4 {
    display: block;
    width: 188px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-4 {
    position: relative;
    left: 208px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-4 {
    position: relative;
    left: -208px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item--phone-1 {
    display: block;
    width: 57px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-1 {
    position: relative;
    left: 77px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-1 {
    position: relative;
    left: -77px;
  }
  .ea-sgrid .ea-sgrid__item--phone-2 {
    display: block;
    width: 134px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-2 {
    position: relative;
    left: 154px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-2 {
    position: relative;
    left: -154px;
  }
  .ea-sgrid .ea-sgrid__item--phone-3 {
    display: block;
    width: 211px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-3 {
    position: relative;
    left: 231px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-3 {
    position: relative;
    left: -231px;
  }
  .ea-sgrid .ea-sgrid__item--phone-4 {
    display: block;
    width: 288px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-4 {
    position: relative;
    left: 308px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-4 {
    position: relative;
    left: -308px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item--phone-1 {
    display: block;
    width: 82px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-1 {
    position: relative;
    left: 102px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-1 {
    position: relative;
    left: -102px;
  }
  .ea-sgrid .ea-sgrid__item--phone-2 {
    display: block;
    width: 184px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-2 {
    position: relative;
    left: 204px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-2 {
    position: relative;
    left: -204px;
  }
  .ea-sgrid .ea-sgrid__item--phone-3 {
    display: block;
    width: 286px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-3 {
    position: relative;
    left: 306px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-3 {
    position: relative;
    left: -306px;
  }
  .ea-sgrid .ea-sgrid__item--phone-4 {
    display: block;
    width: 388px;
  }
  .ea-sgrid .ea-sgrid__item--phone-push-4 {
    position: relative;
    left: 408px;
  }
  .ea-sgrid .ea-sgrid__item--phone-pull-4 {
    position: relative;
    left: -408px;
  }
}
@media only screen and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item--phone-large-0 {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item--phone-large-1 {
    display: block;
    width: 95px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-1 {
    position: relative;
    left: 115px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-1 {
    position: relative;
    left: -115px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-2 {
    display: block;
    width: 210px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-2 {
    position: relative;
    left: 230px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-2 {
    position: relative;
    left: -230px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-3 {
    display: block;
    width: 325px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-3 {
    position: relative;
    left: 345px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-3 {
    position: relative;
    left: -345px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-4 {
    display: block;
    width: 440px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-4 {
    position: relative;
    left: 460px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-4 {
    position: relative;
    left: -460px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item--phone-large-1 {
    display: block;
    width: 32px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-1 {
    position: relative;
    left: 52px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-1 {
    position: relative;
    left: -52px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-2 {
    display: block;
    width: 84px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-2 {
    position: relative;
    left: 104px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-2 {
    position: relative;
    left: -104px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-3 {
    display: block;
    width: 136px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-3 {
    position: relative;
    left: 156px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-3 {
    position: relative;
    left: -156px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-4 {
    display: block;
    width: 188px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-4 {
    position: relative;
    left: 208px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-4 {
    position: relative;
    left: -208px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item--phone-large-1 {
    display: block;
    width: 57px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-1 {
    position: relative;
    left: 77px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-1 {
    position: relative;
    left: -77px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-2 {
    display: block;
    width: 134px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-2 {
    position: relative;
    left: 154px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-2 {
    position: relative;
    left: -154px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-3 {
    display: block;
    width: 211px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-3 {
    position: relative;
    left: 231px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-3 {
    position: relative;
    left: -231px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-4 {
    display: block;
    width: 288px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-4 {
    position: relative;
    left: 308px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-4 {
    position: relative;
    left: -308px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item--phone-large-1 {
    display: block;
    width: 82px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-1 {
    position: relative;
    left: 102px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-1 {
    position: relative;
    left: -102px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-2 {
    display: block;
    width: 184px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-2 {
    position: relative;
    left: 204px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-2 {
    position: relative;
    left: -204px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-3 {
    display: block;
    width: 286px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-3 {
    position: relative;
    left: 306px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-3 {
    position: relative;
    left: -306px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-4 {
    display: block;
    width: 388px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-push-4 {
    position: relative;
    left: 408px;
  }
  .ea-sgrid .ea-sgrid__item--phone-large-pull-4 {
    position: relative;
    left: -408px;
  }
}

@media only screen and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item--tablet-0 {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item--tablet-1 {
    display: block;
    width: 95px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-1 {
    position: relative;
    left: 115px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-1 {
    position: relative;
    left: -115px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-2 {
    display: block;
    width: 210px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-2 {
    position: relative;
    left: 230px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-2 {
    position: relative;
    left: -230px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-3 {
    display: block;
    width: 325px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-3 {
    position: relative;
    left: 345px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-3 {
    position: relative;
    left: -345px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-4 {
    display: block;
    width: 440px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-4 {
    position: relative;
    left: 460px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-4 {
    position: relative;
    left: -460px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item--tablet-1 {
    display: block;
    width: 32px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-1 {
    position: relative;
    left: 52px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-1 {
    position: relative;
    left: -52px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-2 {
    display: block;
    width: 84px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-2 {
    position: relative;
    left: 104px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-2 {
    position: relative;
    left: -104px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-3 {
    display: block;
    width: 136px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-3 {
    position: relative;
    left: 156px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-3 {
    position: relative;
    left: -156px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-4 {
    display: block;
    width: 188px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-4 {
    position: relative;
    left: 208px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-4 {
    position: relative;
    left: -208px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-5 {
    display: block;
    width: 240px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-5 {
    position: relative;
    left: 260px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-5 {
    position: relative;
    left: -260px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-6 {
    display: block;
    width: 292px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-6 {
    position: relative;
    left: 312px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-6 {
    position: relative;
    left: -312px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-7 {
    display: block;
    width: 344px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-7 {
    position: relative;
    left: 364px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-7 {
    position: relative;
    left: -364px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-8 {
    display: block;
    width: 396px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-8 {
    position: relative;
    left: 416px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-8 {
    position: relative;
    left: -416px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-9 {
    display: block;
    width: 448px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-9 {
    position: relative;
    left: 468px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-9 {
    position: relative;
    left: -468px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-10 {
    display: block;
    width: 500px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-10 {
    position: relative;
    left: 520px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-10 {
    position: relative;
    left: -520px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-11 {
    display: block;
    width: 552px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-11 {
    position: relative;
    left: 572px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-11 {
    position: relative;
    left: -572px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-12 {
    display: block;
    width: 604px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-12 {
    position: relative;
    left: 624px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-12 {
    position: relative;
    left: -624px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item--tablet-1 {
    display: block;
    width: 57px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-1 {
    position: relative;
    left: 77px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-1 {
    position: relative;
    left: -77px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-2 {
    display: block;
    width: 134px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-2 {
    position: relative;
    left: 154px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-2 {
    position: relative;
    left: -154px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-3 {
    display: block;
    width: 211px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-3 {
    position: relative;
    left: 231px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-3 {
    position: relative;
    left: -231px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-4 {
    display: block;
    width: 288px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-4 {
    position: relative;
    left: 308px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-4 {
    position: relative;
    left: -308px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-5 {
    display: block;
    width: 365px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-5 {
    position: relative;
    left: 385px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-5 {
    position: relative;
    left: -385px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-6 {
    display: block;
    width: 442px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-6 {
    position: relative;
    left: 462px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-6 {
    position: relative;
    left: -462px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-7 {
    display: block;
    width: 519px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-7 {
    position: relative;
    left: 539px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-7 {
    position: relative;
    left: -539px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-8 {
    display: block;
    width: 596px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-8 {
    position: relative;
    left: 616px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-8 {
    position: relative;
    left: -616px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-9 {
    display: block;
    width: 673px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-9 {
    position: relative;
    left: 693px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-9 {
    position: relative;
    left: -693px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-10 {
    display: block;
    width: 750px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-10 {
    position: relative;
    left: 770px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-10 {
    position: relative;
    left: -770px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-11 {
    display: block;
    width: 827px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-11 {
    position: relative;
    left: 847px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-11 {
    position: relative;
    left: -847px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-12 {
    display: block;
    width: 904px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-12 {
    position: relative;
    left: 924px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-12 {
    position: relative;
    left: -924px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item--tablet-1 {
    display: block;
    width: 82px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-1 {
    position: relative;
    left: 102px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-1 {
    position: relative;
    left: -102px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-2 {
    display: block;
    width: 184px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-2 {
    position: relative;
    left: 204px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-2 {
    position: relative;
    left: -204px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-3 {
    display: block;
    width: 286px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-3 {
    position: relative;
    left: 306px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-3 {
    position: relative;
    left: -306px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-4 {
    display: block;
    width: 388px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-4 {
    position: relative;
    left: 408px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-4 {
    position: relative;
    left: -408px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-5 {
    display: block;
    width: 490px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-5 {
    position: relative;
    left: 510px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-5 {
    position: relative;
    left: -510px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-6 {
    display: block;
    width: 592px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-6 {
    position: relative;
    left: 612px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-6 {
    position: relative;
    left: -612px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-7 {
    display: block;
    width: 694px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-7 {
    position: relative;
    left: 714px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-7 {
    position: relative;
    left: -714px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-8 {
    display: block;
    width: 796px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-8 {
    position: relative;
    left: 816px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-8 {
    position: relative;
    left: -816px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-9 {
    display: block;
    width: 898px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-9 {
    position: relative;
    left: 918px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-9 {
    position: relative;
    left: -918px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-10 {
    display: block;
    width: 1000px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-10 {
    position: relative;
    left: 1020px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-10 {
    position: relative;
    left: -1020px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-11 {
    display: block;
    width: 1102px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-11 {
    position: relative;
    left: 1122px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-11 {
    position: relative;
    left: -1122px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-12 {
    display: block;
    width: 1204px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-push-12 {
    position: relative;
    left: 1224px;
  }
  .ea-sgrid .ea-sgrid__item--tablet-pull-12 {
    position: relative;
    left: -1224px;
  }
}

@media only screen and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item--laptop-0 {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item--laptop-1 {
    display: block;
    width: 95px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-1 {
    position: relative;
    left: 115px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-1 {
    position: relative;
    left: -115px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-2 {
    display: block;
    width: 210px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-2 {
    position: relative;
    left: 230px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-2 {
    position: relative;
    left: -230px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-3 {
    display: block;
    width: 325px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-3 {
    position: relative;
    left: 345px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-3 {
    position: relative;
    left: -345px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-4 {
    display: block;
    width: 440px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-4 {
    position: relative;
    left: 460px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-4 {
    position: relative;
    left: -460px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item--laptop-1 {
    display: block;
    width: 32px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-1 {
    position: relative;
    left: 52px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-1 {
    position: relative;
    left: -52px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-2 {
    display: block;
    width: 84px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-2 {
    position: relative;
    left: 104px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-2 {
    position: relative;
    left: -104px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-3 {
    display: block;
    width: 136px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-3 {
    position: relative;
    left: 156px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-3 {
    position: relative;
    left: -156px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-4 {
    display: block;
    width: 188px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-4 {
    position: relative;
    left: 208px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-4 {
    position: relative;
    left: -208px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-5 {
    display: block;
    width: 240px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-5 {
    position: relative;
    left: 260px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-5 {
    position: relative;
    left: -260px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-6 {
    display: block;
    width: 292px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-6 {
    position: relative;
    left: 312px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-6 {
    position: relative;
    left: -312px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-7 {
    display: block;
    width: 344px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-7 {
    position: relative;
    left: 364px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-7 {
    position: relative;
    left: -364px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-8 {
    display: block;
    width: 396px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-8 {
    position: relative;
    left: 416px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-8 {
    position: relative;
    left: -416px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-9 {
    display: block;
    width: 448px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-9 {
    position: relative;
    left: 468px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-9 {
    position: relative;
    left: -468px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-10 {
    display: block;
    width: 500px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-10 {
    position: relative;
    left: 520px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-10 {
    position: relative;
    left: -520px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-11 {
    display: block;
    width: 552px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-11 {
    position: relative;
    left: 572px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-11 {
    position: relative;
    left: -572px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-12 {
    display: block;
    width: 604px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-12 {
    position: relative;
    left: 624px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-12 {
    position: relative;
    left: -624px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item--laptop-1 {
    display: block;
    width: 57px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-1 {
    position: relative;
    left: 77px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-1 {
    position: relative;
    left: -77px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-2 {
    display: block;
    width: 134px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-2 {
    position: relative;
    left: 154px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-2 {
    position: relative;
    left: -154px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-3 {
    display: block;
    width: 211px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-3 {
    position: relative;
    left: 231px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-3 {
    position: relative;
    left: -231px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-4 {
    display: block;
    width: 288px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-4 {
    position: relative;
    left: 308px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-4 {
    position: relative;
    left: -308px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-5 {
    display: block;
    width: 365px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-5 {
    position: relative;
    left: 385px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-5 {
    position: relative;
    left: -385px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-6 {
    display: block;
    width: 442px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-6 {
    position: relative;
    left: 462px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-6 {
    position: relative;
    left: -462px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-7 {
    display: block;
    width: 519px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-7 {
    position: relative;
    left: 539px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-7 {
    position: relative;
    left: -539px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-8 {
    display: block;
    width: 596px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-8 {
    position: relative;
    left: 616px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-8 {
    position: relative;
    left: -616px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-9 {
    display: block;
    width: 673px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-9 {
    position: relative;
    left: 693px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-9 {
    position: relative;
    left: -693px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-10 {
    display: block;
    width: 750px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-10 {
    position: relative;
    left: 770px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-10 {
    position: relative;
    left: -770px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-11 {
    display: block;
    width: 827px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-11 {
    position: relative;
    left: 847px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-11 {
    position: relative;
    left: -847px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-12 {
    display: block;
    width: 904px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-12 {
    position: relative;
    left: 924px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-12 {
    position: relative;
    left: -924px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item--laptop-1 {
    display: block;
    width: 82px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-1 {
    position: relative;
    left: 102px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-1 {
    position: relative;
    left: -102px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-2 {
    display: block;
    width: 184px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-2 {
    position: relative;
    left: 204px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-2 {
    position: relative;
    left: -204px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-3 {
    display: block;
    width: 286px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-3 {
    position: relative;
    left: 306px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-3 {
    position: relative;
    left: -306px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-4 {
    display: block;
    width: 388px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-4 {
    position: relative;
    left: 408px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-4 {
    position: relative;
    left: -408px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-5 {
    display: block;
    width: 490px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-5 {
    position: relative;
    left: 510px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-5 {
    position: relative;
    left: -510px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-6 {
    display: block;
    width: 592px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-6 {
    position: relative;
    left: 612px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-6 {
    position: relative;
    left: -612px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-7 {
    display: block;
    width: 694px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-7 {
    position: relative;
    left: 714px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-7 {
    position: relative;
    left: -714px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-8 {
    display: block;
    width: 796px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-8 {
    position: relative;
    left: 816px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-8 {
    position: relative;
    left: -816px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-9 {
    display: block;
    width: 898px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-9 {
    position: relative;
    left: 918px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-9 {
    position: relative;
    left: -918px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-10 {
    display: block;
    width: 1000px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-10 {
    position: relative;
    left: 1020px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-10 {
    position: relative;
    left: -1020px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-11 {
    display: block;
    width: 1102px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-11 {
    position: relative;
    left: 1122px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-11 {
    position: relative;
    left: -1122px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-12 {
    display: block;
    width: 1204px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-push-12 {
    position: relative;
    left: 1224px;
  }
  .ea-sgrid .ea-sgrid__item--laptop-pull-12 {
    position: relative;
    left: -1224px;
  }
}

@media only screen and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item--desktop-0 {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 480px) {
  .ea-sgrid .ea-sgrid__item--desktop-1 {
    display: block;
    width: 95px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-1 {
    position: relative;
    left: 115px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-1 {
    position: relative;
    left: -115px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-2 {
    display: block;
    width: 210px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-2 {
    position: relative;
    left: 230px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-2 {
    position: relative;
    left: -230px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-3 {
    display: block;
    width: 325px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-3 {
    position: relative;
    left: 345px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-3 {
    position: relative;
    left: -345px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-4 {
    display: block;
    width: 440px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-4 {
    position: relative;
    left: 460px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-4 {
    position: relative;
    left: -460px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 640px) {
  .ea-sgrid .ea-sgrid__item--desktop-1 {
    display: block;
    width: 32px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-1 {
    position: relative;
    left: 52px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-1 {
    position: relative;
    left: -52px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-2 {
    display: block;
    width: 84px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-2 {
    position: relative;
    left: 104px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-2 {
    position: relative;
    left: -104px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-3 {
    display: block;
    width: 136px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-3 {
    position: relative;
    left: 156px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-3 {
    position: relative;
    left: -156px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-4 {
    display: block;
    width: 188px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-4 {
    position: relative;
    left: 208px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-4 {
    position: relative;
    left: -208px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-5 {
    display: block;
    width: 240px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-5 {
    position: relative;
    left: 260px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-5 {
    position: relative;
    left: -260px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-6 {
    display: block;
    width: 292px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-6 {
    position: relative;
    left: 312px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-6 {
    position: relative;
    left: -312px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-7 {
    display: block;
    width: 344px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-7 {
    position: relative;
    left: 364px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-7 {
    position: relative;
    left: -364px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-8 {
    display: block;
    width: 396px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-8 {
    position: relative;
    left: 416px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-8 {
    position: relative;
    left: -416px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-9 {
    display: block;
    width: 448px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-9 {
    position: relative;
    left: 468px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-9 {
    position: relative;
    left: -468px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-10 {
    display: block;
    width: 500px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-10 {
    position: relative;
    left: 520px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-10 {
    position: relative;
    left: -520px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-11 {
    display: block;
    width: 552px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-11 {
    position: relative;
    left: 572px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-11 {
    position: relative;
    left: -572px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-12 {
    display: block;
    width: 604px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-12 {
    position: relative;
    left: 624px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-12 {
    position: relative;
    left: -624px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) {
  .ea-sgrid .ea-sgrid__item--desktop-1 {
    display: block;
    width: 57px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-1 {
    position: relative;
    left: 77px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-1 {
    position: relative;
    left: -77px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-2 {
    display: block;
    width: 134px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-2 {
    position: relative;
    left: 154px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-2 {
    position: relative;
    left: -154px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-3 {
    display: block;
    width: 211px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-3 {
    position: relative;
    left: 231px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-3 {
    position: relative;
    left: -231px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-4 {
    display: block;
    width: 288px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-4 {
    position: relative;
    left: 308px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-4 {
    position: relative;
    left: -308px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-5 {
    display: block;
    width: 365px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-5 {
    position: relative;
    left: 385px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-5 {
    position: relative;
    left: -385px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-6 {
    display: block;
    width: 442px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-6 {
    position: relative;
    left: 462px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-6 {
    position: relative;
    left: -462px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-7 {
    display: block;
    width: 519px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-7 {
    position: relative;
    left: 539px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-7 {
    position: relative;
    left: -539px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-8 {
    display: block;
    width: 596px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-8 {
    position: relative;
    left: 616px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-8 {
    position: relative;
    left: -616px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-9 {
    display: block;
    width: 673px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-9 {
    position: relative;
    left: 693px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-9 {
    position: relative;
    left: -693px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-10 {
    display: block;
    width: 750px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-10 {
    position: relative;
    left: 770px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-10 {
    position: relative;
    left: -770px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-11 {
    display: block;
    width: 827px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-11 {
    position: relative;
    left: 847px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-11 {
    position: relative;
    left: -847px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-12 {
    display: block;
    width: 904px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-12 {
    position: relative;
    left: 924px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-12 {
    position: relative;
    left: -924px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .ea-sgrid .ea-sgrid__item--desktop-1 {
    display: block;
    width: 82px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-1 {
    position: relative;
    left: 102px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-1 {
    position: relative;
    left: -102px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-2 {
    display: block;
    width: 184px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-2 {
    position: relative;
    left: 204px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-2 {
    position: relative;
    left: -204px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-3 {
    display: block;
    width: 286px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-3 {
    position: relative;
    left: 306px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-3 {
    position: relative;
    left: -306px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-4 {
    display: block;
    width: 388px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-4 {
    position: relative;
    left: 408px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-4 {
    position: relative;
    left: -408px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-5 {
    display: block;
    width: 490px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-5 {
    position: relative;
    left: 510px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-5 {
    position: relative;
    left: -510px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-6 {
    display: block;
    width: 592px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-6 {
    position: relative;
    left: 612px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-6 {
    position: relative;
    left: -612px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-7 {
    display: block;
    width: 694px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-7 {
    position: relative;
    left: 714px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-7 {
    position: relative;
    left: -714px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-8 {
    display: block;
    width: 796px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-8 {
    position: relative;
    left: 816px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-8 {
    position: relative;
    left: -816px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-9 {
    display: block;
    width: 898px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-9 {
    position: relative;
    left: 918px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-9 {
    position: relative;
    left: -918px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-10 {
    display: block;
    width: 1000px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-10 {
    position: relative;
    left: 1020px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-10 {
    position: relative;
    left: -1020px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-11 {
    display: block;
    width: 1102px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-11 {
    position: relative;
    left: 1122px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-11 {
    position: relative;
    left: -1122px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-12 {
    display: block;
    width: 1204px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-push-12 {
    position: relative;
    left: 1224px;
  }
  .ea-sgrid .ea-sgrid__item--desktop-pull-12 {
    position: relative;
    left: -1224px;
  }
}

.styleguide-wrapper .styleguide-snappercolumnwidth-desktop-1 {
  width: 82px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-laptop-1 {
  width: 57px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-tablet-1 {
  width: 32px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-phone-large-1 {
  width: 95px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-desktop-2 {
  width: 184px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-laptop-2 {
  width: 134px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-tablet-2 {
  width: 84px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-phone-large-2 {
  width: 210px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-desktop-12 {
  width: 1204px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-laptop-12 {
  width: 904px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-tablet-12 {
  width: 604px;
}
.styleguide-wrapper .styleguide-snappercolumnwidth-phone-large-4 {
  width: 440px;
}

.styleguide-wrapper .styleguide-snappercolumnpush-desktop-1 {
  margin-left: 102px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-laptop-1 {
  margin-left: 77px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-tablet-1 {
  margin-left: 52px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-phone-large-1 {
  margin-left: 115px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-desktop-2 {
  margin-left: 204px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-laptop-2 {
  margin-left: 154px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-tablet-2 {
  margin-left: 104px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-phone-large-2 {
  margin-left: 230px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-desktop-11 {
  margin-left: 1122px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-laptop-11 {
  margin-left: 847px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-tablet-11 {
  margin-left: 572px;
}
.styleguide-wrapper .styleguide-snappercolumnpush-phone-large-3 {
  margin-left: 345px;
}

.ea-snapper-container, .ea-marketing-block__content, .ea-marketing-block__title {
  margin: 0 20px;
}
@media only screen and (min-width: 480px) {
  .ea-snapper-container, .ea-marketing-block__content, .ea-marketing-block__title {
    margin: 0 auto;
    max-width: 440px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-snapper-container, .ea-marketing-block__content, .ea-marketing-block__title {
    margin: 0 auto;
    max-width: 604px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-snapper-container, .ea-marketing-block__content, .ea-marketing-block__title {
    margin: 0 auto;
    max-width: 904px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-snapper-container, .ea-marketing-block__content, .ea-marketing-block__title {
    margin: 0 auto;
    max-width: 1204px;
  }
}
.ea-snapper-container--phone-compress-0 {
  margin: 0 calc(20px + 0 * (((100% - 2 * 20px) / 4) + 20px));
}
.ea-snapper-container--phone-compress-1 {
  margin: 0 calc(20px + 1 * (((100% - 2 * 20px) / 4) + 20px));
}
@media only screen and (min-width: 480px) {
  .ea-snapper-container--phone-compress-0 {
    margin: 0 auto;
    max-width: 440px;
  }
  .ea-snapper-container--phone-compress-1 {
    margin: 0 auto;
    max-width: 210px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-snapper-container--phone-compress-0 {
    margin: 0 auto;
    max-width: 604px;
  }
  .ea-snapper-container--phone-compress-1 {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-snapper-container--phone-compress-0 {
    margin: 0 auto;
    max-width: 904px;
  }
  .ea-snapper-container--phone-compress-1 {
    margin: 0 auto;
    max-width: 750px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-snapper-container--phone-compress-0 {
    margin: 0 auto;
    max-width: 1204px;
  }
  .ea-snapper-container--phone-compress-1 {
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 480px) {
  .ea-snapper-container--phone-large-compress-0 {
    margin: 0 auto;
    max-width: 440px;
  }
  .ea-snapper-container--phone-large-compress-1 {
    margin: 0 auto;
    max-width: 210px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 640px) {
  .ea-snapper-container--phone-large-compress-0 {
    margin: 0 auto;
    max-width: 604px;
  }
  .ea-snapper-container--phone-large-compress-1 {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 960px) {
  .ea-snapper-container--phone-large-compress-0 {
    margin: 0 auto;
    max-width: 904px;
  }
  .ea-snapper-container--phone-large-compress-1 {
    margin: 0 auto;
    max-width: 750px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1280px) {
  .ea-snapper-container--phone-large-compress-0 {
    margin: 0 auto;
    max-width: 1204px;
  }
  .ea-snapper-container--phone-large-compress-1 {
    margin: 0 auto;
    max-width: 1000px;
  }
}

@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-snapper-container--tablet-compress-0 {
    margin: 0 auto;
    max-width: 440px;
  }
  .ea-snapper-container--tablet-compress-1 {
    margin: 0 auto;
    max-width: 210px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-snapper-container--tablet-compress-0 {
    margin: 0 auto;
    max-width: 604px;
  }
  .ea-snapper-container--tablet-compress-1 {
    margin: 0 auto;
    max-width: 500px;
  }
  .ea-snapper-container--tablet-compress-2 {
    margin: 0 auto;
    max-width: 396px;
  }
  .ea-snapper-container--tablet-compress-3 {
    margin: 0 auto;
    max-width: 292px;
  }
  .ea-snapper-container--tablet-compress-4 {
    margin: 0 auto;
    max-width: 188px;
  }
  .ea-snapper-container--tablet-compress-5 {
    margin: 0 auto;
    max-width: 84px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-snapper-container--tablet-compress-0 {
    margin: 0 auto;
    max-width: 904px;
  }
  .ea-snapper-container--tablet-compress-1 {
    margin: 0 auto;
    max-width: 750px;
  }
  .ea-snapper-container--tablet-compress-2 {
    margin: 0 auto;
    max-width: 596px;
  }
  .ea-snapper-container--tablet-compress-3 {
    margin: 0 auto;
    max-width: 442px;
  }
  .ea-snapper-container--tablet-compress-4 {
    margin: 0 auto;
    max-width: 288px;
  }
  .ea-snapper-container--tablet-compress-5 {
    margin: 0 auto;
    max-width: 134px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-snapper-container--tablet-compress-0 {
    margin: 0 auto;
    max-width: 1204px;
  }
  .ea-snapper-container--tablet-compress-1 {
    margin: 0 auto;
    max-width: 1000px;
  }
  .ea-snapper-container--tablet-compress-2 {
    margin: 0 auto;
    max-width: 796px;
  }
  .ea-snapper-container--tablet-compress-3 {
    margin: 0 auto;
    max-width: 592px;
  }
  .ea-snapper-container--tablet-compress-4 {
    margin: 0 auto;
    max-width: 388px;
  }
  .ea-snapper-container--tablet-compress-5 {
    margin: 0 auto;
    max-width: 184px;
  }
}

@media only screen and (min-width: 960px) and (min-width: 480px) {
  .ea-snapper-container--laptop-compress-0 {
    margin: 0 auto;
    max-width: 440px;
  }
  .ea-snapper-container--laptop-compress-1 {
    margin: 0 auto;
    max-width: 210px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .ea-snapper-container--laptop-compress-0 {
    margin: 0 auto;
    max-width: 604px;
  }
  .ea-snapper-container--laptop-compress-1 {
    margin: 0 auto;
    max-width: 500px;
  }
  .ea-snapper-container--laptop-compress-2 {
    margin: 0 auto;
    max-width: 396px;
  }
  .ea-snapper-container--laptop-compress-3 {
    margin: 0 auto;
    max-width: 292px;
  }
  .ea-snapper-container--laptop-compress-4 {
    margin: 0 auto;
    max-width: 188px;
  }
  .ea-snapper-container--laptop-compress-5 {
    margin: 0 auto;
    max-width: 84px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .ea-snapper-container--laptop-compress-0 {
    margin: 0 auto;
    max-width: 904px;
  }
  .ea-snapper-container--laptop-compress-1 {
    margin: 0 auto;
    max-width: 750px;
  }
  .ea-snapper-container--laptop-compress-2 {
    margin: 0 auto;
    max-width: 596px;
  }
  .ea-snapper-container--laptop-compress-3 {
    margin: 0 auto;
    max-width: 442px;
  }
  .ea-snapper-container--laptop-compress-4 {
    margin: 0 auto;
    max-width: 288px;
  }
  .ea-snapper-container--laptop-compress-5 {
    margin: 0 auto;
    max-width: 134px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1280px) {
  .ea-snapper-container--laptop-compress-0 {
    margin: 0 auto;
    max-width: 1204px;
  }
  .ea-snapper-container--laptop-compress-1 {
    margin: 0 auto;
    max-width: 1000px;
  }
  .ea-snapper-container--laptop-compress-2 {
    margin: 0 auto;
    max-width: 796px;
  }
  .ea-snapper-container--laptop-compress-3 {
    margin: 0 auto;
    max-width: 592px;
  }
  .ea-snapper-container--laptop-compress-4 {
    margin: 0 auto;
    max-width: 388px;
  }
  .ea-snapper-container--laptop-compress-5 {
    margin: 0 auto;
    max-width: 184px;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 480px) {
  .ea-snapper-container--desktop-compress-0 {
    margin: 0 auto;
    max-width: 440px;
  }
  .ea-snapper-container--desktop-compress-1 {
    margin: 0 auto;
    max-width: 210px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 640px) {
  .ea-snapper-container--desktop-compress-0 {
    margin: 0 auto;
    max-width: 604px;
  }
  .ea-snapper-container--desktop-compress-1 {
    margin: 0 auto;
    max-width: 500px;
  }
  .ea-snapper-container--desktop-compress-2 {
    margin: 0 auto;
    max-width: 396px;
  }
  .ea-snapper-container--desktop-compress-3 {
    margin: 0 auto;
    max-width: 292px;
  }
  .ea-snapper-container--desktop-compress-4 {
    margin: 0 auto;
    max-width: 188px;
  }
  .ea-snapper-container--desktop-compress-5 {
    margin: 0 auto;
    max-width: 84px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) {
  .ea-snapper-container--desktop-compress-0 {
    margin: 0 auto;
    max-width: 904px;
  }
  .ea-snapper-container--desktop-compress-1 {
    margin: 0 auto;
    max-width: 750px;
  }
  .ea-snapper-container--desktop-compress-2 {
    margin: 0 auto;
    max-width: 596px;
  }
  .ea-snapper-container--desktop-compress-3 {
    margin: 0 auto;
    max-width: 442px;
  }
  .ea-snapper-container--desktop-compress-4 {
    margin: 0 auto;
    max-width: 288px;
  }
  .ea-snapper-container--desktop-compress-5 {
    margin: 0 auto;
    max-width: 134px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .ea-snapper-container--desktop-compress-0 {
    margin: 0 auto;
    max-width: 1204px;
  }
  .ea-snapper-container--desktop-compress-1 {
    margin: 0 auto;
    max-width: 1000px;
  }
  .ea-snapper-container--desktop-compress-2 {
    margin: 0 auto;
    max-width: 796px;
  }
  .ea-snapper-container--desktop-compress-3 {
    margin: 0 auto;
    max-width: 592px;
  }
  .ea-snapper-container--desktop-compress-4 {
    margin: 0 auto;
    max-width: 388px;
  }
  .ea-snapper-container--desktop-compress-5 {
    margin: 0 auto;
    max-width: 184px;
  }
}

.sg-wrapper-3-6 .ea-stack {
  background: #faa;
}

.ea-stack .ea-stack__item {
  box-sizing: content-box;
}
.ea-stack--gap-size-0 .ea-stack__item {
  padding-bottom: 0px;
}
.ea-stack--gap-size-0 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-1 .ea-stack__item {
  padding-bottom: 12px;
}
.ea-stack--gap-size-1 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-2 .ea-stack__item {
  padding-bottom: 24px;
}
.ea-stack--gap-size-2 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-3 .ea-stack__item {
  padding-bottom: 36px;
}
.ea-stack--gap-size-3 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-4 .ea-stack__item {
  padding-bottom: 48px;
}
.ea-stack--gap-size-4 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-5 .ea-stack__item {
  padding-bottom: 60px;
}
.ea-stack--gap-size-5 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-6 .ea-stack__item {
  padding-bottom: 72px;
}
.ea-stack--gap-size-6 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-7 .ea-stack__item {
  padding-bottom: 84px;
}
.ea-stack--gap-size-7 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-8 .ea-stack__item {
  padding-bottom: 96px;
}
.ea-stack--gap-size-8 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-9 .ea-stack__item {
  padding-bottom: 108px;
}
.ea-stack--gap-size-9 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-10 .ea-stack__item {
  padding-bottom: 120px;
}
.ea-stack--gap-size-10 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-11 .ea-stack__item {
  padding-bottom: 132px;
}
.ea-stack--gap-size-11 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-12 .ea-stack__item {
  padding-bottom: 144px;
}
.ea-stack--gap-size-12 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-13 .ea-stack__item {
  padding-bottom: 156px;
}
.ea-stack--gap-size-13 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-14 .ea-stack__item {
  padding-bottom: 168px;
}
.ea-stack--gap-size-14 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-15 .ea-stack__item {
  padding-bottom: 180px;
}
.ea-stack--gap-size-15 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--gap-size-16 .ea-stack__item {
  padding-bottom: 192px;
}
.ea-stack--gap-size-16 .ea-stack__item:last-child {
  padding-bottom: 0;
}
.ea-stack--item-height-1 .ea-stack__item {
  height: 12px;
}
.ea-stack--item-height-2 .ea-stack__item {
  height: 24px;
}
.ea-stack--item-height-3 .ea-stack__item {
  height: 36px;
}
.ea-stack--item-height-4 .ea-stack__item {
  height: 48px;
}
.ea-stack--item-height-5 .ea-stack__item {
  height: 60px;
}
.ea-stack--item-height-6 .ea-stack__item {
  height: 72px;
}
.ea-stack--item-height-7 .ea-stack__item {
  height: 84px;
}
.ea-stack--item-height-8 .ea-stack__item {
  height: 96px;
}
.ea-stack--item-height-9 .ea-stack__item {
  height: 108px;
}
.ea-stack--item-height-10 .ea-stack__item {
  height: 120px;
}
.ea-stack--item-height-11 .ea-stack__item {
  height: 132px;
}
.ea-stack--item-height-12 .ea-stack__item {
  height: 144px;
}
.ea-stack--item-height-13 .ea-stack__item {
  height: 156px;
}
.ea-stack--item-height-14 .ea-stack__item {
  height: 168px;
}
.ea-stack--item-height-15 .ea-stack__item {
  height: 180px;
}
.ea-stack--item-height-16 .ea-stack__item {
  height: 192px;
}
.ea-stack--item-height-17 .ea-stack__item {
  height: 204px;
}
.ea-stack--item-height-18 .ea-stack__item {
  height: 216px;
}
.ea-stack--item-height-19 .ea-stack__item {
  height: 228px;
}
.ea-stack--item-height-20 .ea-stack__item {
  height: 240px;
}
.ea-stack--item-height-21 .ea-stack__item {
  height: 252px;
}
.ea-stack--item-height-22 .ea-stack__item {
  height: 264px;
}
.ea-stack--item-height-23 .ea-stack__item {
  height: 276px;
}
.ea-stack--item-height-24 .ea-stack__item {
  height: 288px;
}
.ea-stack--item-height-25 .ea-stack__item {
  height: 300px;
}
.ea-stack--item-height-26 .ea-stack__item {
  height: 312px;
}
.ea-stack--item-height-27 .ea-stack__item {
  height: 324px;
}
.ea-stack--item-height-28 .ea-stack__item {
  height: 336px;
}
.ea-stack--item-height-29 .ea-stack__item {
  height: 348px;
}
.ea-stack--item-height-30 .ea-stack__item {
  height: 360px;
}
.ea-stack--item-height-31 .ea-stack__item {
  height: 372px;
}
.ea-stack--item-height-32 .ea-stack__item {
  height: 384px;
}
.ea-stack--item-height-33 .ea-stack__item {
  height: 396px;
}
.ea-stack--item-height-34 .ea-stack__item {
  height: 408px;
}
.ea-stack--item-height-35 .ea-stack__item {
  height: 420px;
}
.ea-stack--item-height-36 .ea-stack__item {
  height: 432px;
}
.ea-stack--item-height-37 .ea-stack__item {
  height: 444px;
}
.ea-stack--item-height-38 .ea-stack__item {
  height: 456px;
}
.ea-stack--item-height-39 .ea-stack__item {
  height: 468px;
}
.ea-stack--item-height-40 .ea-stack__item {
  height: 480px;
}
.ea-stack--item-height-41 .ea-stack__item {
  height: 492px;
}
.ea-stack--item-height-42 .ea-stack__item {
  height: 504px;
}
.ea-stack--item-height-43 .ea-stack__item {
  height: 516px;
}
.ea-stack--item-height-44 .ea-stack__item {
  height: 528px;
}
.ea-stack--item-height-45 .ea-stack__item {
  height: 540px;
}
.ea-stack--item-height-46 .ea-stack__item {
  height: 552px;
}
.ea-stack--item-height-47 .ea-stack__item {
  height: 564px;
}
.ea-stack--item-height-48 .ea-stack__item {
  height: 576px;
}
.ea-stack--item-height-49 .ea-stack__item {
  height: 588px;
}
.ea-stack--item-height-50 .ea-stack__item {
  height: 600px;
}
.ea-stack--item-height-51 .ea-stack__item {
  height: 612px;
}
.ea-stack--item-height-52 .ea-stack__item {
  height: 624px;
}
.ea-stack--item-height-53 .ea-stack__item {
  height: 636px;
}
.ea-stack--item-height-54 .ea-stack__item {
  height: 648px;
}
.ea-stack--item-height-55 .ea-stack__item {
  height: 660px;
}
.ea-stack--item-height-56 .ea-stack__item {
  height: 672px;
}
.ea-stack--item-height-57 .ea-stack__item {
  height: 684px;
}
.ea-stack--item-height-58 .ea-stack__item {
  height: 696px;
}
.ea-stack--item-height-59 .ea-stack__item {
  height: 708px;
}
.ea-stack--item-height-60 .ea-stack__item {
  height: 720px;
}
.ea-stack--item-height-61 .ea-stack__item {
  height: 732px;
}
.ea-stack--item-height-62 .ea-stack__item {
  height: 744px;
}
.ea-stack--item-height-63 .ea-stack__item {
  height: 756px;
}
.ea-stack--item-height-64 .ea-stack__item {
  height: 768px;
}
.ea-stack--item-height-65 .ea-stack__item {
  height: 780px;
}
.ea-stack--item-height-66 .ea-stack__item {
  height: 792px;
}
.ea-stack--item-height-67 .ea-stack__item {
  height: 804px;
}
.ea-stack--item-height-68 .ea-stack__item {
  height: 816px;
}
.ea-stack--item-height-69 .ea-stack__item {
  height: 828px;
}
.ea-stack--item-height-70 .ea-stack__item {
  height: 840px;
}
.ea-stack--item-height-71 .ea-stack__item {
  height: 852px;
}
.ea-stack--item-height-72 .ea-stack__item {
  height: 864px;
}
.ea-stack--item-height-73 .ea-stack__item {
  height: 876px;
}
.ea-stack--item-height-74 .ea-stack__item {
  height: 888px;
}
.ea-stack--item-height-75 .ea-stack__item {
  height: 900px;
}
.ea-stack--item-height-76 .ea-stack__item {
  height: 912px;
}
.ea-stack--item-height-77 .ea-stack__item {
  height: 924px;
}
.ea-stack--item-height-78 .ea-stack__item {
  height: 936px;
}
.ea-stack--item-height-79 .ea-stack__item {
  height: 948px;
}
.ea-stack--item-height-80 .ea-stack__item {
  height: 960px;
}
.ea-stack--item-height-81 .ea-stack__item {
  height: 972px;
}
.ea-stack--item-height-82 .ea-stack__item {
  height: 984px;
}
.ea-stack--item-height-83 .ea-stack__item {
  height: 996px;
}
.ea-stack--item-height-84 .ea-stack__item {
  height: 1008px;
}
.ea-stack--item-height-85 .ea-stack__item {
  height: 1020px;
}
.ea-stack--item-height-86 .ea-stack__item {
  height: 1032px;
}
.ea-stack--item-height-87 .ea-stack__item {
  height: 1044px;
}
.ea-stack--item-height-88 .ea-stack__item {
  height: 1056px;
}
.ea-stack--item-height-89 .ea-stack__item {
  height: 1068px;
}
.ea-stack--item-height-90 .ea-stack__item {
  height: 1080px;
}
.ea-stack--item-height-91 .ea-stack__item {
  height: 1092px;
}
.ea-stack--item-height-92 .ea-stack__item {
  height: 1104px;
}
.ea-stack--item-height-93 .ea-stack__item {
  height: 1116px;
}
.ea-stack--item-height-94 .ea-stack__item {
  height: 1128px;
}
.ea-stack--item-height-95 .ea-stack__item {
  height: 1140px;
}
.ea-stack--item-height-96 .ea-stack__item {
  height: 1152px;
}
.ea-stack--item-height-97 .ea-stack__item {
  height: 1164px;
}
.ea-stack--item-height-98 .ea-stack__item {
  height: 1176px;
}
.ea-stack--item-height-99 .ea-stack__item {
  height: 1188px;
}
.ea-stack--item-height-100 .ea-stack__item {
  height: 1200px;
}
.ea-stack--item-height-101 .ea-stack__item {
  height: 1212px;
}
.ea-stack--item-height-102 .ea-stack__item {
  height: 1224px;
}
.ea-stack--item-height-103 .ea-stack__item {
  height: 1236px;
}
.ea-stack--item-height-104 .ea-stack__item {
  height: 1248px;
}
.ea-stack--item-height-105 .ea-stack__item {
  height: 1260px;
}
.ea-stack--item-height-106 .ea-stack__item {
  height: 1272px;
}
.ea-stack--item-height-107 .ea-stack__item {
  height: 1284px;
}
.ea-stack--item-height-108 .ea-stack__item {
  height: 1296px;
}
.ea-stack--item-height-109 .ea-stack__item {
  height: 1308px;
}
.ea-stack--item-height-110 .ea-stack__item {
  height: 1320px;
}
.ea-stack--item-height-111 .ea-stack__item {
  height: 1332px;
}
.ea-stack--item-height-112 .ea-stack__item {
  height: 1344px;
}
.ea-stack--item-height-113 .ea-stack__item {
  height: 1356px;
}
.ea-stack--item-height-114 .ea-stack__item {
  height: 1368px;
}
.ea-stack--item-height-115 .ea-stack__item {
  height: 1380px;
}
.ea-stack--item-height-116 .ea-stack__item {
  height: 1392px;
}
.ea-stack--item-height-117 .ea-stack__item {
  height: 1404px;
}
.ea-stack--item-height-118 .ea-stack__item {
  height: 1416px;
}
.ea-stack--item-height-119 .ea-stack__item {
  height: 1428px;
}
.ea-stack--item-height-120 .ea-stack__item {
  height: 1440px;
}
.ea-stack--item-height-121 .ea-stack__item {
  height: 1452px;
}
.ea-stack--item-height-122 .ea-stack__item {
  height: 1464px;
}
.ea-stack--item-height-123 .ea-stack__item {
  height: 1476px;
}
.ea-stack--item-height-124 .ea-stack__item {
  height: 1488px;
}
.ea-stack--item-height-125 .ea-stack__item {
  height: 1500px;
}
.ea-stack--item-height-126 .ea-stack__item {
  height: 1512px;
}
.ea-stack--item-height-127 .ea-stack__item {
  height: 1524px;
}
.ea-stack--item-height-128 .ea-stack__item {
  height: 1536px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-1 {
  height: 12px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-2 {
  height: 24px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-3 {
  height: 36px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-4 {
  height: 48px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-5 {
  height: 60px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-6 {
  height: 72px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-7 {
  height: 84px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-8 {
  height: 96px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-9 {
  height: 108px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-10 {
  height: 120px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-11 {
  height: 132px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-12 {
  height: 144px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-13 {
  height: 156px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-14 {
  height: 168px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-15 {
  height: 180px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-16 {
  height: 192px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-17 {
  height: 204px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-18 {
  height: 216px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-19 {
  height: 228px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-20 {
  height: 240px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-21 {
  height: 252px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-22 {
  height: 264px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-23 {
  height: 276px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-24 {
  height: 288px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-25 {
  height: 300px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-26 {
  height: 312px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-27 {
  height: 324px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-28 {
  height: 336px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-29 {
  height: 348px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-30 {
  height: 360px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-31 {
  height: 372px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-32 {
  height: 384px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-33 {
  height: 396px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-34 {
  height: 408px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-35 {
  height: 420px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-36 {
  height: 432px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-37 {
  height: 444px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-38 {
  height: 456px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-39 {
  height: 468px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-40 {
  height: 480px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-41 {
  height: 492px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-42 {
  height: 504px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-43 {
  height: 516px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-44 {
  height: 528px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-45 {
  height: 540px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-46 {
  height: 552px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-47 {
  height: 564px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-48 {
  height: 576px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-49 {
  height: 588px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-50 {
  height: 600px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-51 {
  height: 612px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-52 {
  height: 624px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-53 {
  height: 636px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-54 {
  height: 648px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-55 {
  height: 660px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-56 {
  height: 672px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-57 {
  height: 684px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-58 {
  height: 696px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-59 {
  height: 708px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-60 {
  height: 720px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-61 {
  height: 732px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-62 {
  height: 744px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-63 {
  height: 756px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-64 {
  height: 768px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-65 {
  height: 780px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-66 {
  height: 792px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-67 {
  height: 804px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-68 {
  height: 816px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-69 {
  height: 828px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-70 {
  height: 840px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-71 {
  height: 852px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-72 {
  height: 864px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-73 {
  height: 876px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-74 {
  height: 888px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-75 {
  height: 900px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-76 {
  height: 912px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-77 {
  height: 924px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-78 {
  height: 936px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-79 {
  height: 948px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-80 {
  height: 960px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-81 {
  height: 972px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-82 {
  height: 984px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-83 {
  height: 996px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-84 {
  height: 1008px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-85 {
  height: 1020px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-86 {
  height: 1032px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-87 {
  height: 1044px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-88 {
  height: 1056px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-89 {
  height: 1068px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-90 {
  height: 1080px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-91 {
  height: 1092px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-92 {
  height: 1104px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-93 {
  height: 1116px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-94 {
  height: 1128px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-95 {
  height: 1140px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-96 {
  height: 1152px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-97 {
  height: 1164px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-98 {
  height: 1176px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-99 {
  height: 1188px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-100 {
  height: 1200px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-101 {
  height: 1212px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-102 {
  height: 1224px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-103 {
  height: 1236px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-104 {
  height: 1248px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-105 {
  height: 1260px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-106 {
  height: 1272px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-107 {
  height: 1284px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-108 {
  height: 1296px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-109 {
  height: 1308px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-110 {
  height: 1320px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-111 {
  height: 1332px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-112 {
  height: 1344px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-113 {
  height: 1356px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-114 {
  height: 1368px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-115 {
  height: 1380px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-116 {
  height: 1392px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-117 {
  height: 1404px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-118 {
  height: 1416px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-119 {
  height: 1428px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-120 {
  height: 1440px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-121 {
  height: 1452px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-122 {
  height: 1464px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-123 {
  height: 1476px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-124 {
  height: 1488px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-125 {
  height: 1500px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-126 {
  height: 1512px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-127 {
  height: 1524px;
}
.ea-stack .ea-stack__item.ea-stack__item--height-128 {
  height: 1536px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-0 {
  padding-bottom: 0px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-1 {
  padding-bottom: 12px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-2 {
  padding-bottom: 24px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-3 {
  padding-bottom: 36px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-4 {
  padding-bottom: 48px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-5 {
  padding-bottom: 60px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-6 {
  padding-bottom: 72px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-7 {
  padding-bottom: 84px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-8 {
  padding-bottom: 96px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-9 {
  padding-bottom: 108px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-10 {
  padding-bottom: 120px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-11 {
  padding-bottom: 132px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-12 {
  padding-bottom: 144px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-13 {
  padding-bottom: 156px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-14 {
  padding-bottom: 168px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-15 {
  padding-bottom: 180px;
}
.ea-stack .ea-stack__item.ea-stack__item--gap-size-16 {
  padding-bottom: 192px;
}
@media only screen and (min-width: 480px) {
  .ea-stack--phone-large-gap-size-0 .ea-stack__item {
    padding-bottom: 0px;
  }
  .ea-stack--phone-large-gap-size-0 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-1 .ea-stack__item {
    padding-bottom: 12px;
  }
  .ea-stack--phone-large-gap-size-1 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-2 .ea-stack__item {
    padding-bottom: 24px;
  }
  .ea-stack--phone-large-gap-size-2 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-3 .ea-stack__item {
    padding-bottom: 36px;
  }
  .ea-stack--phone-large-gap-size-3 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-4 .ea-stack__item {
    padding-bottom: 48px;
  }
  .ea-stack--phone-large-gap-size-4 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-5 .ea-stack__item {
    padding-bottom: 60px;
  }
  .ea-stack--phone-large-gap-size-5 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-6 .ea-stack__item {
    padding-bottom: 72px;
  }
  .ea-stack--phone-large-gap-size-6 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-7 .ea-stack__item {
    padding-bottom: 84px;
  }
  .ea-stack--phone-large-gap-size-7 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-8 .ea-stack__item {
    padding-bottom: 96px;
  }
  .ea-stack--phone-large-gap-size-8 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-9 .ea-stack__item {
    padding-bottom: 108px;
  }
  .ea-stack--phone-large-gap-size-9 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-10 .ea-stack__item {
    padding-bottom: 120px;
  }
  .ea-stack--phone-large-gap-size-10 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-11 .ea-stack__item {
    padding-bottom: 132px;
  }
  .ea-stack--phone-large-gap-size-11 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-12 .ea-stack__item {
    padding-bottom: 144px;
  }
  .ea-stack--phone-large-gap-size-12 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-13 .ea-stack__item {
    padding-bottom: 156px;
  }
  .ea-stack--phone-large-gap-size-13 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-14 .ea-stack__item {
    padding-bottom: 168px;
  }
  .ea-stack--phone-large-gap-size-14 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-15 .ea-stack__item {
    padding-bottom: 180px;
  }
  .ea-stack--phone-large-gap-size-15 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-gap-size-16 .ea-stack__item {
    padding-bottom: 192px;
  }
  .ea-stack--phone-large-gap-size-16 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--phone-large-item-height-1 .ea-stack__item {
    height: 12px;
  }
  .ea-stack--phone-large-item-height-2 .ea-stack__item {
    height: 24px;
  }
  .ea-stack--phone-large-item-height-3 .ea-stack__item {
    height: 36px;
  }
  .ea-stack--phone-large-item-height-4 .ea-stack__item {
    height: 48px;
  }
  .ea-stack--phone-large-item-height-5 .ea-stack__item {
    height: 60px;
  }
  .ea-stack--phone-large-item-height-6 .ea-stack__item {
    height: 72px;
  }
  .ea-stack--phone-large-item-height-7 .ea-stack__item {
    height: 84px;
  }
  .ea-stack--phone-large-item-height-8 .ea-stack__item {
    height: 96px;
  }
  .ea-stack--phone-large-item-height-9 .ea-stack__item {
    height: 108px;
  }
  .ea-stack--phone-large-item-height-10 .ea-stack__item {
    height: 120px;
  }
  .ea-stack--phone-large-item-height-11 .ea-stack__item {
    height: 132px;
  }
  .ea-stack--phone-large-item-height-12 .ea-stack__item {
    height: 144px;
  }
  .ea-stack--phone-large-item-height-13 .ea-stack__item {
    height: 156px;
  }
  .ea-stack--phone-large-item-height-14 .ea-stack__item {
    height: 168px;
  }
  .ea-stack--phone-large-item-height-15 .ea-stack__item {
    height: 180px;
  }
  .ea-stack--phone-large-item-height-16 .ea-stack__item {
    height: 192px;
  }
  .ea-stack--phone-large-item-height-17 .ea-stack__item {
    height: 204px;
  }
  .ea-stack--phone-large-item-height-18 .ea-stack__item {
    height: 216px;
  }
  .ea-stack--phone-large-item-height-19 .ea-stack__item {
    height: 228px;
  }
  .ea-stack--phone-large-item-height-20 .ea-stack__item {
    height: 240px;
  }
  .ea-stack--phone-large-item-height-21 .ea-stack__item {
    height: 252px;
  }
  .ea-stack--phone-large-item-height-22 .ea-stack__item {
    height: 264px;
  }
  .ea-stack--phone-large-item-height-23 .ea-stack__item {
    height: 276px;
  }
  .ea-stack--phone-large-item-height-24 .ea-stack__item {
    height: 288px;
  }
  .ea-stack--phone-large-item-height-25 .ea-stack__item {
    height: 300px;
  }
  .ea-stack--phone-large-item-height-26 .ea-stack__item {
    height: 312px;
  }
  .ea-stack--phone-large-item-height-27 .ea-stack__item {
    height: 324px;
  }
  .ea-stack--phone-large-item-height-28 .ea-stack__item {
    height: 336px;
  }
  .ea-stack--phone-large-item-height-29 .ea-stack__item {
    height: 348px;
  }
  .ea-stack--phone-large-item-height-30 .ea-stack__item {
    height: 360px;
  }
  .ea-stack--phone-large-item-height-31 .ea-stack__item {
    height: 372px;
  }
  .ea-stack--phone-large-item-height-32 .ea-stack__item {
    height: 384px;
  }
  .ea-stack--phone-large-item-height-33 .ea-stack__item {
    height: 396px;
  }
  .ea-stack--phone-large-item-height-34 .ea-stack__item {
    height: 408px;
  }
  .ea-stack--phone-large-item-height-35 .ea-stack__item {
    height: 420px;
  }
  .ea-stack--phone-large-item-height-36 .ea-stack__item {
    height: 432px;
  }
  .ea-stack--phone-large-item-height-37 .ea-stack__item {
    height: 444px;
  }
  .ea-stack--phone-large-item-height-38 .ea-stack__item {
    height: 456px;
  }
  .ea-stack--phone-large-item-height-39 .ea-stack__item {
    height: 468px;
  }
  .ea-stack--phone-large-item-height-40 .ea-stack__item {
    height: 480px;
  }
  .ea-stack--phone-large-item-height-41 .ea-stack__item {
    height: 492px;
  }
  .ea-stack--phone-large-item-height-42 .ea-stack__item {
    height: 504px;
  }
  .ea-stack--phone-large-item-height-43 .ea-stack__item {
    height: 516px;
  }
  .ea-stack--phone-large-item-height-44 .ea-stack__item {
    height: 528px;
  }
  .ea-stack--phone-large-item-height-45 .ea-stack__item {
    height: 540px;
  }
  .ea-stack--phone-large-item-height-46 .ea-stack__item {
    height: 552px;
  }
  .ea-stack--phone-large-item-height-47 .ea-stack__item {
    height: 564px;
  }
  .ea-stack--phone-large-item-height-48 .ea-stack__item {
    height: 576px;
  }
  .ea-stack--phone-large-item-height-49 .ea-stack__item {
    height: 588px;
  }
  .ea-stack--phone-large-item-height-50 .ea-stack__item {
    height: 600px;
  }
  .ea-stack--phone-large-item-height-51 .ea-stack__item {
    height: 612px;
  }
  .ea-stack--phone-large-item-height-52 .ea-stack__item {
    height: 624px;
  }
  .ea-stack--phone-large-item-height-53 .ea-stack__item {
    height: 636px;
  }
  .ea-stack--phone-large-item-height-54 .ea-stack__item {
    height: 648px;
  }
  .ea-stack--phone-large-item-height-55 .ea-stack__item {
    height: 660px;
  }
  .ea-stack--phone-large-item-height-56 .ea-stack__item {
    height: 672px;
  }
  .ea-stack--phone-large-item-height-57 .ea-stack__item {
    height: 684px;
  }
  .ea-stack--phone-large-item-height-58 .ea-stack__item {
    height: 696px;
  }
  .ea-stack--phone-large-item-height-59 .ea-stack__item {
    height: 708px;
  }
  .ea-stack--phone-large-item-height-60 .ea-stack__item {
    height: 720px;
  }
  .ea-stack--phone-large-item-height-61 .ea-stack__item {
    height: 732px;
  }
  .ea-stack--phone-large-item-height-62 .ea-stack__item {
    height: 744px;
  }
  .ea-stack--phone-large-item-height-63 .ea-stack__item {
    height: 756px;
  }
  .ea-stack--phone-large-item-height-64 .ea-stack__item {
    height: 768px;
  }
  .ea-stack--phone-large-item-height-65 .ea-stack__item {
    height: 780px;
  }
  .ea-stack--phone-large-item-height-66 .ea-stack__item {
    height: 792px;
  }
  .ea-stack--phone-large-item-height-67 .ea-stack__item {
    height: 804px;
  }
  .ea-stack--phone-large-item-height-68 .ea-stack__item {
    height: 816px;
  }
  .ea-stack--phone-large-item-height-69 .ea-stack__item {
    height: 828px;
  }
  .ea-stack--phone-large-item-height-70 .ea-stack__item {
    height: 840px;
  }
  .ea-stack--phone-large-item-height-71 .ea-stack__item {
    height: 852px;
  }
  .ea-stack--phone-large-item-height-72 .ea-stack__item {
    height: 864px;
  }
  .ea-stack--phone-large-item-height-73 .ea-stack__item {
    height: 876px;
  }
  .ea-stack--phone-large-item-height-74 .ea-stack__item {
    height: 888px;
  }
  .ea-stack--phone-large-item-height-75 .ea-stack__item {
    height: 900px;
  }
  .ea-stack--phone-large-item-height-76 .ea-stack__item {
    height: 912px;
  }
  .ea-stack--phone-large-item-height-77 .ea-stack__item {
    height: 924px;
  }
  .ea-stack--phone-large-item-height-78 .ea-stack__item {
    height: 936px;
  }
  .ea-stack--phone-large-item-height-79 .ea-stack__item {
    height: 948px;
  }
  .ea-stack--phone-large-item-height-80 .ea-stack__item {
    height: 960px;
  }
  .ea-stack--phone-large-item-height-81 .ea-stack__item {
    height: 972px;
  }
  .ea-stack--phone-large-item-height-82 .ea-stack__item {
    height: 984px;
  }
  .ea-stack--phone-large-item-height-83 .ea-stack__item {
    height: 996px;
  }
  .ea-stack--phone-large-item-height-84 .ea-stack__item {
    height: 1008px;
  }
  .ea-stack--phone-large-item-height-85 .ea-stack__item {
    height: 1020px;
  }
  .ea-stack--phone-large-item-height-86 .ea-stack__item {
    height: 1032px;
  }
  .ea-stack--phone-large-item-height-87 .ea-stack__item {
    height: 1044px;
  }
  .ea-stack--phone-large-item-height-88 .ea-stack__item {
    height: 1056px;
  }
  .ea-stack--phone-large-item-height-89 .ea-stack__item {
    height: 1068px;
  }
  .ea-stack--phone-large-item-height-90 .ea-stack__item {
    height: 1080px;
  }
  .ea-stack--phone-large-item-height-91 .ea-stack__item {
    height: 1092px;
  }
  .ea-stack--phone-large-item-height-92 .ea-stack__item {
    height: 1104px;
  }
  .ea-stack--phone-large-item-height-93 .ea-stack__item {
    height: 1116px;
  }
  .ea-stack--phone-large-item-height-94 .ea-stack__item {
    height: 1128px;
  }
  .ea-stack--phone-large-item-height-95 .ea-stack__item {
    height: 1140px;
  }
  .ea-stack--phone-large-item-height-96 .ea-stack__item {
    height: 1152px;
  }
  .ea-stack--phone-large-item-height-97 .ea-stack__item {
    height: 1164px;
  }
  .ea-stack--phone-large-item-height-98 .ea-stack__item {
    height: 1176px;
  }
  .ea-stack--phone-large-item-height-99 .ea-stack__item {
    height: 1188px;
  }
  .ea-stack--phone-large-item-height-100 .ea-stack__item {
    height: 1200px;
  }
  .ea-stack--phone-large-item-height-101 .ea-stack__item {
    height: 1212px;
  }
  .ea-stack--phone-large-item-height-102 .ea-stack__item {
    height: 1224px;
  }
  .ea-stack--phone-large-item-height-103 .ea-stack__item {
    height: 1236px;
  }
  .ea-stack--phone-large-item-height-104 .ea-stack__item {
    height: 1248px;
  }
  .ea-stack--phone-large-item-height-105 .ea-stack__item {
    height: 1260px;
  }
  .ea-stack--phone-large-item-height-106 .ea-stack__item {
    height: 1272px;
  }
  .ea-stack--phone-large-item-height-107 .ea-stack__item {
    height: 1284px;
  }
  .ea-stack--phone-large-item-height-108 .ea-stack__item {
    height: 1296px;
  }
  .ea-stack--phone-large-item-height-109 .ea-stack__item {
    height: 1308px;
  }
  .ea-stack--phone-large-item-height-110 .ea-stack__item {
    height: 1320px;
  }
  .ea-stack--phone-large-item-height-111 .ea-stack__item {
    height: 1332px;
  }
  .ea-stack--phone-large-item-height-112 .ea-stack__item {
    height: 1344px;
  }
  .ea-stack--phone-large-item-height-113 .ea-stack__item {
    height: 1356px;
  }
  .ea-stack--phone-large-item-height-114 .ea-stack__item {
    height: 1368px;
  }
  .ea-stack--phone-large-item-height-115 .ea-stack__item {
    height: 1380px;
  }
  .ea-stack--phone-large-item-height-116 .ea-stack__item {
    height: 1392px;
  }
  .ea-stack--phone-large-item-height-117 .ea-stack__item {
    height: 1404px;
  }
  .ea-stack--phone-large-item-height-118 .ea-stack__item {
    height: 1416px;
  }
  .ea-stack--phone-large-item-height-119 .ea-stack__item {
    height: 1428px;
  }
  .ea-stack--phone-large-item-height-120 .ea-stack__item {
    height: 1440px;
  }
  .ea-stack--phone-large-item-height-121 .ea-stack__item {
    height: 1452px;
  }
  .ea-stack--phone-large-item-height-122 .ea-stack__item {
    height: 1464px;
  }
  .ea-stack--phone-large-item-height-123 .ea-stack__item {
    height: 1476px;
  }
  .ea-stack--phone-large-item-height-124 .ea-stack__item {
    height: 1488px;
  }
  .ea-stack--phone-large-item-height-125 .ea-stack__item {
    height: 1500px;
  }
  .ea-stack--phone-large-item-height-126 .ea-stack__item {
    height: 1512px;
  }
  .ea-stack--phone-large-item-height-127 .ea-stack__item {
    height: 1524px;
  }
  .ea-stack--phone-large-item-height-128 .ea-stack__item {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-1 {
    height: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-2 {
    height: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-3 {
    height: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-4 {
    height: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-5 {
    height: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-6 {
    height: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-7 {
    height: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-8 {
    height: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-9 {
    height: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-10 {
    height: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-11 {
    height: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-12 {
    height: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-13 {
    height: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-14 {
    height: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-15 {
    height: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-16 {
    height: 192px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-17 {
    height: 204px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-18 {
    height: 216px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-19 {
    height: 228px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-20 {
    height: 240px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-21 {
    height: 252px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-22 {
    height: 264px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-23 {
    height: 276px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-24 {
    height: 288px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-25 {
    height: 300px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-26 {
    height: 312px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-27 {
    height: 324px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-28 {
    height: 336px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-29 {
    height: 348px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-30 {
    height: 360px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-31 {
    height: 372px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-32 {
    height: 384px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-33 {
    height: 396px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-34 {
    height: 408px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-35 {
    height: 420px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-36 {
    height: 432px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-37 {
    height: 444px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-38 {
    height: 456px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-39 {
    height: 468px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-40 {
    height: 480px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-41 {
    height: 492px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-42 {
    height: 504px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-43 {
    height: 516px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-44 {
    height: 528px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-45 {
    height: 540px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-46 {
    height: 552px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-47 {
    height: 564px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-48 {
    height: 576px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-49 {
    height: 588px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-50 {
    height: 600px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-51 {
    height: 612px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-52 {
    height: 624px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-53 {
    height: 636px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-54 {
    height: 648px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-55 {
    height: 660px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-56 {
    height: 672px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-57 {
    height: 684px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-58 {
    height: 696px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-59 {
    height: 708px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-60 {
    height: 720px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-61 {
    height: 732px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-62 {
    height: 744px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-63 {
    height: 756px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-64 {
    height: 768px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-65 {
    height: 780px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-66 {
    height: 792px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-67 {
    height: 804px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-68 {
    height: 816px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-69 {
    height: 828px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-70 {
    height: 840px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-71 {
    height: 852px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-72 {
    height: 864px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-73 {
    height: 876px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-74 {
    height: 888px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-75 {
    height: 900px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-76 {
    height: 912px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-77 {
    height: 924px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-78 {
    height: 936px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-79 {
    height: 948px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-80 {
    height: 960px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-81 {
    height: 972px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-82 {
    height: 984px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-83 {
    height: 996px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-84 {
    height: 1008px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-85 {
    height: 1020px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-86 {
    height: 1032px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-87 {
    height: 1044px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-88 {
    height: 1056px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-89 {
    height: 1068px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-90 {
    height: 1080px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-91 {
    height: 1092px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-92 {
    height: 1104px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-93 {
    height: 1116px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-94 {
    height: 1128px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-95 {
    height: 1140px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-96 {
    height: 1152px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-97 {
    height: 1164px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-98 {
    height: 1176px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-99 {
    height: 1188px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-100 {
    height: 1200px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-101 {
    height: 1212px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-102 {
    height: 1224px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-103 {
    height: 1236px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-104 {
    height: 1248px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-105 {
    height: 1260px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-106 {
    height: 1272px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-107 {
    height: 1284px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-108 {
    height: 1296px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-109 {
    height: 1308px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-110 {
    height: 1320px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-111 {
    height: 1332px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-112 {
    height: 1344px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-113 {
    height: 1356px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-114 {
    height: 1368px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-115 {
    height: 1380px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-116 {
    height: 1392px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-117 {
    height: 1404px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-118 {
    height: 1416px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-119 {
    height: 1428px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-120 {
    height: 1440px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-121 {
    height: 1452px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-122 {
    height: 1464px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-123 {
    height: 1476px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-124 {
    height: 1488px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-125 {
    height: 1500px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-126 {
    height: 1512px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-127 {
    height: 1524px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-height-128 {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-0 {
    padding-bottom: 0px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-1 {
    padding-bottom: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-2 {
    padding-bottom: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-3 {
    padding-bottom: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-4 {
    padding-bottom: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-5 {
    padding-bottom: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-6 {
    padding-bottom: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-7 {
    padding-bottom: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-8 {
    padding-bottom: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-9 {
    padding-bottom: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-10 {
    padding-bottom: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-11 {
    padding-bottom: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-12 {
    padding-bottom: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-13 {
    padding-bottom: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-14 {
    padding-bottom: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-15 {
    padding-bottom: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--phone-large-gap-size-16 {
    padding-bottom: 192px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-stack--tablet-gap-size-0 .ea-stack__item {
    padding-bottom: 0px;
  }
  .ea-stack--tablet-gap-size-0 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-1 .ea-stack__item {
    padding-bottom: 12px;
  }
  .ea-stack--tablet-gap-size-1 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-2 .ea-stack__item {
    padding-bottom: 24px;
  }
  .ea-stack--tablet-gap-size-2 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-3 .ea-stack__item {
    padding-bottom: 36px;
  }
  .ea-stack--tablet-gap-size-3 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-4 .ea-stack__item {
    padding-bottom: 48px;
  }
  .ea-stack--tablet-gap-size-4 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-5 .ea-stack__item {
    padding-bottom: 60px;
  }
  .ea-stack--tablet-gap-size-5 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-6 .ea-stack__item {
    padding-bottom: 72px;
  }
  .ea-stack--tablet-gap-size-6 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-7 .ea-stack__item {
    padding-bottom: 84px;
  }
  .ea-stack--tablet-gap-size-7 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-8 .ea-stack__item {
    padding-bottom: 96px;
  }
  .ea-stack--tablet-gap-size-8 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-9 .ea-stack__item {
    padding-bottom: 108px;
  }
  .ea-stack--tablet-gap-size-9 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-10 .ea-stack__item {
    padding-bottom: 120px;
  }
  .ea-stack--tablet-gap-size-10 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-11 .ea-stack__item {
    padding-bottom: 132px;
  }
  .ea-stack--tablet-gap-size-11 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-12 .ea-stack__item {
    padding-bottom: 144px;
  }
  .ea-stack--tablet-gap-size-12 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-13 .ea-stack__item {
    padding-bottom: 156px;
  }
  .ea-stack--tablet-gap-size-13 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-14 .ea-stack__item {
    padding-bottom: 168px;
  }
  .ea-stack--tablet-gap-size-14 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-15 .ea-stack__item {
    padding-bottom: 180px;
  }
  .ea-stack--tablet-gap-size-15 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-gap-size-16 .ea-stack__item {
    padding-bottom: 192px;
  }
  .ea-stack--tablet-gap-size-16 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--tablet-item-height-1 .ea-stack__item {
    height: 12px;
  }
  .ea-stack--tablet-item-height-2 .ea-stack__item {
    height: 24px;
  }
  .ea-stack--tablet-item-height-3 .ea-stack__item {
    height: 36px;
  }
  .ea-stack--tablet-item-height-4 .ea-stack__item {
    height: 48px;
  }
  .ea-stack--tablet-item-height-5 .ea-stack__item {
    height: 60px;
  }
  .ea-stack--tablet-item-height-6 .ea-stack__item {
    height: 72px;
  }
  .ea-stack--tablet-item-height-7 .ea-stack__item {
    height: 84px;
  }
  .ea-stack--tablet-item-height-8 .ea-stack__item {
    height: 96px;
  }
  .ea-stack--tablet-item-height-9 .ea-stack__item {
    height: 108px;
  }
  .ea-stack--tablet-item-height-10 .ea-stack__item {
    height: 120px;
  }
  .ea-stack--tablet-item-height-11 .ea-stack__item {
    height: 132px;
  }
  .ea-stack--tablet-item-height-12 .ea-stack__item {
    height: 144px;
  }
  .ea-stack--tablet-item-height-13 .ea-stack__item {
    height: 156px;
  }
  .ea-stack--tablet-item-height-14 .ea-stack__item {
    height: 168px;
  }
  .ea-stack--tablet-item-height-15 .ea-stack__item {
    height: 180px;
  }
  .ea-stack--tablet-item-height-16 .ea-stack__item {
    height: 192px;
  }
  .ea-stack--tablet-item-height-17 .ea-stack__item {
    height: 204px;
  }
  .ea-stack--tablet-item-height-18 .ea-stack__item {
    height: 216px;
  }
  .ea-stack--tablet-item-height-19 .ea-stack__item {
    height: 228px;
  }
  .ea-stack--tablet-item-height-20 .ea-stack__item {
    height: 240px;
  }
  .ea-stack--tablet-item-height-21 .ea-stack__item {
    height: 252px;
  }
  .ea-stack--tablet-item-height-22 .ea-stack__item {
    height: 264px;
  }
  .ea-stack--tablet-item-height-23 .ea-stack__item {
    height: 276px;
  }
  .ea-stack--tablet-item-height-24 .ea-stack__item {
    height: 288px;
  }
  .ea-stack--tablet-item-height-25 .ea-stack__item {
    height: 300px;
  }
  .ea-stack--tablet-item-height-26 .ea-stack__item {
    height: 312px;
  }
  .ea-stack--tablet-item-height-27 .ea-stack__item {
    height: 324px;
  }
  .ea-stack--tablet-item-height-28 .ea-stack__item {
    height: 336px;
  }
  .ea-stack--tablet-item-height-29 .ea-stack__item {
    height: 348px;
  }
  .ea-stack--tablet-item-height-30 .ea-stack__item {
    height: 360px;
  }
  .ea-stack--tablet-item-height-31 .ea-stack__item {
    height: 372px;
  }
  .ea-stack--tablet-item-height-32 .ea-stack__item {
    height: 384px;
  }
  .ea-stack--tablet-item-height-33 .ea-stack__item {
    height: 396px;
  }
  .ea-stack--tablet-item-height-34 .ea-stack__item {
    height: 408px;
  }
  .ea-stack--tablet-item-height-35 .ea-stack__item {
    height: 420px;
  }
  .ea-stack--tablet-item-height-36 .ea-stack__item {
    height: 432px;
  }
  .ea-stack--tablet-item-height-37 .ea-stack__item {
    height: 444px;
  }
  .ea-stack--tablet-item-height-38 .ea-stack__item {
    height: 456px;
  }
  .ea-stack--tablet-item-height-39 .ea-stack__item {
    height: 468px;
  }
  .ea-stack--tablet-item-height-40 .ea-stack__item {
    height: 480px;
  }
  .ea-stack--tablet-item-height-41 .ea-stack__item {
    height: 492px;
  }
  .ea-stack--tablet-item-height-42 .ea-stack__item {
    height: 504px;
  }
  .ea-stack--tablet-item-height-43 .ea-stack__item {
    height: 516px;
  }
  .ea-stack--tablet-item-height-44 .ea-stack__item {
    height: 528px;
  }
  .ea-stack--tablet-item-height-45 .ea-stack__item {
    height: 540px;
  }
  .ea-stack--tablet-item-height-46 .ea-stack__item {
    height: 552px;
  }
  .ea-stack--tablet-item-height-47 .ea-stack__item {
    height: 564px;
  }
  .ea-stack--tablet-item-height-48 .ea-stack__item {
    height: 576px;
  }
  .ea-stack--tablet-item-height-49 .ea-stack__item {
    height: 588px;
  }
  .ea-stack--tablet-item-height-50 .ea-stack__item {
    height: 600px;
  }
  .ea-stack--tablet-item-height-51 .ea-stack__item {
    height: 612px;
  }
  .ea-stack--tablet-item-height-52 .ea-stack__item {
    height: 624px;
  }
  .ea-stack--tablet-item-height-53 .ea-stack__item {
    height: 636px;
  }
  .ea-stack--tablet-item-height-54 .ea-stack__item {
    height: 648px;
  }
  .ea-stack--tablet-item-height-55 .ea-stack__item {
    height: 660px;
  }
  .ea-stack--tablet-item-height-56 .ea-stack__item {
    height: 672px;
  }
  .ea-stack--tablet-item-height-57 .ea-stack__item {
    height: 684px;
  }
  .ea-stack--tablet-item-height-58 .ea-stack__item {
    height: 696px;
  }
  .ea-stack--tablet-item-height-59 .ea-stack__item {
    height: 708px;
  }
  .ea-stack--tablet-item-height-60 .ea-stack__item {
    height: 720px;
  }
  .ea-stack--tablet-item-height-61 .ea-stack__item {
    height: 732px;
  }
  .ea-stack--tablet-item-height-62 .ea-stack__item {
    height: 744px;
  }
  .ea-stack--tablet-item-height-63 .ea-stack__item {
    height: 756px;
  }
  .ea-stack--tablet-item-height-64 .ea-stack__item {
    height: 768px;
  }
  .ea-stack--tablet-item-height-65 .ea-stack__item {
    height: 780px;
  }
  .ea-stack--tablet-item-height-66 .ea-stack__item {
    height: 792px;
  }
  .ea-stack--tablet-item-height-67 .ea-stack__item {
    height: 804px;
  }
  .ea-stack--tablet-item-height-68 .ea-stack__item {
    height: 816px;
  }
  .ea-stack--tablet-item-height-69 .ea-stack__item {
    height: 828px;
  }
  .ea-stack--tablet-item-height-70 .ea-stack__item {
    height: 840px;
  }
  .ea-stack--tablet-item-height-71 .ea-stack__item {
    height: 852px;
  }
  .ea-stack--tablet-item-height-72 .ea-stack__item {
    height: 864px;
  }
  .ea-stack--tablet-item-height-73 .ea-stack__item {
    height: 876px;
  }
  .ea-stack--tablet-item-height-74 .ea-stack__item {
    height: 888px;
  }
  .ea-stack--tablet-item-height-75 .ea-stack__item {
    height: 900px;
  }
  .ea-stack--tablet-item-height-76 .ea-stack__item {
    height: 912px;
  }
  .ea-stack--tablet-item-height-77 .ea-stack__item {
    height: 924px;
  }
  .ea-stack--tablet-item-height-78 .ea-stack__item {
    height: 936px;
  }
  .ea-stack--tablet-item-height-79 .ea-stack__item {
    height: 948px;
  }
  .ea-stack--tablet-item-height-80 .ea-stack__item {
    height: 960px;
  }
  .ea-stack--tablet-item-height-81 .ea-stack__item {
    height: 972px;
  }
  .ea-stack--tablet-item-height-82 .ea-stack__item {
    height: 984px;
  }
  .ea-stack--tablet-item-height-83 .ea-stack__item {
    height: 996px;
  }
  .ea-stack--tablet-item-height-84 .ea-stack__item {
    height: 1008px;
  }
  .ea-stack--tablet-item-height-85 .ea-stack__item {
    height: 1020px;
  }
  .ea-stack--tablet-item-height-86 .ea-stack__item {
    height: 1032px;
  }
  .ea-stack--tablet-item-height-87 .ea-stack__item {
    height: 1044px;
  }
  .ea-stack--tablet-item-height-88 .ea-stack__item {
    height: 1056px;
  }
  .ea-stack--tablet-item-height-89 .ea-stack__item {
    height: 1068px;
  }
  .ea-stack--tablet-item-height-90 .ea-stack__item {
    height: 1080px;
  }
  .ea-stack--tablet-item-height-91 .ea-stack__item {
    height: 1092px;
  }
  .ea-stack--tablet-item-height-92 .ea-stack__item {
    height: 1104px;
  }
  .ea-stack--tablet-item-height-93 .ea-stack__item {
    height: 1116px;
  }
  .ea-stack--tablet-item-height-94 .ea-stack__item {
    height: 1128px;
  }
  .ea-stack--tablet-item-height-95 .ea-stack__item {
    height: 1140px;
  }
  .ea-stack--tablet-item-height-96 .ea-stack__item {
    height: 1152px;
  }
  .ea-stack--tablet-item-height-97 .ea-stack__item {
    height: 1164px;
  }
  .ea-stack--tablet-item-height-98 .ea-stack__item {
    height: 1176px;
  }
  .ea-stack--tablet-item-height-99 .ea-stack__item {
    height: 1188px;
  }
  .ea-stack--tablet-item-height-100 .ea-stack__item {
    height: 1200px;
  }
  .ea-stack--tablet-item-height-101 .ea-stack__item {
    height: 1212px;
  }
  .ea-stack--tablet-item-height-102 .ea-stack__item {
    height: 1224px;
  }
  .ea-stack--tablet-item-height-103 .ea-stack__item {
    height: 1236px;
  }
  .ea-stack--tablet-item-height-104 .ea-stack__item {
    height: 1248px;
  }
  .ea-stack--tablet-item-height-105 .ea-stack__item {
    height: 1260px;
  }
  .ea-stack--tablet-item-height-106 .ea-stack__item {
    height: 1272px;
  }
  .ea-stack--tablet-item-height-107 .ea-stack__item {
    height: 1284px;
  }
  .ea-stack--tablet-item-height-108 .ea-stack__item {
    height: 1296px;
  }
  .ea-stack--tablet-item-height-109 .ea-stack__item {
    height: 1308px;
  }
  .ea-stack--tablet-item-height-110 .ea-stack__item {
    height: 1320px;
  }
  .ea-stack--tablet-item-height-111 .ea-stack__item {
    height: 1332px;
  }
  .ea-stack--tablet-item-height-112 .ea-stack__item {
    height: 1344px;
  }
  .ea-stack--tablet-item-height-113 .ea-stack__item {
    height: 1356px;
  }
  .ea-stack--tablet-item-height-114 .ea-stack__item {
    height: 1368px;
  }
  .ea-stack--tablet-item-height-115 .ea-stack__item {
    height: 1380px;
  }
  .ea-stack--tablet-item-height-116 .ea-stack__item {
    height: 1392px;
  }
  .ea-stack--tablet-item-height-117 .ea-stack__item {
    height: 1404px;
  }
  .ea-stack--tablet-item-height-118 .ea-stack__item {
    height: 1416px;
  }
  .ea-stack--tablet-item-height-119 .ea-stack__item {
    height: 1428px;
  }
  .ea-stack--tablet-item-height-120 .ea-stack__item {
    height: 1440px;
  }
  .ea-stack--tablet-item-height-121 .ea-stack__item {
    height: 1452px;
  }
  .ea-stack--tablet-item-height-122 .ea-stack__item {
    height: 1464px;
  }
  .ea-stack--tablet-item-height-123 .ea-stack__item {
    height: 1476px;
  }
  .ea-stack--tablet-item-height-124 .ea-stack__item {
    height: 1488px;
  }
  .ea-stack--tablet-item-height-125 .ea-stack__item {
    height: 1500px;
  }
  .ea-stack--tablet-item-height-126 .ea-stack__item {
    height: 1512px;
  }
  .ea-stack--tablet-item-height-127 .ea-stack__item {
    height: 1524px;
  }
  .ea-stack--tablet-item-height-128 .ea-stack__item {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-1 {
    height: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-2 {
    height: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-3 {
    height: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-4 {
    height: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-5 {
    height: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-6 {
    height: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-7 {
    height: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-8 {
    height: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-9 {
    height: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-10 {
    height: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-11 {
    height: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-12 {
    height: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-13 {
    height: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-14 {
    height: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-15 {
    height: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-16 {
    height: 192px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-17 {
    height: 204px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-18 {
    height: 216px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-19 {
    height: 228px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-20 {
    height: 240px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-21 {
    height: 252px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-22 {
    height: 264px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-23 {
    height: 276px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-24 {
    height: 288px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-25 {
    height: 300px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-26 {
    height: 312px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-27 {
    height: 324px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-28 {
    height: 336px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-29 {
    height: 348px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-30 {
    height: 360px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-31 {
    height: 372px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-32 {
    height: 384px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-33 {
    height: 396px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-34 {
    height: 408px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-35 {
    height: 420px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-36 {
    height: 432px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-37 {
    height: 444px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-38 {
    height: 456px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-39 {
    height: 468px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-40 {
    height: 480px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-41 {
    height: 492px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-42 {
    height: 504px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-43 {
    height: 516px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-44 {
    height: 528px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-45 {
    height: 540px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-46 {
    height: 552px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-47 {
    height: 564px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-48 {
    height: 576px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-49 {
    height: 588px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-50 {
    height: 600px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-51 {
    height: 612px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-52 {
    height: 624px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-53 {
    height: 636px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-54 {
    height: 648px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-55 {
    height: 660px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-56 {
    height: 672px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-57 {
    height: 684px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-58 {
    height: 696px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-59 {
    height: 708px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-60 {
    height: 720px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-61 {
    height: 732px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-62 {
    height: 744px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-63 {
    height: 756px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-64 {
    height: 768px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-65 {
    height: 780px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-66 {
    height: 792px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-67 {
    height: 804px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-68 {
    height: 816px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-69 {
    height: 828px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-70 {
    height: 840px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-71 {
    height: 852px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-72 {
    height: 864px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-73 {
    height: 876px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-74 {
    height: 888px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-75 {
    height: 900px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-76 {
    height: 912px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-77 {
    height: 924px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-78 {
    height: 936px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-79 {
    height: 948px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-80 {
    height: 960px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-81 {
    height: 972px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-82 {
    height: 984px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-83 {
    height: 996px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-84 {
    height: 1008px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-85 {
    height: 1020px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-86 {
    height: 1032px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-87 {
    height: 1044px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-88 {
    height: 1056px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-89 {
    height: 1068px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-90 {
    height: 1080px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-91 {
    height: 1092px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-92 {
    height: 1104px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-93 {
    height: 1116px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-94 {
    height: 1128px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-95 {
    height: 1140px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-96 {
    height: 1152px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-97 {
    height: 1164px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-98 {
    height: 1176px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-99 {
    height: 1188px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-100 {
    height: 1200px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-101 {
    height: 1212px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-102 {
    height: 1224px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-103 {
    height: 1236px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-104 {
    height: 1248px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-105 {
    height: 1260px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-106 {
    height: 1272px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-107 {
    height: 1284px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-108 {
    height: 1296px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-109 {
    height: 1308px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-110 {
    height: 1320px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-111 {
    height: 1332px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-112 {
    height: 1344px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-113 {
    height: 1356px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-114 {
    height: 1368px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-115 {
    height: 1380px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-116 {
    height: 1392px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-117 {
    height: 1404px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-118 {
    height: 1416px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-119 {
    height: 1428px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-120 {
    height: 1440px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-121 {
    height: 1452px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-122 {
    height: 1464px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-123 {
    height: 1476px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-124 {
    height: 1488px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-125 {
    height: 1500px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-126 {
    height: 1512px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-127 {
    height: 1524px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-height-128 {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-0 {
    padding-bottom: 0px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-1 {
    padding-bottom: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-2 {
    padding-bottom: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-3 {
    padding-bottom: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-4 {
    padding-bottom: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-5 {
    padding-bottom: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-6 {
    padding-bottom: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-7 {
    padding-bottom: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-8 {
    padding-bottom: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-9 {
    padding-bottom: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-10 {
    padding-bottom: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-11 {
    padding-bottom: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-12 {
    padding-bottom: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-13 {
    padding-bottom: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-14 {
    padding-bottom: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-15 {
    padding-bottom: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--tablet-gap-size-16 {
    padding-bottom: 192px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-stack--laptop-gap-size-0 .ea-stack__item {
    padding-bottom: 0px;
  }
  .ea-stack--laptop-gap-size-0 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-1 .ea-stack__item {
    padding-bottom: 12px;
  }
  .ea-stack--laptop-gap-size-1 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-2 .ea-stack__item {
    padding-bottom: 24px;
  }
  .ea-stack--laptop-gap-size-2 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-3 .ea-stack__item {
    padding-bottom: 36px;
  }
  .ea-stack--laptop-gap-size-3 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-4 .ea-stack__item {
    padding-bottom: 48px;
  }
  .ea-stack--laptop-gap-size-4 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-5 .ea-stack__item {
    padding-bottom: 60px;
  }
  .ea-stack--laptop-gap-size-5 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-6 .ea-stack__item {
    padding-bottom: 72px;
  }
  .ea-stack--laptop-gap-size-6 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-7 .ea-stack__item {
    padding-bottom: 84px;
  }
  .ea-stack--laptop-gap-size-7 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-8 .ea-stack__item {
    padding-bottom: 96px;
  }
  .ea-stack--laptop-gap-size-8 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-9 .ea-stack__item {
    padding-bottom: 108px;
  }
  .ea-stack--laptop-gap-size-9 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-10 .ea-stack__item {
    padding-bottom: 120px;
  }
  .ea-stack--laptop-gap-size-10 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-11 .ea-stack__item {
    padding-bottom: 132px;
  }
  .ea-stack--laptop-gap-size-11 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-12 .ea-stack__item {
    padding-bottom: 144px;
  }
  .ea-stack--laptop-gap-size-12 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-13 .ea-stack__item {
    padding-bottom: 156px;
  }
  .ea-stack--laptop-gap-size-13 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-14 .ea-stack__item {
    padding-bottom: 168px;
  }
  .ea-stack--laptop-gap-size-14 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-15 .ea-stack__item {
    padding-bottom: 180px;
  }
  .ea-stack--laptop-gap-size-15 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-gap-size-16 .ea-stack__item {
    padding-bottom: 192px;
  }
  .ea-stack--laptop-gap-size-16 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--laptop-item-height-1 .ea-stack__item {
    height: 12px;
  }
  .ea-stack--laptop-item-height-2 .ea-stack__item {
    height: 24px;
  }
  .ea-stack--laptop-item-height-3 .ea-stack__item {
    height: 36px;
  }
  .ea-stack--laptop-item-height-4 .ea-stack__item {
    height: 48px;
  }
  .ea-stack--laptop-item-height-5 .ea-stack__item {
    height: 60px;
  }
  .ea-stack--laptop-item-height-6 .ea-stack__item {
    height: 72px;
  }
  .ea-stack--laptop-item-height-7 .ea-stack__item {
    height: 84px;
  }
  .ea-stack--laptop-item-height-8 .ea-stack__item {
    height: 96px;
  }
  .ea-stack--laptop-item-height-9 .ea-stack__item {
    height: 108px;
  }
  .ea-stack--laptop-item-height-10 .ea-stack__item {
    height: 120px;
  }
  .ea-stack--laptop-item-height-11 .ea-stack__item {
    height: 132px;
  }
  .ea-stack--laptop-item-height-12 .ea-stack__item {
    height: 144px;
  }
  .ea-stack--laptop-item-height-13 .ea-stack__item {
    height: 156px;
  }
  .ea-stack--laptop-item-height-14 .ea-stack__item {
    height: 168px;
  }
  .ea-stack--laptop-item-height-15 .ea-stack__item {
    height: 180px;
  }
  .ea-stack--laptop-item-height-16 .ea-stack__item {
    height: 192px;
  }
  .ea-stack--laptop-item-height-17 .ea-stack__item {
    height: 204px;
  }
  .ea-stack--laptop-item-height-18 .ea-stack__item {
    height: 216px;
  }
  .ea-stack--laptop-item-height-19 .ea-stack__item {
    height: 228px;
  }
  .ea-stack--laptop-item-height-20 .ea-stack__item {
    height: 240px;
  }
  .ea-stack--laptop-item-height-21 .ea-stack__item {
    height: 252px;
  }
  .ea-stack--laptop-item-height-22 .ea-stack__item {
    height: 264px;
  }
  .ea-stack--laptop-item-height-23 .ea-stack__item {
    height: 276px;
  }
  .ea-stack--laptop-item-height-24 .ea-stack__item {
    height: 288px;
  }
  .ea-stack--laptop-item-height-25 .ea-stack__item {
    height: 300px;
  }
  .ea-stack--laptop-item-height-26 .ea-stack__item {
    height: 312px;
  }
  .ea-stack--laptop-item-height-27 .ea-stack__item {
    height: 324px;
  }
  .ea-stack--laptop-item-height-28 .ea-stack__item {
    height: 336px;
  }
  .ea-stack--laptop-item-height-29 .ea-stack__item {
    height: 348px;
  }
  .ea-stack--laptop-item-height-30 .ea-stack__item {
    height: 360px;
  }
  .ea-stack--laptop-item-height-31 .ea-stack__item {
    height: 372px;
  }
  .ea-stack--laptop-item-height-32 .ea-stack__item {
    height: 384px;
  }
  .ea-stack--laptop-item-height-33 .ea-stack__item {
    height: 396px;
  }
  .ea-stack--laptop-item-height-34 .ea-stack__item {
    height: 408px;
  }
  .ea-stack--laptop-item-height-35 .ea-stack__item {
    height: 420px;
  }
  .ea-stack--laptop-item-height-36 .ea-stack__item {
    height: 432px;
  }
  .ea-stack--laptop-item-height-37 .ea-stack__item {
    height: 444px;
  }
  .ea-stack--laptop-item-height-38 .ea-stack__item {
    height: 456px;
  }
  .ea-stack--laptop-item-height-39 .ea-stack__item {
    height: 468px;
  }
  .ea-stack--laptop-item-height-40 .ea-stack__item {
    height: 480px;
  }
  .ea-stack--laptop-item-height-41 .ea-stack__item {
    height: 492px;
  }
  .ea-stack--laptop-item-height-42 .ea-stack__item {
    height: 504px;
  }
  .ea-stack--laptop-item-height-43 .ea-stack__item {
    height: 516px;
  }
  .ea-stack--laptop-item-height-44 .ea-stack__item {
    height: 528px;
  }
  .ea-stack--laptop-item-height-45 .ea-stack__item {
    height: 540px;
  }
  .ea-stack--laptop-item-height-46 .ea-stack__item {
    height: 552px;
  }
  .ea-stack--laptop-item-height-47 .ea-stack__item {
    height: 564px;
  }
  .ea-stack--laptop-item-height-48 .ea-stack__item {
    height: 576px;
  }
  .ea-stack--laptop-item-height-49 .ea-stack__item {
    height: 588px;
  }
  .ea-stack--laptop-item-height-50 .ea-stack__item {
    height: 600px;
  }
  .ea-stack--laptop-item-height-51 .ea-stack__item {
    height: 612px;
  }
  .ea-stack--laptop-item-height-52 .ea-stack__item {
    height: 624px;
  }
  .ea-stack--laptop-item-height-53 .ea-stack__item {
    height: 636px;
  }
  .ea-stack--laptop-item-height-54 .ea-stack__item {
    height: 648px;
  }
  .ea-stack--laptop-item-height-55 .ea-stack__item {
    height: 660px;
  }
  .ea-stack--laptop-item-height-56 .ea-stack__item {
    height: 672px;
  }
  .ea-stack--laptop-item-height-57 .ea-stack__item {
    height: 684px;
  }
  .ea-stack--laptop-item-height-58 .ea-stack__item {
    height: 696px;
  }
  .ea-stack--laptop-item-height-59 .ea-stack__item {
    height: 708px;
  }
  .ea-stack--laptop-item-height-60 .ea-stack__item {
    height: 720px;
  }
  .ea-stack--laptop-item-height-61 .ea-stack__item {
    height: 732px;
  }
  .ea-stack--laptop-item-height-62 .ea-stack__item {
    height: 744px;
  }
  .ea-stack--laptop-item-height-63 .ea-stack__item {
    height: 756px;
  }
  .ea-stack--laptop-item-height-64 .ea-stack__item {
    height: 768px;
  }
  .ea-stack--laptop-item-height-65 .ea-stack__item {
    height: 780px;
  }
  .ea-stack--laptop-item-height-66 .ea-stack__item {
    height: 792px;
  }
  .ea-stack--laptop-item-height-67 .ea-stack__item {
    height: 804px;
  }
  .ea-stack--laptop-item-height-68 .ea-stack__item {
    height: 816px;
  }
  .ea-stack--laptop-item-height-69 .ea-stack__item {
    height: 828px;
  }
  .ea-stack--laptop-item-height-70 .ea-stack__item {
    height: 840px;
  }
  .ea-stack--laptop-item-height-71 .ea-stack__item {
    height: 852px;
  }
  .ea-stack--laptop-item-height-72 .ea-stack__item {
    height: 864px;
  }
  .ea-stack--laptop-item-height-73 .ea-stack__item {
    height: 876px;
  }
  .ea-stack--laptop-item-height-74 .ea-stack__item {
    height: 888px;
  }
  .ea-stack--laptop-item-height-75 .ea-stack__item {
    height: 900px;
  }
  .ea-stack--laptop-item-height-76 .ea-stack__item {
    height: 912px;
  }
  .ea-stack--laptop-item-height-77 .ea-stack__item {
    height: 924px;
  }
  .ea-stack--laptop-item-height-78 .ea-stack__item {
    height: 936px;
  }
  .ea-stack--laptop-item-height-79 .ea-stack__item {
    height: 948px;
  }
  .ea-stack--laptop-item-height-80 .ea-stack__item {
    height: 960px;
  }
  .ea-stack--laptop-item-height-81 .ea-stack__item {
    height: 972px;
  }
  .ea-stack--laptop-item-height-82 .ea-stack__item {
    height: 984px;
  }
  .ea-stack--laptop-item-height-83 .ea-stack__item {
    height: 996px;
  }
  .ea-stack--laptop-item-height-84 .ea-stack__item {
    height: 1008px;
  }
  .ea-stack--laptop-item-height-85 .ea-stack__item {
    height: 1020px;
  }
  .ea-stack--laptop-item-height-86 .ea-stack__item {
    height: 1032px;
  }
  .ea-stack--laptop-item-height-87 .ea-stack__item {
    height: 1044px;
  }
  .ea-stack--laptop-item-height-88 .ea-stack__item {
    height: 1056px;
  }
  .ea-stack--laptop-item-height-89 .ea-stack__item {
    height: 1068px;
  }
  .ea-stack--laptop-item-height-90 .ea-stack__item {
    height: 1080px;
  }
  .ea-stack--laptop-item-height-91 .ea-stack__item {
    height: 1092px;
  }
  .ea-stack--laptop-item-height-92 .ea-stack__item {
    height: 1104px;
  }
  .ea-stack--laptop-item-height-93 .ea-stack__item {
    height: 1116px;
  }
  .ea-stack--laptop-item-height-94 .ea-stack__item {
    height: 1128px;
  }
  .ea-stack--laptop-item-height-95 .ea-stack__item {
    height: 1140px;
  }
  .ea-stack--laptop-item-height-96 .ea-stack__item {
    height: 1152px;
  }
  .ea-stack--laptop-item-height-97 .ea-stack__item {
    height: 1164px;
  }
  .ea-stack--laptop-item-height-98 .ea-stack__item {
    height: 1176px;
  }
  .ea-stack--laptop-item-height-99 .ea-stack__item {
    height: 1188px;
  }
  .ea-stack--laptop-item-height-100 .ea-stack__item {
    height: 1200px;
  }
  .ea-stack--laptop-item-height-101 .ea-stack__item {
    height: 1212px;
  }
  .ea-stack--laptop-item-height-102 .ea-stack__item {
    height: 1224px;
  }
  .ea-stack--laptop-item-height-103 .ea-stack__item {
    height: 1236px;
  }
  .ea-stack--laptop-item-height-104 .ea-stack__item {
    height: 1248px;
  }
  .ea-stack--laptop-item-height-105 .ea-stack__item {
    height: 1260px;
  }
  .ea-stack--laptop-item-height-106 .ea-stack__item {
    height: 1272px;
  }
  .ea-stack--laptop-item-height-107 .ea-stack__item {
    height: 1284px;
  }
  .ea-stack--laptop-item-height-108 .ea-stack__item {
    height: 1296px;
  }
  .ea-stack--laptop-item-height-109 .ea-stack__item {
    height: 1308px;
  }
  .ea-stack--laptop-item-height-110 .ea-stack__item {
    height: 1320px;
  }
  .ea-stack--laptop-item-height-111 .ea-stack__item {
    height: 1332px;
  }
  .ea-stack--laptop-item-height-112 .ea-stack__item {
    height: 1344px;
  }
  .ea-stack--laptop-item-height-113 .ea-stack__item {
    height: 1356px;
  }
  .ea-stack--laptop-item-height-114 .ea-stack__item {
    height: 1368px;
  }
  .ea-stack--laptop-item-height-115 .ea-stack__item {
    height: 1380px;
  }
  .ea-stack--laptop-item-height-116 .ea-stack__item {
    height: 1392px;
  }
  .ea-stack--laptop-item-height-117 .ea-stack__item {
    height: 1404px;
  }
  .ea-stack--laptop-item-height-118 .ea-stack__item {
    height: 1416px;
  }
  .ea-stack--laptop-item-height-119 .ea-stack__item {
    height: 1428px;
  }
  .ea-stack--laptop-item-height-120 .ea-stack__item {
    height: 1440px;
  }
  .ea-stack--laptop-item-height-121 .ea-stack__item {
    height: 1452px;
  }
  .ea-stack--laptop-item-height-122 .ea-stack__item {
    height: 1464px;
  }
  .ea-stack--laptop-item-height-123 .ea-stack__item {
    height: 1476px;
  }
  .ea-stack--laptop-item-height-124 .ea-stack__item {
    height: 1488px;
  }
  .ea-stack--laptop-item-height-125 .ea-stack__item {
    height: 1500px;
  }
  .ea-stack--laptop-item-height-126 .ea-stack__item {
    height: 1512px;
  }
  .ea-stack--laptop-item-height-127 .ea-stack__item {
    height: 1524px;
  }
  .ea-stack--laptop-item-height-128 .ea-stack__item {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-1 {
    height: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-2 {
    height: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-3 {
    height: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-4 {
    height: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-5 {
    height: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-6 {
    height: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-7 {
    height: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-8 {
    height: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-9 {
    height: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-10 {
    height: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-11 {
    height: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-12 {
    height: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-13 {
    height: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-14 {
    height: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-15 {
    height: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-16 {
    height: 192px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-17 {
    height: 204px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-18 {
    height: 216px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-19 {
    height: 228px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-20 {
    height: 240px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-21 {
    height: 252px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-22 {
    height: 264px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-23 {
    height: 276px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-24 {
    height: 288px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-25 {
    height: 300px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-26 {
    height: 312px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-27 {
    height: 324px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-28 {
    height: 336px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-29 {
    height: 348px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-30 {
    height: 360px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-31 {
    height: 372px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-32 {
    height: 384px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-33 {
    height: 396px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-34 {
    height: 408px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-35 {
    height: 420px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-36 {
    height: 432px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-37 {
    height: 444px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-38 {
    height: 456px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-39 {
    height: 468px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-40 {
    height: 480px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-41 {
    height: 492px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-42 {
    height: 504px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-43 {
    height: 516px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-44 {
    height: 528px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-45 {
    height: 540px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-46 {
    height: 552px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-47 {
    height: 564px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-48 {
    height: 576px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-49 {
    height: 588px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-50 {
    height: 600px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-51 {
    height: 612px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-52 {
    height: 624px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-53 {
    height: 636px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-54 {
    height: 648px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-55 {
    height: 660px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-56 {
    height: 672px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-57 {
    height: 684px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-58 {
    height: 696px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-59 {
    height: 708px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-60 {
    height: 720px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-61 {
    height: 732px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-62 {
    height: 744px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-63 {
    height: 756px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-64 {
    height: 768px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-65 {
    height: 780px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-66 {
    height: 792px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-67 {
    height: 804px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-68 {
    height: 816px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-69 {
    height: 828px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-70 {
    height: 840px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-71 {
    height: 852px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-72 {
    height: 864px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-73 {
    height: 876px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-74 {
    height: 888px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-75 {
    height: 900px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-76 {
    height: 912px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-77 {
    height: 924px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-78 {
    height: 936px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-79 {
    height: 948px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-80 {
    height: 960px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-81 {
    height: 972px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-82 {
    height: 984px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-83 {
    height: 996px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-84 {
    height: 1008px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-85 {
    height: 1020px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-86 {
    height: 1032px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-87 {
    height: 1044px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-88 {
    height: 1056px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-89 {
    height: 1068px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-90 {
    height: 1080px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-91 {
    height: 1092px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-92 {
    height: 1104px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-93 {
    height: 1116px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-94 {
    height: 1128px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-95 {
    height: 1140px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-96 {
    height: 1152px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-97 {
    height: 1164px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-98 {
    height: 1176px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-99 {
    height: 1188px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-100 {
    height: 1200px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-101 {
    height: 1212px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-102 {
    height: 1224px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-103 {
    height: 1236px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-104 {
    height: 1248px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-105 {
    height: 1260px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-106 {
    height: 1272px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-107 {
    height: 1284px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-108 {
    height: 1296px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-109 {
    height: 1308px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-110 {
    height: 1320px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-111 {
    height: 1332px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-112 {
    height: 1344px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-113 {
    height: 1356px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-114 {
    height: 1368px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-115 {
    height: 1380px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-116 {
    height: 1392px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-117 {
    height: 1404px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-118 {
    height: 1416px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-119 {
    height: 1428px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-120 {
    height: 1440px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-121 {
    height: 1452px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-122 {
    height: 1464px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-123 {
    height: 1476px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-124 {
    height: 1488px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-125 {
    height: 1500px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-126 {
    height: 1512px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-127 {
    height: 1524px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-height-128 {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-0 {
    padding-bottom: 0px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-1 {
    padding-bottom: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-2 {
    padding-bottom: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-3 {
    padding-bottom: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-4 {
    padding-bottom: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-5 {
    padding-bottom: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-6 {
    padding-bottom: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-7 {
    padding-bottom: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-8 {
    padding-bottom: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-9 {
    padding-bottom: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-10 {
    padding-bottom: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-11 {
    padding-bottom: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-12 {
    padding-bottom: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-13 {
    padding-bottom: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-14 {
    padding-bottom: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-15 {
    padding-bottom: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--laptop-gap-size-16 {
    padding-bottom: 192px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-stack--desktop-gap-size-0 .ea-stack__item {
    padding-bottom: 0px;
  }
  .ea-stack--desktop-gap-size-0 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-1 .ea-stack__item {
    padding-bottom: 12px;
  }
  .ea-stack--desktop-gap-size-1 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-2 .ea-stack__item {
    padding-bottom: 24px;
  }
  .ea-stack--desktop-gap-size-2 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-3 .ea-stack__item {
    padding-bottom: 36px;
  }
  .ea-stack--desktop-gap-size-3 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-4 .ea-stack__item {
    padding-bottom: 48px;
  }
  .ea-stack--desktop-gap-size-4 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-5 .ea-stack__item {
    padding-bottom: 60px;
  }
  .ea-stack--desktop-gap-size-5 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-6 .ea-stack__item {
    padding-bottom: 72px;
  }
  .ea-stack--desktop-gap-size-6 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-7 .ea-stack__item {
    padding-bottom: 84px;
  }
  .ea-stack--desktop-gap-size-7 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-8 .ea-stack__item {
    padding-bottom: 96px;
  }
  .ea-stack--desktop-gap-size-8 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-9 .ea-stack__item {
    padding-bottom: 108px;
  }
  .ea-stack--desktop-gap-size-9 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-10 .ea-stack__item {
    padding-bottom: 120px;
  }
  .ea-stack--desktop-gap-size-10 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-11 .ea-stack__item {
    padding-bottom: 132px;
  }
  .ea-stack--desktop-gap-size-11 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-12 .ea-stack__item {
    padding-bottom: 144px;
  }
  .ea-stack--desktop-gap-size-12 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-13 .ea-stack__item {
    padding-bottom: 156px;
  }
  .ea-stack--desktop-gap-size-13 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-14 .ea-stack__item {
    padding-bottom: 168px;
  }
  .ea-stack--desktop-gap-size-14 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-15 .ea-stack__item {
    padding-bottom: 180px;
  }
  .ea-stack--desktop-gap-size-15 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-gap-size-16 .ea-stack__item {
    padding-bottom: 192px;
  }
  .ea-stack--desktop-gap-size-16 .ea-stack__item:last-child {
    padding-bottom: 0;
  }
  .ea-stack--desktop-item-height-1 .ea-stack__item {
    height: 12px;
  }
  .ea-stack--desktop-item-height-2 .ea-stack__item {
    height: 24px;
  }
  .ea-stack--desktop-item-height-3 .ea-stack__item {
    height: 36px;
  }
  .ea-stack--desktop-item-height-4 .ea-stack__item {
    height: 48px;
  }
  .ea-stack--desktop-item-height-5 .ea-stack__item {
    height: 60px;
  }
  .ea-stack--desktop-item-height-6 .ea-stack__item {
    height: 72px;
  }
  .ea-stack--desktop-item-height-7 .ea-stack__item {
    height: 84px;
  }
  .ea-stack--desktop-item-height-8 .ea-stack__item {
    height: 96px;
  }
  .ea-stack--desktop-item-height-9 .ea-stack__item {
    height: 108px;
  }
  .ea-stack--desktop-item-height-10 .ea-stack__item {
    height: 120px;
  }
  .ea-stack--desktop-item-height-11 .ea-stack__item {
    height: 132px;
  }
  .ea-stack--desktop-item-height-12 .ea-stack__item {
    height: 144px;
  }
  .ea-stack--desktop-item-height-13 .ea-stack__item {
    height: 156px;
  }
  .ea-stack--desktop-item-height-14 .ea-stack__item {
    height: 168px;
  }
  .ea-stack--desktop-item-height-15 .ea-stack__item {
    height: 180px;
  }
  .ea-stack--desktop-item-height-16 .ea-stack__item {
    height: 192px;
  }
  .ea-stack--desktop-item-height-17 .ea-stack__item {
    height: 204px;
  }
  .ea-stack--desktop-item-height-18 .ea-stack__item {
    height: 216px;
  }
  .ea-stack--desktop-item-height-19 .ea-stack__item {
    height: 228px;
  }
  .ea-stack--desktop-item-height-20 .ea-stack__item {
    height: 240px;
  }
  .ea-stack--desktop-item-height-21 .ea-stack__item {
    height: 252px;
  }
  .ea-stack--desktop-item-height-22 .ea-stack__item {
    height: 264px;
  }
  .ea-stack--desktop-item-height-23 .ea-stack__item {
    height: 276px;
  }
  .ea-stack--desktop-item-height-24 .ea-stack__item {
    height: 288px;
  }
  .ea-stack--desktop-item-height-25 .ea-stack__item {
    height: 300px;
  }
  .ea-stack--desktop-item-height-26 .ea-stack__item {
    height: 312px;
  }
  .ea-stack--desktop-item-height-27 .ea-stack__item {
    height: 324px;
  }
  .ea-stack--desktop-item-height-28 .ea-stack__item {
    height: 336px;
  }
  .ea-stack--desktop-item-height-29 .ea-stack__item {
    height: 348px;
  }
  .ea-stack--desktop-item-height-30 .ea-stack__item {
    height: 360px;
  }
  .ea-stack--desktop-item-height-31 .ea-stack__item {
    height: 372px;
  }
  .ea-stack--desktop-item-height-32 .ea-stack__item {
    height: 384px;
  }
  .ea-stack--desktop-item-height-33 .ea-stack__item {
    height: 396px;
  }
  .ea-stack--desktop-item-height-34 .ea-stack__item {
    height: 408px;
  }
  .ea-stack--desktop-item-height-35 .ea-stack__item {
    height: 420px;
  }
  .ea-stack--desktop-item-height-36 .ea-stack__item {
    height: 432px;
  }
  .ea-stack--desktop-item-height-37 .ea-stack__item {
    height: 444px;
  }
  .ea-stack--desktop-item-height-38 .ea-stack__item {
    height: 456px;
  }
  .ea-stack--desktop-item-height-39 .ea-stack__item {
    height: 468px;
  }
  .ea-stack--desktop-item-height-40 .ea-stack__item {
    height: 480px;
  }
  .ea-stack--desktop-item-height-41 .ea-stack__item {
    height: 492px;
  }
  .ea-stack--desktop-item-height-42 .ea-stack__item {
    height: 504px;
  }
  .ea-stack--desktop-item-height-43 .ea-stack__item {
    height: 516px;
  }
  .ea-stack--desktop-item-height-44 .ea-stack__item {
    height: 528px;
  }
  .ea-stack--desktop-item-height-45 .ea-stack__item {
    height: 540px;
  }
  .ea-stack--desktop-item-height-46 .ea-stack__item {
    height: 552px;
  }
  .ea-stack--desktop-item-height-47 .ea-stack__item {
    height: 564px;
  }
  .ea-stack--desktop-item-height-48 .ea-stack__item {
    height: 576px;
  }
  .ea-stack--desktop-item-height-49 .ea-stack__item {
    height: 588px;
  }
  .ea-stack--desktop-item-height-50 .ea-stack__item {
    height: 600px;
  }
  .ea-stack--desktop-item-height-51 .ea-stack__item {
    height: 612px;
  }
  .ea-stack--desktop-item-height-52 .ea-stack__item {
    height: 624px;
  }
  .ea-stack--desktop-item-height-53 .ea-stack__item {
    height: 636px;
  }
  .ea-stack--desktop-item-height-54 .ea-stack__item {
    height: 648px;
  }
  .ea-stack--desktop-item-height-55 .ea-stack__item {
    height: 660px;
  }
  .ea-stack--desktop-item-height-56 .ea-stack__item {
    height: 672px;
  }
  .ea-stack--desktop-item-height-57 .ea-stack__item {
    height: 684px;
  }
  .ea-stack--desktop-item-height-58 .ea-stack__item {
    height: 696px;
  }
  .ea-stack--desktop-item-height-59 .ea-stack__item {
    height: 708px;
  }
  .ea-stack--desktop-item-height-60 .ea-stack__item {
    height: 720px;
  }
  .ea-stack--desktop-item-height-61 .ea-stack__item {
    height: 732px;
  }
  .ea-stack--desktop-item-height-62 .ea-stack__item {
    height: 744px;
  }
  .ea-stack--desktop-item-height-63 .ea-stack__item {
    height: 756px;
  }
  .ea-stack--desktop-item-height-64 .ea-stack__item {
    height: 768px;
  }
  .ea-stack--desktop-item-height-65 .ea-stack__item {
    height: 780px;
  }
  .ea-stack--desktop-item-height-66 .ea-stack__item {
    height: 792px;
  }
  .ea-stack--desktop-item-height-67 .ea-stack__item {
    height: 804px;
  }
  .ea-stack--desktop-item-height-68 .ea-stack__item {
    height: 816px;
  }
  .ea-stack--desktop-item-height-69 .ea-stack__item {
    height: 828px;
  }
  .ea-stack--desktop-item-height-70 .ea-stack__item {
    height: 840px;
  }
  .ea-stack--desktop-item-height-71 .ea-stack__item {
    height: 852px;
  }
  .ea-stack--desktop-item-height-72 .ea-stack__item {
    height: 864px;
  }
  .ea-stack--desktop-item-height-73 .ea-stack__item {
    height: 876px;
  }
  .ea-stack--desktop-item-height-74 .ea-stack__item {
    height: 888px;
  }
  .ea-stack--desktop-item-height-75 .ea-stack__item {
    height: 900px;
  }
  .ea-stack--desktop-item-height-76 .ea-stack__item {
    height: 912px;
  }
  .ea-stack--desktop-item-height-77 .ea-stack__item {
    height: 924px;
  }
  .ea-stack--desktop-item-height-78 .ea-stack__item {
    height: 936px;
  }
  .ea-stack--desktop-item-height-79 .ea-stack__item {
    height: 948px;
  }
  .ea-stack--desktop-item-height-80 .ea-stack__item {
    height: 960px;
  }
  .ea-stack--desktop-item-height-81 .ea-stack__item {
    height: 972px;
  }
  .ea-stack--desktop-item-height-82 .ea-stack__item {
    height: 984px;
  }
  .ea-stack--desktop-item-height-83 .ea-stack__item {
    height: 996px;
  }
  .ea-stack--desktop-item-height-84 .ea-stack__item {
    height: 1008px;
  }
  .ea-stack--desktop-item-height-85 .ea-stack__item {
    height: 1020px;
  }
  .ea-stack--desktop-item-height-86 .ea-stack__item {
    height: 1032px;
  }
  .ea-stack--desktop-item-height-87 .ea-stack__item {
    height: 1044px;
  }
  .ea-stack--desktop-item-height-88 .ea-stack__item {
    height: 1056px;
  }
  .ea-stack--desktop-item-height-89 .ea-stack__item {
    height: 1068px;
  }
  .ea-stack--desktop-item-height-90 .ea-stack__item {
    height: 1080px;
  }
  .ea-stack--desktop-item-height-91 .ea-stack__item {
    height: 1092px;
  }
  .ea-stack--desktop-item-height-92 .ea-stack__item {
    height: 1104px;
  }
  .ea-stack--desktop-item-height-93 .ea-stack__item {
    height: 1116px;
  }
  .ea-stack--desktop-item-height-94 .ea-stack__item {
    height: 1128px;
  }
  .ea-stack--desktop-item-height-95 .ea-stack__item {
    height: 1140px;
  }
  .ea-stack--desktop-item-height-96 .ea-stack__item {
    height: 1152px;
  }
  .ea-stack--desktop-item-height-97 .ea-stack__item {
    height: 1164px;
  }
  .ea-stack--desktop-item-height-98 .ea-stack__item {
    height: 1176px;
  }
  .ea-stack--desktop-item-height-99 .ea-stack__item {
    height: 1188px;
  }
  .ea-stack--desktop-item-height-100 .ea-stack__item {
    height: 1200px;
  }
  .ea-stack--desktop-item-height-101 .ea-stack__item {
    height: 1212px;
  }
  .ea-stack--desktop-item-height-102 .ea-stack__item {
    height: 1224px;
  }
  .ea-stack--desktop-item-height-103 .ea-stack__item {
    height: 1236px;
  }
  .ea-stack--desktop-item-height-104 .ea-stack__item {
    height: 1248px;
  }
  .ea-stack--desktop-item-height-105 .ea-stack__item {
    height: 1260px;
  }
  .ea-stack--desktop-item-height-106 .ea-stack__item {
    height: 1272px;
  }
  .ea-stack--desktop-item-height-107 .ea-stack__item {
    height: 1284px;
  }
  .ea-stack--desktop-item-height-108 .ea-stack__item {
    height: 1296px;
  }
  .ea-stack--desktop-item-height-109 .ea-stack__item {
    height: 1308px;
  }
  .ea-stack--desktop-item-height-110 .ea-stack__item {
    height: 1320px;
  }
  .ea-stack--desktop-item-height-111 .ea-stack__item {
    height: 1332px;
  }
  .ea-stack--desktop-item-height-112 .ea-stack__item {
    height: 1344px;
  }
  .ea-stack--desktop-item-height-113 .ea-stack__item {
    height: 1356px;
  }
  .ea-stack--desktop-item-height-114 .ea-stack__item {
    height: 1368px;
  }
  .ea-stack--desktop-item-height-115 .ea-stack__item {
    height: 1380px;
  }
  .ea-stack--desktop-item-height-116 .ea-stack__item {
    height: 1392px;
  }
  .ea-stack--desktop-item-height-117 .ea-stack__item {
    height: 1404px;
  }
  .ea-stack--desktop-item-height-118 .ea-stack__item {
    height: 1416px;
  }
  .ea-stack--desktop-item-height-119 .ea-stack__item {
    height: 1428px;
  }
  .ea-stack--desktop-item-height-120 .ea-stack__item {
    height: 1440px;
  }
  .ea-stack--desktop-item-height-121 .ea-stack__item {
    height: 1452px;
  }
  .ea-stack--desktop-item-height-122 .ea-stack__item {
    height: 1464px;
  }
  .ea-stack--desktop-item-height-123 .ea-stack__item {
    height: 1476px;
  }
  .ea-stack--desktop-item-height-124 .ea-stack__item {
    height: 1488px;
  }
  .ea-stack--desktop-item-height-125 .ea-stack__item {
    height: 1500px;
  }
  .ea-stack--desktop-item-height-126 .ea-stack__item {
    height: 1512px;
  }
  .ea-stack--desktop-item-height-127 .ea-stack__item {
    height: 1524px;
  }
  .ea-stack--desktop-item-height-128 .ea-stack__item {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-1 {
    height: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-2 {
    height: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-3 {
    height: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-4 {
    height: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-5 {
    height: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-6 {
    height: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-7 {
    height: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-8 {
    height: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-9 {
    height: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-10 {
    height: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-11 {
    height: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-12 {
    height: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-13 {
    height: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-14 {
    height: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-15 {
    height: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-16 {
    height: 192px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-17 {
    height: 204px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-18 {
    height: 216px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-19 {
    height: 228px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-20 {
    height: 240px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-21 {
    height: 252px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-22 {
    height: 264px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-23 {
    height: 276px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-24 {
    height: 288px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-25 {
    height: 300px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-26 {
    height: 312px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-27 {
    height: 324px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-28 {
    height: 336px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-29 {
    height: 348px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-30 {
    height: 360px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-31 {
    height: 372px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-32 {
    height: 384px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-33 {
    height: 396px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-34 {
    height: 408px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-35 {
    height: 420px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-36 {
    height: 432px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-37 {
    height: 444px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-38 {
    height: 456px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-39 {
    height: 468px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-40 {
    height: 480px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-41 {
    height: 492px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-42 {
    height: 504px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-43 {
    height: 516px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-44 {
    height: 528px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-45 {
    height: 540px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-46 {
    height: 552px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-47 {
    height: 564px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-48 {
    height: 576px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-49 {
    height: 588px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-50 {
    height: 600px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-51 {
    height: 612px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-52 {
    height: 624px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-53 {
    height: 636px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-54 {
    height: 648px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-55 {
    height: 660px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-56 {
    height: 672px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-57 {
    height: 684px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-58 {
    height: 696px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-59 {
    height: 708px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-60 {
    height: 720px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-61 {
    height: 732px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-62 {
    height: 744px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-63 {
    height: 756px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-64 {
    height: 768px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-65 {
    height: 780px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-66 {
    height: 792px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-67 {
    height: 804px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-68 {
    height: 816px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-69 {
    height: 828px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-70 {
    height: 840px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-71 {
    height: 852px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-72 {
    height: 864px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-73 {
    height: 876px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-74 {
    height: 888px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-75 {
    height: 900px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-76 {
    height: 912px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-77 {
    height: 924px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-78 {
    height: 936px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-79 {
    height: 948px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-80 {
    height: 960px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-81 {
    height: 972px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-82 {
    height: 984px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-83 {
    height: 996px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-84 {
    height: 1008px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-85 {
    height: 1020px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-86 {
    height: 1032px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-87 {
    height: 1044px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-88 {
    height: 1056px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-89 {
    height: 1068px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-90 {
    height: 1080px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-91 {
    height: 1092px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-92 {
    height: 1104px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-93 {
    height: 1116px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-94 {
    height: 1128px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-95 {
    height: 1140px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-96 {
    height: 1152px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-97 {
    height: 1164px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-98 {
    height: 1176px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-99 {
    height: 1188px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-100 {
    height: 1200px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-101 {
    height: 1212px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-102 {
    height: 1224px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-103 {
    height: 1236px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-104 {
    height: 1248px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-105 {
    height: 1260px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-106 {
    height: 1272px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-107 {
    height: 1284px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-108 {
    height: 1296px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-109 {
    height: 1308px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-110 {
    height: 1320px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-111 {
    height: 1332px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-112 {
    height: 1344px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-113 {
    height: 1356px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-114 {
    height: 1368px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-115 {
    height: 1380px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-116 {
    height: 1392px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-117 {
    height: 1404px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-118 {
    height: 1416px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-119 {
    height: 1428px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-120 {
    height: 1440px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-121 {
    height: 1452px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-122 {
    height: 1464px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-123 {
    height: 1476px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-124 {
    height: 1488px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-125 {
    height: 1500px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-126 {
    height: 1512px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-127 {
    height: 1524px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-height-128 {
    height: 1536px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-0 {
    padding-bottom: 0px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-1 {
    padding-bottom: 12px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-2 {
    padding-bottom: 24px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-3 {
    padding-bottom: 36px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-4 {
    padding-bottom: 48px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-5 {
    padding-bottom: 60px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-6 {
    padding-bottom: 72px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-7 {
    padding-bottom: 84px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-8 {
    padding-bottom: 96px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-9 {
    padding-bottom: 108px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-10 {
    padding-bottom: 120px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-11 {
    padding-bottom: 132px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-12 {
    padding-bottom: 144px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-13 {
    padding-bottom: 156px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-14 {
    padding-bottom: 168px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-15 {
    padding-bottom: 180px;
  }
  .ea-stack .ea-stack__item.ea-stack__item--desktop-gap-size-16 {
    padding-bottom: 192px;
  }
}

.sg-wrapper-3-7 .ea-pad {
  background: #faa;
}

.ea-pad--pad-v-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ea-pad--pad-v-1 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ea-pad--pad-v-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ea-pad--pad-v-3 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.ea-pad--pad-v-4 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.ea-pad--pad-v-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ea-pad--pad-v-6 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.ea-pad--pad-v-7 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.ea-pad--pad-v-8 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.ea-pad--pad-v-9 {
  padding-top: 108px;
  padding-bottom: 108px;
}
.ea-pad--pad-v-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ea-pad--pad-v-11 {
  padding-top: 132px;
  padding-bottom: 132px;
}
.ea-pad--pad-v-12 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.ea-pad--pad-v-13 {
  padding-top: 156px;
  padding-bottom: 156px;
}
.ea-pad--pad-v-14 {
  padding-top: 168px;
  padding-bottom: 168px;
}
.ea-pad--pad-v-15 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.ea-pad--pad-v-16 {
  padding-top: 192px;
  padding-bottom: 192px;
}
.ea-pad--pad-top-0 {
  padding-top: 0px;
}
.ea-pad--pad-bottom-0 {
  padding-bottom: 0px;
}
.ea-pad--pad-top-1 {
  padding-top: 12px;
}
.ea-pad--pad-bottom-1 {
  padding-bottom: 12px;
}
.ea-pad--pad-top-2 {
  padding-top: 24px;
}
.ea-pad--pad-bottom-2 {
  padding-bottom: 24px;
}
.ea-pad--pad-top-3 {
  padding-top: 36px;
}
.ea-pad--pad-bottom-3 {
  padding-bottom: 36px;
}
.ea-pad--pad-top-4 {
  padding-top: 48px;
}
.ea-pad--pad-bottom-4 {
  padding-bottom: 48px;
}
.ea-pad--pad-top-5 {
  padding-top: 60px;
}
.ea-pad--pad-bottom-5 {
  padding-bottom: 60px;
}
.ea-pad--pad-top-6 {
  padding-top: 72px;
}
.ea-pad--pad-bottom-6 {
  padding-bottom: 72px;
}
.ea-pad--pad-top-7 {
  padding-top: 84px;
}
.ea-pad--pad-bottom-7 {
  padding-bottom: 84px;
}
.ea-pad--pad-top-8 {
  padding-top: 96px;
}
.ea-pad--pad-bottom-8 {
  padding-bottom: 96px;
}
.ea-pad--pad-top-9 {
  padding-top: 108px;
}
.ea-pad--pad-bottom-9 {
  padding-bottom: 108px;
}
.ea-pad--pad-top-10 {
  padding-top: 120px;
}
.ea-pad--pad-bottom-10 {
  padding-bottom: 120px;
}
.ea-pad--pad-top-11 {
  padding-top: 132px;
}
.ea-pad--pad-bottom-11 {
  padding-bottom: 132px;
}
.ea-pad--pad-top-12 {
  padding-top: 144px;
}
.ea-pad--pad-bottom-12 {
  padding-bottom: 144px;
}
.ea-pad--pad-top-13 {
  padding-top: 156px;
}
.ea-pad--pad-bottom-13 {
  padding-bottom: 156px;
}
.ea-pad--pad-top-14 {
  padding-top: 168px;
}
.ea-pad--pad-bottom-14 {
  padding-bottom: 168px;
}
.ea-pad--pad-top-15 {
  padding-top: 180px;
}
.ea-pad--pad-bottom-15 {
  padding-bottom: 180px;
}
.ea-pad--pad-top-16 {
  padding-top: 192px;
}
.ea-pad--pad-bottom-16 {
  padding-bottom: 192px;
}
.ea-pad--pad-h-z {
  padding-left: 0;
  padding-right: 0;
}
.ea-pad--pad-h-s {
  padding-left: 20px;
  padding-right: 20px;
}
.ea-pad--pad-h-m {
  padding-left: 30px;
  padding-right: 30px;
}
.ea-pad--pad-h-l {
  padding-left: 40px;
  padding-right: 40px;
}
.ea-pad--pad-left-z {
  padding-left: 0;
}
.ea-pad--pad-right-z {
  padding-right: 0;
}
.ea-pad--pad-left-s {
  padding-left: 20px;
}
.ea-pad--pad-right-s {
  padding-right: 20px;
}
.ea-pad--pad-left-m {
  padding-left: 30px;
}
.ea-pad--pad-right-m {
  padding-right: 30px;
}
.ea-pad--pad-left-l {
  padding-left: 40px;
}
.ea-pad--pad-right-l {
  padding-right: 40px;
}
@media only screen and (min-width: 480px) {
  .ea-pad--phone-large-pad-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ea-pad--phone-large-pad-v-1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ea-pad--phone-large-pad-v-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ea-pad--phone-large-pad-v-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .ea-pad--phone-large-pad-v-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ea-pad--phone-large-pad-v-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ea-pad--phone-large-pad-v-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ea-pad--phone-large-pad-v-7 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .ea-pad--phone-large-pad-v-8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .ea-pad--phone-large-pad-v-9 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .ea-pad--phone-large-pad-v-10 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ea-pad--phone-large-pad-v-11 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .ea-pad--phone-large-pad-v-12 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .ea-pad--phone-large-pad-v-13 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .ea-pad--phone-large-pad-v-14 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .ea-pad--phone-large-pad-v-15 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .ea-pad--phone-large-pad-v-16 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .ea-pad--phone-large-pad-top-0 {
    padding-top: 0px;
  }
  .ea-pad--phone-large-pad-bottom-0 {
    padding-bottom: 0px;
  }
  .ea-pad--phone-large-pad-top-1 {
    padding-top: 12px;
  }
  .ea-pad--phone-large-pad-bottom-1 {
    padding-bottom: 12px;
  }
  .ea-pad--phone-large-pad-top-2 {
    padding-top: 24px;
  }
  .ea-pad--phone-large-pad-bottom-2 {
    padding-bottom: 24px;
  }
  .ea-pad--phone-large-pad-top-3 {
    padding-top: 36px;
  }
  .ea-pad--phone-large-pad-bottom-3 {
    padding-bottom: 36px;
  }
  .ea-pad--phone-large-pad-top-4 {
    padding-top: 48px;
  }
  .ea-pad--phone-large-pad-bottom-4 {
    padding-bottom: 48px;
  }
  .ea-pad--phone-large-pad-top-5 {
    padding-top: 60px;
  }
  .ea-pad--phone-large-pad-bottom-5 {
    padding-bottom: 60px;
  }
  .ea-pad--phone-large-pad-top-6 {
    padding-top: 72px;
  }
  .ea-pad--phone-large-pad-bottom-6 {
    padding-bottom: 72px;
  }
  .ea-pad--phone-large-pad-top-7 {
    padding-top: 84px;
  }
  .ea-pad--phone-large-pad-bottom-7 {
    padding-bottom: 84px;
  }
  .ea-pad--phone-large-pad-top-8 {
    padding-top: 96px;
  }
  .ea-pad--phone-large-pad-bottom-8 {
    padding-bottom: 96px;
  }
  .ea-pad--phone-large-pad-top-9 {
    padding-top: 108px;
  }
  .ea-pad--phone-large-pad-bottom-9 {
    padding-bottom: 108px;
  }
  .ea-pad--phone-large-pad-top-10 {
    padding-top: 120px;
  }
  .ea-pad--phone-large-pad-bottom-10 {
    padding-bottom: 120px;
  }
  .ea-pad--phone-large-pad-top-11 {
    padding-top: 132px;
  }
  .ea-pad--phone-large-pad-bottom-11 {
    padding-bottom: 132px;
  }
  .ea-pad--phone-large-pad-top-12 {
    padding-top: 144px;
  }
  .ea-pad--phone-large-pad-bottom-12 {
    padding-bottom: 144px;
  }
  .ea-pad--phone-large-pad-top-13 {
    padding-top: 156px;
  }
  .ea-pad--phone-large-pad-bottom-13 {
    padding-bottom: 156px;
  }
  .ea-pad--phone-large-pad-top-14 {
    padding-top: 168px;
  }
  .ea-pad--phone-large-pad-bottom-14 {
    padding-bottom: 168px;
  }
  .ea-pad--phone-large-pad-top-15 {
    padding-top: 180px;
  }
  .ea-pad--phone-large-pad-bottom-15 {
    padding-bottom: 180px;
  }
  .ea-pad--phone-large-pad-top-16 {
    padding-top: 192px;
  }
  .ea-pad--phone-large-pad-bottom-16 {
    padding-bottom: 192px;
  }
  .ea-pad--phone-large-pad-h-z {
    padding-left: 0;
    padding-right: 0;
  }
  .ea-pad--phone-large-pad-h-s {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ea-pad--phone-large-pad-h-m {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ea-pad--phone-large-pad-h-l {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ea-pad--phone-large-pad-left-z {
    padding-left: 0;
  }
  .ea-pad--phone-large-pad-right-z {
    padding-right: 0;
  }
  .ea-pad--phone-large-pad-left-s {
    padding-left: 20px;
  }
  .ea-pad--phone-large-pad-right-s {
    padding-right: 20px;
  }
  .ea-pad--phone-large-pad-left-m {
    padding-left: 30px;
  }
  .ea-pad--phone-large-pad-right-m {
    padding-right: 30px;
  }
  .ea-pad--phone-large-pad-left-l {
    padding-left: 40px;
  }
  .ea-pad--phone-large-pad-right-l {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-pad--tablet-pad-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ea-pad--tablet-pad-v-1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ea-pad--tablet-pad-v-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ea-pad--tablet-pad-v-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .ea-pad--tablet-pad-v-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ea-pad--tablet-pad-v-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ea-pad--tablet-pad-v-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ea-pad--tablet-pad-v-7 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .ea-pad--tablet-pad-v-8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .ea-pad--tablet-pad-v-9 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .ea-pad--tablet-pad-v-10 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ea-pad--tablet-pad-v-11 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .ea-pad--tablet-pad-v-12 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .ea-pad--tablet-pad-v-13 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .ea-pad--tablet-pad-v-14 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .ea-pad--tablet-pad-v-15 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .ea-pad--tablet-pad-v-16 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .ea-pad--tablet-pad-top-0 {
    padding-top: 0px;
  }
  .ea-pad--tablet-pad-bottom-0 {
    padding-bottom: 0px;
  }
  .ea-pad--tablet-pad-top-1 {
    padding-top: 12px;
  }
  .ea-pad--tablet-pad-bottom-1 {
    padding-bottom: 12px;
  }
  .ea-pad--tablet-pad-top-2 {
    padding-top: 24px;
  }
  .ea-pad--tablet-pad-bottom-2 {
    padding-bottom: 24px;
  }
  .ea-pad--tablet-pad-top-3 {
    padding-top: 36px;
  }
  .ea-pad--tablet-pad-bottom-3 {
    padding-bottom: 36px;
  }
  .ea-pad--tablet-pad-top-4 {
    padding-top: 48px;
  }
  .ea-pad--tablet-pad-bottom-4 {
    padding-bottom: 48px;
  }
  .ea-pad--tablet-pad-top-5 {
    padding-top: 60px;
  }
  .ea-pad--tablet-pad-bottom-5 {
    padding-bottom: 60px;
  }
  .ea-pad--tablet-pad-top-6 {
    padding-top: 72px;
  }
  .ea-pad--tablet-pad-bottom-6 {
    padding-bottom: 72px;
  }
  .ea-pad--tablet-pad-top-7 {
    padding-top: 84px;
  }
  .ea-pad--tablet-pad-bottom-7 {
    padding-bottom: 84px;
  }
  .ea-pad--tablet-pad-top-8 {
    padding-top: 96px;
  }
  .ea-pad--tablet-pad-bottom-8 {
    padding-bottom: 96px;
  }
  .ea-pad--tablet-pad-top-9 {
    padding-top: 108px;
  }
  .ea-pad--tablet-pad-bottom-9 {
    padding-bottom: 108px;
  }
  .ea-pad--tablet-pad-top-10 {
    padding-top: 120px;
  }
  .ea-pad--tablet-pad-bottom-10 {
    padding-bottom: 120px;
  }
  .ea-pad--tablet-pad-top-11 {
    padding-top: 132px;
  }
  .ea-pad--tablet-pad-bottom-11 {
    padding-bottom: 132px;
  }
  .ea-pad--tablet-pad-top-12 {
    padding-top: 144px;
  }
  .ea-pad--tablet-pad-bottom-12 {
    padding-bottom: 144px;
  }
  .ea-pad--tablet-pad-top-13 {
    padding-top: 156px;
  }
  .ea-pad--tablet-pad-bottom-13 {
    padding-bottom: 156px;
  }
  .ea-pad--tablet-pad-top-14 {
    padding-top: 168px;
  }
  .ea-pad--tablet-pad-bottom-14 {
    padding-bottom: 168px;
  }
  .ea-pad--tablet-pad-top-15 {
    padding-top: 180px;
  }
  .ea-pad--tablet-pad-bottom-15 {
    padding-bottom: 180px;
  }
  .ea-pad--tablet-pad-top-16 {
    padding-top: 192px;
  }
  .ea-pad--tablet-pad-bottom-16 {
    padding-bottom: 192px;
  }
  .ea-pad--tablet-pad-h-z {
    padding-left: 0;
    padding-right: 0;
  }
  .ea-pad--tablet-pad-h-s {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ea-pad--tablet-pad-h-m {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ea-pad--tablet-pad-h-l {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ea-pad--tablet-pad-left-z {
    padding-left: 0;
  }
  .ea-pad--tablet-pad-right-z {
    padding-right: 0;
  }
  .ea-pad--tablet-pad-left-s {
    padding-left: 20px;
  }
  .ea-pad--tablet-pad-right-s {
    padding-right: 20px;
  }
  .ea-pad--tablet-pad-left-m {
    padding-left: 30px;
  }
  .ea-pad--tablet-pad-right-m {
    padding-right: 30px;
  }
  .ea-pad--tablet-pad-left-l {
    padding-left: 40px;
  }
  .ea-pad--tablet-pad-right-l {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-pad--laptop-pad-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ea-pad--laptop-pad-v-1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ea-pad--laptop-pad-v-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ea-pad--laptop-pad-v-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .ea-pad--laptop-pad-v-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ea-pad--laptop-pad-v-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ea-pad--laptop-pad-v-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ea-pad--laptop-pad-v-7 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .ea-pad--laptop-pad-v-8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .ea-pad--laptop-pad-v-9 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .ea-pad--laptop-pad-v-10 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ea-pad--laptop-pad-v-11 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .ea-pad--laptop-pad-v-12 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .ea-pad--laptop-pad-v-13 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .ea-pad--laptop-pad-v-14 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .ea-pad--laptop-pad-v-15 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .ea-pad--laptop-pad-v-16 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .ea-pad--laptop-pad-top-0 {
    padding-top: 0px;
  }
  .ea-pad--laptop-pad-bottom-0 {
    padding-bottom: 0px;
  }
  .ea-pad--laptop-pad-top-1 {
    padding-top: 12px;
  }
  .ea-pad--laptop-pad-bottom-1 {
    padding-bottom: 12px;
  }
  .ea-pad--laptop-pad-top-2 {
    padding-top: 24px;
  }
  .ea-pad--laptop-pad-bottom-2 {
    padding-bottom: 24px;
  }
  .ea-pad--laptop-pad-top-3 {
    padding-top: 36px;
  }
  .ea-pad--laptop-pad-bottom-3 {
    padding-bottom: 36px;
  }
  .ea-pad--laptop-pad-top-4 {
    padding-top: 48px;
  }
  .ea-pad--laptop-pad-bottom-4 {
    padding-bottom: 48px;
  }
  .ea-pad--laptop-pad-top-5 {
    padding-top: 60px;
  }
  .ea-pad--laptop-pad-bottom-5 {
    padding-bottom: 60px;
  }
  .ea-pad--laptop-pad-top-6 {
    padding-top: 72px;
  }
  .ea-pad--laptop-pad-bottom-6 {
    padding-bottom: 72px;
  }
  .ea-pad--laptop-pad-top-7 {
    padding-top: 84px;
  }
  .ea-pad--laptop-pad-bottom-7 {
    padding-bottom: 84px;
  }
  .ea-pad--laptop-pad-top-8 {
    padding-top: 96px;
  }
  .ea-pad--laptop-pad-bottom-8 {
    padding-bottom: 96px;
  }
  .ea-pad--laptop-pad-top-9 {
    padding-top: 108px;
  }
  .ea-pad--laptop-pad-bottom-9 {
    padding-bottom: 108px;
  }
  .ea-pad--laptop-pad-top-10 {
    padding-top: 120px;
  }
  .ea-pad--laptop-pad-bottom-10 {
    padding-bottom: 120px;
  }
  .ea-pad--laptop-pad-top-11 {
    padding-top: 132px;
  }
  .ea-pad--laptop-pad-bottom-11 {
    padding-bottom: 132px;
  }
  .ea-pad--laptop-pad-top-12 {
    padding-top: 144px;
  }
  .ea-pad--laptop-pad-bottom-12 {
    padding-bottom: 144px;
  }
  .ea-pad--laptop-pad-top-13 {
    padding-top: 156px;
  }
  .ea-pad--laptop-pad-bottom-13 {
    padding-bottom: 156px;
  }
  .ea-pad--laptop-pad-top-14 {
    padding-top: 168px;
  }
  .ea-pad--laptop-pad-bottom-14 {
    padding-bottom: 168px;
  }
  .ea-pad--laptop-pad-top-15 {
    padding-top: 180px;
  }
  .ea-pad--laptop-pad-bottom-15 {
    padding-bottom: 180px;
  }
  .ea-pad--laptop-pad-top-16 {
    padding-top: 192px;
  }
  .ea-pad--laptop-pad-bottom-16 {
    padding-bottom: 192px;
  }
  .ea-pad--laptop-pad-h-z {
    padding-left: 0;
    padding-right: 0;
  }
  .ea-pad--laptop-pad-h-s {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ea-pad--laptop-pad-h-m {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ea-pad--laptop-pad-h-l {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ea-pad--laptop-pad-left-z {
    padding-left: 0;
  }
  .ea-pad--laptop-pad-right-z {
    padding-right: 0;
  }
  .ea-pad--laptop-pad-left-s {
    padding-left: 20px;
  }
  .ea-pad--laptop-pad-right-s {
    padding-right: 20px;
  }
  .ea-pad--laptop-pad-left-m {
    padding-left: 30px;
  }
  .ea-pad--laptop-pad-right-m {
    padding-right: 30px;
  }
  .ea-pad--laptop-pad-left-l {
    padding-left: 40px;
  }
  .ea-pad--laptop-pad-right-l {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-pad--desktop-pad-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ea-pad--desktop-pad-v-1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ea-pad--desktop-pad-v-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ea-pad--desktop-pad-v-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .ea-pad--desktop-pad-v-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ea-pad--desktop-pad-v-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ea-pad--desktop-pad-v-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .ea-pad--desktop-pad-v-7 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .ea-pad--desktop-pad-v-8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .ea-pad--desktop-pad-v-9 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .ea-pad--desktop-pad-v-10 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ea-pad--desktop-pad-v-11 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .ea-pad--desktop-pad-v-12 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .ea-pad--desktop-pad-v-13 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .ea-pad--desktop-pad-v-14 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .ea-pad--desktop-pad-v-15 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .ea-pad--desktop-pad-v-16 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .ea-pad--desktop-pad-top-0 {
    padding-top: 0px;
  }
  .ea-pad--desktop-pad-bottom-0 {
    padding-bottom: 0px;
  }
  .ea-pad--desktop-pad-top-1 {
    padding-top: 12px;
  }
  .ea-pad--desktop-pad-bottom-1 {
    padding-bottom: 12px;
  }
  .ea-pad--desktop-pad-top-2 {
    padding-top: 24px;
  }
  .ea-pad--desktop-pad-bottom-2 {
    padding-bottom: 24px;
  }
  .ea-pad--desktop-pad-top-3 {
    padding-top: 36px;
  }
  .ea-pad--desktop-pad-bottom-3 {
    padding-bottom: 36px;
  }
  .ea-pad--desktop-pad-top-4 {
    padding-top: 48px;
  }
  .ea-pad--desktop-pad-bottom-4 {
    padding-bottom: 48px;
  }
  .ea-pad--desktop-pad-top-5 {
    padding-top: 60px;
  }
  .ea-pad--desktop-pad-bottom-5 {
    padding-bottom: 60px;
  }
  .ea-pad--desktop-pad-top-6 {
    padding-top: 72px;
  }
  .ea-pad--desktop-pad-bottom-6 {
    padding-bottom: 72px;
  }
  .ea-pad--desktop-pad-top-7 {
    padding-top: 84px;
  }
  .ea-pad--desktop-pad-bottom-7 {
    padding-bottom: 84px;
  }
  .ea-pad--desktop-pad-top-8 {
    padding-top: 96px;
  }
  .ea-pad--desktop-pad-bottom-8 {
    padding-bottom: 96px;
  }
  .ea-pad--desktop-pad-top-9 {
    padding-top: 108px;
  }
  .ea-pad--desktop-pad-bottom-9 {
    padding-bottom: 108px;
  }
  .ea-pad--desktop-pad-top-10 {
    padding-top: 120px;
  }
  .ea-pad--desktop-pad-bottom-10 {
    padding-bottom: 120px;
  }
  .ea-pad--desktop-pad-top-11 {
    padding-top: 132px;
  }
  .ea-pad--desktop-pad-bottom-11 {
    padding-bottom: 132px;
  }
  .ea-pad--desktop-pad-top-12 {
    padding-top: 144px;
  }
  .ea-pad--desktop-pad-bottom-12 {
    padding-bottom: 144px;
  }
  .ea-pad--desktop-pad-top-13 {
    padding-top: 156px;
  }
  .ea-pad--desktop-pad-bottom-13 {
    padding-bottom: 156px;
  }
  .ea-pad--desktop-pad-top-14 {
    padding-top: 168px;
  }
  .ea-pad--desktop-pad-bottom-14 {
    padding-bottom: 168px;
  }
  .ea-pad--desktop-pad-top-15 {
    padding-top: 180px;
  }
  .ea-pad--desktop-pad-bottom-15 {
    padding-bottom: 180px;
  }
  .ea-pad--desktop-pad-top-16 {
    padding-top: 192px;
  }
  .ea-pad--desktop-pad-bottom-16 {
    padding-bottom: 192px;
  }
  .ea-pad--desktop-pad-h-z {
    padding-left: 0;
    padding-right: 0;
  }
  .ea-pad--desktop-pad-h-s {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ea-pad--desktop-pad-h-m {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ea-pad--desktop-pad-h-l {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ea-pad--desktop-pad-left-z {
    padding-left: 0;
  }
  .ea-pad--desktop-pad-right-z {
    padding-right: 0;
  }
  .ea-pad--desktop-pad-left-s {
    padding-left: 20px;
  }
  .ea-pad--desktop-pad-right-s {
    padding-right: 20px;
  }
  .ea-pad--desktop-pad-left-m {
    padding-left: 30px;
  }
  .ea-pad--desktop-pad-right-m {
    padding-right: 30px;
  }
  .ea-pad--desktop-pad-left-l {
    padding-left: 40px;
  }
  .ea-pad--desktop-pad-right-l {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 480px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-1 {
    width: 95px;
  }
}
@media only screen and (min-width: 640px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-1 {
    width: 32px;
  }
}
@media only screen and (min-width: 960px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-1 {
    width: 57px;
  }
}
@media only screen and (min-width: 1280px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-1 {
    width: 82px;
  }
}
@media only screen and (min-width: 480px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-2 {
    width: 210px;
  }
}
@media only screen and (min-width: 640px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-2 {
    width: 84px;
  }
}
@media only screen and (min-width: 960px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-2 {
    width: 134px;
  }
}
@media only screen and (min-width: 1280px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-2 {
    width: 184px;
  }
}
@media only screen and (min-width: 480px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-12 {
    width: 1360px;
  }
}
@media only screen and (min-width: 640px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-12 {
    width: 604px;
  }
}
@media only screen and (min-width: 960px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-12 {
    width: 904px;
  }
}
@media only screen and (min-width: 1280px) {
  .styleguide-wrapper .styleguide-use-columns-width-width-12 {
    width: 1204px;
  }
}
@media only screen and (min-width: 480px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-1 {
    margin-left: 115px;
  }
}
@media only screen and (min-width: 640px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-1 {
    margin-left: 52px;
  }
}
@media only screen and (min-width: 960px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-1 {
    margin-left: 77px;
  }
}
@media only screen and (min-width: 1280px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-1 {
    margin-left: 102px;
  }
}
@media only screen and (min-width: 480px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-2 {
    margin-left: 230px;
  }
}
@media only screen and (min-width: 640px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-2 {
    margin-left: 104px;
  }
}
@media only screen and (min-width: 960px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-2 {
    margin-left: 154px;
  }
}
@media only screen and (min-width: 1280px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-2 {
    margin-left: 204px;
  }
}
@media only screen and (min-width: 480px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-11 {
    margin-left: 1265px;
  }
}
@media only screen and (min-width: 640px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-11 {
    margin-left: 572px;
  }
}
@media only screen and (min-width: 960px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-11 {
    margin-left: 847px;
  }
}
@media only screen and (min-width: 1280px) {
  .styleguide-wrapper .styleguide-use-columns-width-margin-left-11 {
    margin-left: 1122px;
  }
}

.ea-center-block {
  text-align: center;
}
.ea-center-block__content {
  display: inline-block;
  text-align: left;
}

.ea-align--left {
  text-align: left;
}
.ea-align--center {
  text-align: center;
}
.ea-align--right {
  text-align: right;
}
@media only screen and (min-width: 480px) {
  .ea-align--phone-large-left {
    text-align: left;
  }
  .ea-align--phone-large-center {
    text-align: center;
  }
  .ea-align--phone-large-right {
    text-align: right;
  }
}
@media only screen and (min-width: 640px) {
  .ea-align--tablet-left {
    text-align: left;
  }
  .ea-align--tablet-center {
    text-align: center;
  }
  .ea-align--tablet-right {
    text-align: right;
  }
}
@media only screen and (min-width: 960px) {
  .ea-align--laptop-left {
    text-align: left;
  }
  .ea-align--laptop-center {
    text-align: center;
  }
  .ea-align--laptop-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-align--desktop-left {
    text-align: left;
  }
  .ea-align--desktop-center {
    text-align: center;
  }
  .ea-align--desktop-right {
    text-align: right;
  }
}

.ea-sbar {
  position: relative;
}
.ea-sbar__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.ea-move {
  position: relative;
}
.ea-move--elevate-0 {
  margin-top: 0px;
}
.ea-move--elevate-1 {
  margin-top: -12px;
}
.ea-move--elevate-2 {
  margin-top: -24px;
}
.ea-move--elevate-3 {
  margin-top: -36px;
}
.ea-move--elevate-4 {
  margin-top: -48px;
}
.ea-move--elevate-5 {
  margin-top: -60px;
}
.ea-move--elevate-6 {
  margin-top: -72px;
}
.ea-move--elevate-7 {
  margin-top: -84px;
}
.ea-move--elevate-8 {
  margin-top: -96px;
}
.ea-move--elevate-9 {
  margin-top: -108px;
}
.ea-move--elevate-10 {
  margin-top: -120px;
}
.ea-move--elevate-11 {
  margin-top: -132px;
}
.ea-move--elevate-12 {
  margin-top: -144px;
}
@media only screen and (min-width: 480px) {
  .ea-move--phone-large-elevate-0 {
    margin-top: 0px;
  }
  .ea-move--phone-large-elevate-1 {
    margin-top: -12px;
  }
  .ea-move--phone-large-elevate-2 {
    margin-top: -24px;
  }
  .ea-move--phone-large-elevate-3 {
    margin-top: -36px;
  }
  .ea-move--phone-large-elevate-4 {
    margin-top: -48px;
  }
  .ea-move--phone-large-elevate-5 {
    margin-top: -60px;
  }
  .ea-move--phone-large-elevate-6 {
    margin-top: -72px;
  }
  .ea-move--phone-large-elevate-7 {
    margin-top: -84px;
  }
  .ea-move--phone-large-elevate-8 {
    margin-top: -96px;
  }
  .ea-move--phone-large-elevate-9 {
    margin-top: -108px;
  }
  .ea-move--phone-large-elevate-10 {
    margin-top: -120px;
  }
  .ea-move--phone-large-elevate-11 {
    margin-top: -132px;
  }
  .ea-move--phone-large-elevate-12 {
    margin-top: -144px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-move--tablet-elevate-0 {
    margin-top: 0px;
  }
  .ea-move--tablet-elevate-1 {
    margin-top: -12px;
  }
  .ea-move--tablet-elevate-2 {
    margin-top: -24px;
  }
  .ea-move--tablet-elevate-3 {
    margin-top: -36px;
  }
  .ea-move--tablet-elevate-4 {
    margin-top: -48px;
  }
  .ea-move--tablet-elevate-5 {
    margin-top: -60px;
  }
  .ea-move--tablet-elevate-6 {
    margin-top: -72px;
  }
  .ea-move--tablet-elevate-7 {
    margin-top: -84px;
  }
  .ea-move--tablet-elevate-8 {
    margin-top: -96px;
  }
  .ea-move--tablet-elevate-9 {
    margin-top: -108px;
  }
  .ea-move--tablet-elevate-10 {
    margin-top: -120px;
  }
  .ea-move--tablet-elevate-11 {
    margin-top: -132px;
  }
  .ea-move--tablet-elevate-12 {
    margin-top: -144px;
  }
}
@media only screen and (min-width: 960px) {
  .ea-move--laptop-elevate-0 {
    margin-top: 0px;
  }
  .ea-move--laptop-elevate-1 {
    margin-top: -12px;
  }
  .ea-move--laptop-elevate-2 {
    margin-top: -24px;
  }
  .ea-move--laptop-elevate-3 {
    margin-top: -36px;
  }
  .ea-move--laptop-elevate-4 {
    margin-top: -48px;
  }
  .ea-move--laptop-elevate-5 {
    margin-top: -60px;
  }
  .ea-move--laptop-elevate-6 {
    margin-top: -72px;
  }
  .ea-move--laptop-elevate-7 {
    margin-top: -84px;
  }
  .ea-move--laptop-elevate-8 {
    margin-top: -96px;
  }
  .ea-move--laptop-elevate-9 {
    margin-top: -108px;
  }
  .ea-move--laptop-elevate-10 {
    margin-top: -120px;
  }
  .ea-move--laptop-elevate-11 {
    margin-top: -132px;
  }
  .ea-move--laptop-elevate-12 {
    margin-top: -144px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-move--desktop-elevate-0 {
    margin-top: 0px;
  }
  .ea-move--desktop-elevate-1 {
    margin-top: -12px;
  }
  .ea-move--desktop-elevate-2 {
    margin-top: -24px;
  }
  .ea-move--desktop-elevate-3 {
    margin-top: -36px;
  }
  .ea-move--desktop-elevate-4 {
    margin-top: -48px;
  }
  .ea-move--desktop-elevate-5 {
    margin-top: -60px;
  }
  .ea-move--desktop-elevate-6 {
    margin-top: -72px;
  }
  .ea-move--desktop-elevate-7 {
    margin-top: -84px;
  }
  .ea-move--desktop-elevate-8 {
    margin-top: -96px;
  }
  .ea-move--desktop-elevate-9 {
    margin-top: -108px;
  }
  .ea-move--desktop-elevate-10 {
    margin-top: -120px;
  }
  .ea-move--desktop-elevate-11 {
    margin-top: -132px;
  }
  .ea-move--desktop-elevate-12 {
    margin-top: -144px;
  }
}

@font-face {
  font-family: "Elisaicons";
  src: url("/components/pattern-library/release/fonts/elisaicons.eot");
  src: url("/components/pattern-library/release/fonts/elisaicons.?#iefix") format("embedded-opentype"), url("/components/pattern-library/release/fonts/elisaicons.woff") format("woff"), url("/components/pattern-library/release/fonts/elisaicons.ttf") format("truetype"), url("/components/pattern-library/release/fonts/elisaicons.#elisaicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ea-icon, .ea-checked-list li:before, .ea-rich-text--checked-ul ul li:before, .ea-accordion__header:before, .ea-tabordion__acc-head a:after {
  font-family: "Elisaicons";
}
.ea-icon:before, .ea-checked-list li:before, .ea-rich-text--checked-ul ul li:before, .ea-accordion__header:before {
  content: attr(data-icon);
  font-family: "Elisaicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ea-icon.eam-shoppingcart-empty:before, .ea-checked-list li.eam-shoppingcart-empty:before, .ea-rich-text--checked-ul ul li.eam-shoppingcart-empty:before, .eam-shoppingcart-empty.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-shoppingcart-full:before, .ea-checked-list li.eam-shoppingcart-full:before, .ea-rich-text--checked-ul ul li.eam-shoppingcart-full:before, .eam-shoppingcart-full.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-computer:before, .ea-checked-list li.eam-computer:before, .ea-rich-text--checked-ul ul li.eam-computer:before, .eam-computer.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-phone:before, .ea-checked-list li.eam-phone:before, .ea-rich-text--checked-ul ul li.eam-phone:before, .eam-phone.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-tablet:before, .ea-checked-list li.eam-tablet:before, .ea-rich-text--checked-ul ul li.eam-tablet:before, .eam-tablet.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-products:before, .ea-checked-list li.eam-products:before, .ea-rich-text--checked-ul ul li.eam-products:before, .eam-products.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-support:before, .ea-checked-list li.eam-support:before, .ea-rich-text--checked-ul ul li.eam-support:before, .eam-support.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-chat:before, .ea-checked-list li.eam-chat:before, .ea-rich-text--checked-ul ul li.eam-chat:before, .eam-chat.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-user:before, .ea-checked-list li.eam-user:before, .ea-rich-text--checked-ul ul li.eam-user:before, .eam-user.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-users:before, .ea-checked-list li.eam-users:before, .ea-rich-text--checked-ul ul li.eam-users:before, .eam-users.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-accessories:before, .ea-checked-list li.eam-accessories:before, .ea-rich-text--checked-ul ul li.eam-accessories:before, .eam-accessories.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-subscriptions-1:before, .ea-checked-list li.eam-subscriptions-1:before, .ea-rich-text--checked-ul ul li.eam-subscriptions-1:before, .eam-subscriptions-1.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-arrow-down:before, .ea-checked-list li.eam-arrow-down:before, .ea-rich-text--checked-ul ul li.eam-arrow-down:before, .eam-arrow-down.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-arrow-right:before, .ea-checked-list li.eam-arrow-right:before, .ea-rich-text--checked-ul ul li.eam-arrow-right:before, .eam-arrow-right.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-arrow-up:before, .ea-checked-list li.eam-arrow-up:before, .ea-rich-text--checked-ul ul li.eam-arrow-up:before, .eam-arrow-up.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-arrow-left:before, .ea-checked-list li.eam-arrow-left:before, .ea-rich-text--checked-ul ul li.eam-arrow-left:before, .eam-arrow-left.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-check:before, .ea-checked-list li:before, .ea-rich-text--checked-ul ul li:before, .eam-check.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-cross:before, .ea-checked-list li.eam-cross:before, .ea-rich-text--checked-ul ul li.eam-cross:before, .eam-cross.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-minus:before, .ea-checked-list li.eam-minus:before, .ea-rich-text--checked-ul ul li.eam-minus:before, .eam-minus.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-plus:before, .ea-checked-list li.eam-plus:before, .ea-rich-text--checked-ul ul li.eam-plus:before, .eam-plus.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-search:before, .ea-checked-list li.eam-search:before, .ea-rich-text--checked-ul ul li.eam-search:before, .eam-search.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-services:before, .ea-checked-list li.eam-services:before, .ea-rich-text--checked-ul ul li.eam-services:before, .eam-services.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-network:before, .ea-checked-list li.eam-network:before, .ea-rich-text--checked-ul ul li.eam-network:before, .eam-network.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-alert:before, .ea-checked-list li.eam-alert:before, .ea-rich-text--checked-ul ul li.eam-alert:before, .eam-alert.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-lock:before, .ea-checked-list li.eam-lock:before, .ea-rich-text--checked-ul ul li.eam-lock:before, .eam-lock.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-asterix:before, .ea-checked-list li.eam-asterix:before, .ea-rich-text--checked-ul ul li.eam-asterix:before, .eam-asterix.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-circle-arrow-left:before, .ea-checked-list li.eam-circle-arrow-left:before, .ea-rich-text--checked-ul ul li.eam-circle-arrow-left:before, .eam-circle-arrow-left.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-circle-arrow-up:before, .ea-checked-list li.eam-circle-arrow-up:before, .ea-rich-text--checked-ul ul li.eam-circle-arrow-up:before, .eam-circle-arrow-up.ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-circle-arrow-right:before, .ea-checked-list li.eam-circle-arrow-right:before, .ea-rich-text--checked-ul ul li.eam-circle-arrow-right:before, .ea-accordion__header:before {
  content: "";
}
.ea-icon.eam-circle-arrow-down:before, .ea-checked-list li.eam-circle-arrow-down:before, .ea-rich-text--checked-ul ul li.eam-circle-arrow-down:before, .eam-circle-arrow-down.ea-accordion__header:before {
  content: "";
}

@font-face {
  font-family: "Elisaicons-16";
  src: url("/components/pattern-library/release/fonts/elisaicons-16.eot");
  src: url("/components/pattern-library/release/fonts/elisaicons-16.?#iefix") format("embedded-opentype"), url("/components/pattern-library/release/fonts/elisaicons-16.woff") format("woff"), url("/components/pattern-library/release/fonts/elisaicons-16.ttf") format("truetype"), url("/components/pattern-library/release/fonts/elisaicons-16.#elisaicons-16") format("svg");
  font-weight: normal;
  font-style: normal;
}
.styleguide-icon-placeholder {
  width: 33%;
  float: left;
  padding: 6px;
  height: 108px;
  border: 2px solid #ffffff;
}
@media only screen and (min-width: 960px) {
  .styleguide-icon-placeholder {
    width: 20%;
  }
}
.styleguide-icon-placeholder:hover {
  background-color: #404041;
  color: #ffffff;
}

.ea-icon-16 {
  font-family: "Elisaicons-16";
  font-size: 16px;
}
.ea-icon-16:before {
  content: attr(data-icon);
  font-family: "Elisaicons-16";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ea-icon-16.ea-icon-16--shoppingcart-empty:before {
  content: "";
}
.ea-icon-16.ea-icon-16--shoppingcart-full:before {
  content: "";
}
.ea-icon-16.ea-icon-16--computer:before {
  content: "";
}
.ea-icon-16.ea-icon-16--phone:before {
  content: "";
}
.ea-icon-16.ea-icon-16--tablet:before {
  content: "";
}
.ea-icon-16.ea-icon-16--products:before {
  content: "";
}
.ea-icon-16.ea-icon-16--support:before {
  content: "";
}
.ea-icon-16.ea-icon-16--chat:before {
  content: "";
}
.ea-icon-16.ea-icon-16--user:before {
  content: "";
}
.ea-icon-16.ea-icon-16--users:before {
  content: "";
}
.ea-icon-16.ea-icon-16--accessories:before {
  content: "";
}
.ea-icon-16.ea-icon-16--subscriptions:before {
  content: "";
}
.ea-icon-16.ea-icon-16--arrow-down:before {
  content: "";
}
.ea-icon-16.ea-icon-16--arrow-right:before {
  content: "";
}
.ea-icon-16.ea-icon-16--arrow-up:before {
  content: "";
}
.ea-icon-16.ea-icon-16--arrow-left:before {
  content: "";
}
.ea-icon-16.ea-icon-16--check:before {
  content: "";
}
.ea-icon-16.ea-icon-16--cross:before {
  content: "";
}
.ea-icon-16.ea-icon-16--minus:before {
  content: "";
}
.ea-icon-16.ea-icon-16--plus:before {
  content: "";
}
.ea-icon-16.ea-icon-16--search:before {
  content: "";
}
.ea-icon-16.ea-icon-16--services:before {
  content: "";
}
.ea-icon-16.ea-icon-16--network:before {
  content: "";
}
.ea-icon-16.ea-icon-16--alert:before {
  content: "";
}
.ea-icon-16.ea-icon-16--lock:before {
  content: "";
}
.ea-icon-16.ea-icon-16--asterix:before {
  content: "";
}
.ea-icon-16.ea-icon-16--circle-arrow-left:before {
  content: "";
}
.ea-icon-16.ea-icon-16--circle-arrow-up:before {
  content: "";
}
.ea-icon-16.ea-icon-16--circle-arrow-right:before {
  content: "";
}
.ea-icon-16.ea-icon-16--circle-arrow-down:before {
  content: "";
}
.ea-icon-16.ea-icon-16--wifi:before {
  content: "";
}
.ea-icon-16.ea-icon-16--mail:before {
  content: "";
}
.ea-icon-16.ea-icon-16--notification:before {
  content: "";
}
.ea-icon-16.ea-icon-16--megaphone:before {
  content: "";
}
.ea-icon-16--large, .ea-icon-16--x2 {
  font-size: 32px;
}

@font-face {
  font-family: "Elisaicons-25";
  src: url("/components/pattern-library/release/fonts/elisaicons-25.eot");
  src: url("/components/pattern-library/release/fonts/elisaicons-25.?#iefix") format("embedded-opentype"), url("/components/pattern-library/release/fonts/elisaicons-25.woff") format("woff"), url("/components/pattern-library/release/fonts/elisaicons-25.ttf") format("truetype"), url("/components/pattern-library/release/fonts/elisaicons-25.#elisaicons-25") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ea-icon-25 {
  font-family: "Elisaicons-25";
  font-size: 25px;
}
.ea-icon-25:before {
  content: attr(data-icon);
  font-family: "Elisaicons-25";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ea-icon-25.ea-icon-25--clock:before {
  content: "";
}
.ea-icon-25.ea-icon-25--phone:before {
  content: "";
}
.ea-icon-25.ea-icon-25--envelope:before {
  content: "";
}
.ea-icon-25.ea-icon-25--headphones:before {
  content: "";
}
.ea-icon-25.ea-icon-25--wlan:before {
  content: "";
}
.ea-icon-25.ea-icon-25--devices:before {
  content: "";
}
.ea-icon-25.ea-icon-25--wifi:before {
  content: "";
}
.ea-icon-25.ea-icon-25--facebook:before {
  content: "";
}
.ea-icon-25.ea-icon-25--twitter:before {
  content: "";
}
.ea-icon-25.ea-icon-25--instagram:before {
  content: "";
}
.ea-icon-25.ea-icon-25--pinterest:before {
  content: "";
}
.ea-icon-25.ea-icon-25--linkedin:before {
  content: "";
}
.ea-icon-25.ea-icon-25--youtube:before {
  content: "";
}
.ea-icon-25.ea-icon-25--googleplus:before {
  content: "";
}
.ea-icon-25--large, .ea-icon-25--x2 {
  font-size: 50px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.ea-animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ea-animated.eam-infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ea-animated.eam-animated-fast {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.ea-animated.eam-animated-slow {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.ea-animated.eam-pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
.ea-animated.eam-fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.35, 1.35, 1.35);
            transform: scale3d(1.35, 1.35, 1.35);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.35, 1.35, 1.35);
            transform: scale3d(1.35, 1.35, 1.35);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  color: #404041;
}

body {
  font-size: 16px;
  color: #404041;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0090f1;
}

.ea-h1, .ea-rich-text h1, .ea-marketing-block__article h1 {
  font-family: "Verlag Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  font-size: 42px;
  line-height: 48px;
}
.ea-h1 a, .ea-rich-text h1 a, .ea-marketing-block__article h1 a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 960px) {
  .ea-h1, .ea-rich-text h1, .ea-marketing-block__article h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
.ea-h1--icon-back:before {
  font-family: "Elisaicons-16";
  font-size: 1.6rem;
  line-height: 1.6rem;
  content: "";
  padding-right: 1.6rem;
}

.ea-h2, .ea-hero-marketing__title, .ea-video-carousel__title, .ea-rich-text h2, .ea-marketing-block__article h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.ea-h2 a, .ea-hero-marketing__title a, .ea-video-carousel__title a, .ea-rich-text h2 a, .ea-marketing-block__article h2 a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 960px) {
  .ea-h2, .ea-hero-marketing__title, .ea-video-carousel__title, .ea-rich-text h2, .ea-marketing-block__article h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
.ea-h2--icon-back:before {
  font-family: "Elisaicons-16";
  font-size: 1.6rem;
  line-height: 1.6rem;
  content: "";
  padding-right: 1.6rem;
}

.ea-h3, .ea-download-card__title, .ea-image-promotion__title, .ea-rich-text h3, .ea-marketing-block__article h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.ea-h3 a, .ea-download-card__title a, .ea-image-promotion__title a, .ea-rich-text h3 a, .ea-marketing-block__article h3 a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 960px) {
  .ea-h3, .ea-download-card__title, .ea-image-promotion__title, .ea-rich-text h3, .ea-marketing-block__article h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
  }
}

.ea-h4, .ea-tabordion__acc-head, .ea-tabordion__tab-head, .ea-rich-text h4, .ea-marketing-block__article h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ea-h4 a, .ea-tabordion__acc-head a, .ea-tabordion__tab-head a, .ea-rich-text h4 a, .ea-marketing-block__article h4 a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 960px) {
  .ea-h4, .ea-tabordion__acc-head, .ea-tabordion__tab-head, .ea-rich-text h4, .ea-marketing-block__article h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.ea-h4--icon-back:before {
  font-family: "Elisaicons-16";
  font-size: 1.6rem;
  line-height: 1.6rem;
  content: "";
  padding-right: 1.6rem;
}

.ea-bodytext, .ea-color-container, .ea-hero-container, .ea-button, .ea-tabordion__body, .ea-rich-text p, .ea-marketing-block__article p {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.ea-disclaimertext, .ea-video-thumbnail__description {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.ea-ingresstext, .ea-hero-marketing__paragraph, .ea-big-ol li, .ea-big-ol li:before, .ea-download-list__item, .ea-image-promotion__body {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media only screen and (min-width: 960px) {
  .ea-ingresstext, .ea-hero-marketing__paragraph, .ea-big-ol li, .ea-big-ol li:before, .ea-download-list__item, .ea-image-promotion__body {
    font-size: 24px;
    line-height: 36px;
  }
}

.ea-quotetext {
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  margin: 0;
  padding-left: 36px;
  font-size: 24px;
  line-height: 36px;
  quotes: "\201C" "\201D";
}
.ea-quotetext:before {
  position: absolute;
  left: 0;
  top: 12px;
  content: open-quote;
  color: #0019af;
  font-family: "Verlag Book", sans-serif;
  font-size: 60px;
}
.ea-quotetext--small {
  font-size: 18px;
  line-height: 24px;
  padding-left: 24px;
}
.ea-quotetext--small:before {
  font-size: 48px;
  top: 8px;
}

.ea-price-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.ea-price-text__contract-length {
  font-size: 24px;
  font-weight: 300;
}
.ea-price-text__unit {
  font-size: 24px;
  font-weight: 300;
}

.ea-section-main-img {
  width: 100%;
  margin-bottom: 0;
}

.ea-color-container {
  background-color: white;
  color: #404041;
}
.ea-color-container a {
  color: #0090f1;
}
.ea-color-container a:visited {
  color: #0090f1;
}
.ea-color-container a:hover {
  color: #0090f1;
}
.ea-color-container a:active {
  color: #0090f1;
}
.ea-color-container__warning {
  color: #ee4444;
}
.ea-color-container--white-smoke, .ea-marketing-block--color-white-smoke {
  background-color: whitesmoke;
  color: #404041;
}
.ea-color-container--smoke, .ea-marketing-block--color-smoke {
  background-color: #e0e0e1;
  color: #404041;
}
.ea-color-container--dark-smoke, .ea-marketing-block--color-grey {
  background-color: #d0d0d1;
  color: #404041;
}
.ea-color-container--cyan, .ea-marketing-block--color-cyan {
  background-color: #00baf2;
  color: #ffffff;
}
.ea-color-container--cyan a, .ea-marketing-block--color-cyan a {
  color: #ffffff;
}
.ea-color-container--cyan a:visited, .ea-marketing-block--color-cyan a:visited {
  color: #ffffff;
}
.ea-color-container--cyan a:hover, .ea-marketing-block--color-cyan a:hover {
  color: #f5f5f5;
}
.ea-color-container--cyan a:active, .ea-marketing-block--color-cyan a:active {
  color: #ffffff;
}
.ea-color-container--linkblue, .ea-marketing-block--color-blue {
  background-color: #0090f1;
  color: #ffffff;
}
.ea-color-container--linkblue a, .ea-marketing-block--color-blue a {
  color: #ffffff;
}
.ea-color-container--linkblue a:visited, .ea-marketing-block--color-blue a:visited {
  color: #ffffff;
}
.ea-color-container--linkblue a:hover, .ea-marketing-block--color-blue a:hover {
  color: #f5f5f5;
}
.ea-color-container--linkblue a:active, .ea-marketing-block--color-blue a:active {
  color: #ffffff;
}
.ea-color-container--blue {
  background-color: #0019af;
  color: #ffffff;
}
.ea-color-container--blue a {
  color: #00baf2;
}
.ea-color-container--blue a:visited {
  color: #00baf2;
}
.ea-color-container--blue a:hover {
  color: #00baf2;
}
.ea-color-container--blue a:active {
  color: #00baf2;
}
.ea-color-container--dark-blue, .ea-marketing-block--color-dark-blue {
  background-color: #002447;
  color: #ffffff;
}
.ea-color-container--dark-blue a, .ea-marketing-block--color-dark-blue a {
  color: #00baf2;
}
.ea-color-container--dark-blue a:visited, .ea-marketing-block--color-dark-blue a:visited {
  color: #00baf2;
}
.ea-color-container--dark-blue a:hover, .ea-marketing-block--color-dark-blue a:hover {
  color: #00baf2;
}
.ea-color-container--dark-blue a:active, .ea-marketing-block--color-dark-blue a:active {
  color: #00baf2;
}
.ea-color-container--dark-grey, .ea-marketing-block--color-dark-grey {
  background-color: #404041;
  color: #ffffff;
}
.ea-color-container--dark-grey a, .ea-marketing-block--color-dark-grey a {
  color: #00baf2;
}
.ea-color-container--dark-grey a:visited, .ea-marketing-block--color-dark-grey a:visited {
  color: #00baf2;
}
.ea-color-container--dark-grey a:hover, .ea-marketing-block--color-dark-grey a:hover {
  color: #00baf2;
}
.ea-color-container--dark-grey a:active, .ea-marketing-block--color-dark-grey a:active {
  color: #00baf2;
}
.ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-icon, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-icon, .ea-color-container--dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before, .ea-color-container--dark-grey .ea-tabordion__acc-head a.ea-button.ea-button--transparent:after, .ea-tabordion__acc-head .ea-color-container--dark-grey a.ea-button.ea-button--transparent:after, .ea-marketing-block--color-dark-grey .ea-tabordion__acc-head a.ea-button.ea-button--transparent:after, .ea-tabordion__acc-head .ea-marketing-block--color-dark-grey a.ea-button.ea-button--transparent:after {
  border-color: #00baf2;
}
.ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-icon:before, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-icon:before, .ea-color-container--dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before {
  color: #00baf2;
}
.ea-color-container--coal-grey {
  background-color: #303031;
  color: #ffffff;
}
.ea-color-container--coal-grey a {
  color: #00baf2;
}
.ea-color-container--coal-grey a:visited {
  color: #00baf2;
}
.ea-color-container--coal-grey a:hover {
  color: #00baf2;
}
.ea-color-container--coal-grey a:active {
  color: #00baf2;
}
.ea-color-container--yellow, .ea-marketing-block--color-yellow {
  background-color: #ffd503;
  color: #404041;
}
.ea-color-container--semi-transparent {
  background-color: rgba(255, 255, 255, 0.95);
  color: #404041;
}
.ea-color-container--semi-transparent-white-smoke {
  background-color: rgba(245, 245, 245, 0.95);
  color: #404041;
}
.ea-color-container--semi-transparent-smoke {
  background-color: rgba(224, 224, 225, 0.95);
  color: #404041;
}
.ea-color-container--semi-transparent-dark-smoke {
  background-color: rgba(208, 208, 209, 0.95);
  color: #404041;
}
.ea-color-container--semi-transparent-cyan {
  background-color: rgba(0, 186, 242, 0.95);
  color: #ffffff;
}
.ea-color-container--semi-transparent-cyan a {
  color: #ffffff;
}
.ea-color-container--semi-transparent-cyan a:visited {
  color: #ffffff;
}
.ea-color-container--semi-transparent-cyan a:hover {
  color: #f5f5f5;
}
.ea-color-container--semi-transparent-cyan a:active {
  color: #ffffff;
}
.ea-color-container--semi-transparent-linkblue {
  background-color: rgba(0, 144, 241, 0.95);
  color: #ffffff;
}
.ea-color-container--semi-transparent-linkblue a {
  color: #ffffff;
}
.ea-color-container--semi-transparent-linkblue a:visited {
  color: #ffffff;
}
.ea-color-container--semi-transparent-linkblue a:hover {
  color: #f5f5f5;
}
.ea-color-container--semi-transparent-linkblue a:active {
  color: #ffffff;
}
.ea-color-container--semi-transparent-blue {
  background-color: rgba(0, 25, 175, 0.95);
  color: #ffffff;
}
.ea-color-container--semi-transparent-blue a {
  color: #00baf2;
}
.ea-color-container--semi-transparent-blue a:visited {
  color: #00baf2;
}
.ea-color-container--semi-transparent-blue a:hover {
  color: #00baf2;
}
.ea-color-container--semi-transparent-blue a:active {
  color: #00baf2;
}
.ea-color-container--semi-transparent-dark-grey {
  background-color: rgba(64, 64, 65, 0.95);
  color: #ffffff;
}
.ea-color-container--semi-transparent-dark-grey a {
  color: #00baf2;
}
.ea-color-container--semi-transparent-dark-grey a:visited {
  color: #00baf2;
}
.ea-color-container--semi-transparent-dark-grey a:hover {
  color: #00baf2;
}
.ea-color-container--semi-transparent-dark-grey a:active {
  color: #00baf2;
}
.ea-color-container--semi-transparent-yellow {
  background-color: rgba(255, 213, 3, 0.95);
  color: #404041;
}
.ea-color-container--transparent-light-text {
  background-color: rgba(64, 64, 65, 0);
  color: #ffffff;
}
.ea-color-container--transparent-light-text a {
  color: #00baf2;
}
.ea-color-container--transparent-light-text a:visited {
  color: #00baf2;
}
.ea-color-container--transparent-light-text a:hover {
  color: #00baf2;
}
.ea-color-container--transparent-light-text a:active {
  color: #00baf2;
}
.ea-color-container--transparent-dark-text {
  background-color: rgba(255, 255, 255, 0);
  color: #404041;
}

.ea-logo {
  display: inline-block;
  width: 100px;
  height: auto;
}

.ea-nav-menulist {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.ea-nav-menulist > li {
  position: relative;
}
.ea-nav-menulist > li > a {
  display: block;
  text-decoration: none;
  padding: 1.7rem;
  border: 1px solid #d0d0d1;
  border-bottom: none;
}
.ea-nav-menulist > li > a > span {
  position: absolute;
  color: #b0b0b1;
  top: 1.6rem;
  right: 3.2rem;
}
.ea-nav-menulist > li:first-child a {
  border-top: 1px solid #d0d0d1;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ea-nav-menulist > li:last-child a {
  border-bottom: 1px solid #d0d0d1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ea-nav-menulist > li.closed:after {
  content: "";
}
.ea-nav-menulist > li.selected a {
  background-color: #0019af;
  color: #ffffff;
}
.ea-nav-menulist > li.subitems:after {
  position: absolute;
  font-family: "Elisaicons-16";
  content: "";
  top: 1.6rem;
  right: 1rem;
}

.ea-hero-container {
  color: #ffffff;
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
}
.ea-hero-container a {
  color: #e0e0e1;
}
.ea-hero-container a:visited {
  color: #e0e0e1;
}
.ea-hero-container a:hover {
  color: #e0e0e1;
}
.ea-hero-container a:active {
  color: #e0e0e1;
}
@media only screen and (max-width: 479px) {
  .ea-hero-container {
    min-height: 480px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .ea-hero-container {
    height: 480px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-hero-container {
    height: 312px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-hero-container {
    height: 480px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-hero-container {
    height: 564px;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.ea-hero-container--slim {
  height: 240px;
  min-height: 240px;
}
@media only screen and (min-width: 960px) {
  .ea-hero-container--slim {
    height: 384px;
  }
}
.ea-hero-container__slide {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ea-hero-container__content {
  position: relative;
  height: 100%;
}
.ea-hero-container__imagewrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  overflow: hidden;
}
.ea-hero-container__image img {
  height: 100%;
  position: absolute;
  left: 49.99%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 480px) {
  .ea-hero-container__image img {
    height: auto;
    width: 100%;
  }
}
.ea-hero-container__image-large, .ea-hero-container__image-small {
  position: absolute;
  left: 49.99%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ea-hero-container__image-large {
  height: auto;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 640px) {
  .ea-hero-container__image-large {
    display: inherit;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .ea-hero-container__image-small {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .ea-hero-container__image-small {
    display: none;
  }
}

.ea-marketing-block {
  /* Breakpoint changes */
  /* Modifiers */
}
.ea-marketing-block__content {
  padding: 36px 0px;
}
.ea-marketing-block__title {
  padding-top: 36px;
}
.ea-marketing-block__aside {
  margin-bottom: 24px;
}
.ea-marketing-block__aside img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.ea-marketing-block__article h1, .ea-marketing-block__article h2, .ea-marketing-block__article h3 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
  .ea-marketing-block__article h1, .ea-marketing-block__article h2, .ea-marketing-block__article h3 {
    margin-bottom: 18px;
  }
}
.ea-marketing-block__article p {
  margin-top: 0;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-marketing-block__aside img {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) {
  .ea-marketing-block__aside {
    margin-bottom: 0;
  }
  .ea-marketing-block__aside, .ea-marketing-block__article {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .ea-marketing-block__content > *:first-child {
    padding-right: 36px;
  }
  .ea-marketing-block__content > *:nth-child(2n) {
    padding-left: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-marketing-block__aside img {
    width: 70%;
  }
}
.ea-marketing-block--divider .ea-marketing-block__content, .ea-marketing-grid--divider .ea-marketing-block:not(:last-child) .ea-marketing-block__content {
  border-bottom: 1px solid #d0d0d1;
}
@media only screen and (min-width: 960px) {
  .ea-marketing-block--inverse .ea-marketing-block__aside, .ea-marketing-grid--invert-even .ea-marketing-block:nth-child(2n) .ea-marketing-block__aside, .ea-marketing-grid--invert-odd .ea-marketing-block:nth-child(2n +1) .ea-marketing-block__aside, .ea-marketing-grid--inverse .ea-marketing-block .ea-marketing-block__aside, .ea-marketing-block--inverse .ea-marketing-block__article, .ea-marketing-grid--invert-even .ea-marketing-block:nth-child(2n) .ea-marketing-block__article, .ea-marketing-grid--invert-odd .ea-marketing-block:nth-child(2n +1) .ea-marketing-block__article, .ea-marketing-grid--inverse .ea-marketing-block .ea-marketing-block__article {
    direction: ltr;
  }
  .ea-marketing-block--inverse .ea-marketing-block__content, .ea-marketing-grid--invert-even .ea-marketing-block:nth-child(2n) .ea-marketing-block__content, .ea-marketing-grid--invert-odd .ea-marketing-block:nth-child(2n +1) .ea-marketing-block__content, .ea-marketing-grid--inverse .ea-marketing-block .ea-marketing-block__content {
    direction: rtl;
  }
  .ea-marketing-block--inverse .ea-marketing-block__content > *:first-child, .ea-marketing-grid--invert-even .ea-marketing-block:nth-child(2n) .ea-marketing-block__content > *:first-child, .ea-marketing-grid--invert-odd .ea-marketing-block:nth-child(2n +1) .ea-marketing-block__content > *:first-child, .ea-marketing-grid--inverse .ea-marketing-block .ea-marketing-block__content > *:first-child {
    padding-right: 0;
    padding-left: 36px;
  }
  .ea-marketing-block--inverse .ea-marketing-block__content > *:nth-child(2n), .ea-marketing-grid--invert-even .ea-marketing-block:nth-child(2n) .ea-marketing-block__content > *:nth-child(2n), .ea-marketing-grid--invert-odd .ea-marketing-block:nth-child(2n +1) .ea-marketing-block__content > *:nth-child(2n), .ea-marketing-grid--inverse .ea-marketing-block .ea-marketing-block__content > *:nth-child(2n) {
    padding-left: 0;
    padding-right: 36px;
  }
  .ea-marketing-block--4to6ratio .ea-marketing-block__aside, .ea-marketing-grid--4to6ratio .ea-marketing-block .ea-marketing-block__aside {
    width: 40%;
  }
  .ea-marketing-block--4to6ratio .ea-marketing-block__article, .ea-marketing-grid--4to6ratio .ea-marketing-block .ea-marketing-block__article {
    width: 60%;
  }
  .ea-marketing-block--1to2ratio .ea-marketing-block__aside {
    width: 33.3%;
  }
  .ea-marketing-block--1to2ratio .ea-marketing-block__article {
    width: 66.6%;
  }
  .ea-marketing-block--align-top .ea-marketing-block__aside, .ea-marketing-grid--align-top .ea-marketing-block .ea-marketing-block__aside, .ea-marketing-block--align-top .ea-marketing-block__article, .ea-marketing-grid--align-top .ea-marketing-block .ea-marketing-block__article {
    vertical-align: top;
  }
  .ea-marketing-block--align-middle .ea-marketing-block__aside, .ea-marketing-block--align-middle .ea-marketing-block__article {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-marketing-block--narrow .ea-marketing-block__title, .ea-marketing-grid--narrow .ea-marketing-block .ea-marketing-block__title, .ea-marketing-block--narrow .ea-marketing-block__content, .ea-marketing-grid--narrow .ea-marketing-block .ea-marketing-block__content {
    width: 1000px;
  }
}

.ea-hero-marketing__title {
  color: #ffffff;
  text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.5);
  margin: 36px 0 24px 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .ea-hero-marketing__title {
    text-align: left;
  }
}
.ea-hero-marketing__upper-part {
  position: relative;
  height: 324px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .ea-hero-marketing__upper-part {
    height: 324px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-hero-marketing__upper-part {
    height: 192px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-hero-marketing__upper-part {
    height: 324px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-hero-marketing__upper-part {
    height: 432px;
  }
}
.ea-hero-marketing__lower-part {
  position: relative;
  height: 156px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .ea-hero-marketing__lower-part {
    height: 156px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-hero-marketing__lower-part {
    height: 132px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-hero-marketing__lower-part {
    height: 156px;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-hero-marketing__lower-part {
    height: 216px;
  }
}
.ea-hero-marketing__text-content {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.ea-hero-marketing__paragraph {
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 480px) {
  .ea-hero-marketing__paragraph {
    text-align: left;
  }
}
.ea-hero-marketing__buttons {
  margin: 0 auto;
}
.ea-hero-marketing__buttons .ea-button {
  margin-bottom: 12px;
  width: 100%;
  display: block;
  text-align: center;
}

.ea-marketing-wall__image {
  text-align: center;
}
.ea-marketing-wall__image img {
  max-width: 80%;
}
.ea-marketing-wall__text-content a::after {
  content: "\0000a0\00203a";
}
.ea-marketing-wall__item {
  background: #ffffff;
}
.ea-marketing-wall__item:nth-child(even) {
  background: #f5f5f5;
}
@media only screen and (min-width: 640px) {
  .ea-marketing-wall__item:nth-child(even) {
    background: #ffffff;
  }
}

.ea-download-card__title {
  text-align: center;
}
.ea-download-card .ea-image-promotion__image {
  text-align: right;
  width: 100%;
}
.ea-download-card .ea-image-promotion__image img {
  width: 80%;
}

.ea-offering-comparison {
  padding: 96px 0;
}
.ea-offering-comparison__item.ea-flexbox__item {
  padding: 0 0 0 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .ea-offering-comparison__item.ea-flexbox__item {
    max-width: 46%;
  }
  .ea-offering-comparison .ea-flexbox--3-items .ea-offering-comparison__item.ea-flexbox__item {
    max-width: 30%;
  }
}

.ea-carousel .slick-prev:before {
  content: '';
}
.ea-carousel .slick-next:before {
  content: '';
}
.ea-carousel .slick-next, .ea-carousel .slick-next:hover, .ea-carousel .slick-next:focus {
  width: 27px;
  height: 27px;
  display: none;
  background: url("/images/btn-arrow.svg") no-repeat 0px 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-right: -15px;
}
.ea-carousel .slick-prev, .ea-carousel .slick-prev:hover, .ea-carousel .slick-prev:focus {
  width: 27px;
  height: 27px;
  display: none;
  background: url("/images/btn-arrow.svg") no-repeat 0px 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-left: -15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 480px) {
  .ea-carousel {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 640px) {
  .ea-carousel {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.ea-video-carousel {
  padding: 96px 0;
}
.ea-video-carousel__description {
  padding-top: 24px;
}

.ea-product {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
}
.ea-product > a {
  text-decoration: none;
  color: #404041;
}
.ea-product__image {
  width: 100%;
  min-height: 140px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0;
}
.ea-product__manufacturer, .ea-product__productname, .ea-product__price, .ea-product__disclaimer {
  display: block;
}
.ea-product__manufacturer {
  font-size: 18px;
  color: #0090f1;
}
.ea-product__productname {
  font-size: 24px;
  line-height: 33px;
  height: 66px;
  overflow: hidden;
}
.ea-product__price {
  font-size: 20px;
  font-weight: lighter;
}
.ea-product__price__number {
  font-size: 24px;
  font-weight: normal;
}
.ea-product__disclaimer {
  color: #b0b0b1;
  font-size: 14px;
}
.ea-product__disclaimer__hidden {
  visibility: hidden;
}
.ea-product .ea-button {
  margin-top: 10px;
}

.ea-channel-package {
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package {
    margin-bottom: 20px;
  }
}
.ea-channel-package > img {
  position: absolute;
  right: 0;
  top: 0;
}
.ea-channel-package__image img {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__image img {
    margin-top: 92px;
  }
}
.ea-channel-package__header {
  margin-bottom: 12px;
  margin-top: 24px;
  width: 80%;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__header--popup-only {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__content {
    padding-right: 20px;
  }
}
.ea-channel-package__short-desc {
  margin-bottom: 36px;
  margin-top: 12px;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__short-desc.offer-width {
    width: 80%;
  }
}
.ea-channel-package__price {
  color: #ff6400;
  text-align: left;
}
.ea-channel-package__normal--price {
  text-decoration: line-through;
  text-transform: capitalize;
}
.ea-channel-package__more-info-links {
  cursor: pointer;
  margin-top: 12px;
  vertical-align: middle;
}
.ea-channel-package__more-info-links a {
  display: block;
}
.ea-channel-package__more-info-links .icon {
  margin-right: 10px;
  height: 14px;
}
.ea-channel-package__additional {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  z-index: 80;
  overflow-y: scroll;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__additional {
    position: initial;
    height: auto;
  }
}
.ea-channel-package__header--wrapper {
  height: 56px;
  width: inherit;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__header--wrapper {
    display: none;
  }
}
.ea-channel-package__header--fixed {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0;
}
.ea-channel-package__close {
  position: absolute;
  right: 0;
  top: 9px;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .ea-channel-package__close {
    display: none;
  }
}
.ea-channel-package__packages {
  margin-top: 24px;
}
.ea-channel-package__list-item {
  width: 50px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 12px;
}
.ea-channel-package__list-item a div {
  display: none;
}
.ea-channel-package__how-to-buy {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 30px;
  background: rgba(161, 213, 174, 0.15);
}
.ea-channel-package__how-to-buy a {
  margin-bottom: 12px;
}
.ea-channel-package__how-to-buy a::after {
  content: "\0000a0\00203a";
}
.ea-channel-package__desc {
  margin-top: 24px;
}
.ea-channel-package__desc p {
  padding: 5px 0 20px 0;
}

.ea-philosophy {
  text-align: center;
}

.ea-card {
  position: relative;
  background-color: #ffffff;
}
.ea-card__title {
  background-color: #0019af;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
}
.ea-card__content {
  padding: 24px 20px 96px 20px;
}
.ea-card__content:last-child {
  padding: 24px 20px 24px 20px;
}
.ea-card__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  padding: 12px 20px 24px 20px;
}
.ea-card--title-cyan .ea-card__title {
  background-color: #00baf2;
}

.ea-video-thumbnail {
  padding: 12px 10px;
  text-align: center;
}
.ea-video-thumbnail__picture {
  margin: 0 auto;
}

.ea-button,
a.ea-button,
a:active.ea-button,
a:visited.ea-button,
a:hover.ea-button {
  color: #ffffff;
}
.ea-button.eam-light, .ea-button--light, .ea-button--transparent,
a.ea-button.eam-light,
a.ea-button--light,
a.ea-button--transparent,
a:active.ea-button.eam-light,
a:active.ea-button--light,
a:active.ea-button--transparent,
a:visited.ea-button.eam-light,
a:visited.ea-button--light,
a:visited.ea-button--transparent,
a:hover.ea-button.eam-light,
a:hover.ea-button--light,
a:hover.ea-button--transparent {
  color: #404041;
}
.ea-button.eam-light:hover, .ea-button--light:hover, .ea-button--transparent:hover,
a.ea-button.eam-light:hover,
a.ea-button--light:hover,
a.ea-button--transparent:hover,
a:active.ea-button.eam-light:hover,
a:active.ea-button--light:hover,
a:active.ea-button--transparent:hover,
a:visited.ea-button.eam-light:hover,
a:visited.ea-button--light:hover,
a:visited.ea-button--transparent:hover,
a:hover.ea-button.eam-light:hover,
a:hover.ea-button--light:hover,
a:hover.ea-button--transparent:hover {
  color: #404041;
}
.ea-button.eam-disabled, .ea-button--disabled,
a.ea-button.eam-disabled,
a.ea-button--disabled,
a:active.ea-button.eam-disabled,
a:active.ea-button--disabled,
a:visited.ea-button.eam-disabled,
a:visited.ea-button--disabled,
a:hover.ea-button.eam-disabled,
a:hover.ea-button--disabled {
  color: #b0b0b1;
}

.ea-button {
  background: #0019af;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 9px 29px;
  border: 3px solid transparent;
  outline: none;
  letter-spacing: 1px;
}
.ea-button:hover {
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  background: #263cbb;
}
.ea-button:active {
  background: #00169b;
}
.ea-button.eam-orange, .ea-button--orange {
  background: #ff6400;
}
.ea-button.eam-orange:hover, .ea-button--orange:hover {
  background: #ff7b26;
}
.ea-button.eam-orange:active, .ea-button--orange:active {
  background: #eb5c00;
}
.ea-button.eam-wide, .ea-button--wide {
  display: block;
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.ea-button.eam-darkgrey, .ea-button--darkgrey {
  background: #404041;
}
.ea-button.eam-darkgrey:hover, .ea-button--darkgrey:hover {
  background: #5d5d5e;
}
.ea-button.eam-darkgrey:active, .ea-button--darkgrey:active {
  background: #363637;
}
.ea-button.eam-light, .ea-button--light, .ea-button--transparent {
  background-color: #ffffff;
  border: 2px solid #404041;
  border-radius: 2px;
  padding: 10px 30px;
  color: #404041;
}
.ea-button.eam-light:hover, .ea-button--light:hover, .ea-button--transparent:hover {
  border: 2px solid #404041;
  background-color: #f5f5f5;
}
.ea-button.eam-light:active, .ea-button--light:active, .ea-button--transparent:active {
  background-color: #ebebeb;
}
.ea-button--transparent {
  background-color: transparent;
}
.ea-button--transparent:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ea-color-container--cyan .ea-button--transparent, .ea-marketing-block--color-cyan .ea-button--transparent, .ea-color-container--linkblue .ea-button--transparent, .ea-marketing-block--color-blue .ea-button--transparent, .ea-color-container--blue .ea-button--transparent, .ea-color-container--dark-blue .ea-button--transparent, .ea-marketing-block--color-dark-blue .ea-button--transparent, .ea-color-container--dark-grey .ea-button--transparent, .ea-marketing-block--color-dark-grey .ea-button--transparent {
  color: #ffffff;
  border-color: #ffffff;
}
.ea-color-container--cyan .ea-button--transparent:hover, .ea-marketing-block--color-cyan .ea-button--transparent:hover, .ea-color-container--linkblue .ea-button--transparent:hover, .ea-marketing-block--color-blue .ea-button--transparent:hover, .ea-color-container--blue .ea-button--transparent:hover, .ea-color-container--dark-blue .ea-button--transparent:hover, .ea-marketing-block--color-dark-blue .ea-button--transparent:hover, .ea-color-container--dark-grey .ea-button--transparent:hover, .ea-marketing-block--color-dark-grey .ea-button--transparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ea-button--transparent:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.ea-button--lightblue {
  background: #0090f1;
}
.ea-button--lightblue:hover {
  background: #26a1f3;
}
.ea-button--lightblue:active {
  background: #0084dd;
}
.ea-button.eam-disabled, .ea-button--disabled {
  background: #e0e0e1;
  cursor: default;
}
.ea-button.eam-disabled:hover, .ea-button--disabled:hover {
  background: #e0e0e1;
}
.ea-button.eam-condensed, .ea-button--condensed {
  font-size: 1.2rem;
  padding: 1.2rem 2.4rem;
}
.ea-button--small {
  font-size: 12px;
  line-height: 16px;
  padding: 7px 20px;
}

.ea-button.ea-icon, .ea-checked-list li.ea-button:before, .ea-rich-text--checked-ul ul li.ea-button:before, .ea-button.ea-accordion__header:before, .ea-tabordion__acc-head a.ea-button:after {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}

.ea-button.ea-icon::before, .ea-checked-list li.ea-button:before::before, .ea-rich-text--checked-ul ul li.ea-button:before::before, .ea-button.ea-accordion__header:before::before {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0.75em;
}

.ea-button.ea-button--light.ea-icon::before, .ea-checked-list li.ea-button.ea-button--light:before::before, .ea-rich-text--checked-ul ul li.ea-button.ea-button--light:before::before, .ea-button.ea-button--light.ea-accordion__header:before::before,
.ea-button.ea-button--transparent.ea-icon::before,
.ea-checked-list li.ea-button.ea-button--transparent:before::before,
.ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before::before,
.ea-button.ea-button--transparent.ea-accordion__header:before::before {
  color: #0090f1;
}

.ea-table-three-cols {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
}
.ea-table-three-cols tbody {
  border: 2px solid #d0d0d1;
}
.ea-table-three-cols th,
.ea-table-three-cols td {
  width: 33.3%;
  padding: 11px;
}
.ea-table-three-cols th {
  text-align: left;
  text-transform: uppercase;
  color: #8d8e8f;
  font-size: 1.1rem;
}
.ea-table-three-cols small {
  display: block;
  font-size: 1.1rem;
}
.ea-table-three-cols .active {
  border: 2px solid #0090f1;
}

.ea-selectlist {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.ea-selectlist > li {
  position: relative;
  border: 2px solid #d0d0d1;
  border-bottom: none;
  cursor: pointer;
  padding: 1.6rem;
  background-color: #ffffff;
}
.ea-selectlist > li:last-child {
  border-bottom: 2px solid #d0d0d1;
}
.ea-selectlist > li:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
}
.ea-selectlist > li.selected {
  border: 2px solid #0090f1;
}
.ea-selectlist > li.disabled {
  color: #b0b0b1;
}

.ea-article-ul, .ea-rich-text ul, .ea-marketing-block__article ul {
  font-family: "Open Sans", Arial, sans-serif;
  margin-left: 1.3em;
  margin-bottom: 12px;
  list-style-type: disc;
}
.ea-article-ul li, .ea-rich-text ul li, .ea-marketing-block__article ul li {
  margin-bottom: 2px;
}
.ea-article-ul ul, .ea-rich-text ul ul, .ea-marketing-block__article ul ul {
  list-style-type: circle;
  margin-left: 1.3em;
}

.ea-article-ol, .ea-rich-text ol, .ea-marketing-block__article ol {
  font-family: "Open Sans", Arial, sans-serif;
  margin-left: 1.3em;
  margin-bottom: 12px;
  list-style-type: decimal;
}
.ea-article-ol li, .ea-rich-text ol li, .ea-marketing-block__article ol li {
  margin-bottom: 2px;
}

.ea-checked-list, .ea-rich-text--checked-ul ul {
  font-family: "Open Sans", Arial, sans-serif;
  margin-left: 0;
  list-style-type: none;
}
.ea-checked-list li:before, .ea-rich-text--checked-ul ul li:before {
  color: #0090f1;
  padding-right: 10px;
  vertical-align: -3px;
}
.ea-checked-list li, .ea-rich-text--checked-ul ul li {
  padding-left: 26px;
  text-indent: -26px;
  line-height: 24px;
}

.ea-big-ol {
  counter-reset: big-ol-counter;
  margin-top: 48px;
}
.ea-big-ol li {
  counter-increment: big-ol-counter;
  margin-bottom: 48px;
  text-align: center;
}
.ea-big-ol li:before {
  content: counter(big-ol-counter);
  margin: 0 auto 12px auto;
  display: block;
  text-align: center;
  border-width: thin;
  border-style: solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 100px;
}
@media only screen and (min-width: 640px) {
  .ea-big-ol li {
    text-align: left;
    white-space: nowrap;
  }
  .ea-big-ol li:before {
    margin: 0 20px 0 0;
    display: inline-block;
  }
}

.ea-download-list__item {
  padding-top: 24px;
}
@media only screen and (min-width: 1280px) {
  .ea-download-list__item {
    padding-top: 36px;
  }
}
.ea-download-list__image {
  min-width: 6%;
  vertical-align: middle;
  height: 25px;
  width: 20px;
  margin-right: 10px;
}
.ea-download-list__link {
  color: #404041;
}

.ea-selectlist {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.ea-selectlist__content {
  background: #ffffff;
  border: 2px solid #d0d0d1;
  border-radius: 2px;
  padding: 1.4rem 3.2rem 1.4rem 1.6rem;
  overflow: hidden;
  cursor: pointer;
}
.ea-selectlist__content:after {
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  right: 1.6rem;
  font-family: "Elisaicons-16";
  content: "";
}
.ea-selectlist__dropdown {
  /* Positioning */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.15);
  /* Styles */
  background: #ffffff;
  border: 1px solid #d0d0d1;
  border-radius: 2px;
  font-weight: normal;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  list-style: none;
  /* Hiding */
  display: none;
  pointer-events: none;
  z-index: 20;
}
.ea-selectlist__dropdown__item {
  cursor: pointer;
  position: relative;
  padding: 12px;
  color: #404041;
}
.ea-selectlist__dropdown__item:hover {
  color: #808081;
}
.ea-selectlist__dropdown__item--selected {
  color: #ffffff;
  background-color: #0090f1;
}
.ea-selectlist__dropdown__item--selected:hover {
  color: #ffffff;
}
.ea-selectlist__dropdown__item:focus {
  outline: none;
  color: #ffffff;
  background-color: #0090f1;
}
.ea-selectlist__dropdown__item:focus:hover {
  color: #ffffff !important;
}
.ea-selectlist--open .ea-selectlist__dropdown {
  display: block;
  pointer-events: auto;
}
.ea-selectlist--open .ea-selectlist__content {
  border: 2px solid #0090f1;
}
.ea-selectlist--selected .ea-selectlist__content {
  border: 2px solid #0090f1;
}

.ea-selectlist-pricelist-narrow {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
}
.ea-selectlist-pricelist-narrow > li {
  background: #ffffff;
  position: relative;
  float: left;
  border: 2px solid #d0d0d1;
  cursor: pointer;
  padding: 0.6rem 1.7rem;
  margin-bottom: .5rem;
  text-align: center;
  margin-right: 2px;
}
.ea-selectlist-pricelist-narrow > li:last-child {
  margin-right: 0;
}
.ea-selectlist-pricelist-narrow > li:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
}
.ea-selectlist-pricelist-narrow > li.selected {
  border: 2px solid #0090f1;
}
.ea-selectlist-pricelist-narrow > li.disabled {
  color: #b0b0b1;
}
.ea-selectlist-pricelist-narrow > li > p {
  font-size: 1.1rem;
  margin: 0;
}
.ea-selectlist-pricelist-narrow > li > span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
}
.ea-selectlist-pricelist-narrow.eam-has-two li {
  width: 49%;
  /* old browser support */
  width: calc(50% - 2px);
}

.ea-accordion__element {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  border-bottom: 1px solid #d0d0d1;
  border-top: 1px solid #d0d0d1;
  cursor: pointer;
  color: #404041;
  padding: 12px;
  display: block;
}
.ea-accordion__header {
  line-height: 60px;
  height: 60px;
  margin-right: 40px;
}
.ea-accordion__header span {
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .ea-accordion__header span {
    font-size: 24px;
    line-height: 18px;
  }
}
.ea-accordion__header:before {
  position: absolute;
  right: 16px;
  font-family: "Elisaicons-16";
  color: #0090f1;
  font-size: 3.2rem;
  line-height: 60px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.ea-accordion__content {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.82, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.82, 0, 0.1, 1);
}
@media only screen and (min-width: 960px) {
  .ea-accordion__content {
    padding-right: 40px;
  }
}
.ea-accordion__element--expanded > .ea-accordion__header:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ea-accordion__element--expanded > .ea-accordion__content {
  max-height: 1000px;
  padding-bottom: 12px;
}
.ea-accordion--tight .ea-accordion__element {
  padding: 12px 0;
}

.ea-tabordion__tab-bar {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ea-tabordion__tab-bar-pad {
  border-style: solid;
  border-color: #d0d0d1;
  border-width: 0 0 1px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ea-tabordion__acc-head {
  color: #0090f1;
  border-style: solid;
  border-color: #d0d0d1;
  border-width: 1px;
  border-radius: 4px;
  padding: 11px 19px;
  text-align: center;
  height: 49px;
  margin-bottom: -1px;
  position: relative;
}
.ea-tabordion__acc-head a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 48px;
}
.ea-tabordion__acc-head a:after {
  color: #404041;
  content: "";
  position: absolute;
  right: 20px;
}
.ea-tabordion__acc-head--selected {
  border-color: #d0d0d1 #d0d0d1 transparent #d0d0d1;
  color: #404041;
  border-radius: 4px 4px 0 0;
}
.ea-tabordion__acc-head--selected a:after {
  content: "";
}
.ea-tabordion__acc-head--selected + .ea-tabordion__body {
  display: block;
}
.ea-tabordion__tab-head {
  color: #0090f1;
  border-style: solid;
  border-color: #d0d0d1;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  padding: 11px 19px;
  text-align: center;
  white-space: nowrap;
  height: 48px;
  text-align: left;
  border-color: transparent transparent #d0d0d1 transparent;
}
.ea-tabordion__tab-head--selected {
  border-color: #d0d0d1 #d0d0d1 transparent #d0d0d1;
  color: #404041;
}
.ea-tabordion__body {
  border-style: solid;
  border-color: #d0d0d1;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 4px 4px;
  margin-bottom: -1px;
  padding-left: 19px;
  padding-right: 19px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .ea-tabordion__acc-head {
    display: none;
  }
  .ea-tabordion__tab-bar {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ea-tabordion__body {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.ea-linkbox {
  position: relative;
}
.ea-linkbox__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ea-linkbox__link:hover {
  background-color: #ffffff;
  opacity: 0.4;
}

*::-webkit-input-placeholder {
  color: #808081;
  font-family: "Open Sans", Arial, sans-serif;
}

*:-moz-placeholder {
  color: #808081;
  font-family: "Open Sans", Arial, sans-serif;
  opacity: 1;
}

*::-moz-placeholder {
  color: #808081;
  font-family: "Open Sans", Arial, sans-serif;
}

*:-ms-input-placeholder {
  color: #808081;
  font-family: "Open Sans", Arial, sans-serif;
}

.ea-input[type='text'],
.ea-input[type='password'],
.ea-input[type='number'],
.ea-input[type='email'],
.ea-input[type='tel'] {
  font-family: "Open Sans", Arial, sans-serif;
  background: #ffffff;
  border: 2px solid #d0d0d1;
  border-radius: 2px;
  color: #404041;
  padding: 1.4rem;
  font-size: 1.6rem;
  outline: none;
}
.ea-input[type='text'][disabled],
.ea-input[type='password'][disabled],
.ea-input[type='number'][disabled],
.ea-input[type='email'][disabled],
.ea-input[type='tel'][disabled] {
  border: 2px solid #e0e0e1;
  color: #d0d0d1;
}
.ea-input[type='text'].eam-wide,
.ea-input[type='password'].eam-wide,
.ea-input[type='number'].eam-wide,
.ea-input[type='email'].eam-wide,
.ea-input[type='tel'].eam-wide {
  width: 100%;
}

.ea-input-with-label {
  font-family: "Open Sans", Arial, sans-serif;
  padding-bottom: 4px;
}
.ea-input-with-label > label {
  opacity: 0;
  color: #999999;
  font-size: 1.3rem;
  line-height: 2.4rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ea-input-with-label > label.visible {
  opacity: 1;
}
.ea-input-with-label.eam-selected > label, .ea-input-with-label.visible > label, .ea-input-with-label.ng-invalid:not(.ng-pristine) > label, .ea-input-with-label.eam-selected > label, .ea-input-with-label.eam-error > label, .ea-input-with-label.eam-ok > label {
  opacity: 1;
}
.ea-input-with-label > .input-container {
  position: relative;
}
.ea-input-with-label > .input-container input {
  outline: none;
  font-size: 1.6rem;
  width: 100%;
  background: #ffffff;
  color: #404041;
}
.ea-input-with-label > .input-container input::-webkit-input-placeholder {
  color: #b0b0b1;
}
.ea-input-with-label > .input-container input::-moz-placeholder {
  color: #b0b0b1;
}
.ea-input-with-label > .input-container input:-ms-input-placeholder {
  color: #b0b0b1;
}
.ea-input-with-label > .input-container input::placeholder {
  color: #b0b0b1;
}
.ea-input-with-label > .input-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ea-input-with-label > .input-container input:focus::-moz-placeholder {
  color: transparent;
}
.ea-input-with-label > .input-container input:focus:-ms-input-placeholder {
  color: transparent;
}
.ea-input-with-label > .input-container input:focus::placeholder {
  color: transparent;
}
.ea-input-with-label > .input-container:after {
  font-family: "Elisaicons-16";
  font-size: 1.6rem;
  line-height: 130%;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
}
.ea-input-with-label > .message {
  color: #999999;
  font-size: 13px;
  padding-top: 6px;
}
.ea-input-with-label.eam-selected label {
  color: #0090f1;
}
.ea-input-with-label.eam-selected .input-container input {
  border-color: #0090f1;
}
.ea-input-with-label.ng-pristine.ng-invalid-required .input-container:after, .ea-input-with-label.eam-required .input-container:after {
  font-family: "Elisaicons-16";
  content: "";
  color: #0090f1;
}
.ea-input-with-label.ng-invalid:not(.ng-pristine) .input-container input, .ea-input-with-label.eam-error .input-container input {
  border-color: #ee4444;
}
.ea-input-with-label.ng-valid:not(.ng-pristine) .input-container:after, .ea-input-with-label.eam-ok .input-container:after {
  font-family: "Elisaicons-16";
  content: "";
  color: #00a950;
}

.ea-input-label {
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
}
.ea-input-label .ea-input-icon {
  background: #ffffff;
  border: 2px solid #b0b0b1;
  color: #404041;
  padding: 12px 28px;
  width: 100%;
}
.ea-input-label .ea-icon, .ea-input-label .ea-checked-list li:before, .ea-checked-list .ea-input-label li:before, .ea-input-label .ea-rich-text--checked-ul ul li:before, .ea-rich-text--checked-ul ul .ea-input-label li:before, .ea-input-label .ea-accordion__header:before, .ea-input-label .ea-tabordion__acc-head a:after, .ea-tabordion__acc-head .ea-input-label a:after {
  position: absolute;
  left: 8px;
  top: 15px;
  color: #b0b0b1;
}
.ea-input-label[disabled] {
  background: #cacaca;
}
.ea-input-label:before {
  font-family: "Elisaicons-16";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.ea-input-label.eam-user:before {
  content: "";
}
.ea-input-label.eam-pwd:before {
  content: "";
}

.ea-select {
  background: #ffffff;
  border: 2px solid #d0d0d1;
  border-radius: 2px;
  color: #404041;
  padding: 1.4rem;
}
.ea-select[disabled] {
  border: 2px solid #e0e0e1;
  padding: 1.4rem;
  color: #d0d0d1;
}

.ea-checkbox {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  line-height: 2.4rem;
  font-size: 1.6rem;
  position: relative;
}
.ea-checkbox input {
  display: none;
}
.ea-checkbox input + label {
  padding-left: 35px;
  display: inline-block;
  cursor: pointer;
}
.ea-checkbox input + label .ea-checkbox-icon {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  vertical-align: middle;
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.0rem;
  font-size: 1.6rem;
  font-family: "Elisaicons-16";
  text-align: center;
  border: 2px solid #d0d0d1;
  background: #ffffff;
  color: #ffffff;
}
.ea-checkbox input:checked + label .ea-checkbox-icon {
  border: 2px solid #0090f1;
  background: #0090f1;
}
.ea-checkbox:hover input + label .ea-checkbox-icon {
  border: 2px solid #0090f1;
}

.ea-radio {
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  line-height: 2.4rem;
  font-size: 1.6rem;
  position: relative;
}
.ea-radio input {
  display: none;
}
.ea-radio input + label {
  padding-left: 35px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.ea-radio input + label .ea-radio-icon {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  vertical-align: middle;
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-family: "Elisaicons-16";
  text-align: center;
  border: 2px solid #d0d0d1;
  background: #ffffff;
  border-radius: 100%;
  color: #ffffff;
}
.ea-radio input + label .ea-radio-icon-inner {
  display: none;
  border-radius: 50%;
  background: #0090f1;
  border: 3px solid #ffffff;
  height: 100%;
  width: 100%;
}
.ea-radio input + label:hover .ea-radio-icon {
  border: 2px solid #0090f1;
}
.ea-radio input:checked + label .ea-radio-icon {
  border: 2px solid #0090f1;
  background: #0090f1;
}
.ea-radio input:checked + label .ea-radio-icon-inner {
  display: block;
}

.ea-combobox {
  font-family: "Open Sans", Arial, sans-serif;
  display: inline-block;
  width: 100%;
}
.ea-combobox__label {
  color: #808081;
  font-size: 1.3rem;
  line-height: 2.4rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.ea-combobox__label--visible {
  opacity: 1 !important;
}
.ea-combobox__container {
  position: relative;
}
.ea-combobox__container .ea-input {
  width: 100%;
}
.ea-combobox__container:after {
  font-family: "Elisaicons-16";
  font-size: 1.6rem;
  line-height: 130%;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  z-index: 10;
  content: "";
}
.ea-combobox--search .ea-combobox__container:after {
  content: "";
}
.ea-combobox--open .ea-combobox__container .ea-input, .ea-combobox--selected .ea-combobox__container .ea-input {
  border: 2px solid #0090f1;
}
.ea-combobox--open .ea-combobox__label, .ea-combobox--selected .ea-combobox__label {
  opacity: 1;
  color: #0090f1;
}
.ea-combobox--open .ea-combobox__dropdown {
  max-height: 207px;
  display: block;
  text-align: center;
  pointer-events: auto;
  overflow-y: scroll;
}
.ea-combobox .ea-combobox__highlight {
  font-weight: bold;
  color: #0090f1;
}
.ea-combobox .ea-selectlist__dropdown__item--selected .ea-combobox__highlight,
.ea-combobox .ea-selectlist__dropdown__item:focus .ea-combobox__highlight {
  color: #e0e0e1;
}
.ea-combobox--required .ea-combobox__container:after, .ea-combobox.ng-invalid-required .ea-combobox__container:after {
  content: "";
  color: #0090f1;
}
.ea-combobox--error .ea-combobox__container .ea-input, .ea-combobox.ng-dirty.ng-invalid .ea-combobox__container .ea-input {
  border-color: #ee4444;
}
.ea-combobox--ok .ea-combobox__container:after, .ea-combobox.ng-dirty.ng-valid-required .ea-combobox__container:after {
  content: "";
  color: #00a950;
}

.ea-addremovecart {
  font-size: 16px;
  color: #404041;
  font-family: "Open Sans", Arial, sans-serif;
}
.ea-addremovecart__amount, .ea-addremovecart__button {
  background-color: #ffffff;
  border: 2px solid #d0d0d1;
  cursor: pointer;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
  display: block;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ea-addremovecart__amount:active, .ea-addremovecart__button:active {
  background-color: #f2f2f2;
  outline: none;
}
.ea-addremovecart__amount:focus, .ea-addremovecart__button:focus {
  outline: none;
}
.ea-addremovecart__amount {
  border-left: none;
  border-right: none;
  cursor: default;
}
.ea-addremovecart__button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ea-addremovecart__button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ea-addremovecart--rounded .ea-addremovecart__amount {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
}
.ea-addremovecart--rounded .ea-addremovecart__button {
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 28px;
  color: #b0b0b1;
  border-color: #b0b0b1;
  border-radius: 50%;
}
.ea-addremovecart--rounded .ea-addremovecart__button:last-child {
  line-height: 25px;
}

.ea-on-off-switch {
  position: relative;
  width: 55px;
  height: 36px;
  padding: 2px 0;
}
.ea-on-off-switch__checkbox {
  display: none;
}
.ea-on-off-switch__label {
  display: block;
  cursor: pointer;
  height: 32px;
  border: 2px solid #b0b0b1;
  border-radius: 16px;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.ea-on-off-switch__label::after {
  box-sizing: content-box;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b0b0b1;
  position: absolute;
  top: 6px;
  right: 26px;
  border: 2px solid #b0b0b1;
  border-radius: 16px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-property: background-color, border-color, right;
  transition-property: background-color, border-color, right;
}
.ea-on-off-switch__checkbox:checked + .ea-on-off-switch__label {
  background-color: #00a950;
  border-color: #00a950;
}
.ea-on-off-switch__checkbox:checked + .ea-on-off-switch__label:after {
  right: 3px;
  background-color: #ffffff;
  border-color: #ffffff;
}

.ea-notification {
  position: relative;
  padding: 1.6rem;
  line-height: 16px;
  background: #0090f1;
  color: #ffffff;
  border-radius: 2px;
}
.ea-notification__link {
  color: #ffffff;
  text-decoration: underline;
}
.ea-notification__image {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  top: -7px;
  margin-right: 1.2rem;
}
.ea-notification--success, .ea-notification--alert, .ea-notification--error, .ea-notification--failure {
  padding-left: 50px;
}
.ea-notification--success:before, .ea-notification--alert:before, .ea-notification--error:before, .ea-notification--failure:before {
  position: absolute;
  font-family: "Elisaicons-16";
  left: 20px;
}
.ea-notification--success {
  background: #54bc7b;
}
.ea-notification--success:before {
  content: "";
}
.ea-notification--alert {
  background: #fcaf17;
}
.ea-notification--alert:before {
  content: "";
}
.ea-notification--failure {
  background: #ee4444;
}
.ea-notification--failure:before {
  content: "";
}
.ea-notification--error {
  background: #ee4444;
}
.ea-notification--error:before {
  content: "";
}
.ea-notification--no-font-icon {
  padding-left: 1.6rem;
}
.ea-notification--no-font-icon:before {
  display: none;
}
.ea-notification__close {
  padding: 1.6rem;
  margin: -1.6rem;
  cursor: pointer;
  float: right;
}

.ea-tooltip {
  position: relative;
}
.ea-tooltip:hover {
  z-index: 20;
}
.ea-tooltip:hover > .ea-tooltip__text {
  visibility: visible;
}
.ea-tooltip--icon {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #ffffff;
  background: #0090f1;
  cursor: pointer;
}
.ea-tooltip--icon:before {
  content: 'i';
}
.ea-tooltip__text {
  visibility: hidden;
  display: block;
  position: absolute;
  width: 240px;
  color: #404041;
  min-height: 36px;
  background: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 3px;
  padding: 20px;
  top: -5px;
  margin-top: -15px;
  box-shadow: 0px 0px 3px 2px #b0b0b1;
}
.ea-tooltip__text::before {
  content: '';
  position: absolute;
  top: 38px;
  margin-top: -16px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 0px 0px 3px 2px #b0b0b1;
  background-color: #ffffff;
}
.ea-tooltip__text::after {
  content: '';
  position: absolute;
  top: 27px;
  margin-top: -16px;
  width: 14px;
  height: 30px;
  background-color: #ffffff;
}
.ea-tooltip__text--left {
  left: 100%;
  margin-left: 15px;
}
.ea-tooltip__text--left::before {
  left: -6px;
}
.ea-tooltip__text--left::after {
  left: -1px;
}
.ea-tooltip__text--right {
  right: 100%;
  margin-right: 12px;
}
.ea-tooltip__text--right::before {
  right: -6px;
}
.ea-tooltip__text--right::after {
  right: -1px;
}

.no-flexbox .ea-flexbox {
  display: block;
}
.no-flexbox .ea-flexbox .ea-flexbox__item {
  width: 100%;
}

.ea-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.ea-flexbox .ea-flexbox__item {
  position: relative;
  border-radius: 2px;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media only screen and (min-width: 960px) {
  .ea-flexbox .ea-flexbox__item {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
  .ea-flexbox .ea-flexbox__item:nth-of-type(1):nth-last-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 640px) {
  .ea-flexbox--flex-odd:not(.ea-flexbox--3-items) .ea-flexbox__item:last-of-type:nth-of-type(odd) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 960px) {
  .ea-flexbox--3-items .ea-flexbox__item {
    -webkit-flex-basis: calc(33.33% - 13.33333px);
        -ms-flex-preferred-size: calc(33.33% - 13.33333px);
            flex-basis: calc(33.33% - 13.33333px);
    max-width: 33%;
  }
  .ea-flexbox--3-items.ea-flexbox--flex-odd .ea-flexbox__item:last-of-type:nth-of-type(3n+1) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-flexbox--3-items.ea-flexbox--flex-odd .ea-flexbox__item:last-of-type:nth-of-type(odd) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.ea-image-promotion {
  padding: 36px 0 36px 0;
}
.ea-image-promotion:after {
  content: "";
  display: table;
  clear: both;
}
.ea-image-promotion__image {
  padding: 0 0 36px 0;
  text-align: center;
}
.ea-image-promotion__image img {
  max-width: 80%;
}
@media only screen and (min-width: 640px) {
  .ea-image-promotion__image {
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-image-promotion__image {
    width: 440px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-image-promotion__image {
    width: 188px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-image-promotion__image {
    width: 288px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-image-promotion__image {
    width: 388px;
  }
}

@media only screen and (min-width: 640px) {
  .ea-image-promotion__content {
    float: left;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-image-promotion__content {
    width: 900px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-image-promotion__content {
    width: 396px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-image-promotion__content {
    width: 596px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-image-promotion__content {
    width: 796px;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 480px) {
  .ea-image-promotion__content {
    width: 670px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 640px) {
  .ea-image-promotion__content {
    width: 292px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) {
  .ea-image-promotion__content {
    width: 442px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .ea-image-promotion__content {
    width: 592px;
  }
}

.ea-image-promotion__title {
  padding-bottom: 12px;
}
.ea-image-promotion__body {
  padding-bottom: 24px;
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-image-promotion__button {
    width: 440px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-image-promotion__button {
    width: 188px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-image-promotion__button {
    width: 288px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-image-promotion__button {
    width: 388px;
  }
}

@media only screen and (min-width: 1280px) and (min-width: 480px) {
  .ea-image-promotion__button {
    width: 325px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 640px) {
  .ea-image-promotion__button {
    width: 136px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) {
  .ea-image-promotion__button {
    width: 211px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .ea-image-promotion__button {
    width: 286px;
  }
}

.ea-image-promotion--gray {
  background-color: #f5f5f5;
}
@media only screen and (min-width: 640px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    position: relative;
  }
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 920px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 416px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 616px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 816px;
  }
}

@media only screen and (min-width: 1280px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    position: relative;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 480px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 690px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 640px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 312px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 462px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .ea-image-promotion--flip .ea-image-promotion__image {
    left: 612px;
  }
}

@media only screen and (min-width: 640px) {
  .ea-image-promotion--flip .ea-image-promotion__content {
    position: relative;
  }
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-image-promotion--flip .ea-image-promotion__content {
    left: -460px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-image-promotion--flip .ea-image-promotion__content {
    left: -208px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-image-promotion--flip .ea-image-promotion__content {
    left: -308px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-image-promotion--flip .ea-image-promotion__content {
    left: -408px;
  }
}

.ea-snapper-container .ea-grid__item, .ea-marketing-block__content .ea-grid__item, .ea-marketing-block__title .ea-grid__item {
  padding: 24px 0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-snapper-container .ea-grid--column-2 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-2 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-2 .ea-grid__item {
    width: 442px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-2 .ea-grid__item:nth-child(2n), .ea-marketing-block__content .ea-grid--column-2 .ea-grid__item:nth-child(2n), .ea-marketing-block__title .ea-grid--column-2 .ea-grid__item:nth-child(2n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-2 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__content .ea-grid--column-2 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__title .ea-grid--column-2 .ea-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-snapper-container .ea-grid--column-2 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-2 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-2 .ea-grid__item {
    width: 592px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-2 .ea-grid__item:nth-child(2n), .ea-marketing-block__content .ea-grid--column-2 .ea-grid__item:nth-child(2n), .ea-marketing-block__title .ea-grid--column-2 .ea-grid__item:nth-child(2n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-2 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__content .ea-grid--column-2 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__title .ea-grid--column-2 .ea-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-snapper-container .ea-grid--column-3 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-3 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-3 .ea-grid__item {
    width: 288px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-3 .ea-grid__item:nth-child(3n), .ea-marketing-block__content .ea-grid--column-3 .ea-grid__item:nth-child(3n), .ea-marketing-block__title .ea-grid--column-3 .ea-grid__item:nth-child(3n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-3 .ea-grid__item:nth-child(3n+1), .ea-marketing-block__content .ea-grid--column-3 .ea-grid__item:nth-child(3n+1), .ea-marketing-block__title .ea-grid--column-3 .ea-grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-snapper-container .ea-grid--column-3 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-3 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-3 .ea-grid__item {
    width: 388px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-3 .ea-grid__item:nth-child(3n), .ea-marketing-block__content .ea-grid--column-3 .ea-grid__item:nth-child(3n), .ea-marketing-block__title .ea-grid--column-3 .ea-grid__item:nth-child(3n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-3 .ea-grid__item:nth-child(3n+1), .ea-marketing-block__content .ea-grid--column-3 .ea-grid__item:nth-child(3n+1), .ea-marketing-block__title .ea-grid--column-3 .ea-grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item {
    width: 210px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(2n), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(2n), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(2n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item {
    width: 292px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(2n), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(2n), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(2n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item {
    width: 211px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(4n), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(4n), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(4n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(4n+1), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(4n+1), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item {
    width: 286px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(4n), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(4n), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(4n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-4 .ea-grid__item:nth-child(4n+1), .ea-marketing-block__content .ea-grid--column-4 .ea-grid__item:nth-child(4n+1), .ea-marketing-block__title .ea-grid--column-4 .ea-grid__item:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item {
    width: 210px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(2n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(2n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(2n), .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(4n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(4n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(4n), .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(2n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(2n+1), .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(4n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(4n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(4n+1), .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item {
    width: 188px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(3n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(3n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(3n), .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(3n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(3n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(3n+1), .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item {
    width: 134px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item, .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item {
    width: 184px;
    margin-right: 20px;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n) {
    margin-right: 0;
  }
  .ea-snapper-container .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__content .ea-grid--column-6 .ea-grid__item:nth-child(6n+1), .ea-marketing-block__title .ea-grid--column-6 .ea-grid__item:nth-child(6n+1) {
    clear: left;
  }
}

.ea-img, .ea-rich-text img, .ea-marketing-block__article img {
  max-width: 100%;
}

.ea-rich-text, .ea-marketing-block__article {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.sose-rekry {
  margin-bottom: 48px;
}
.sose-rekry a.hover-fade {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.sose-rekry a.hover-fade:hover {
  opacity: .65;
}
.sose-rekry .sose-rekry-hero-wrapper {
  color: #ffffff;
}
@media only screen and (min-width: 960px) {
  .sose-rekry .sose-rekry-hero-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 35.56%;
  }
}
.sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero {
  background: url("/img/content/sose-rekry/Hero-image.png") no-repeat;
  background-size: cover;
  padding: 20px 0;
  position: relative;
}
.sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero .ea-snapper-container, .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero .ea-marketing-block__content, .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero .ea-marketing-block__title {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 960px) {
  .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero .ea-snapper-container, .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero .ea-marketing-block__content, .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero .ea-marketing-block__title {
    position: static;
  }
}
@media only screen and (min-width: 960px) {
  .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% auto;
  }
}
.sose-rekry .sose-rekry-hero-wrapper .sose-rekry-hero:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}
.sose-rekry .sose-rekry-hero-wrapper .sose-rekry-image-overlay {
  bottom: 48px;
  z-index: 10;
}
@media only screen and (min-width: 960px) {
  .sose-rekry .sose-rekry-hero-wrapper .sose-rekry-image-overlay {
    max-width: 60%;
    position: absolute;
  }
}
.sose-rekry .rekry-title-container {
  background: #0090f1;
}
.sose-rekry .rekry-title-container h2 {
  margin-bottom: 12px;
}
.sose-rekry .rekry-title-container a {
  color: #ffffff;
}
.sose-rekry .rekry-title-container a:hover {
  text-decoration: underline;
}
.sose-rekry .rekry-title-container .ea-button {
  margin-top: 2em;
}
.sose-rekry .rekry-title-container ul {
  list-style-type: disc;
}
.sose-rekry .rekry-title-container ul li {
  margin: 0 28px;
}
.sose-rekry .apply-title {
  margin: .5em 0 1em 0;
}
.sose-rekry .section-featured-bullets {
  padding: 12px;
  background: url("/img/content/sose-rekry/rekry-sose-WhyApply.png") no-repeat left top;
}
@media only screen and (min-width: 640px) {
  .sose-rekry .section-featured-bullets {
    background: url("/img/content/sose-rekry/rekry-sose-WhyApply.png") no-repeat right top;
  }
}
.sose-rekry .featured-bullets {
  max-width: 600px;
}
.sose-rekry .featured-bullets .number {
  background: #0090f1;
  border-radius: 3em;
  color: #ffffff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 1.6;
  display: inline-block;
  margin: 0 6px 0 0;
}
.sose-rekry .featured-bullets .bullet-title {
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}
.sose-rekry .featured-bullets li {
  margin-bottom: 2em;
}
.sose-rekry .see-also {
  padding: 12px;
}
@media only screen and (min-width: 640px) {
  .sose-rekry .see-also {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 640px) {
  .sose-rekry .see-also .ea-sgrid > div {
    min-height: 340px;
  }
}
.sose-rekry .see-also a {
  text-align: center;
  display: block;
  color: #404041;
  margin: 12px 0;
}
.sose-rekry .see-also a img {
  display: block;
  max-width: 150px;
  margin: 0 auto 12px auto;
}
@media only screen and (min-width: 640px) {
  .sose-rekry .see-also a img {
    margin: 0 auto 24px auto;
  }
}
.sose-rekry .person-contact {
  position: relative;
}
.sose-rekry .person-contact img {
  border-radius: 50%;
  position: absolute;
  right: 0;
  max-width: 100px;
  top: 50px;
}
@media only screen and (min-width: 640px) {
  .sose-rekry .person-contact img {
    top: 0;
    max-width: 200px;
  }
}

body.page-sose-rekry .elisa-navi__global-footer {
  background: #404041;
  width: auto;
}
@media only screen and (min-width: 640px) {
  body.page-sose-rekry .elisa-navi__global-footer {
    min-height: 300px;
  }
}
body.page-sose-rekry .ea-hero-marketing__text-content {
  left: 20px;
}
body.page-sose-rekry .ea-hero-marketing__text-content .ea-sgrid__item {
  background: rgba(255, 255, 255, 0.8);
  max-width: 464px;
  padding: 0 20px;
}
body.page-sose-rekry .ea-hero-marketing__title {
  color: #0019af;
  text-shadow: none;
}
body.page-sose-rekry .ea-hero-marketing__paragraph {
  color: #404041;
}
body.page-sose-rekry .instagram-footer {
  padding: 48px 0;
  max-width: 800px;
}
@media only screen and (min-width: 640px) {
  body.page-sose-rekry .instagram-footer {
    padding: 100px 0;
  }
}
body.page-sose-rekry .instagram-footer b {
  position: relative;
  top: 4px;
}
body.page-sose-rekry .instagram-footer .punchline {
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  body.page-sose-rekry .instagram-footer .punchline {
    margin-top: 55px;
  }
}
body.page-sose-rekry .instagram-footer .handle {
  color: #ff6400;
  font-size: .7em;
}
body.page-sose-rekry .instagram-footer a {
  overflow: hidden;
}
body.page-sose-rekry .instagram-footer img {
  margin: 0 auto 20px auto;
  display: block;
  max-width: 150px;
}
@media only screen and (min-width: 640px) {
  body.page-sose-rekry .instagram-footer img {
    max-width: 150px;
    float: left;
    margin: 0 20px 0 0;
  }
}
body.page-sose-rekry img.round {
  border-radius: 50%;
}

.ea-fluid-height {
  height: 100%;
}
.ea-fluid-height--1 {
  height: 5%;
}
.ea-fluid-height--2 {
  height: 10%;
}
.ea-fluid-height--3 {
  height: 15%;
}
.ea-fluid-height--4 {
  height: 20%;
}
.ea-fluid-height--5 {
  height: 25%;
}
.ea-fluid-height--6 {
  height: 30%;
}
.ea-fluid-height--7 {
  height: 35%;
}
.ea-fluid-height--8 {
  height: 40%;
}
.ea-fluid-height--9 {
  height: 45%;
}
.ea-fluid-height--10 {
  height: 50%;
}
.ea-fluid-height--11 {
  height: 55%;
}
.ea-fluid-height--12 {
  height: 60%;
}
.ea-fluid-height--13 {
  height: 65%;
}
.ea-fluid-height--14 {
  height: 70%;
}
.ea-fluid-height--15 {
  height: 75%;
}
.ea-fluid-height--16 {
  height: 80%;
}
.ea-fluid-height--17 {
  height: 85%;
}
.ea-fluid-height--18 {
  height: 90%;
}
.ea-fluid-height--19 {
  height: 95%;
}
.ea-fluid-height--20 {
  height: 100%;
}
.ea-fluid-height--phone-1 {
  height: 5%;
}
.ea-fluid-height--phone-2 {
  height: 10%;
}
.ea-fluid-height--phone-3 {
  height: 15%;
}
.ea-fluid-height--phone-4 {
  height: 20%;
}
.ea-fluid-height--phone-5 {
  height: 25%;
}
.ea-fluid-height--phone-6 {
  height: 30%;
}
.ea-fluid-height--phone-7 {
  height: 35%;
}
.ea-fluid-height--phone-8 {
  height: 40%;
}
.ea-fluid-height--phone-9 {
  height: 45%;
}
.ea-fluid-height--phone-10 {
  height: 50%;
}
.ea-fluid-height--phone-11 {
  height: 55%;
}
.ea-fluid-height--phone-12 {
  height: 60%;
}
.ea-fluid-height--phone-13 {
  height: 65%;
}
.ea-fluid-height--phone-14 {
  height: 70%;
}
.ea-fluid-height--phone-15 {
  height: 75%;
}
.ea-fluid-height--phone-16 {
  height: 80%;
}
.ea-fluid-height--phone-17 {
  height: 85%;
}
.ea-fluid-height--phone-18 {
  height: 90%;
}
.ea-fluid-height--phone-19 {
  height: 95%;
}
.ea-fluid-height--phone-20 {
  height: 100%;
}
@media only screen and (min-width: 480px) {
  .ea-fluid-height--phone-large-1 {
    height: 5%;
  }
  .ea-fluid-height--phone-large-2 {
    height: 10%;
  }
  .ea-fluid-height--phone-large-3 {
    height: 15%;
  }
  .ea-fluid-height--phone-large-4 {
    height: 20%;
  }
  .ea-fluid-height--phone-large-5 {
    height: 25%;
  }
  .ea-fluid-height--phone-large-6 {
    height: 30%;
  }
  .ea-fluid-height--phone-large-7 {
    height: 35%;
  }
  .ea-fluid-height--phone-large-8 {
    height: 40%;
  }
  .ea-fluid-height--phone-large-9 {
    height: 45%;
  }
  .ea-fluid-height--phone-large-10 {
    height: 50%;
  }
  .ea-fluid-height--phone-large-11 {
    height: 55%;
  }
  .ea-fluid-height--phone-large-12 {
    height: 60%;
  }
  .ea-fluid-height--phone-large-13 {
    height: 65%;
  }
  .ea-fluid-height--phone-large-14 {
    height: 70%;
  }
  .ea-fluid-height--phone-large-15 {
    height: 75%;
  }
  .ea-fluid-height--phone-large-16 {
    height: 80%;
  }
  .ea-fluid-height--phone-large-17 {
    height: 85%;
  }
  .ea-fluid-height--phone-large-18 {
    height: 90%;
  }
  .ea-fluid-height--phone-large-19 {
    height: 95%;
  }
  .ea-fluid-height--phone-large-20 {
    height: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .ea-fluid-height--tablet-1 {
    height: 5%;
  }
  .ea-fluid-height--tablet-2 {
    height: 10%;
  }
  .ea-fluid-height--tablet-3 {
    height: 15%;
  }
  .ea-fluid-height--tablet-4 {
    height: 20%;
  }
  .ea-fluid-height--tablet-5 {
    height: 25%;
  }
  .ea-fluid-height--tablet-6 {
    height: 30%;
  }
  .ea-fluid-height--tablet-7 {
    height: 35%;
  }
  .ea-fluid-height--tablet-8 {
    height: 40%;
  }
  .ea-fluid-height--tablet-9 {
    height: 45%;
  }
  .ea-fluid-height--tablet-10 {
    height: 50%;
  }
  .ea-fluid-height--tablet-11 {
    height: 55%;
  }
  .ea-fluid-height--tablet-12 {
    height: 60%;
  }
  .ea-fluid-height--tablet-13 {
    height: 65%;
  }
  .ea-fluid-height--tablet-14 {
    height: 70%;
  }
  .ea-fluid-height--tablet-15 {
    height: 75%;
  }
  .ea-fluid-height--tablet-16 {
    height: 80%;
  }
  .ea-fluid-height--tablet-17 {
    height: 85%;
  }
  .ea-fluid-height--tablet-18 {
    height: 90%;
  }
  .ea-fluid-height--tablet-19 {
    height: 95%;
  }
  .ea-fluid-height--tablet-20 {
    height: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fluid-height--laptop-1 {
    height: 5%;
  }
  .ea-fluid-height--laptop-2 {
    height: 10%;
  }
  .ea-fluid-height--laptop-3 {
    height: 15%;
  }
  .ea-fluid-height--laptop-4 {
    height: 20%;
  }
  .ea-fluid-height--laptop-5 {
    height: 25%;
  }
  .ea-fluid-height--laptop-6 {
    height: 30%;
  }
  .ea-fluid-height--laptop-7 {
    height: 35%;
  }
  .ea-fluid-height--laptop-8 {
    height: 40%;
  }
  .ea-fluid-height--laptop-9 {
    height: 45%;
  }
  .ea-fluid-height--laptop-10 {
    height: 50%;
  }
  .ea-fluid-height--laptop-11 {
    height: 55%;
  }
  .ea-fluid-height--laptop-12 {
    height: 60%;
  }
  .ea-fluid-height--laptop-13 {
    height: 65%;
  }
  .ea-fluid-height--laptop-14 {
    height: 70%;
  }
  .ea-fluid-height--laptop-15 {
    height: 75%;
  }
  .ea-fluid-height--laptop-16 {
    height: 80%;
  }
  .ea-fluid-height--laptop-17 {
    height: 85%;
  }
  .ea-fluid-height--laptop-18 {
    height: 90%;
  }
  .ea-fluid-height--laptop-19 {
    height: 95%;
  }
  .ea-fluid-height--laptop-20 {
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fluid-height--desktop-1 {
    height: 5%;
  }
  .ea-fluid-height--desktop-2 {
    height: 10%;
  }
  .ea-fluid-height--desktop-3 {
    height: 15%;
  }
  .ea-fluid-height--desktop-4 {
    height: 20%;
  }
  .ea-fluid-height--desktop-5 {
    height: 25%;
  }
  .ea-fluid-height--desktop-6 {
    height: 30%;
  }
  .ea-fluid-height--desktop-7 {
    height: 35%;
  }
  .ea-fluid-height--desktop-8 {
    height: 40%;
  }
  .ea-fluid-height--desktop-9 {
    height: 45%;
  }
  .ea-fluid-height--desktop-10 {
    height: 50%;
  }
  .ea-fluid-height--desktop-11 {
    height: 55%;
  }
  .ea-fluid-height--desktop-12 {
    height: 60%;
  }
  .ea-fluid-height--desktop-13 {
    height: 65%;
  }
  .ea-fluid-height--desktop-14 {
    height: 70%;
  }
  .ea-fluid-height--desktop-15 {
    height: 75%;
  }
  .ea-fluid-height--desktop-16 {
    height: 80%;
  }
  .ea-fluid-height--desktop-17 {
    height: 85%;
  }
  .ea-fluid-height--desktop-18 {
    height: 90%;
  }
  .ea-fluid-height--desktop-19 {
    height: 95%;
  }
  .ea-fluid-height--desktop-20 {
    height: 100%;
  }
}

.ea-fgrid {
  display: block;
}
.ea-fgrid:after {
  content: "";
  display: table;
  clear: both;
}
.ea-fgrid__item {
  float: left;
  position: relative;
  overflow: hidden;
}
.ea-fgrid__item::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}
.ea-fgrid__item--ratio-1-1::before {
  height: 0;
  padding-top: 100%;
}
.ea-fgrid__item--ratio-3-2::before {
  height: 0;
  padding-top: 66.66667%;
}
.ea-fgrid__item--ratio-8-9::before {
  height: 0;
  padding-top: 112.5%;
}
.ea-fgrid__item--ratio-16-9::before {
  height: 0;
  padding-top: 56.25%;
}
.ea-fgrid__item--ratio-3-1::before {
  height: 0;
  padding-top: 33.33333%;
}
.ea-fgrid__item--ratio-2-1::before {
  height: 0;
  padding-top: 50%;
}
.ea-fgrid__item--ratio-5-2::before {
  height: 0;
  padding-top: 40%;
}
.ea-fgrid__item--ratio-5-4::before {
  height: 0;
  padding-top: 80%;
}
.ea-fgrid__item--phone-ratio-1-1::before {
  height: 0;
  padding-top: 100%;
}
.ea-fgrid__item--phone-ratio-3-2::before {
  height: 0;
  padding-top: 66.66667%;
}
.ea-fgrid__item--phone-ratio-8-9::before {
  height: 0;
  padding-top: 112.5%;
}
.ea-fgrid__item--phone-ratio-16-9::before {
  height: 0;
  padding-top: 56.25%;
}
.ea-fgrid__item--phone-ratio-3-1::before {
  height: 0;
  padding-top: 33.33333%;
}
.ea-fgrid__item--phone-ratio-2-1::before {
  height: 0;
  padding-top: 50%;
}
.ea-fgrid__item--phone-ratio-5-2::before {
  height: 0;
  padding-top: 40%;
}
.ea-fgrid__item--phone-ratio-5-4::before {
  height: 0;
  padding-top: 80%;
}
@media only screen and (min-width: 480px) {
  .ea-fgrid__item--phone-large-ratio-1-1::before {
    height: 0;
    padding-top: 100%;
  }
  .ea-fgrid__item--phone-large-ratio-3-2::before {
    height: 0;
    padding-top: 66.66667%;
  }
  .ea-fgrid__item--phone-large-ratio-8-9::before {
    height: 0;
    padding-top: 112.5%;
  }
  .ea-fgrid__item--phone-large-ratio-16-9::before {
    height: 0;
    padding-top: 56.25%;
  }
  .ea-fgrid__item--phone-large-ratio-3-1::before {
    height: 0;
    padding-top: 33.33333%;
  }
  .ea-fgrid__item--phone-large-ratio-2-1::before {
    height: 0;
    padding-top: 50%;
  }
  .ea-fgrid__item--phone-large-ratio-5-2::before {
    height: 0;
    padding-top: 40%;
  }
  .ea-fgrid__item--phone-large-ratio-5-4::before {
    height: 0;
    padding-top: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .ea-fgrid__item--tablet-ratio-1-1::before {
    height: 0;
    padding-top: 100%;
  }
  .ea-fgrid__item--tablet-ratio-3-2::before {
    height: 0;
    padding-top: 66.66667%;
  }
  .ea-fgrid__item--tablet-ratio-8-9::before {
    height: 0;
    padding-top: 112.5%;
  }
  .ea-fgrid__item--tablet-ratio-16-9::before {
    height: 0;
    padding-top: 56.25%;
  }
  .ea-fgrid__item--tablet-ratio-3-1::before {
    height: 0;
    padding-top: 33.33333%;
  }
  .ea-fgrid__item--tablet-ratio-2-1::before {
    height: 0;
    padding-top: 50%;
  }
  .ea-fgrid__item--tablet-ratio-5-2::before {
    height: 0;
    padding-top: 40%;
  }
  .ea-fgrid__item--tablet-ratio-5-4::before {
    height: 0;
    padding-top: 80%;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fgrid__item--laptop-ratio-1-1::before {
    height: 0;
    padding-top: 100%;
  }
  .ea-fgrid__item--laptop-ratio-3-2::before {
    height: 0;
    padding-top: 66.66667%;
  }
  .ea-fgrid__item--laptop-ratio-8-9::before {
    height: 0;
    padding-top: 112.5%;
  }
  .ea-fgrid__item--laptop-ratio-16-9::before {
    height: 0;
    padding-top: 56.25%;
  }
  .ea-fgrid__item--laptop-ratio-3-1::before {
    height: 0;
    padding-top: 33.33333%;
  }
  .ea-fgrid__item--laptop-ratio-2-1::before {
    height: 0;
    padding-top: 50%;
  }
  .ea-fgrid__item--laptop-ratio-5-2::before {
    height: 0;
    padding-top: 40%;
  }
  .ea-fgrid__item--laptop-ratio-5-4::before {
    height: 0;
    padding-top: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fgrid__item--desktop-ratio-1-1::before {
    height: 0;
    padding-top: 100%;
  }
  .ea-fgrid__item--desktop-ratio-3-2::before {
    height: 0;
    padding-top: 66.66667%;
  }
  .ea-fgrid__item--desktop-ratio-8-9::before {
    height: 0;
    padding-top: 112.5%;
  }
  .ea-fgrid__item--desktop-ratio-16-9::before {
    height: 0;
    padding-top: 56.25%;
  }
  .ea-fgrid__item--desktop-ratio-3-1::before {
    height: 0;
    padding-top: 33.33333%;
  }
  .ea-fgrid__item--desktop-ratio-2-1::before {
    height: 0;
    padding-top: 50%;
  }
  .ea-fgrid__item--desktop-ratio-5-2::before {
    height: 0;
    padding-top: 40%;
  }
  .ea-fgrid__item--desktop-ratio-5-4::before {
    height: 0;
    padding-top: 80%;
  }
}
.ea-fgrid__item--allowoverflow {
  overflow: visible;
}
.ea-fgrid__item--auto-height::before {
  height: auto;
  padding-top: 0;
}
.ea-fgrid__item--static-font {
  font-size: 1em !important;
}
.ea-fgrid .ea-fgrid__item {
  display: block;
  width: 100%;
  font-size: 1vw;
}
.ea-fgrid .ea-fgrid__item--phone-0 {
  display: none;
}
.ea-fgrid .ea-fgrid__item--phone-1 {
  display: block;
  width: 16.66%;
  font-size: 0.16667vw;
}
.ea-fgrid .ea-fgrid__item--phone-2 {
  display: block;
  width: 33.33%;
  font-size: 0.33333vw;
}
.ea-fgrid .ea-fgrid__item--phone-3 {
  display: block;
  width: 50%;
  font-size: 0.5vw;
}
.ea-fgrid .ea-fgrid__item--phone-4 {
  display: block;
  width: 66.66%;
  font-size: 0.66667vw;
}
.ea-fgrid .ea-fgrid__item--phone-5 {
  display: block;
  width: 83.33%;
  font-size: 0.83333vw;
}
.ea-fgrid .ea-fgrid__item--phone-6 {
  display: block;
  width: 100%;
  font-size: 1vw;
}
@media only screen and (min-width: 480px) {
  .ea-fgrid .ea-fgrid__item--phone-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 640px) {
  .ea-fgrid .ea-fgrid__item--phone-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fgrid .ea-fgrid__item--phone-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fgrid .ea-fgrid__item--phone-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 480px) {
  .ea-fgrid .ea-fgrid__item--phone-large-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 480px) and (min-width: 480px) {
  .ea-fgrid .ea-fgrid__item--phone-large-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 480px) and (min-width: 640px) {
  .ea-fgrid .ea-fgrid__item--phone-large-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 480px) and (min-width: 960px) {
  .ea-fgrid .ea-fgrid__item--phone-large-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1280px) {
  .ea-fgrid .ea-fgrid__item--phone-large-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--phone-large-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}

@media only screen and (min-width: 640px) {
  .ea-fgrid .ea-fgrid__item--tablet-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--tablet-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 640px) and (min-width: 480px) {
  .ea-fgrid .ea-fgrid__item--tablet-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--tablet-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .ea-fgrid .ea-fgrid__item--tablet-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--tablet-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 640px) and (min-width: 960px) {
  .ea-fgrid .ea-fgrid__item--tablet-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--tablet-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .ea-fgrid .ea-fgrid__item--tablet-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--tablet-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--tablet-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}

@media only screen and (min-width: 960px) {
  .ea-fgrid .ea-fgrid__item--laptop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--laptop-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 960px) and (min-width: 480px) {
  .ea-fgrid .ea-fgrid__item--laptop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--laptop-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .ea-fgrid .ea-fgrid__item--laptop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--laptop-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .ea-fgrid .ea-fgrid__item--laptop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--laptop-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1280px) {
  .ea-fgrid .ea-fgrid__item--laptop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--laptop-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--laptop-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}

@media only screen and (min-width: 1280px) {
  .ea-fgrid .ea-fgrid__item--desktop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--desktop-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 480px) {
  .ea-fgrid .ea-fgrid__item--desktop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--desktop-1 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-2 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-3 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-4 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-5 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-6 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 640px) {
  .ea-fgrid .ea-fgrid__item--desktop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--desktop-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 960px) {
  .ea-fgrid .ea-fgrid__item--desktop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--desktop-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .ea-fgrid .ea-fgrid__item--desktop-0 {
    display: none;
  }
  .ea-fgrid .ea-fgrid__item--desktop-1 {
    display: block;
    width: 8.33%;
    font-size: 0.08333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-2 {
    display: block;
    width: 16.66%;
    font-size: 0.16667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-3 {
    display: block;
    width: 25%;
    font-size: 0.25vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-4 {
    display: block;
    width: 33.33%;
    font-size: 0.33333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-5 {
    display: block;
    width: 41.66%;
    font-size: 0.41667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-6 {
    display: block;
    width: 50%;
    font-size: 0.5vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-7 {
    display: block;
    width: 58.33%;
    font-size: 0.58333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-8 {
    display: block;
    width: 66.66%;
    font-size: 0.66667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-9 {
    display: block;
    width: 75%;
    font-size: 0.75vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-10 {
    display: block;
    width: 83.33%;
    font-size: 0.83333vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-11 {
    display: block;
    width: 91.66%;
    font-size: 0.91667vw;
  }
  .ea-fgrid .ea-fgrid__item--desktop-12 {
    display: block;
    width: 100%;
    font-size: 1vw;
  }
}

.ea-fluid-container {
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  /* New generic class naming */
}
.ea-fluid-container:hover .ea-fluid-container__background-image {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ea-fluid-container__background-image {
  display: block;
  position: absolute;
  width: 100%;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.ea-fluid-container__background-image img {
  width: 100%;
}
.ea-fluid-container__background-image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}
.ea-fluid-container--background-cross-gradient::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 244, 247, 0.8);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247, 244, 247, 0.8)), color-stop(27%, rgba(246, 246, 246, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(45deg, rgba(247, 244, 247, 0.8) 0%, rgba(246, 246, 246, 0.8) 27%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(45deg, rgba(247, 244, 247, 0.8) 0%, rgba(246, 246, 246, 0.8) 27%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f4f7', GradientType=1);
}
.ea-fluid-container__content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ea-fluid-container__content--large {
  height: 68%;
}
.ea-fluid-container__content--small {
  height: 32%;
}
.ea-fluid-container__content--bottom {
  position: absolute;
  bottom: 0;
}
.ea-fluid-container__image {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  padding: 3% 0 0 0;
}
.ea-fluid-container__center-block {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ea-fluid-container__center-block-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ea-fluid-container .ea-h1, .ea-fluid-container .ea-rich-text h1, .ea-rich-text .ea-fluid-container h1, .ea-fluid-container .ea-marketing-block__article h1, .ea-marketing-block__article .ea-fluid-container h1 {
  font-family: "Verlag-black", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5em;
  margin: 0;
  font-size: 6vw;
}
@media only screen and (min-width: 480px) {
  .ea-fluid-container .ea-h1, .ea-fluid-container .ea-rich-text h1, .ea-rich-text .ea-fluid-container h1, .ea-fluid-container .ea-marketing-block__article h1, .ea-marketing-block__article .ea-fluid-container h1 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 640px) {
  .ea-fluid-container .ea-h1, .ea-fluid-container .ea-rich-text h1, .ea-rich-text .ea-fluid-container h1, .ea-fluid-container .ea-marketing-block__article h1, .ea-marketing-block__article .ea-fluid-container h1 {
    font-size: 6.2vw;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fluid-container .ea-h1, .ea-fluid-container .ea-rich-text h1, .ea-rich-text .ea-fluid-container h1, .ea-fluid-container .ea-marketing-block__article h1, .ea-marketing-block__article .ea-fluid-container h1 {
    font-size: 5.6vw;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fluid-container .ea-h1, .ea-fluid-container .ea-rich-text h1, .ea-rich-text .ea-fluid-container h1, .ea-fluid-container .ea-marketing-block__article h1, .ea-marketing-block__article .ea-fluid-container h1 {
    font-size: 4.5em;
  }
}
.ea-fluid-container .ea-h2, .ea-fluid-container .ea-hero-marketing__title, .ea-fluid-container .ea-video-carousel__title, .ea-fluid-container .ea-rich-text h2, .ea-rich-text .ea-fluid-container h2, .ea-fluid-container .ea-marketing-block__article h2, .ea-marketing-block__article .ea-fluid-container h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.25em;
  font-size: 0.5vw;
}
@media only screen and (min-width: 480px) {
  .ea-fluid-container .ea-h2, .ea-fluid-container .ea-hero-marketing__title, .ea-fluid-container .ea-video-carousel__title, .ea-fluid-container .ea-rich-text h2, .ea-rich-text .ea-fluid-container h2, .ea-fluid-container .ea-marketing-block__article h2, .ea-marketing-block__article .ea-fluid-container h2 {
    font-size: 6.2vw;
  }
}
@media only screen and (min-width: 640px) {
  .ea-fluid-container .ea-h2, .ea-fluid-container .ea-hero-marketing__title, .ea-fluid-container .ea-video-carousel__title, .ea-fluid-container .ea-rich-text h2, .ea-rich-text .ea-fluid-container h2, .ea-fluid-container .ea-marketing-block__article h2, .ea-marketing-block__article .ea-fluid-container h2 {
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fluid-container .ea-h2, .ea-fluid-container .ea-hero-marketing__title, .ea-fluid-container .ea-video-carousel__title, .ea-fluid-container .ea-rich-text h2, .ea-rich-text .ea-fluid-container h2, .ea-fluid-container .ea-marketing-block__article h2, .ea-marketing-block__article .ea-fluid-container h2 {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fluid-container .ea-h2, .ea-fluid-container .ea-hero-marketing__title, .ea-fluid-container .ea-video-carousel__title, .ea-fluid-container .ea-rich-text h2, .ea-rich-text .ea-fluid-container h2, .ea-fluid-container .ea-marketing-block__article h2, .ea-marketing-block__article .ea-fluid-container h2 {
    font-size: 2.8em;
  }
}
.ea-fluid-container .ea-h3, .ea-fluid-container .ea-download-card__title, .ea-fluid-container .ea-image-promotion__title, .ea-fluid-container .ea-rich-text h3, .ea-rich-text .ea-fluid-container h3, .ea-fluid-container .ea-marketing-block__article h3, .ea-marketing-block__article .ea-fluid-container h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Open Sans';
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.25em;
  font-weight: 600;
  font-size: 5.8vw;
}
@media only screen and (min-width: 480px) {
  .ea-fluid-container .ea-h3, .ea-fluid-container .ea-download-card__title, .ea-fluid-container .ea-image-promotion__title, .ea-fluid-container .ea-rich-text h3, .ea-rich-text .ea-fluid-container h3, .ea-fluid-container .ea-marketing-block__article h3, .ea-marketing-block__article .ea-fluid-container h3 {
    font-size: 4.7vw;
  }
}
@media only screen and (min-width: 640px) {
  .ea-fluid-container .ea-h3, .ea-fluid-container .ea-download-card__title, .ea-fluid-container .ea-image-promotion__title, .ea-fluid-container .ea-rich-text h3, .ea-rich-text .ea-fluid-container h3, .ea-fluid-container .ea-marketing-block__article h3, .ea-marketing-block__article .ea-fluid-container h3 {
    font-size: 2.7vw;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fluid-container .ea-h3, .ea-fluid-container .ea-download-card__title, .ea-fluid-container .ea-image-promotion__title, .ea-fluid-container .ea-rich-text h3, .ea-rich-text .ea-fluid-container h3, .ea-fluid-container .ea-marketing-block__article h3, .ea-marketing-block__article .ea-fluid-container h3 {
    font-size: 1.8vw;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fluid-container .ea-h3, .ea-fluid-container .ea-download-card__title, .ea-fluid-container .ea-image-promotion__title, .ea-fluid-container .ea-rich-text h3, .ea-rich-text .ea-fluid-container h3, .ea-fluid-container .ea-marketing-block__article h3, .ea-marketing-block__article .ea-fluid-container h3 {
    font-size: 1.7vw;
  }
}
.ea-fluid-container .ea-h4, .ea-fluid-container .ea-tabordion__acc-head, .ea-fluid-container .ea-tabordion__tab-head, .ea-fluid-container .ea-rich-text h4, .ea-rich-text .ea-fluid-container h4, .ea-fluid-container .ea-marketing-block__article h4, .ea-marketing-block__article .ea-fluid-container h4 {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 0.25em;
  font-size: 1.1em;
}
@media only screen and (min-width: 960px) {
  .ea-fluid-container .ea-h4, .ea-fluid-container .ea-tabordion__acc-head, .ea-fluid-container .ea-tabordion__tab-head, .ea-fluid-container .ea-rich-text h4, .ea-rich-text .ea-fluid-container h4, .ea-fluid-container .ea-marketing-block__article h4, .ea-marketing-block__article .ea-fluid-container h4 {
    font-size: 1.4vw;
  }
}
@media only screen and (min-width: 1280px) {
  .ea-fluid-container .ea-h4, .ea-fluid-container .ea-tabordion__acc-head, .ea-fluid-container .ea-tabordion__tab-head, .ea-fluid-container .ea-rich-text h4, .ea-rich-text .ea-fluid-container h4, .ea-fluid-container .ea-marketing-block__article h4, .ea-marketing-block__article .ea-fluid-container h4 {
    font-size: 1.3em;
  }
}
.ea-fluid-container .ea-bodytext, .ea-fluid-container .ea-color-container, .ea-fluid-container .ea-hero-container, .ea-fluid-container .ea-button, .ea-fluid-container .ea-tabordion__body, .ea-fluid-container .ea-rich-text p, .ea-rich-text .ea-fluid-container p, .ea-fluid-container .ea-marketing-block__article p, .ea-marketing-block__article .ea-fluid-container p {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 0.25em;
  font-size: 1em;
}
@media only screen and (min-width: 960px) {
  .ea-fluid-container .ea-bodytext, .ea-fluid-container .ea-color-container, .ea-fluid-container .ea-hero-container, .ea-fluid-container .ea-button, .ea-fluid-container .ea-tabordion__body, .ea-fluid-container .ea-rich-text p, .ea-rich-text .ea-fluid-container p, .ea-fluid-container .ea-marketing-block__article p, .ea-marketing-block__article .ea-fluid-container p {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 960px) {
  .ea-fluid-container .ea-bodytext, .ea-fluid-container .ea-color-container, .ea-fluid-container .ea-hero-container, .ea-fluid-container .ea-button, .ea-fluid-container .ea-tabordion__body, .ea-fluid-container .ea-rich-text p, .ea-rich-text .ea-fluid-container p, .ea-fluid-container .ea-marketing-block__article p, .ea-marketing-block__article .ea-fluid-container p {
    font-size: 1.25vw;
  }
}

.video-block {
  display: none;
}
@media only screen and (min-width: 640px) {
  .video-block {
    display: block;
    position: absolute;
    width: 100%;
    margin: auto 0;
    top: 0;
    bottom: 0;
  }
}

.ea-category-menu {
  display: block;
}
.ea-category-menu__list {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .ea-category-menu__list {
    display: table;
    table-layout: fixed;
    /* for equal spacing */
    cellpadding: 10;
  }
}
.ea-category-menu__item {
  vertical-align: top;
  display: table;
  width: 100%;
  line-height: 72px;
  border-top: 1px solid #e0e0e1;
  cursor: pointer;
  color: #0019af;
}
.ea-category-menu__item:hover {
  color: #00baf2;
}
.ea-category-menu__item:last-child {
  position: relative;
  border-bottom: 1px solid #e0e0e1;
}
.ea-category-menu__item:nth-child(even) {
  border-left: 1px solid #e0e0e1;
}
.ea-category-menu__item--mobile {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 640px) {
  .ea-category-menu__item {
    border: none;
    display: table-cell;
    line-height: 72px;
    text-align: center;
    width: 14%;
    float: none;
  }
  .ea-category-menu__item:last-child {
    border-bottom: none;
  }
  .ea-category-menu__item:nth-child(even) {
    border-left: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .ea-category-menu__item {
    border-right: 1px solid #e0e0e1;
  }
  .ea-category-menu__item:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-category-menu__item {
    width: 25%;
  }
}
.ea-category-menu__item--light {
  color: #00baf2;
  border-right: 1px solid #808081;
}
.ea-category-menu__item--light:hover {
  color: #ffffff;
}
.ea-category-menu__item--light:last-child {
  border-right: none;
}
.ea-category-menu__icon {
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 960px) {
  .ea-category-menu__icon {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
}
.ea-category-menu__text {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  /* custom line height to make 3 row text divisable by $global-baseline */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ea-category-menu__text:focus {
  outline: none;
}
@media only screen and (min-width: 960px) {
  .ea-category-menu__text {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 20px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .ea-category-menu__text {
    padding: 0;
    display: block;
    font-size: 16px;
  }
}
.ea-category-menu--hide-mobile {
  display: none;
}
@media only screen and (min-width: 640px) {
  .ea-category-menu--hide-mobile {
    display: block;
  }
}

.ea-color-container a {
  color: inherit;
}
.ea-color-container a:visited {
  color: inherit;
}
.ea-color-container a:hover {
  color: inherit;
}
.ea-color-container a:active {
  color: inherit;
}

.ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-icon, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-icon, .ea-color-container--dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before, .ea-color-container--dark-grey .ea-tabordion__acc-head a.ea-button.ea-button--transparent:after, .ea-tabordion__acc-head .ea-color-container--dark-grey a.ea-button.ea-button--transparent:after, .ea-marketing-block--color-dark-grey .ea-tabordion__acc-head a.ea-button.ea-button--transparent:after, .ea-tabordion__acc-head .ea-marketing-block--color-dark-grey a.ea-button.ea-button--transparent:after {
  border-color: #00baf2;
}
.ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-icon:before, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-icon:before, .ea-color-container--dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-checked-list li.ea-button.ea-button--transparent:before, .ea-checked-list .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-color-container--dark-grey li.ea-button.ea-button--transparent:before, .ea-marketing-block--color-dark-grey .ea-rich-text--checked-ul ul li.ea-button.ea-button--transparent:before, .ea-rich-text--checked-ul ul .ea-marketing-block--color-dark-grey li.ea-button.ea-button--transparent:before, .ea-color-container--dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before, .ea-marketing-block--color-dark-grey .ea-button.ea-button--transparent.ea-accordion__header:before {
  color: #00baf2;
}
.ea-color-container--transparent {
  background: transparent;
  background-color: rgba(255, 255, 255, 0);
}

.ea-fluid-container:hover .fluid-content__link {
  opacity: 1;
}
.ea-fluid-container:hover .fluid-content__link {
  padding-top: 0;
}

.ea-footer__logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.ea-footer__logo-group {
  fill: #ffffff;
}
.ea-footer__navigation {
  font-weight: 600;
  text-align: center;
}
.ea-footer__navigation-item a {
  color: #808081;
}
.ea-footer__navigation-item a:visited {
  color: #808081;
}
.ea-footer__navigation-item a:hover, .ea-footer__navigation-item a:focus {
  color: #ffffff;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: underline;
  outline: none;
}
.ea-footer__icon-link {
  display: inline-block;
}
.ea-footer__icon-link:focus {
  outline: none;
}
.ea-footer__icon-link:focus .ea-icon-25 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #ffffff;
}
.ea-footer__icon {
  text-align: center;
  color: #808081;
}
.ea-footer__icon:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #ffffff;
}

.ea-fluid-hero__text {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #ffffff;
  color: #404041;
  font-weight: 600;
  overflow: visible;
}
.ea-fluid-hero__text .link-cta {
  color: #00baf2;
}
@media only screen and (min-width: 640px) {
  .ea-fluid-hero__text {
    color: white;
    background: transparent;
  }
  .ea-fluid-hero__text .link-cta {
    color: #ffffff;
  }
}
.ea-fluid-hero__text-up-arrow {
  position: absolute;
  left: calc(50% - 15px);
  top: -15px;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}
@media only screen and (min-width: 640px) {
  .ea-fluid-hero {
    background: transparent;
    color: white;
  }
  .ea-fluid-hero__text-up-arrow {
    display: none;
  }
}

.ea-fluid-hero .ea-fluid-container__background-image {
  margin: 0;
}

.tooltip-toggle {
  display: none;
  /* Custome lineheight - oh, but why? */
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .tooltip-toggle {
    display: block;
    position: absolute;
    margin-top: -150px;
    left: -65px;
    margin-right: 20px;
    opacity: 0.9;
  }
}
.tooltip-toggle::after {
  margin-bottom: 20px;
}
.tooltip-toggle__arrow {
  position: absolute;
  left: calc(80% - 15px);
  bottom: -10px;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0090f1;
}

.ea-icon-frontpage {
  font-size: 2.5em;
}

.bulletin-date {
  display: none;
}

video {
  width: 100%;
}

.link-wrapper {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.video-block {
  display: none;
}
@media only screen and (min-width: 640px) {
  .video-block {
    display: block;
    position: absolute;
    width: 100%;
    margin: auto 0;
    top: 0;
    bottom: 0;
  }
}

.fluid-content__product-icon {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  line-height: 1em;
  font-size: 35vw;
}
@media only screen and (min-width: 640px) {
  .fluid-content__product-icon {
    font-size: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .fluid-content__product-icon {
    font-size: 14vw;
  }
}
@media only screen and (min-width: 1280px) {
  .fluid-content__product-icon {
    font-size: 12vw;
  }
}
.fluid-content__textcontainer {
  padding: 4% 5% 2% 5%;
  -webkit-transition: padding-top 0.4s ease 0.3s;
  transition: padding-top 0.4s ease 0.3s;
}
.ea-fluid-container:hover .fluid-content__textcontainer {
  padding-top: 0;
}
.fluid-content__herocontainer {
  padding: 4% 5% 2% 5%;
  min-height: 45%;
}
@media only screen and (min-width: 640px) {
  .fluid-content__herocontainer {
    min-height: 0;
  }
}
.fluid-content__link {
  color: #00baf2;
  text-transform: uppercase;
  font-weight: 600;
  color: #00baf2;
  /*opacity: 0;
  transition: opacity 0.4s ease 0.4s;*/
}
.ea-color-container--cyan .fluid-content__link, .ea-marketing-block--color-cyan .fluid-content__link, .ea-color-container--dark-grey .fluid-content__link, .ea-marketing-block--color-dark-grey .fluid-content__link {
  color: #ffffff;
}
.fluid-content__product-circle {
  display: table;
  position: absolute;
  top: 13%;
  left: 59%;
  border-radius: 50%;
  width: 23%;
  height: 23%;
  background: #0019af;
  color: white;
  text-align: center;
  line-height: 1.5;
  z-index: 1;
}
.fluid-content__product-circle--orange {
  background: #ff6400;
}
.fluid-content__product-circle--green {
  background: #00a950;
}
.fluid-content__product-circle--blue {
  background: #0019af;
}
.fluid-content__product-circle-text {
  display: table-cell;
  vertical-align: middle;
}

.productgrid .ea-fluid-container__background-image {
  width: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.site-common-emergency-bulletin {
  display: none;
}
.site-common-emergency-bulletin .bulletin-list-item {
  text-align: center;
  background: url("/img/content/legacy/alert_bg.png") 0 0 repeat-x;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-date {
  display: none;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-link {
  line-height: 45px;
  color: #B98D83;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-link .bulletin-title {
  background: url("/img/content/legacy/icon_alert.png") 0 20% no-repeat;
  display: inline-block;
  padding-left: 55px;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-link .bulletin-title:after {
  padding-left: 15px;
  color: #B52B28;
  content: "Lue lisää >";
}

.spl-lompakko .ea-card__content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.spl-lompakko .ea-rich-text img, .spl-lompakko .ea-marketing-block__article img {
  max-width: 100%;
}

.spl-lompakko-front-page ol.st-biglist li:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 17px auto 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
.spl-lompakko-front-page ol.st-biglist li h3 {
  padding-left: 50px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .spl-lompakko-front-page .st-custom-grid-width {
    margin: 0 20px;
  }
}

.spl-lompakko-front-page .ea-hero-marketing__title {
  color: #404041;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
  font-family: 'Verlag A', 'Verlag B', 'verlag light', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (min-width: 480px) {
  .spl-lompakko-front-page .ea-hero-marketing__title {
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .spl-lompakko-front-page .ea-hero-marketing__title {
    font-size: 42px;
    line-height: 48px;
  }
}
.spl-lompakko-front-page .ea-hero-marketing__paragraph {
  color: #404041;
}

.ea-hero-marketing__title {
  color: #ffffff;
  text-shadow: 1px 2px 0px #969696;
  font-family: 'Verlag A', 'Verlag B', 'verlag light', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (min-width: 480px) {
  .ea-hero-marketing__title {
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .ea-hero-marketing__title {
    font-size: 42px;
    line-height: 48px;
  }
}
.downshiftaajat .ds-heading-link {
  color: #404041;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-family: 'verlag bold';
  letter-spacing: .5px;
}
.downshiftaajat .ds-thumbnail-link {
  line-height: 0;
}
.downshiftaajat .ds-youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.downshiftaajat .ds-youtube-container .ds-youtube-container__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.downshiftaajat .ds-facebook-container {
  background-color: #dfe3ef;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}
.downshiftaajat .ds-instagram-image {
  width: 100%;
}

.hy-modal {
  z-index: 100000;
  position: relative;
}
.hy-modal:before {
  content: '';
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.15s, width 0s 0.15s, height 0s 0.15s;
  transition: opacity 0.15s, width 0s 0.15s, height 0s 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hy-modal--open:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.hy-modal__content {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: auto;
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hy-modal__content .ea-icon-16--cross {
  cursor: pointer;
}
:not(.touch) .hy-modal__content {
  -webkit-transition: transform 0.15s, opacity 0.15s, width 0s 0.15s, height 0s 0.15s;
  -webkit-transition: opacity 0.15s, width 0s 0.15s, height 0s 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, width 0s 0.15s, height 0s 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s, width 0s 0.15s, height 0s 0.15s;
  transition: transform 0.15s, opacity 0.15s, width 0s 0.15s, height 0s 0.15s, -webkit-transform 0.15s;
}
@media only screen and (min-width: 640px) {
  .hy-modal__content {
    overflow: hidden;
    right: 0;
    width: 500px;
    max-height: 360px;
    margin: 0 auto;
    top: 50%;
    -ms-transform: scale(0.9) translateY(-50%);
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
}
@media only screen and (min-width: 960px) {
  .hy-modal__content {
    width: 596px;
  }
}
@media only screen and (min-width: 1280px) {
  .hy-modal__content {
    width: 796px;
  }
}
.hy-modal--open .hy-modal__content {
  opacity: 1;
  height: 100%;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.83, 0.48, 1);
  transition-timing-function: cubic-bezier(0.11, 0.83, 0.48, 1);
}
@media only screen and (min-width: 640px) {
  .hy-modal--open .hy-modal__content {
    -ms-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
}
.hy-modal__wrap {
  display: table;
  width: 320px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .hy-modal__wrap {
    width: 408px;
  }
}
.hy-modal__box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.data-roaming-popup {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

#fadeandscale {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

#js-campaign-popup_visible #fadeandscale {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
