@charset "UTF-8";
:root {
  --font-stack: 'Poppins', 'Open Sans', 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  --color-light: #fff;
  --color-dimmed: #ECEDEF;
  --color-stable: #9EB1BD;
  --color-calm: #366772;
  --color-balanced: #9EB1BD;
  --color-deep: #18355C;
  --color-positive: #95C4BE;
  --color-energized: #FF968A;
  --color-attention: #BF8BA8;
  --color-amour: #FEC0D2;
  --color-dark: #000000;
  --color-stable-light: #FFFDFB;
  --color-stable-dark: #18355C;
  --color-calm-light: #C7E2DD;
  --color-calm-dark: #366772;
  --color-energized-light: #EAD4E0;
  --color-attention-light: #EAD4E0;
}

/* for functions */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  font-family: var(--font-stack);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #18355C;
  color: var(--color-deep);
  background-color: #FFFDFB;
  background-color: var(--color-stable-light);
  -webkit-overflow-scrolling: touch; /* fix for bumpy mobile scroll */
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
/* 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,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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: 0.0625rem 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 2.5rem;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  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;
}

.title--pre {
  color: #BF8BA8;
  color: var(--color-attention);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .title--pre {
    font-size: 1rem;
  }
}
.title--section {
  color: #9EB1BD;
  color: var(--color-stable);
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .title--section {
    font-size: 1.25rem;
  }
}
.title--group {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .title--group {
    font-size: 1rem;
  }
}

a {
  color: #366772;
  color: var(--color-calm);
  font-weight: normal;
  cursor: pointer;
}
a:hover {
  color: rgb(74.1, 118.2, 128.1);
}
a:active {
  color: #366772;
  color: var(--color-calm);
}

.linktitle {
  margin: 0.625rem 0 0.3125rem;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .linktitle {
    font-size: 1.25rem;
  }
}
.linktitle--singleline {
  margin: 0.3125rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .linktitle--singleline {
    font-size: 1rem;
  }
}

.link--attention {
  color: #BF8BA8;
  color: var(--color-attention);
}
.link--attention:hover {
  color: rgb(197.4, 150.6, 176.7);
}

.link--light {
  color: #fff;
  color: var(--color-light);
}
.link--light:hover {
  color: #FFFDFB;
  color: var(--color-stable-light);
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  h2 {
    font-size: 2.375rem;
  }
}
h3 {
  font-size: 1.625rem;
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.375rem;
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  h4 {
    font-size: 1.75rem;
  }
}
h5 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  h5 {
    font-size: 1.375rem;
  }
}
h6 {
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  h6 {
    font-size: 1.25rem;
  }
}

.heading--xxl {
  font-size: 2.5rem;
}
@media only screen and (min-width: 40rem) {
  .heading--xxl {
    font-size: 3rem;
  }
}
.heading--xl {
  font-size: 1.75rem;
}
@media only screen and (min-width: 40rem) {
  .heading--xl {
    font-size: 2.375rem;
  }
}
.heading--l {
  font-size: 1.625rem;
}
@media only screen and (min-width: 40rem) {
  .heading--l {
    font-size: 2rem;
  }
}
.heading--m {
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .heading--m {
    font-size: 1.75rem;
  }
}
.heading--s {
  font-size: 1.25rem;
}
@media only screen and (min-width: 40rem) {
  .heading--s {
    font-size: 1.375rem;
  }
}
.heading--xs {
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .heading--xs {
    font-size: 1.25rem;
  }
}

.text--xl {
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .text--xl {
    font-size: 1.25rem;
  }
}
.text--l {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .text--l {
    font-size: 1rem;
  }
}
.text--m {
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .text--m {
    font-size: 0.875rem;
  }
}
.text--s {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .text--s {
    font-size: 0.8125rem;
  }
}
.text--xs {
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .text--xs {
    font-size: 0.75rem;
  }
}
.text--xxs {
  font-size: 0.5625rem;
}
@media only screen and (min-width: 40rem) {
  .text--xxs {
    font-size: 0.6875rem;
  }
}
.text--thin {
  font-weight: 100;
}
.text--demi {
  font-weight: 300;
}
.text--regular {
  font-weight: 400;
}
.text--semibold {
  font-weight: 600;
}
.text--bold {
  font-weight: 700;
}
.text--heavy {
  font-weight: 900;
}
@media only screen and (min-width: 40rem) {
  .text--m-thin {
    font-weight: 100;
  }
  .text--m-demi {
    font-weight: 300;
  }
  .text--m-regular {
    font-weight: 400;
  }
  .text--m-semibold {
    font-weight: 600;
  }
  .text--m-bold {
    font-weight: 700;
  }
  .text--m-heavy {
    font-weight: 900;
  }
}
@media only screen and (min-width: 64rem) {
  .text--l-thin {
    font-weight: 100;
  }
  .text--l-demi {
    font-weight: 300;
  }
  .text--l-regular {
    font-weight: 400;
  }
  .text--l-semibold {
    font-weight: 600;
  }
  .text--l-bold {
    font-weight: 700;
  }
  .text--l-heavy {
    font-weight: 900;
  }
}
@media only screen and (min-width: 75rem) {
  .text--xl-thin {
    font-weight: 100;
  }
  .text--xl-demi {
    font-weight: 300;
  }
  .text--xl-regular {
    font-weight: 400;
  }
  .text--xl-semibold {
    font-weight: 600;
  }
  .text--xl-bold {
    font-weight: 700;
  }
  .text--xl-heavy {
    font-weight: 900;
  }
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
@media only screen and (min-width: 40rem) {
  .text--m-center {
    text-align: center;
  }
  .text--m-left {
    text-align: left;
  }
  .text--m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 64rem) {
  .text--l-center {
    text-align: center;
  }
  .text--l-left {
    text-align: left;
  }
  .text--l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 75rem) {
  .text--xl-center {
    text-align: center;
  }
  .text--xl-left {
    text-align: left;
  }
  .text--xl-right {
    text-align: right;
  }
}
.text--nowrap {
  white-space: nowrap;
}
.text--underline {
  text-decoration: underline;
}
.text--nodecoration {
  text-decoration: none;
}
.text--uppercase {
  text-transform: uppercase;
}

.no-line-height {
  line-height: 0;
}

.text--calm {
  color: #366772;
}

.text--balanced {
  color: #9EB1BD;
}

.text--deep {
  color: #18355C;
}

.text--positive {
  color: #95C4BE;
}

.text--energized {
  color: #FF968A;
}

.text--attention {
  color: #BF8BA8;
}

.text--amour {
  color: #FEC0D2;
}

.text--light {
  color: #ffffff;
}

.text--stable-light {
  color: #FFFDFB;
}

.text--dimmed {
  color: #ECEDEF;
}

.text--stable {
  color: #9EB1BD;
}

.text--stable-dark {
  color: #18355C;
}

.text--dark {
  color: #000000;
}

/* create all flex sizes 0-12 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex__wrapper {
  overflow: hidden;
}
.flex--down {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 40rem) {
  .flex--medium-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex--medium-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex--medium-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex--large-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex--large-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex--xlarge-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex--xlarge-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.flex--page {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.flex--page.flex--0 {
  max-width: calc(0 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--1 {
  max-width: calc(1 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--2 {
  max-width: calc(2 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--3 {
  max-width: calc(3 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--4 {
  max-width: calc(4 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--5 {
  max-width: calc(5 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--6 {
  max-width: calc(6 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--7 {
  max-width: calc(7 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--8 {
  max-width: calc(8 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--9 {
  max-width: calc(9 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--10 {
  max-width: calc(10 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--11 {
  max-width: calc(11 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.flex--page.flex--12 {
  max-width: calc(12 / 12 * 80rem);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media only screen and (min-width: 40rem) {
  .flex--page.flex--medium-0 {
    max-width: calc(0 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-1 {
    max-width: calc(1 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-2 {
    max-width: calc(2 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-3 {
    max-width: calc(3 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-4 {
    max-width: calc(4 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-5 {
    max-width: calc(5 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-6 {
    max-width: calc(6 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-7 {
    max-width: calc(7 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-8 {
    max-width: calc(8 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-9 {
    max-width: calc(9 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-10 {
    max-width: calc(10 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-11 {
    max-width: calc(11 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--medium-12 {
    max-width: calc(12 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--page.flex--large-0 {
    max-width: calc(0 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-1 {
    max-width: calc(1 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-2 {
    max-width: calc(2 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-3 {
    max-width: calc(3 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-4 {
    max-width: calc(4 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-5 {
    max-width: calc(5 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-6 {
    max-width: calc(6 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-7 {
    max-width: calc(7 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-8 {
    max-width: calc(8 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-9 {
    max-width: calc(9 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-10 {
    max-width: calc(10 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-11 {
    max-width: calc(11 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--large-12 {
    max-width: calc(12 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--page.flex--xlarge-0 {
    max-width: calc(0 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-1 {
    max-width: calc(1 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-2 {
    max-width: calc(2 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-3 {
    max-width: calc(3 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-4 {
    max-width: calc(4 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-5 {
    max-width: calc(5 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-6 {
    max-width: calc(6 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-7 {
    max-width: calc(7 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-8 {
    max-width: calc(8 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-9 {
    max-width: calc(9 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-10 {
    max-width: calc(10 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-11 {
    max-width: calc(11 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex--page.flex--xlarge-12 {
    max-width: calc(12 / 12 * 80rem);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.flex--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex--middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex--space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: normal;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 40rem) {
  .flex--medium-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex--medium-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex--medium-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex--medium-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex--medium-middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex--medium-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex--medium-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex--medium-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex--medium-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex--medium-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: normal;
  }
  .flex--medium-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex--large-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex--large-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex--large-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex--large-middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex--large-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex--large-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex--large-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex--large-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex--large-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: normal;
  }
  .flex--large-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex--xlarge-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex--xlarge-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex--xlarge-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex--xlarge-middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex--xlarge-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex--xlarge-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex--xlarge-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex--xlarge-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex--xlarge-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: normal;
  }
  .flex--xlarge-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex--0 {
  -ms-flex-preferred-size: calc(0 / 12 * 100%);
      flex-basis: calc(0 / 12 * 100%);
}
.flex--order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.flex--1 {
  -ms-flex-preferred-size: calc(1 / 12 * 100%);
      flex-basis: calc(1 / 12 * 100%);
}
.flex--order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flex--2 {
  -ms-flex-preferred-size: calc(2 / 12 * 100%);
      flex-basis: calc(2 / 12 * 100%);
}
.flex--order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex--3 {
  -ms-flex-preferred-size: calc(3 / 12 * 100%);
      flex-basis: calc(3 / 12 * 100%);
}
.flex--order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.flex--4 {
  -ms-flex-preferred-size: calc(4 / 12 * 100%);
      flex-basis: calc(4 / 12 * 100%);
}
.flex--order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.flex--5 {
  -ms-flex-preferred-size: calc(5 / 12 * 100%);
      flex-basis: calc(5 / 12 * 100%);
}
.flex--order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.flex--6 {
  -ms-flex-preferred-size: calc(6 / 12 * 100%);
      flex-basis: calc(6 / 12 * 100%);
}
.flex--order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.flex--7 {
  -ms-flex-preferred-size: calc(7 / 12 * 100%);
      flex-basis: calc(7 / 12 * 100%);
}
.flex--order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.flex--8 {
  -ms-flex-preferred-size: calc(8 / 12 * 100%);
      flex-basis: calc(8 / 12 * 100%);
}
.flex--order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.flex--9 {
  -ms-flex-preferred-size: calc(9 / 12 * 100%);
      flex-basis: calc(9 / 12 * 100%);
}
.flex--order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.flex--10 {
  -ms-flex-preferred-size: calc(10 / 12 * 100%);
      flex-basis: calc(10 / 12 * 100%);
}
.flex--order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.flex--11 {
  -ms-flex-preferred-size: calc(11 / 12 * 100%);
      flex-basis: calc(11 / 12 * 100%);
}
.flex--order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.flex--12 {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
}
.flex--order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.flex--stay {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 40rem) {
  .flex--medium-0 {
    -ms-flex-preferred-size: calc(0 / 12 * 100%);
        flex-basis: calc(0 / 12 * 100%);
  }
  .flex--medium-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex--medium-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
        flex-basis: calc(1 / 12 * 100%);
  }
  .flex--medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex--medium-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
        flex-basis: calc(2 / 12 * 100%);
  }
  .flex--medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex--medium-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
        flex-basis: calc(3 / 12 * 100%);
  }
  .flex--medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex--medium-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
        flex-basis: calc(4 / 12 * 100%);
  }
  .flex--medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex--medium-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
        flex-basis: calc(5 / 12 * 100%);
  }
  .flex--medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex--medium-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
        flex-basis: calc(6 / 12 * 100%);
  }
  .flex--medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex--medium-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
        flex-basis: calc(7 / 12 * 100%);
  }
  .flex--medium-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex--medium-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
        flex-basis: calc(8 / 12 * 100%);
  }
  .flex--medium-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex--medium-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
        flex-basis: calc(9 / 12 * 100%);
  }
  .flex--medium-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex--medium-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
        flex-basis: calc(10 / 12 * 100%);
  }
  .flex--medium-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex--medium-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
        flex-basis: calc(11 / 12 * 100%);
  }
  .flex--medium-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex--medium-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
  }
  .flex--medium-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex--medium-stay {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex--medium-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex--medium-nogrow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex--medium-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large-0 {
    -ms-flex-preferred-size: calc(0 / 12 * 100%);
        flex-basis: calc(0 / 12 * 100%);
  }
  .flex--large-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex--large-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
        flex-basis: calc(1 / 12 * 100%);
  }
  .flex--large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex--large-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
        flex-basis: calc(2 / 12 * 100%);
  }
  .flex--large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex--large-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
        flex-basis: calc(3 / 12 * 100%);
  }
  .flex--large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex--large-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
        flex-basis: calc(4 / 12 * 100%);
  }
  .flex--large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex--large-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
        flex-basis: calc(5 / 12 * 100%);
  }
  .flex--large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex--large-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
        flex-basis: calc(6 / 12 * 100%);
  }
  .flex--large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex--large-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
        flex-basis: calc(7 / 12 * 100%);
  }
  .flex--large-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex--large-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
        flex-basis: calc(8 / 12 * 100%);
  }
  .flex--large-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex--large-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
        flex-basis: calc(9 / 12 * 100%);
  }
  .flex--large-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex--large-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
        flex-basis: calc(10 / 12 * 100%);
  }
  .flex--large-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex--large-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
        flex-basis: calc(11 / 12 * 100%);
  }
  .flex--large-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex--large-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
  }
  .flex--large-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex--large-stay {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex--large-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex--large-nogrow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex--large-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge-0 {
    -ms-flex-preferred-size: calc(0 / 12 * 100%);
        flex-basis: calc(0 / 12 * 100%);
  }
  .flex--xlarge-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex--xlarge-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
        flex-basis: calc(1 / 12 * 100%);
  }
  .flex--xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex--xlarge-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
        flex-basis: calc(2 / 12 * 100%);
  }
  .flex--xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex--xlarge-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
        flex-basis: calc(3 / 12 * 100%);
  }
  .flex--xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .flex--xlarge-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
        flex-basis: calc(4 / 12 * 100%);
  }
  .flex--xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex--xlarge-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
        flex-basis: calc(5 / 12 * 100%);
  }
  .flex--xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .flex--xlarge-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
        flex-basis: calc(6 / 12 * 100%);
  }
  .flex--xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .flex--xlarge-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
        flex-basis: calc(7 / 12 * 100%);
  }
  .flex--xlarge-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .flex--xlarge-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
        flex-basis: calc(8 / 12 * 100%);
  }
  .flex--xlarge-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .flex--xlarge-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
        flex-basis: calc(9 / 12 * 100%);
  }
  .flex--xlarge-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .flex--xlarge-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
        flex-basis: calc(10 / 12 * 100%);
  }
  .flex--xlarge-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .flex--xlarge-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
        flex-basis: calc(11 / 12 * 100%);
  }
  .flex--xlarge-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .flex--xlarge-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
  }
  .flex--xlarge-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .flex--xlarge-stay {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex--xlarge-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex--xlarge-nogrow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex--xlarge-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.flex--0 {
  max-width: calc(0 / 12 * 100%);
  max-height: none;
}

.flex--1 {
  max-width: calc(1 / 12 * 100%);
  max-height: none;
}

.flex--2 {
  max-width: calc(2 / 12 * 100%);
  max-height: none;
}

.flex--3 {
  max-width: calc(3 / 12 * 100%);
  max-height: none;
}

.flex--4 {
  max-width: calc(4 / 12 * 100%);
  max-height: none;
}

.flex--5 {
  max-width: calc(5 / 12 * 100%);
  max-height: none;
}

.flex--6 {
  max-width: calc(6 / 12 * 100%);
  max-height: none;
}

.flex--7 {
  max-width: calc(7 / 12 * 100%);
  max-height: none;
}

.flex--8 {
  max-width: calc(8 / 12 * 100%);
  max-height: none;
}

.flex--9 {
  max-width: calc(9 / 12 * 100%);
  max-height: none;
}

.flex--10 {
  max-width: calc(10 / 12 * 100%);
  max-height: none;
}

.flex--11 {
  max-width: calc(11 / 12 * 100%);
  max-height: none;
}

.flex--12 {
  max-width: calc(12 / 12 * 100%);
  max-height: none;
}

.flex--grow {
  max-width: none;
}

@media only screen and (min-width: 40rem) {
  .flex--medium-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-grow,
  .flex--medium-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--large-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--large-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--large-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--large-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--large-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--large-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--large-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--large-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--large-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--large-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--large-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--large-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--large-grow,
  .flex--large-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-grow,
  .flex--xlarge-auto {
    max-width: none;
  }
}
.flex--down > .flex--0 {
  max-width: none;
  max-height: calc(0 / 12 * 100%);
}
.flex--down > .flex--1 {
  max-width: none;
  max-height: calc(1 / 12 * 100%);
}
.flex--down > .flex--2 {
  max-width: none;
  max-height: calc(2 / 12 * 100%);
}
.flex--down > .flex--3 {
  max-width: none;
  max-height: calc(3 / 12 * 100%);
}
.flex--down > .flex--4 {
  max-width: none;
  max-height: calc(4 / 12 * 100%);
}
.flex--down > .flex--5 {
  max-width: none;
  max-height: calc(5 / 12 * 100%);
}
.flex--down > .flex--6 {
  max-width: none;
  max-height: calc(6 / 12 * 100%);
}
.flex--down > .flex--7 {
  max-width: none;
  max-height: calc(7 / 12 * 100%);
}
.flex--down > .flex--8 {
  max-width: none;
  max-height: calc(8 / 12 * 100%);
}
.flex--down > .flex--9 {
  max-width: none;
  max-height: calc(9 / 12 * 100%);
}
.flex--down > .flex--10 {
  max-width: none;
  max-height: calc(10 / 12 * 100%);
}
.flex--down > .flex--11 {
  max-width: none;
  max-height: calc(11 / 12 * 100%);
}
.flex--down > .flex--12 {
  max-width: none;
  max-height: calc(12 / 12 * 100%);
}
.flex--down > .flex--grow {
  max-height: none;
}
@media only screen and (min-width: 40rem) {
  .flex--down > .flex--medium-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--down > .flex--medium-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--down > .flex--medium-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--down > .flex--medium-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--down > .flex--medium-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--down > .flex--medium-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--down > .flex--medium-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--down > .flex--medium-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--down > .flex--medium-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--down > .flex--medium-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--down > .flex--medium-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--down > .flex--medium-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--down > .flex--medium-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--down > .flex--medium-grow,
  .flex--down > .flex--medium-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--down > .flex--large-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--down > .flex--large-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--down > .flex--large-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--down > .flex--large-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--down > .flex--large-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--down > .flex--large-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--down > .flex--large-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--down > .flex--large-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--down > .flex--large-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--down > .flex--large-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--down > .flex--large-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--down > .flex--large-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--down > .flex--large-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--down > .flex--large-grow,
  .flex--down > .flex--large-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--down > .flex--xlarge-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--down > .flex--xlarge-grow,
  .flex--down > .flex--xlarge-auto {
    max-height: none;
  }
}

@media only screen and (min-width: 40rem) {
  .flex--medium-down > .flex--0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--medium-down > .flex--1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--medium-down > .flex--2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--medium-down > .flex--3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--medium-down > .flex--4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--medium-down > .flex--5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--medium-down > .flex--6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--medium-down > .flex--7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--medium-down > .flex--8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--medium-down > .flex--9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--medium-down > .flex--10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--medium-down > .flex--11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--medium-down > .flex--12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--medium-down > .flex--grow {
    max-height: none;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 40rem) {
  .flex--medium-down > .flex--medium-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--medium-down > .flex--medium-grow,
  .flex--medium-down > .flex--medium-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 64rem) {
  .flex--medium-down > .flex--large-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--medium-down > .flex--large-grow,
  .flex--medium-down > .flex--large-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 75rem) {
  .flex--medium-down > .flex--xlarge-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--medium-down > .flex--xlarge-grow,
  .flex--medium-down > .flex--xlarge-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 40rem) {
  .flex--medium-row > .flex--0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 40rem) {
  .flex--medium-row > .flex--medium-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--medium-grow,
  .flex--medium-row > .flex--medium-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 64rem) {
  .flex--medium-row > .flex--large-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--large-grow,
  .flex--medium-row > .flex--large-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 40rem) and (min-width: 75rem) {
  .flex--medium-row > .flex--xlarge-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--medium-row > .flex--xlarge-grow,
  .flex--medium-row > .flex--xlarge-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large-down > .flex--0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--large-down > .flex--1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--large-down > .flex--2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--large-down > .flex--3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--large-down > .flex--4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--large-down > .flex--5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--large-down > .flex--6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--large-down > .flex--7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--large-down > .flex--8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--large-down > .flex--9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--large-down > .flex--10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--large-down > .flex--11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--large-down > .flex--12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--large-down > .flex--grow {
    max-height: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 40rem) {
  .flex--large-down > .flex--medium-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--large-down > .flex--medium-grow,
  .flex--large-down > .flex--medium-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 64rem) {
  .flex--large-down > .flex--large-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--large-down > .flex--large-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--large-down > .flex--large-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--large-down > .flex--large-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--large-down > .flex--large-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--large-down > .flex--large-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--large-down > .flex--large-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--large-down > .flex--large-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--large-down > .flex--large-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--large-down > .flex--large-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--large-down > .flex--large-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--large-down > .flex--large-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--large-down > .flex--large-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--large-down > .flex--large-grow,
  .flex--large-down > .flex--large-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 75rem) {
  .flex--large-down > .flex--xlarge-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--large-down > .flex--xlarge-grow,
  .flex--large-down > .flex--xlarge-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large-row > .flex--0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 40rem) {
  .flex--large-row > .flex--medium-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--medium-grow,
  .flex--large-row > .flex--medium-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 64rem) {
  .flex--large-row > .flex--large-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--large-grow,
  .flex--large-row > .flex--large-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 75rem) {
  .flex--large-row > .flex--xlarge-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--large-row > .flex--xlarge-grow,
  .flex--large-row > .flex--xlarge-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge-down > .flex--0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--grow {
    max-height: none;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 40rem) {
  .flex--xlarge-down > .flex--medium-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--medium-grow,
  .flex--xlarge-down > .flex--medium-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 64rem) {
  .flex--xlarge-down > .flex--large-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--large-grow,
  .flex--xlarge-down > .flex--large-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 75rem) {
  .flex--xlarge-down > .flex--xlarge-0 {
    max-width: none;
    max-height: calc(0 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-1 {
    max-width: none;
    max-height: calc(1 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-2 {
    max-width: none;
    max-height: calc(2 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-3 {
    max-width: none;
    max-height: calc(3 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-4 {
    max-width: none;
    max-height: calc(4 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-5 {
    max-width: none;
    max-height: calc(5 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-6 {
    max-width: none;
    max-height: calc(6 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-7 {
    max-width: none;
    max-height: calc(7 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-8 {
    max-width: none;
    max-height: calc(8 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-9 {
    max-width: none;
    max-height: calc(9 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-10 {
    max-width: none;
    max-height: calc(10 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-11 {
    max-width: none;
    max-height: calc(11 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-12 {
    max-width: none;
    max-height: calc(12 / 12 * 100%);
  }
  .flex--xlarge-down > .flex--xlarge-grow,
  .flex--xlarge-down > .flex--xlarge-auto {
    max-height: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge-row > .flex--0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 40rem) {
  .flex--xlarge-row > .flex--medium-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--medium-grow,
  .flex--xlarge-row > .flex--medium-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 64rem) {
  .flex--xlarge-row > .flex--large-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--large-grow,
  .flex--xlarge-row > .flex--large-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 75rem) {
  .flex--xlarge-row > .flex--xlarge-0 {
    max-width: calc(0 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-1 {
    max-width: calc(1 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-2 {
    max-width: calc(2 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-3 {
    max-width: calc(3 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-4 {
    max-width: calc(4 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-5 {
    max-width: calc(5 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-6 {
    max-width: calc(6 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-7 {
    max-width: calc(7 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-8 {
    max-width: calc(8 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-9 {
    max-width: calc(9 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-10 {
    max-width: calc(10 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-11 {
    max-width: calc(11 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-12 {
    max-width: calc(12 / 12 * 100%);
    max-height: none;
  }
  .flex--xlarge-row > .flex--xlarge-grow,
  .flex--xlarge-row > .flex--xlarge-auto {
    max-width: none;
  }
}
@media only screen and (min-width: 40rem) {
  .flex--medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--xlarge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--grid {
  width: calc(100% + 0.625rem);
  margin: calc(-1 * 0.3125rem) 0 calc(-1 * 0.3125rem) calc(-1 * 0.3125rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--grid > .flex--0 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--0.flex--grow {
  max-width: none;
}
.flex--grid > .flex--1 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--1.flex--grow {
  max-width: none;
}
.flex--grid > .flex--2 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--2.flex--grow {
  max-width: none;
}
.flex--grid > .flex--3 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--3.flex--grow {
  max-width: none;
}
.flex--grid > .flex--4 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--4.flex--grow {
  max-width: none;
}
.flex--grid > .flex--5 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--5.flex--grow {
  max-width: none;
}
.flex--grid > .flex--6 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--6.flex--grow {
  max-width: none;
}
.flex--grid > .flex--7 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--7.flex--grow {
  max-width: none;
}
.flex--grid > .flex--8 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--8.flex--grow {
  max-width: none;
}
.flex--grid > .flex--9 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--9.flex--grow {
  max-width: none;
}
.flex--grid > .flex--10 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--10.flex--grow {
  max-width: none;
}
.flex--grid > .flex--11 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--11.flex--grow {
  max-width: none;
}
.flex--grid > .flex--12 {
  margin: 0.3125rem;
  -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
}
.flex--grid > .flex--12.flex--grow {
  max-width: none;
}
@media only screen and (min-width: 40rem) {
  .flex--grid > .flex--medium-0 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-0.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-1 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-1.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-2 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-2.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-3 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-3.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-4 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-4.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-5 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-5.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-6 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-6.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-7 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-7.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-8 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-8.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-9 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-9.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-10 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-10.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-11 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-11.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--medium-12 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--medium-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--grid > .flex--large-0 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-0.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-1 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-1.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-2 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-2.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-3 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-3.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-4 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-4.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-5 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-5.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-6 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-6.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-7 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-7.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-8 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-8.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-9 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-9.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-10 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-10.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-11 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-11.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--large-12 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--large-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--grid > .flex--xlarge-0 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-0.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-1 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-1.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-2 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-2.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-3 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-3.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-4 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-4.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-5 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-5.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-6 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-6.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-7 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-7.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-8 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-8.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-9 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-9.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-10 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-10.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-11 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-11.flex--grow {
    max-width: none;
  }
  .flex--grid > .flex--xlarge-12 {
    margin: 0.3125rem;
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
  }
  .flex--grid > .flex--xlarge-12.flex--grow {
    max-width: none;
  }
}
.flex--grid.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--grid.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--grid-xxl {
  width: calc(100% + 2.5rem);
  margin: calc(-0.5 * 2.5rem) 0 calc(-0.5 * 2.5rem) calc(-0.5 * 2.5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--grid-xxl > .flex--0 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(0 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(0 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--0.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--1 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(1 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(1 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--1.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--2 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(2 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(2 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--2.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--3 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(3 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(3 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--3.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--4 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(4 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(4 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--4.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--5 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(5 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(5 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--5.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--6 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(6 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(6 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--6.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--7 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(7 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(7 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--7.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--8 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(8 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(8 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--8.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--9 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(9 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(9 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--9.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--10 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(10 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(10 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--10.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--11 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(11 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(11 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--11.flex--grow {
  max-width: none;
}
.flex--grid-xxl > .flex--12 {
  margin: calc(0.5 * 2.5rem);
  -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 2.5rem);
      flex-basis: calc(calc(12 / 12 * 100%) - 2.5rem);
  max-width: calc(calc(12 / 12 * 100%) - 2.5rem);
}
.flex--grid-xxl > .flex--12.flex--grow {
  max-width: none;
}
@media only screen and (min-width: 40rem) {
  .flex--grid-xxl > .flex--medium-0 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(0 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-0.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-1 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(1 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-1.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-2 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(2 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-2.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-3 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(3 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-3.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-4 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(4 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-4.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-5 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(5 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-5.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-6 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(6 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-6.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-7 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(7 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-7.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-8 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(8 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-8.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-9 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(9 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-9.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-10 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(10 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-10.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-11 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(11 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-11.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--medium-12 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(12 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--medium-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--grid-xxl > .flex--large-0 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(0 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-0.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-1 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(1 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-1.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-2 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(2 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-2.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-3 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(3 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-3.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-4 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(4 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-4.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-5 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(5 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-5.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-6 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(6 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-6.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-7 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(7 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-7.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-8 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(8 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-8.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-9 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(9 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-9.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-10 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(10 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-10.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-11 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(11 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-11.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--large-12 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(12 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--large-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--grid-xxl > .flex--xlarge-0 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(0 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-0.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-1 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(1 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-1.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-2 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(2 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-2.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-3 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(3 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-3.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-4 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(4 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-4.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-5 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(5 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-5.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-6 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(6 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-6.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-7 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(7 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-7.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-8 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(8 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-8.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-9 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(9 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-9.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-10 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(10 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-10.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-11 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(11 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-11.flex--grow {
    max-width: none;
  }
  .flex--grid-xxl > .flex--xlarge-12 {
    margin: calc(0.5 * 2.5rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 2.5rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 2.5rem);
    max-width: calc(calc(12 / 12 * 100%) - 2.5rem);
  }
  .flex--grid-xxl > .flex--xlarge-12.flex--grow {
    max-width: none;
  }
}
.flex--grid-xxl.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--grid-xxl.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--grid-xl {
  width: calc(100% + 1.25rem);
  margin: calc(-0.5 * 1.25rem) 0 calc(-0.5 * 1.25rem) calc(-0.5 * 1.25rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--grid-xl > .flex--0 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(0 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(0 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--0.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--1 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(1 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(1 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--1.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--2 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(2 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(2 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--2.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--3 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(3 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(3 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--3.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--4 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(4 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(4 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--4.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--5 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(5 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(5 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--5.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--6 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(6 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(6 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--6.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--7 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(7 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(7 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--7.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--8 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(8 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(8 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--8.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--9 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(9 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(9 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--9.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--10 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(10 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(10 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--10.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--11 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(11 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(11 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--11.flex--grow {
  max-width: none;
}
.flex--grid-xl > .flex--12 {
  margin: calc(0.5 * 1.25rem);
  -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 1.25rem);
      flex-basis: calc(calc(12 / 12 * 100%) - 1.25rem);
  max-width: calc(calc(12 / 12 * 100%) - 1.25rem);
}
.flex--grid-xl > .flex--12.flex--grow {
  max-width: none;
}
@media only screen and (min-width: 40rem) {
  .flex--grid-xl > .flex--medium-0 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(0 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-0.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-1 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(1 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-1.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-2 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(2 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-2.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-3 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(3 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-3.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-4 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(4 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-4.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-5 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(5 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-5.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-6 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(6 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-6.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-7 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(7 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-7.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-8 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(8 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-8.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-9 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(9 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-9.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-10 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(10 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-10.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-11 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(11 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-11.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--medium-12 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(12 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--medium-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--grid-xl > .flex--large-0 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(0 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-0.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-1 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(1 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-1.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-2 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(2 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-2.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-3 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(3 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-3.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-4 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(4 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-4.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-5 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(5 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-5.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-6 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(6 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-6.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-7 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(7 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-7.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-8 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(8 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-8.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-9 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(9 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-9.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-10 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(10 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-10.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-11 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(11 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-11.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--large-12 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(12 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--large-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--grid-xl > .flex--xlarge-0 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(0 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-0.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-1 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(1 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-1.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-2 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(2 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-2.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-3 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(3 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-3.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-4 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(4 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-4.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-5 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(5 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-5.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-6 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(6 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-6.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-7 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(7 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-7.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-8 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(8 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-8.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-9 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(9 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-9.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-10 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(10 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-10.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-11 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(11 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-11.flex--grow {
    max-width: none;
  }
  .flex--grid-xl > .flex--xlarge-12 {
    margin: calc(0.5 * 1.25rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 1.25rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 1.25rem);
    max-width: calc(calc(12 / 12 * 100%) - 1.25rem);
  }
  .flex--grid-xl > .flex--xlarge-12.flex--grow {
    max-width: none;
  }
}
.flex--grid-xl.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--grid-xl.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--grid-l {
  width: calc(100% + 0.9375rem);
  margin: calc(-0.5 * 0.9375rem) 0 calc(-0.5 * 0.9375rem) calc(-0.5 * 0.9375rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--grid-l > .flex--0 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(0 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(0 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--0.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--1 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(1 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(1 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--1.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--2 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(2 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(2 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--2.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--3 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(3 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(3 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--3.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--4 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(4 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(4 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--4.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--5 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(5 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(5 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--5.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--6 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(6 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(6 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--6.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--7 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(7 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(7 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--7.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--8 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(8 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(8 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--8.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--9 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(9 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(9 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--9.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--10 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(10 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(10 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--10.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--11 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(11 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(11 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--11.flex--grow {
  max-width: none;
}
.flex--grid-l > .flex--12 {
  margin: calc(0.5 * 0.9375rem);
  -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.9375rem);
      flex-basis: calc(calc(12 / 12 * 100%) - 0.9375rem);
  max-width: calc(calc(12 / 12 * 100%) - 0.9375rem);
}
.flex--grid-l > .flex--12.flex--grow {
  max-width: none;
}
@media only screen and (min-width: 40rem) {
  .flex--grid-l > .flex--medium-0 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-0.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-1 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-1.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-2 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-2.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-3 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-3.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-4 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-4.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-5 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-5.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-6 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-6.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-7 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-7.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-8 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-8.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-9 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-9.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-10 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-10.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-11 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-11.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--medium-12 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--medium-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--grid-l > .flex--large-0 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-0.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-1 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-1.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-2 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-2.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-3 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-3.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-4 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-4.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-5 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-5.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-6 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-6.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-7 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-7.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-8 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-8.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-9 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-9.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-10 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-10.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-11 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-11.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--large-12 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--large-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--grid-l > .flex--xlarge-0 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-0.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-1 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-1.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-2 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-2.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-3 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-3.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-4 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-4.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-5 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-5.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-6 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-6.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-7 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-7.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-8 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-8.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-9 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-9.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-10 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-10.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-11 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-11.flex--grow {
    max-width: none;
  }
  .flex--grid-l > .flex--xlarge-12 {
    margin: calc(0.5 * 0.9375rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.9375rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.9375rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.9375rem);
  }
  .flex--grid-l > .flex--xlarge-12.flex--grow {
    max-width: none;
  }
}
.flex--grid-l.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--grid-l.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--grid-m {
  width: calc(100% + 0.625rem);
  margin: calc(-0.5 * 0.625rem) 0 calc(-0.5 * 0.625rem) calc(-0.5 * 0.625rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--grid-m > .flex--0 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--0.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--1 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--1.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--2 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--2.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--3 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--3.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--4 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--4.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--5 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--5.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--6 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--6.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--7 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--7.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--8 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--8.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--9 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--9.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--10 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--10.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--11 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--11.flex--grow {
  max-width: none;
}
.flex--grid-m > .flex--12 {
  margin: calc(0.5 * 0.625rem);
  -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
      flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
  max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
}
.flex--grid-m > .flex--12.flex--grow {
  max-width: none;
}
@media only screen and (min-width: 40rem) {
  .flex--grid-m > .flex--medium-0 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-0.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-1 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-1.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-2 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-2.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-3 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-3.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-4 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-4.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-5 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-5.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-6 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-6.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-7 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-7.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-8 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-8.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-9 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-9.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-10 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-10.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-11 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-11.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--medium-12 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--medium-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--grid-m > .flex--large-0 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-0.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-1 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-1.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-2 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-2.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-3 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-3.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-4 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-4.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-5 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-5.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-6 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-6.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-7 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-7.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-8 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-8.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-9 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-9.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-10 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-10.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-11 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-11.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--large-12 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--large-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--grid-m > .flex--xlarge-0 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-0.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-1 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-1.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-2 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-2.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-3 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-3.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-4 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-4.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-5 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-5.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-6 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-6.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-7 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-7.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-8 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-8.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-9 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-9.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-10 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-10.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-11 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-11.flex--grow {
    max-width: none;
  }
  .flex--grid-m > .flex--xlarge-12 {
    margin: calc(0.5 * 0.625rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.625rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.625rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.625rem);
  }
  .flex--grid-m > .flex--xlarge-12.flex--grow {
    max-width: none;
  }
}
.flex--grid-m.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--grid-m.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--grid-s {
  width: calc(100% + 0.3125rem);
  margin: calc(-0.5 * 0.3125rem) 0 calc(-0.5 * 0.3125rem) calc(-0.5 * 0.3125rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--grid-s > .flex--0 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(0 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(0 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--0.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--1 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(1 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(1 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--1.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--2 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(2 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(2 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--2.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--3 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(3 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(3 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--3.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--4 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(4 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(4 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--4.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--5 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(5 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(5 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--5.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--6 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(6 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(6 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--6.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--7 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(7 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(7 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--7.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--8 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(8 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(8 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--8.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--9 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(9 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(9 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--9.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--10 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(10 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(10 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--10.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--11 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(11 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(11 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--11.flex--grow {
  max-width: none;
}
.flex--grid-s > .flex--12 {
  margin: calc(0.5 * 0.3125rem);
  -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.3125rem);
      flex-basis: calc(calc(12 / 12 * 100%) - 0.3125rem);
  max-width: calc(calc(12 / 12 * 100%) - 0.3125rem);
}
.flex--grid-s > .flex--12.flex--grow {
  max-width: none;
}
@media only screen and (min-width: 40rem) {
  .flex--grid-s > .flex--medium-0 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-0.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-1 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-1.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-2 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-2.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-3 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-3.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-4 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-4.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-5 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-5.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-6 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-6.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-7 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-7.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-8 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-8.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-9 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-9.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-10 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-10.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-11 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-11.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--medium-12 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--medium-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  .flex--grid-s > .flex--large-0 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-0.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-1 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-1.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-2 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-2.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-3 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-3.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-4 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-4.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-5 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-5.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-6 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-6.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-7 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-7.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-8 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-8.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-9 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-9.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-10 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-10.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-11 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-11.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--large-12 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--large-12.flex--grow {
    max-width: none;
  }
}
@media only screen and (min-width: 75rem) {
  .flex--grid-s > .flex--xlarge-0 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(0 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(0 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(0 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-0.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-1 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(1 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(1 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(1 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-1.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-2 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(2 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(2 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(2 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-2.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-3 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(3 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(3 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(3 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-3.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-4 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(4 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(4 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(4 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-4.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-5 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(5 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(5 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(5 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-5.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-6 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(6 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(6 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(6 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-6.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-7 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(7 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(7 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(7 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-7.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-8 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(8 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(8 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(8 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-8.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-9 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(9 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(9 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(9 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-9.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-10 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(10 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(10 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(10 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-10.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-11 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(11 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(11 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(11 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-11.flex--grow {
    max-width: none;
  }
  .flex--grid-s > .flex--xlarge-12 {
    margin: calc(0.5 * 0.3125rem);
    -ms-flex-preferred-size: calc(calc(12 / 12 * 100%) - 0.3125rem);
        flex-basis: calc(calc(12 / 12 * 100%) - 0.3125rem);
    max-width: calc(calc(12 / 12 * 100%) - 0.3125rem);
  }
  .flex--grid-s > .flex--xlarge-12.flex--grow {
    max-width: none;
  }
}
.flex--grid-s.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--grid-s.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.flex {
  padding: 0;
  list-style: none;
}

.box, .blogview .content .content-block,
.contentview .output .content-block,
#tinymce.article-body .content-block,
.output.entry.article-body .content-block {
  display: block;
  position: relative;
  padding: 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .box, .blogview .content .content-block,
  .contentview .output .content-block,
  #tinymce.article-body .content-block,
  .output.entry.article-body .content-block {
    padding: 2.5rem;
    text-align: initial;
  }
}
.box--deep {
  background-color: #18355C;
  background-color: var(--color-deep);
  color: #EAD4E0;
  color: var(--color-attention-light);
}
.box--attention {
  background-color: #EAD4E0;
  background-color: var(--color-attention-light);
}
.box--attention-light {
  background-color: rgba(234, 212, 224, 0.5);
  backdrop-filter: blur(10px);
}
.box--light {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.box--border, .blogview .content .content-block,
.contentview .output .content-block,
#tinymce.article-body .content-block,
.output.entry.article-body .content-block {
  z-index: 1;
}
.box--border::before, .blogview .content .content-block::before,
.contentview .output .content-block::before,
#tinymce.article-body .content-block::before,
.output.entry.article-body .content-block::before, .box--border::after, .blogview .content .content-block::after,
.contentview .output .content-block::after,
#tinymce.article-body .content-block::after,
.output.entry.article-body .content-block::after {
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  border-color: #EAD4E0;
  border-color: var(--color-attention-light);
  border-radius: 0.625rem;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  right: calc(0.5 * 0.3125rem);
  bottom: calc(0.5 * 0.3125rem);
  z-index: -1;
}
.box--border::after, .blogview .content .content-block::after,
.contentview .output .content-block::after,
#tinymce.article-body .content-block::after,
.output.entry.article-body .content-block::after {
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 40rem) {
  .box--m-deep {
    background-color: #18355C;
    background-color: var(--color-deep);
    color: #EAD4E0;
    color: var(--color-attention-light);
  }
  .box--m-attention {
    background-color: #EAD4E0;
    background-color: var(--color-attention-light);
  }
  .box--m-attention-light {
    background-color: rgba(234, 212, 224, 0.5);
    backdrop-filter: blur(10px);
  }
  .box--m-light {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
  }
  .box--m-border {
    z-index: 1;
  }
  .box--m-border::before, .box--m-border::after {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
    border-color: #EAD4E0;
    border-color: var(--color-attention-light);
    border-radius: 0.625rem;
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    right: calc(0.5 * 0.3125rem);
    bottom: calc(0.5 * 0.3125rem);
    z-index: -1;
  }
  .box--m-border::after {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .box--l-deep {
    background-color: #18355C;
    background-color: var(--color-deep);
    color: #EAD4E0;
    color: var(--color-attention-light);
  }
  .box--l-attention {
    background-color: #EAD4E0;
    background-color: var(--color-attention-light);
  }
  .box--l-attention-light {
    background-color: rgba(234, 212, 224, 0.5);
    backdrop-filter: blur(10px);
  }
  .box--l-light {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
  }
  .box--l-border {
    z-index: 1;
  }
  .box--l-border::before, .box--l-border::after {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
    border-color: #EAD4E0;
    border-color: var(--color-attention-light);
    border-radius: 0.625rem;
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    right: calc(0.5 * 0.3125rem);
    bottom: calc(0.5 * 0.3125rem);
    z-index: -1;
  }
  .box--l-border::after {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .box--xl-deep {
    background-color: #18355C;
    background-color: var(--color-deep);
    color: #EAD4E0;
    color: var(--color-attention-light);
  }
  .box--xl-attention {
    background-color: #EAD4E0;
    background-color: var(--color-attention-light);
  }
  .box--xl-attention-light {
    background-color: rgba(234, 212, 224, 0.5);
    backdrop-filter: blur(10px);
  }
  .box--xl-light {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
  }
  .box--xl-border {
    z-index: 1;
  }
  .box--xl-border::before, .box--xl-border::after {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
    border-color: #EAD4E0;
    border-color: var(--color-attention-light);
    border-radius: 0.625rem;
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    right: calc(0.5 * 0.3125rem);
    bottom: calc(0.5 * 0.3125rem);
    z-index: -1;
  }
  .box--xl-border::after {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

button,
.button,
.pagination .page-item:first-of-type,
.pagination .page-item:last-of-type {
  padding: 0 calc(0.6 * 2.25rem);
  line-height: 2.25rem;
  border-radius: calc(0.5 * 2.25rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
button:hover,
.button:hover,
.pagination .page-item:hover:first-of-type,
.pagination .page-item:hover:last-of-type {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
button:active,
.button:active,
.pagination .page-item:active:first-of-type,
.pagination .page-item:active:last-of-type {
  background: rgb(48.6, 92.7, 102.6);
}
button .icon,
.button .icon,
.pagination .page-item:first-of-type .icon,
.pagination .page-item:last-of-type .icon {
  stroke: #fff;
  stroke: var(--color-light);
}

.button--multiline {
  padding: calc(0.3 * 2.25rem) calc(0.6 * 2.25rem);
  line-height: calc(1.4 * 0.8125rem);
  white-space: normal;
  border-radius: 10rem;
}
.button--tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(0.3 * 2.25rem) calc(0.6 * 2.25rem);
  line-height: normal;
  white-space: normal;
  border-radius: 0.625rem;
}
.reversesearch input[type=file]::-webkit-file-upload-button {
  padding: 0 calc(0.6 * 1.5rem);
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-radius: calc(0.5 * 1.5rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.button--xsmall, .reversesearch input[type=file]::file-selector-button {
  padding: 0 calc(0.6 * 1.5rem);
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-radius: calc(0.5 * 1.5rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.reversesearch input[type=file]:hover::-webkit-file-upload-button {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
.button--xsmall:hover, .reversesearch input[type=file]:hover::file-selector-button {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
.reversesearch input[type=file]:active::-webkit-file-upload-button {
  background: rgb(48.6, 92.7, 102.6);
}
.button--xsmall:active, .reversesearch input[type=file]:active::file-selector-button {
  background: rgb(48.6, 92.7, 102.6);
}
.reversesearch input[type=file]::-webkit-file-upload-button .icon {
  stroke: #fff;
  stroke: var(--color-light);
}
.button--xsmall .icon, .reversesearch input[type=file]::file-selector-button .icon {
  stroke: #fff;
  stroke: var(--color-light);
}
.reversesearch input.button--multiline[type=file]::-webkit-file-upload-button {
  padding: calc(0.3 * 1.5rem) calc(0.6 * 1.5rem);
  line-height: calc(1.4 * 0.75rem);
  white-space: normal;
  border-radius: 10rem;
}
.button--xsmall.button--multiline, .reversesearch input.button--multiline[type=file]::file-selector-button {
  padding: calc(0.3 * 1.5rem) calc(0.6 * 1.5rem);
  line-height: calc(1.4 * 0.75rem);
  white-space: normal;
  border-radius: 10rem;
}
.button--small {
  padding: 0 calc(0.6 * 2rem);
  font-size: 0.8125rem;
  line-height: 2rem;
  border-radius: calc(0.5 * 2rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.button--small:hover {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
.button--small:active {
  background: rgb(48.6, 92.7, 102.6);
}
.button--small .icon {
  stroke: #fff;
  stroke: var(--color-light);
}
.button--small.button--multiline {
  padding: calc(0.3 * 2rem) calc(0.6 * 2rem);
  line-height: calc(1.4 * 0.8125rem);
  white-space: normal;
  border-radius: 10rem;
}
.button--medium {
  padding: 0 calc(0.6 * 2.25rem);
  font-size: 0.875rem;
  line-height: 2.25rem;
  border-radius: calc(0.5 * 2.25rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.button--medium:hover {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
.button--medium:active {
  background: rgb(48.6, 92.7, 102.6);
}
.button--medium .icon {
  stroke: #fff;
  stroke: var(--color-light);
}
.button--medium.button--multiline {
  padding: calc(0.3 * 2.25rem) calc(0.6 * 2.25rem);
  line-height: calc(1.4 * 0.875rem);
  white-space: normal;
  border-radius: 10rem;
}
.button--large {
  padding: 0 calc(0.6 * 2.625rem);
  font-size: 0.9375rem;
  line-height: 2.625rem;
  border-radius: calc(0.5 * 2.625rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.button--large:hover {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
.button--large:active {
  background: rgb(48.6, 92.7, 102.6);
}
.button--large .icon {
  stroke: #fff;
  stroke: var(--color-light);
}
.button--large.button--multiline {
  padding: calc(0.3 * 2.625rem) calc(0.6 * 2.625rem);
  line-height: calc(1.4 * 0.9375rem);
  white-space: normal;
  border-radius: 10rem;
}
.button--xlarge {
  padding: 0 calc(0.6 * 3rem);
  font-size: 1rem;
  line-height: 3rem;
  border-radius: calc(0.5 * 3rem);
  display: inline-block;
  background: #366772;
  background: var(--color-calm);
  border: 0;
  outline: none;
  color: #fff;
  color: var(--color-light);
  font-size: 0.8125rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.button--xlarge:hover {
  color: #fff;
  color: var(--color-light);
  background: rgb(64.05, 110.6, 121.05);
}
.button--xlarge:active {
  background: rgb(48.6, 92.7, 102.6);
}
.button--xlarge .icon {
  stroke: #fff;
  stroke: var(--color-light);
}
.button--xlarge.button--multiline {
  padding: calc(0.3 * 3rem) calc(0.6 * 3rem);
  line-height: calc(1.4 * 1rem);
  white-space: normal;
  border-radius: 10rem;
}
@media only screen and (min-width: 40rem) {
  .button--m-xsmall {
    padding: 0 calc(0.6 * 1.5rem);
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: calc(0.5 * 1.5rem);
  }
  .button--m-xsmall.button--multiline {
    padding: calc(0.3 * 1.5rem) calc(0.6 * 1.5rem);
    line-height: calc(1.4 * 0.75rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--m-small {
    padding: 0 calc(0.6 * 2rem);
    font-size: 0.8125rem;
    line-height: 2rem;
    border-radius: calc(0.5 * 2rem);
  }
  .button--m-small.button--multiline {
    padding: calc(0.3 * 2rem) calc(0.6 * 2rem);
    line-height: calc(1.4 * 0.8125rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--m-medium {
    padding: 0 calc(0.6 * 2.25rem);
    font-size: 0.875rem;
    line-height: 2.25rem;
    border-radius: calc(0.5 * 2.25rem);
  }
  .button--m-medium.button--multiline {
    padding: calc(0.3 * 2.25rem) calc(0.6 * 2.25rem);
    line-height: calc(1.4 * 0.875rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--m-large {
    padding: 0 calc(0.6 * 2.625rem);
    font-size: 0.9375rem;
    line-height: 2.625rem;
    border-radius: calc(0.5 * 2.625rem);
  }
  .button--m-large.button--multiline {
    padding: calc(0.3 * 2.625rem) calc(0.6 * 2.625rem);
    line-height: calc(1.4 * 0.9375rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--m-xlarge {
    padding: 0 calc(0.6 * 3rem);
    font-size: 1rem;
    line-height: 3rem;
    border-radius: calc(0.5 * 3rem);
  }
  .button--m-xlarge.button--multiline {
    padding: calc(0.3 * 3rem) calc(0.6 * 3rem);
    line-height: calc(1.4 * 1rem);
    white-space: normal;
    border-radius: 10rem;
  }
}
@media only screen and (min-width: 64rem) {
  .button--l-xsmall {
    padding: 0 calc(0.6 * 1.5rem);
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: calc(0.5 * 1.5rem);
  }
  .button--l-xsmall.button--multiline {
    padding: calc(0.3 * 1.5rem) calc(0.6 * 1.5rem);
    line-height: calc(1.4 * 0.75rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--l-small {
    padding: 0 calc(0.6 * 2rem);
    font-size: 0.8125rem;
    line-height: 2rem;
    border-radius: calc(0.5 * 2rem);
  }
  .button--l-small.button--multiline {
    padding: calc(0.3 * 2rem) calc(0.6 * 2rem);
    line-height: calc(1.4 * 0.8125rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--l-medium {
    padding: 0 calc(0.6 * 2.25rem);
    font-size: 0.875rem;
    line-height: 2.25rem;
    border-radius: calc(0.5 * 2.25rem);
  }
  .button--l-medium.button--multiline {
    padding: calc(0.3 * 2.25rem) calc(0.6 * 2.25rem);
    line-height: calc(1.4 * 0.875rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--l-large {
    padding: 0 calc(0.6 * 2.625rem);
    font-size: 0.9375rem;
    line-height: 2.625rem;
    border-radius: calc(0.5 * 2.625rem);
  }
  .button--l-large.button--multiline {
    padding: calc(0.3 * 2.625rem) calc(0.6 * 2.625rem);
    line-height: calc(1.4 * 0.9375rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--l-xlarge {
    padding: 0 calc(0.6 * 3rem);
    font-size: 1rem;
    line-height: 3rem;
    border-radius: calc(0.5 * 3rem);
  }
  .button--l-xlarge.button--multiline {
    padding: calc(0.3 * 3rem) calc(0.6 * 3rem);
    line-height: calc(1.4 * 1rem);
    white-space: normal;
    border-radius: 10rem;
  }
}
@media only screen and (min-width: 75rem) {
  .button--xl-xsmall {
    padding: 0 calc(0.6 * 1.5rem);
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: calc(0.5 * 1.5rem);
  }
  .button--xl-xsmall.button--multiline {
    padding: calc(0.3 * 1.5rem) calc(0.6 * 1.5rem);
    line-height: calc(1.4 * 0.75rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--xl-small {
    padding: 0 calc(0.6 * 2rem);
    font-size: 0.8125rem;
    line-height: 2rem;
    border-radius: calc(0.5 * 2rem);
  }
  .button--xl-small.button--multiline {
    padding: calc(0.3 * 2rem) calc(0.6 * 2rem);
    line-height: calc(1.4 * 0.8125rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--xl-medium {
    padding: 0 calc(0.6 * 2.25rem);
    font-size: 0.875rem;
    line-height: 2.25rem;
    border-radius: calc(0.5 * 2.25rem);
  }
  .button--xl-medium.button--multiline {
    padding: calc(0.3 * 2.25rem) calc(0.6 * 2.25rem);
    line-height: calc(1.4 * 0.875rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--xl-large {
    padding: 0 calc(0.6 * 2.625rem);
    font-size: 0.9375rem;
    line-height: 2.625rem;
    border-radius: calc(0.5 * 2.625rem);
  }
  .button--xl-large.button--multiline {
    padding: calc(0.3 * 2.625rem) calc(0.6 * 2.625rem);
    line-height: calc(1.4 * 0.9375rem);
    white-space: normal;
    border-radius: 10rem;
  }
  .button--xl-xlarge {
    padding: 0 calc(0.6 * 3rem);
    font-size: 1rem;
    line-height: 3rem;
    border-radius: calc(0.5 * 3rem);
  }
  .button--xl-xlarge.button--multiline {
    padding: calc(0.3 * 3rem) calc(0.6 * 3rem);
    line-height: calc(1.4 * 1rem);
    white-space: normal;
    border-radius: 10rem;
  }
}
.button--outline, #vue-quote-panel .version-d .version-element-1, .button--google, .button--facebook, .button--apple {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #366772;
          box-shadow: inset 0 0 0 0.0625rem #366772;
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--color-calm);
          box-shadow: inset 0 0 0 0.0625rem var(--color-calm);
  color: #366772;
  color: var(--color-calm);
}
.button--outline svg, #vue-quote-panel .version-d .version-element-1 svg, .button--google svg, .button--facebook svg, .button--apple svg {
  stroke: #366772;
  stroke: var(--color-calm);
}
.button--outline:hover, #vue-quote-panel .version-d .version-element-1:hover, .button--google:hover, .button--facebook:hover, .button--apple:hover {
  background: rgba(54, 103, 114, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(74.1, 118.2, 128.1);
          box-shadow: inset 0 0 0 0.0625rem rgb(74.1, 118.2, 128.1);
  color: rgb(74.1, 118.2, 128.1);
}
.button--outline:hover svg, #vue-quote-panel .version-d .version-element-1:hover svg, .button--google:hover svg, .button--facebook:hover svg, .button--apple:hover svg {
  stroke: rgb(74.1, 118.2, 128.1);
}
.button--outline:active, #vue-quote-panel .version-d .version-element-1:active, .button--google:active, .button--facebook:active, .button--apple:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(45.9, 87.55, 96.9);
          box-shadow: inset 0 0 0 0.0625rem rgb(45.9, 87.55, 96.9);
  color: rgb(45.9, 87.55, 96.9);
}
.button--outline:active svg, #vue-quote-panel .version-d .version-element-1:active svg, .button--google:active svg, .button--facebook:active svg, .button--apple:active svg {
  stroke: rgb(45.9, 87.55, 96.9);
}
.button--calm {
  background-color: #366772;
}
.button--calm:hover {
  background-color: rgb(64.05, 110.6, 121.05);
}
.button--calm:active {
  background-color: rgb(48.6, 92.7, 102.6);
}
.button--balanced {
  background-color: #9EB1BD;
}
.button--balanced:hover {
  background-color: rgb(162.85, 180.9, 192.3);
}
.button--balanced:active {
  background-color: rgb(142.2, 159.3, 170.1);
}
.button--deep {
  background-color: #18355C;
}
.button--deep:hover {
  background-color: rgb(35.55, 63.1, 100.15);
}
.button--deep:active {
  background-color: rgb(21.6, 47.7, 82.8);
}
.button--positive {
  background-color: #95C4BE;
}
.button--positive:hover {
  background-color: rgb(154.3, 198.95, 193.25);
}
.button--positive:active {
  background-color: rgb(134.1, 176.4, 171);
}
.button--energized {
  background-color: #FF968A;
}
.button--energized:hover {
  background-color: rgb(255, 155.25, 143.85);
}
.button--energized:active {
  background-color: rgb(229.5, 135, 124.2);
}
.button--attention {
  background-color: #BF8BA8;
}
.button--attention:hover {
  background-color: rgb(194.2, 144.8, 172.35);
}
.button--attention:active {
  background-color: rgb(171.9, 125.1, 151.2);
}
.button--amour {
  background-color: #FEC0D2;
}
.button--amour:hover {
  background-color: rgb(254.05, 195.15, 212.25);
}
.button--amour:active {
  background-color: rgb(228.6, 172.8, 189);
}
.button--stable {
  background-color: #9EB1BD;
}
.button--stable:hover {
  background-color: rgb(162.85, 180.9, 192.3);
}
.button--stable:active {
  background-color: rgb(142.2, 159.3, 170.1);
}
.button--attention {
  background-color: #FEC0D2;
  background-color: var(--color-amour);
}
.button--attention:hover {
  background-color: rgb(254.05, 195.15, 212.25);
}
.button--attention:active {
  background-color: rgb(228.6, 172.8, 189);
}
.button--balanced, .button--positive, .button--energized, .button--attention, .button--stable {
  color: #18355C;
  color: var(--color-deep);
}
.button--balanced:hover, .button--positive:hover, .button--energized:hover, .button--attention:hover, .button--stable:hover {
  color: #18355C;
  color: var(--color-deep);
}
.button--balanced .icon, .button--positive .icon, .button--energized .icon, .button--attention .icon, .button--stable .icon {
  stroke: #18355C;
  stroke: var(--color-deep);
}
.button--deep {
  color: #EAD4E0;
  color: var(--color-attention-light);
}
.button--deep:hover {
  color: #EAD4E0;
  color: var(--color-attention-light);
}
.button--deep .icon {
  stroke: #EAD4E0;
  stroke: var(--color-attention-light);
}
.button--calm.button--outline, #vue-quote-panel .version-d .button--calm.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #366772;
          box-shadow: inset 0 0 0 0.0625rem #366772;
  color: #366772;
}
.button--calm.button--outline svg, #vue-quote-panel .version-d .button--calm.version-element-1 svg {
  stroke: #366772;
}
.button--calm.button--outline:hover, #vue-quote-panel .version-d .button--calm.version-element-1:hover {
  background: rgba(54, 103, 114, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(74.1, 118.2, 128.1);
          box-shadow: inset 0 0 0 0.0625rem rgb(74.1, 118.2, 128.1);
  color: rgb(74.1, 118.2, 128.1);
}
.button--calm.button--outline:hover svg, #vue-quote-panel .version-d .button--calm.version-element-1:hover svg {
  stroke: rgb(74.1, 118.2, 128.1);
}
.button--calm.button--outline:active, #vue-quote-panel .version-d .button--calm.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(45.9, 87.55, 96.9);
          box-shadow: inset 0 0 0 0.0625rem rgb(45.9, 87.55, 96.9);
  color: rgb(45.9, 87.55, 96.9);
}
.button--calm.button--outline:active svg, #vue-quote-panel .version-d .button--calm.version-element-1:active svg {
  stroke: rgb(45.9, 87.55, 96.9);
}
.button--balanced.button--outline, #vue-quote-panel .version-d .button--balanced.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #9EB1BD;
          box-shadow: inset 0 0 0 0.0625rem #9EB1BD;
  color: #9EB1BD;
}
.button--balanced.button--outline svg, #vue-quote-panel .version-d .button--balanced.version-element-1 svg {
  stroke: #9EB1BD;
}
.button--balanced.button--outline:hover, #vue-quote-panel .version-d .button--balanced.version-element-1:hover {
  background: rgba(158, 177, 189, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(167.7, 184.8, 195.6);
          box-shadow: inset 0 0 0 0.0625rem rgb(167.7, 184.8, 195.6);
  color: rgb(167.7, 184.8, 195.6);
}
.button--balanced.button--outline:hover svg, #vue-quote-panel .version-d .button--balanced.version-element-1:hover svg {
  stroke: rgb(167.7, 184.8, 195.6);
}
.button--balanced.button--outline:active, #vue-quote-panel .version-d .button--balanced.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(134.3, 150.45, 160.65);
          box-shadow: inset 0 0 0 0.0625rem rgb(134.3, 150.45, 160.65);
  color: rgb(134.3, 150.45, 160.65);
}
.button--balanced.button--outline:active svg, #vue-quote-panel .version-d .button--balanced.version-element-1:active svg {
  stroke: rgb(134.3, 150.45, 160.65);
}
.button--deep.button--outline, #vue-quote-panel .version-d .button--deep.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #18355C;
          box-shadow: inset 0 0 0 0.0625rem #18355C;
  color: #18355C;
}
.button--deep.button--outline svg, #vue-quote-panel .version-d .button--deep.version-element-1 svg {
  stroke: #18355C;
}
.button--deep.button--outline:hover, #vue-quote-panel .version-d .button--deep.version-element-1:hover {
  background: rgba(24, 53, 92, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(47.1, 73.2, 108.3);
          box-shadow: inset 0 0 0 0.0625rem rgb(47.1, 73.2, 108.3);
  color: rgb(47.1, 73.2, 108.3);
}
.button--deep.button--outline:hover svg, #vue-quote-panel .version-d .button--deep.version-element-1:hover svg {
  stroke: rgb(47.1, 73.2, 108.3);
}
.button--deep.button--outline:active, #vue-quote-panel .version-d .button--deep.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(20.4, 45.05, 78.2);
          box-shadow: inset 0 0 0 0.0625rem rgb(20.4, 45.05, 78.2);
  color: rgb(20.4, 45.05, 78.2);
}
.button--deep.button--outline:active svg, #vue-quote-panel .version-d .button--deep.version-element-1:active svg {
  stroke: rgb(20.4, 45.05, 78.2);
}
.button--positive.button--outline, #vue-quote-panel .version-d .button--positive.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #95C4BE;
          box-shadow: inset 0 0 0 0.0625rem #95C4BE;
  color: #95C4BE;
}
.button--positive.button--outline svg, #vue-quote-panel .version-d .button--positive.version-element-1 svg {
  stroke: #95C4BE;
}
.button--positive.button--outline:hover, #vue-quote-panel .version-d .button--positive.version-element-1:hover {
  background: rgba(149, 196, 190, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(159.6, 201.9, 196.5);
          box-shadow: inset 0 0 0 0.0625rem rgb(159.6, 201.9, 196.5);
  color: rgb(159.6, 201.9, 196.5);
}
.button--positive.button--outline:hover svg, #vue-quote-panel .version-d .button--positive.version-element-1:hover svg {
  stroke: rgb(159.6, 201.9, 196.5);
}
.button--positive.button--outline:active, #vue-quote-panel .version-d .button--positive.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(126.65, 166.6, 161.5);
          box-shadow: inset 0 0 0 0.0625rem rgb(126.65, 166.6, 161.5);
  color: rgb(126.65, 166.6, 161.5);
}
.button--positive.button--outline:active svg, #vue-quote-panel .version-d .button--positive.version-element-1:active svg {
  stroke: rgb(126.65, 166.6, 161.5);
}
.button--energized.button--outline, #vue-quote-panel .version-d .button--energized.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #FF968A;
          box-shadow: inset 0 0 0 0.0625rem #FF968A;
  color: #FF968A;
}
.button--energized.button--outline svg, #vue-quote-panel .version-d .button--energized.version-element-1 svg {
  stroke: #FF968A;
}
.button--energized.button--outline:hover, #vue-quote-panel .version-d .button--energized.version-element-1:hover {
  background: rgba(255, 150, 138, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(255, 160.5, 149.7);
          box-shadow: inset 0 0 0 0.0625rem rgb(255, 160.5, 149.7);
  color: rgb(255, 160.5, 149.7);
}
.button--energized.button--outline:hover svg, #vue-quote-panel .version-d .button--energized.version-element-1:hover svg {
  stroke: rgb(255, 160.5, 149.7);
}
.button--energized.button--outline:active, #vue-quote-panel .version-d .button--energized.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(216.75, 127.5, 117.3);
          box-shadow: inset 0 0 0 0.0625rem rgb(216.75, 127.5, 117.3);
  color: rgb(216.75, 127.5, 117.3);
}
.button--energized.button--outline:active svg, #vue-quote-panel .version-d .button--energized.version-element-1:active svg {
  stroke: rgb(216.75, 127.5, 117.3);
}
.button--attention.button--outline, #vue-quote-panel .version-d .button--attention.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #BF8BA8;
          box-shadow: inset 0 0 0 0.0625rem #BF8BA8;
  color: #BF8BA8;
}
.button--attention.button--outline svg, #vue-quote-panel .version-d .button--attention.version-element-1 svg {
  stroke: #BF8BA8;
}
.button--attention.button--outline:hover, #vue-quote-panel .version-d .button--attention.version-element-1:hover {
  background: rgba(191, 139, 168, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(197.4, 150.6, 176.7);
          box-shadow: inset 0 0 0 0.0625rem rgb(197.4, 150.6, 176.7);
  color: rgb(197.4, 150.6, 176.7);
}
.button--attention.button--outline:hover svg, #vue-quote-panel .version-d .button--attention.version-element-1:hover svg {
  stroke: rgb(197.4, 150.6, 176.7);
}
.button--attention.button--outline:active, #vue-quote-panel .version-d .button--attention.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(162.35, 118.15, 142.8);
          box-shadow: inset 0 0 0 0.0625rem rgb(162.35, 118.15, 142.8);
  color: rgb(162.35, 118.15, 142.8);
}
.button--attention.button--outline:active svg, #vue-quote-panel .version-d .button--attention.version-element-1:active svg {
  stroke: rgb(162.35, 118.15, 142.8);
}
.button--amour.button--outline, #vue-quote-panel .version-d .button--amour.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #FEC0D2;
          box-shadow: inset 0 0 0 0.0625rem #FEC0D2;
  color: #FEC0D2;
}
.button--amour.button--outline svg, #vue-quote-panel .version-d .button--amour.version-element-1 svg {
  stroke: #FEC0D2;
}
.button--amour.button--outline:hover, #vue-quote-panel .version-d .button--amour.version-element-1:hover {
  background: rgba(254, 192, 210, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(254.1, 198.3, 214.5);
          box-shadow: inset 0 0 0 0.0625rem rgb(254.1, 198.3, 214.5);
  color: rgb(254.1, 198.3, 214.5);
}
.button--amour.button--outline:hover svg, #vue-quote-panel .version-d .button--amour.version-element-1:hover svg {
  stroke: rgb(254.1, 198.3, 214.5);
}
.button--amour.button--outline:active, #vue-quote-panel .version-d .button--amour.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(215.9, 163.2, 178.5);
          box-shadow: inset 0 0 0 0.0625rem rgb(215.9, 163.2, 178.5);
  color: rgb(215.9, 163.2, 178.5);
}
.button--amour.button--outline:active svg, #vue-quote-panel .version-d .button--amour.version-element-1:active svg {
  stroke: rgb(215.9, 163.2, 178.5);
}
.button--stable.button--outline, #vue-quote-panel .version-d .button--stable.version-element-1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 0 0.0625rem #9EB1BD;
          box-shadow: inset 0 0 0 0.0625rem #9EB1BD;
  color: #9EB1BD;
}
.button--stable.button--outline svg, #vue-quote-panel .version-d .button--stable.version-element-1 svg {
  stroke: #9EB1BD;
}
.button--stable.button--outline:hover, #vue-quote-panel .version-d .button--stable.version-element-1:hover {
  background: rgba(158, 177, 189, 0.1);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(167.7, 184.8, 195.6);
          box-shadow: inset 0 0 0 0.0625rem rgb(167.7, 184.8, 195.6);
  color: rgb(167.7, 184.8, 195.6);
}
.button--stable.button--outline:hover svg, #vue-quote-panel .version-d .button--stable.version-element-1:hover svg {
  stroke: rgb(167.7, 184.8, 195.6);
}
.button--stable.button--outline:active, #vue-quote-panel .version-d .button--stable.version-element-1:active {
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(134.3, 150.45, 160.65);
          box-shadow: inset 0 0 0 0.0625rem rgb(134.3, 150.45, 160.65);
  color: rgb(134.3, 150.45, 160.65);
}
.button--stable.button--outline:active svg, #vue-quote-panel .version-d .button--stable.version-element-1:active svg {
  stroke: rgb(134.3, 150.45, 160.65);
}
.button--google {
  position: relative;
  padding-right: calc(2rem + 0.3125rem);
  padding-left: calc(2rem + 0.3125rem);
}
.button--google::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0;
  height: 100%;
  width: 2rem;
  background: url(/icons/oauth/oauth-google.svg) no-repeat center center;
}
.button--facebook {
  position: relative;
  padding-right: calc(2rem + 0.3125rem);
  padding-left: calc(2rem + 0.3125rem);
}
.button--facebook::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0;
  height: 100%;
  width: 2rem;
  background: url(/icons/oauth/oauth-facebook.svg) no-repeat center center;
}
.button--apple {
  position: relative;
  padding-right: calc(2rem + 0.3125rem);
  padding-left: calc(2rem + 0.3125rem);
}
.button--apple::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0;
  height: 100%;
  width: 2rem;
  background: url(/icons/oauth/oauth-apple.svg) no-repeat center center;
}
.button--float {
  position: fixed;
  z-index: 10;
  right: 0.625rem;
  bottom: 0.625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
}
.button--float i {
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .button--float i {
    font-size: 1.75rem;
  }
}
.button--float span {
  display: none;
}
.button--float.button--float-2 {
  bottom: calc(2 * 0.625rem + 3.4375rem);
}
.button--float.button--float-3 {
  bottom: calc(3 * 0.625rem + 2 * 3.4375rem);
}
@media only screen and (max-width: 40rem) {
  .button--s-float {
    position: fixed;
    z-index: 10;
    right: 0.625rem;
    bottom: 0.625rem;
    width: 3.4375rem;
    height: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  }
  .button--s-float i {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 40rem) and (min-width: 40rem) {
  .button--s-float i {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 40rem) {
  .button--s-float span {
    display: none;
  }
  .button--s-float.button--float-2 {
    bottom: calc(2 * 0.625rem + 3.4375rem);
  }
  .button--s-float.button--float-3 {
    bottom: calc(3 * 0.625rem + 2 * 3.4375rem);
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .button--m-float {
    position: fixed;
    z-index: 10;
    right: 0.625rem;
    bottom: 0.625rem;
    width: 3.4375rem;
    height: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  }
  .button--m-float i {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) and (min-width: 40rem) {
  .button--m-float i {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .button--m-float span {
    display: none;
  }
  .button--m-float.button--float-2 {
    bottom: calc(2 * 0.625rem + 3.4375rem);
  }
  .button--m-float.button--float-3 {
    bottom: calc(3 * 0.625rem + 2 * 3.4375rem);
  }
}
.button--icon, .pagination .page-item:first-of-type,
.pagination .page-item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #9EB1BD;
          box-shadow: inset 0 0 0 0.0625rem #9EB1BD;
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--color-stable);
          box-shadow: inset 0 0 0 0.0625rem var(--color-stable);
  border-radius: 50%;
  background: none;
  line-height: 0;
}
.button--icon .icon, .pagination .page-item:first-of-type .icon,
.pagination .page-item:last-of-type .icon {
  width: 100%;
  height: 100%;
  stroke-width: 5%;
  stroke: #18355C;
  stroke: var(--color-deep);
}
.button--icon:hover svg, .pagination .page-item:hover:first-of-type svg,
.pagination .page-item:hover:last-of-type svg {
  stroke-width: 9%;
}
.button--icon.saved svg, .pagination .saved.page-item:first-of-type svg,
.pagination .saved.page-item:last-of-type svg {
  fill: rgba(191, 139, 168, 0.5);
}
.button--icon:hover, .pagination .page-item:hover:first-of-type,
.pagination .page-item:hover:last-of-type, .button--icon:active, .pagination .page-item:active:first-of-type,
.pagination .page-item:active:last-of-type {
  background: none;
}
.button--icon-clean {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card .button--icon, .card .pagination .page-item:first-of-type, .pagination .card .page-item:first-of-type,
.card .pagination .page-item:last-of-type,
.pagination .card .page-item:last-of-type,
.card__container .button--icon,
.card__container .pagination .page-item:first-of-type,
.pagination .card__container .page-item:first-of-type,
.card__container .pagination .page-item:last-of-type,
.pagination .card__container .page-item:last-of-type {
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(255, 255, 255, 0.85);
}
.card .button--icon:hover svg, .card .pagination .page-item:hover:first-of-type svg, .pagination .card .page-item:hover:first-of-type svg,
.card .pagination .page-item:hover:last-of-type svg,
.pagination .card .page-item:hover:last-of-type svg,
.card__container .button--icon:hover svg,
.card__container .pagination .page-item:hover:first-of-type svg,
.pagination .card__container .page-item:hover:first-of-type svg,
.card__container .pagination .page-item:hover:last-of-type svg,
.pagination .card__container .page-item:hover:last-of-type svg {
  stroke: #18355C;
  stroke: var(--color-stable-dark);
  stroke-width: 7%;
}

.card:hover .button--icon, .card:hover .pagination .page-item:first-of-type, .pagination .card:hover .page-item:first-of-type,
.card:hover .pagination .page-item:last-of-type,
.pagination .card:hover .page-item:last-of-type,
.card__container:hover .button--icon,
.card__container:hover .pagination .page-item:first-of-type,
.pagination .card__container:hover .page-item:first-of-type,
.card__container:hover .pagination .page-item:last-of-type,
.pagination .card__container:hover .page-item:last-of-type {
  background: rgba(255, 255, 255, 0.9);
}
.card:hover .button--icon:hover, .card:hover .pagination .page-item:hover:first-of-type, .pagination .card:hover .page-item:hover:first-of-type,
.card:hover .pagination .page-item:hover:last-of-type,
.pagination .card:hover .page-item:hover:last-of-type, .card:hover .button--icon:active, .card:hover .pagination .page-item:active:first-of-type, .pagination .card:hover .page-item:active:first-of-type,
.card:hover .pagination .page-item:active:last-of-type,
.pagination .card:hover .page-item:active:last-of-type,
.card__container:hover .button--icon:hover,
.card__container:hover .pagination .page-item:hover:first-of-type,
.pagination .card__container:hover .page-item:hover:first-of-type,
.card__container:hover .pagination .page-item:hover:last-of-type,
.pagination .card__container:hover .page-item:hover:last-of-type,
.card__container:hover .button--icon:active,
.card__container:hover .pagination .page-item:active:first-of-type,
.pagination .card__container:hover .page-item:active:first-of-type,
.card__container:hover .pagination .page-item:active:last-of-type,
.pagination .card__container:hover .page-item:active:last-of-type {
  background: #fff;
  background: var(--color-light);
}

button:disabled,
.button--disabled {
  background-color: #9EB1BD;
  background-color: var(--color-stable);
  color: #18355C;
  color: var(--color-deep);
  text-decoration: line-through;
}
button:disabled:hover,
.button--disabled:hover {
  background-color: #9EB1BD;
  background-color: var(--color-stable);
  color: #18355C;
  color: var(--color-deep);
  cursor: default;
}

.author {
  color: #9EB1BD;
  color: var(--color-stable);
  text-align: right;
  font-weight: normal;
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .author {
    font-size: 0.75rem;
  }
}
.author__name {
  font-weight: 600;
}

.card__container {
  display: block;
  position: relative;
}

.card {
  display: block;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  background-color: var(--color-light);
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.0625rem 0 #9EB1BD;
          box-shadow: 0 0 0.0625rem 0 #9EB1BD;
  -webkit-box-shadow: 0 0 0.0625rem 0 var(--color-stable);
          box-shadow: 0 0 0.0625rem 0 var(--color-stable);
}
.card__header, .card__header .img {
  position: relative;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.card__body {
  padding: 0.625rem 0.9375rem;
}
.card__label {
  position: absolute;
  z-index: 1;
  top: 0.625rem;
  left: calc(-0.3125rem);
  padding: 0.3125rem 0.625rem;
  background: #18355C;
  background: var(--color-deep);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.625rem;
  color: #fff;
  color: var(--color-light);
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .card__label {
    font-size: 0.8125rem;
  }
}
.card__label-attention {
  background: #EAD4E0;
  background: var(--color-attention-light);
  color: #18355C;
  color: var(--color-deep);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.8);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.8);
}
.card__label-secondary {
  background: rgba(255, 255, 255, 0.85);
  color: #18355C;
  color: var(--color-stable-dark);
  border-right: 0.0625rem solid #ECEDEF;
  border-right: 0.0625rem solid var(--color-dimmed);
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
  font-weight: 500;
}
.card__actions {
  position: absolute;
  z-index: 1;
  top: 0.3125rem;
  right: 0.3125rem;
}
.card .linktitle {
  margin-top: 0.3125rem;
}
.card .author {
  margin-top: calc(-0.625rem);
}
.card .img--avatar {
  margin-top: -1.5625rem;
}
.card .description {
  margin: 0;
  color: #18355C;
  color: var(--color-deep);
  font-weight: normal;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .card .description {
    font-size: 0.8125rem;
  }
}
.card:hover .card__header .img {
  opacity: 0.8;
}
.card--compact .description {
  display: none;
}

a.card {
  text-decoration: none;
}

.card--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card--row .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--row .card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.card--row .card__header .img {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.card--row .card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-left: 0.625rem;
  border: 0;
  border-radius: 0;
  background: none;
}
.card--row .card__body > * {
  width: 100%;
}
.card--row .card__actions {
  position: relative;
  top: auto;
  right: auto;
  width: 2.5rem;
}
.card--row .card__actions button {
  margin-bottom: 0.3125rem;
}
.card--row .card__label {
  top: 0.3125rem;
  padding: calc(0.5 * 0.3125rem) 0.3125rem;
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .card--row .card__label {
    font-size: 0.75rem;
  }
}
.card--row .img--avatar {
  display: none;
}
.card--row .linktitle {
  margin: 0;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .card--row .linktitle {
    font-size: 0.875rem;
  }
}
.card--row .description {
  margin-top: 0.3125rem;
}
.card--row .author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0.3125rem;
  text-align: left;
}

@media only screen and (max-width: 40rem) {
  .card--s-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card--s-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card--s-row .card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .card--s-row .card__header .img {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  .card--s-row .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 0.625rem;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .card--s-row .card__body > * {
    width: 100%;
  }
  .card--s-row .card__actions {
    position: relative;
    top: auto;
    right: auto;
    width: 2.5rem;
  }
  .card--s-row .card__actions button {
    margin-bottom: 0.3125rem;
  }
  .card--s-row .card__label {
    top: 0.3125rem;
    padding: calc(0.5 * 0.3125rem) 0.3125rem;
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 40rem) and (min-width: 40rem) {
  .card--s-row .card__label {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 40rem) {
  .card--s-row .img--avatar {
    display: none;
  }
  .card--s-row .linktitle {
    margin: 0;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 40rem) and (min-width: 40rem) {
  .card--s-row .linktitle {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 40rem) {
  .card--s-row .description {
    margin-top: 0.3125rem;
  }
  .card--s-row .author {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.3125rem;
    text-align: left;
  }
  .card--s-compact .description {
    display: none;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .card--m-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card--m-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card--m-row .card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .card--m-row .card__header .img {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  .card--m-row .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 0.625rem;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .card--m-row .card__body > * {
    width: 100%;
  }
  .card--m-row .card__actions {
    position: relative;
    top: auto;
    right: auto;
    width: 2.5rem;
  }
  .card--m-row .card__actions button {
    margin-bottom: 0.3125rem;
  }
  .card--m-row .card__label {
    top: 0.3125rem;
    padding: calc(0.5 * 0.3125rem) 0.3125rem;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) and (min-width: 40rem) {
  .card--m-row .card__label {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .card--m-row .img--avatar {
    display: none;
  }
  .card--m-row .linktitle {
    margin: 0;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) and (min-width: 40rem) {
  .card--m-row .linktitle {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .card--m-row .description {
    margin-top: 0.3125rem;
  }
  .card--m-row .author {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.3125rem;
    text-align: left;
  }
  .card--m-compact .description {
    display: none;
  }
}
@media only screen and (min-width: 64rem) and (max-width: calc(.99999 * 75rem)) {
  .card--l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card--l-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card--l-row .card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .card--l-row .card__header .img {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  .card--l-row .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 0.625rem;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .card--l-row .card__body > * {
    width: 100%;
  }
  .card--l-row .card__actions {
    position: relative;
    top: auto;
    right: auto;
    width: 2.5rem;
  }
  .card--l-row .card__actions button {
    margin-bottom: 0.3125rem;
  }
  .card--l-row .card__label {
    top: 0.3125rem;
    padding: calc(0.5 * 0.3125rem) 0.3125rem;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) and (max-width: calc(.99999 * 75rem)) and (min-width: 40rem) {
  .card--l-row .card__label {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 64rem) and (max-width: calc(.99999 * 75rem)) {
  .card--l-row .img--avatar {
    display: none;
  }
  .card--l-row .linktitle {
    margin: 0;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 64rem) and (max-width: calc(.99999 * 75rem)) and (min-width: 40rem) {
  .card--l-row .linktitle {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) and (max-width: calc(.99999 * 75rem)) {
  .card--l-row .description {
    margin-top: 0.3125rem;
  }
  .card--l-row .author {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.3125rem;
    text-align: left;
  }
  .card--l-compact .description {
    display: none;
  }
}
@media only screen and (min-width: 75rem) and (max-width: calc(0.99999 * 87.5rem)) {
  .card--xl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card--xl-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card--xl-row .card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .card--xl-row .card__header .img {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  .card--xl-row .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 0.625rem;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .card--xl-row .card__body > * {
    width: 100%;
  }
  .card--xl-row .card__actions {
    position: relative;
    top: auto;
    right: auto;
    width: 2.5rem;
  }
  .card--xl-row .card__actions button {
    margin-bottom: 0.3125rem;
  }
  .card--xl-row .card__label {
    top: 0.3125rem;
    padding: calc(0.5 * 0.3125rem) 0.3125rem;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: calc(0.99999 * 87.5rem)) and (min-width: 40rem) {
  .card--xl-row .card__label {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: calc(0.99999 * 87.5rem)) {
  .card--xl-row .img--avatar {
    display: none;
  }
  .card--xl-row .linktitle {
    margin: 0;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: calc(0.99999 * 87.5rem)) and (min-width: 40rem) {
  .card--xl-row .linktitle {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: calc(0.99999 * 87.5rem)) {
  .card--xl-row .description {
    margin-top: 0.3125rem;
  }
  .card--xl-row .author {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.3125rem;
    text-align: left;
  }
  .card--xl-compact .description {
    display: none;
  }
}
@media only screen and (min-width: 87.5rem) {
  .card--xxl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card--xxl-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card--xxl-row .card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .card--xxl-row .card__header .img {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  .card--xxl-row .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 0.625rem;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .card--xxl-row .card__body > * {
    width: 100%;
  }
  .card--xxl-row .card__actions {
    position: relative;
    top: auto;
    right: auto;
    width: 2.5rem;
  }
  .card--xxl-row .card__actions button {
    margin-bottom: 0.3125rem;
  }
  .card--xxl-row .card__label {
    top: 0.3125rem;
    padding: calc(0.5 * 0.3125rem) 0.3125rem;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 87.5rem) and (min-width: 40rem) {
  .card--xxl-row .card__label {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .card--xxl-row .img--avatar {
    display: none;
  }
  .card--xxl-row .linktitle {
    margin: 0;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 87.5rem) and (min-width: 40rem) {
  .card--xxl-row .linktitle {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .card--xxl-row .description {
    margin-top: 0.3125rem;
  }
  .card--xxl-row .author {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.3125rem;
    text-align: left;
  }
  .card--xxl-compact .description {
    display: none;
  }
}
.expandable__checkbox {
  display: none;
}
.expandable__checkbox:not(:checked) ~ .expandable__content {
  display: none;
}
.expandable__checkbox:checked ~ .expandable__label .icon--link {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.expandable__label:hover {
  cursor: pointer;
}

.text--short {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 40rem) {
  .text--medium-short {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 64rem) {
  .text--large-short {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 75rem) {
  .text--xlarge-short {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.icon {
  display: inline-block;
  line-height: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #18355C;
  stroke: var(--color-stable-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.5rem;
}
.icon--xxsmall {
  width: 1rem;
  height: 1rem;
  stroke-width: 0.875rem;
}
.icon--xxsmall .icon {
  stroke-width: 0.875rem;
}
.icon--xsmall {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 0.75rem;
}
.icon--xsmall .icon {
  stroke-width: 0.75rem;
}
.icon--small {
  width: 2rem;
  height: 2rem;
  stroke-width: 0.5625rem;
}
.icon--small .icon {
  stroke-width: 0.5625rem;
}
.icon--medium {
  width: 2.75rem;
  height: 2.75rem;
  stroke-width: 0.5rem;
}
.icon--medium .icon {
  stroke-width: 0.5rem;
}
.icon--large {
  width: 3.5rem;
  height: 3.5rem;
  stroke-width: 0.4375rem;
}
.icon--large .icon {
  stroke-width: 0.4375rem;
}
.icon--xlarge {
  width: 4rem;
  height: 4rem;
  stroke-width: 0.4375rem;
}
.icon--xlarge .icon {
  stroke-width: 0.4375rem;
}
.icon--xxlarge {
  width: 4.5rem;
  height: 4.5rem;
  stroke-width: 0.4375rem;
}
.icon--xxlarge .icon {
  stroke-width: 0.4375rem;
}
.icon--border {
  display: inline-block;
  background: #fff;
  background: var(--color-light);
  border: 0.0625rem solid #000000;
  border: 0.0625rem solid var(--color-dark);
  border-radius: 50%;
  line-height: 0;
}
.icon--border.icon--xxsmall {
  padding: 0.125rem;
}
.icon--border.icon--xxsmall .icon {
  stroke-width: calc(0.875rem + 0.0625rem);
}
.icon--border.icon--xsmall {
  padding: 0.1875rem;
}
.icon--border.icon--xsmall .icon {
  stroke-width: calc(0.75rem + 0.0625rem);
}
.icon--border.icon--small {
  padding: 0.25rem;
}
.icon--border.icon--small .icon {
  stroke-width: calc(0.5625rem + 0.0625rem);
}
.icon--border.icon--medium {
  padding: 0.375rem;
}
.icon--border.icon--medium .icon {
  stroke-width: calc(0.5rem + 0.0625rem);
}
.icon--border.icon--large {
  padding: 0.5rem;
}
.icon--border.icon--large .icon {
  stroke-width: calc(0.4375rem + 0.0625rem);
}
.icon--border.icon--xlarge {
  padding: 0.5625rem;
}
.icon--border.icon--xlarge .icon {
  stroke-width: calc(0.4375rem + 0.0625rem);
}
.icon--border.icon--xxlarge {
  padding: 0.625rem;
}
.icon--border.icon--xxlarge .icon {
  stroke-width: calc(0.4375rem + 0.0625rem);
}
.icon--empty {
  border: 0.0875rem dashed #18355C;
  border: 0.0875rem dashed var(--color-deep);
}
.icon--empty .icon {
  stroke: #18355C;
  stroke: var(--color-deep);
}
.icon--active {
  background: rgb(172.32, 208.98, 204.3);
  border-color: #95C4BE;
  border-color: var(--color-positive);
  border-width: 0.125rem;
}
.icon--active .icon {
  stroke: #18355C;
  stroke: var(--color-deep);
}
.icon--inactive {
  background: #ECEDEF;
  background: var(--color-dimmed);
  border-color: rgb(172.55, 188.7, 198.9);
  border-width: 0.125rem;
}
.icon--inactive .icon {
  stroke: #9EB1BD;
  stroke: var(--color-balanced);
}
.icon--error {
  background: rgb(255, 165.75, 155.55);
  border-color: #FF968A;
  border-color: var(--color-energized);
  border-width: 0.125rem;
}
.icon--error .icon {
  stroke: #18355C;
  stroke: var(--color-deep);
}
.icon--link {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #366772;
  stroke: var(--color-calm-dark);
  stroke-width: 5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon--stroke-calm {
  stroke: #366772;
}

.icon--fill-calm {
  fill: #366772;
}

.icon--stroke-balanced {
  stroke: #9EB1BD;
}

.icon--fill-balanced {
  fill: #9EB1BD;
}

.icon--stroke-deep {
  stroke: #18355C;
}

.icon--fill-deep {
  fill: #18355C;
}

.icon--stroke-positive {
  stroke: #95C4BE;
}

.icon--fill-positive {
  fill: #95C4BE;
}

.icon--stroke-energized {
  stroke: #FF968A;
}

.icon--fill-energized {
  fill: #FF968A;
}

.icon--stroke-attention {
  stroke: #BF8BA8;
}

.icon--fill-attention {
  fill: #BF8BA8;
}

.icon--stroke-amour {
  stroke: #FEC0D2;
}

.icon--fill-amour {
  fill: #FEC0D2;
}

/* create all icon stroke sizes 0-12 */
.icon--stroke-0 {
  stroke-width: calc(2 / 10)rem;
}

.icon--stroke-1 {
  stroke-width: calc(3 / 10)rem;
}

.icon--stroke-2 {
  stroke-width: calc(4 / 10)rem;
}

.icon--stroke-3 {
  stroke-width: calc(5 / 10)rem;
}

.icon--stroke-4 {
  stroke-width: calc(6 / 10)rem;
}

.icon--stroke-5 {
  stroke-width: calc(7 / 10)rem;
}

.icon--stroke-6 {
  stroke-width: calc(8 / 10)rem;
}

.icon--stroke-7 {
  stroke-width: calc(9 / 10)rem;
}

.icon--stroke-8 {
  stroke-width: calc(10 / 10)rem;
}

.icon--stroke-9 {
  stroke-width: calc(11 / 10)rem;
}

.icon--stroke-10 {
  stroke-width: calc(12 / 10)rem;
}

.img {
  position: relative;
  overflow: hidden;
}
.img img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
      transform: scale(0.1);
}
.img__source {
  margin-top: 0.3125rem;
  text-align: right;
  color: #9EB1BD;
  color: var(--color-stable);
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .img__source {
    font-size: 0.8125rem;
  }
}
.img__source a {
  color: #18355C;
  color: var(--color-stable-dark);
}
.img__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img--landscape {
  position: relative;
  padding-top: 62.5%;
}
.img--landscape-half {
  position: relative;
  padding-top: 31.25%;
}
.img--portrait {
  position: relative;
  padding-top: 160%;
}
.img--square {
  position: relative;
  padding-top: 100%;
}
@media only screen and (min-width: 40rem) {
  .img--medium-landscape {
    padding-top: 62.5%;
  }
  .img--medium-landscape-half {
    padding-top: 31.25%;
  }
  .img--medium-portrait {
    padding-top: 160%;
  }
  .img--medium-square {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .img--large-landscape {
    padding-top: 62.5%;
  }
  .img--large-landscape-half {
    padding-top: 31.25%;
  }
  .img--large-portrait {
    padding-top: 160%;
  }
  .img--large-square {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 75rem) {
  .img--xlarge-landscape {
    padding-top: 62.5%;
  }
  .img--xlarge-landscape-half {
    padding-top: 31.25%;
  }
  .img--xlarge-portrait {
    padding-top: 160%;
  }
  .img--xlarge-square {
    padding-top: 100%;
  }
}
.img--avatar {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  vertical-align: bottom;
  border: 0.0625rem solid #fff;
  border: 0.0625rem solid var(--color-light);
  border-radius: 100%;
}
@media only screen and (min-width: 40rem) {
  .img--avatar {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.img--contain img {
  max-height: 100%;
  max-width: 100%;
}

input,
select,
.select__input {
  /* fix for iPhones, do not remove */
  -webkit-appearance: none;
  /**/
  display: block;
  width: 100%;
  padding: 0 0.875rem;
  background: #fff;
  background: var(--color-light);
  border: 0;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #ECEDEF;
          box-shadow: inset 0 0 0 0.0625rem #ECEDEF;
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--color-dimmed);
          box-shadow: inset 0 0 0 0.0625rem var(--color-dimmed);
  font: 0.875rem 'Poppins', 'Open Sans', 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  font: 0.875rem var(--font-stack);
  color: #000000;
  color: var(--color-dark);
}
input:focus,
select:focus,
.select__input:focus {
  -webkit-box-shadow: inset 0 0 0 0.125rem #366772;
          box-shadow: inset 0 0 0 0.125rem #366772;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--color-calm);
          box-shadow: inset 0 0 0 0.125rem var(--color-calm);
  outline: none;
}
input,
select,
.select__input {
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: calc(0.5 * 2.25rem);
}
input[type=number],
select[type=number],
.select__input[type=number] {
  padding-right: 0;
}

.input__error-message {
  margin: calc(0.5 * 0.3125rem) 0.3125rem 0;
  font-weight: 600;
  color: #FF968A;
  color: var(--color-energized);
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .input__error-message {
    font-size: 0.75rem;
  }
}
.input--focus {
  -webkit-box-shadow: inset 0 0 0 0.125rem #366772;
          box-shadow: inset 0 0 0 0.125rem #366772;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--color-calm);
          box-shadow: inset 0 0 0 0.125rem var(--color-calm);
}
.input--hover:hover {
  cursor: pointer;
}
.input--xsmall {
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: calc(0.5 * 1.5rem);
  font-size: 0.75rem;
}
.input--small {
  height: 2rem;
  line-height: 2rem;
  border-radius: calc(0.5 * 2rem);
  font-size: 0.8125rem;
}
.input--medium {
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: calc(0.5 * 2.25rem);
  font-size: 0.875rem;
}
.input--large {
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: calc(0.5 * 2.625rem);
  font-size: 0.9375rem;
}
.input--xlarge {
  height: 3rem;
  line-height: 3rem;
  border-radius: calc(0.5 * 3rem);
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .input--xsmall-xsmall {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .input--small-small {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8125rem;
  }
  .input--medium-medium {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.875rem;
  }
  .input--large-large {
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 0.9375rem;
  }
  .input--xlarge-xlarge {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .input--xsmall-xsmall {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .input--small-small {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8125rem;
  }
  .input--medium-medium {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.875rem;
  }
  .input--large-large {
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 0.9375rem;
  }
  .input--xlarge-xlarge {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .input--xsmall-xsmall {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .input--small-small {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8125rem;
  }
  .input--medium-medium {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.875rem;
  }
  .input--large-large {
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 0.9375rem;
  }
  .input--xlarge-xlarge {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
}
.input__icon-left, .input__icon-right {
  display: block;
  position: relative;
  margin: 0;
  border-radius: 10rem;
}
.input__icon-left i, .input__icon-right i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  height: 100%;
  width: 2.25rem;
  color: #366772;
  color: var(--color-calm);
  z-index: 2;
  pointer-events: none;
}
.input__icon-left input,
.input__icon-left select,
.input__icon-left .select__input {
  padding-left: 2.25rem;
}
.input__icon-left i:first-of-type {
  left: 0;
  padding-left: 0.125rem;
}
.input__icon-right input,
.input__icon-right select,
.input__icon-right .select__input {
  padding-right: 2.25rem;
}
.input__icon-right i:last-of-type {
  right: 0;
  padding-right: 0.125rem;
}

select {
  position: relative;
  z-index: 1;
  background: #fff;
  background: var(--color-light);
}
select ~ i {
  z-index: 0;
}

option {
  background: #fff;
  background: var(--color-light);
}

.select ul {
  margin: 0;
  padding: 0.3125rem;
  list-style: none;
}
.select li {
  padding: 0.3125rem 0.625rem;
}
.select li:hover {
  cursor: pointer;
  color: #366772;
  color: var(--color-calm-dark);
  background: rgb(235.68, 215.44, 226.48);
}
.select li.selected {
  color: rgb(48.6, 92.7, 102.6);
  background: rgb(235.68, 215.44, 226.48);
}
.select--custom {
  position: relative;
}
.select__options {
  position: absolute;
  z-index: 10;
  min-width: 17rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.3125rem 0 0;
  padding: 0.9375rem;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  background: #fff;
  background: var(--color-light);
  border-radius: 0.625rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .select__options {
    font-size: 1rem;
  }
}
.select__options ul {
  min-width: 100%;
  max-height: 15rem;
}
.select.select__options {
  width: 100%;
}
.select__checkbox {
  display: none;
}
.select__checkbox ~ .select__options {
  display: none;
}
.select__checkbox:checked ~ .select__options {
  display: inline-block;
}
.select__checkbox:checked ~ label .select__input {
  -webkit-box-shadow: inset 0 0 0 0.125rem #366772;
          box-shadow: inset 0 0 0 0.125rem #366772;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--color-calm);
          box-shadow: inset 0 0 0 0.125rem var(--color-calm);
}

textarea {
  /* fix for iPhones, do not remove */
  -webkit-appearance: none;
  /**/
  display: block;
  width: 100%;
  padding: 0 0.875rem;
  background: #fff;
  background: var(--color-light);
  border: 0;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #ECEDEF;
          box-shadow: inset 0 0 0 0.0625rem #ECEDEF;
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--color-dimmed);
          box-shadow: inset 0 0 0 0.0625rem var(--color-dimmed);
  font: 0.875rem 'Poppins', 'Open Sans', 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  font: 0.875rem var(--font-stack);
  color: #000000;
  color: var(--color-dark);
}
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 0.125rem #366772;
          box-shadow: inset 0 0 0 0.125rem #366772;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--color-calm);
          box-shadow: inset 0 0 0 0.125rem var(--color-calm);
  outline: none;
}
textarea {
  border-radius: 0.625rem;
  padding: 0.625rem 0.75rem;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
  padding: 0;
  line-height: 1;
}
input[type=checkbox]::before,
input[type=radio]::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  content: "";
  position: absolute;
  z-index: 1;
}
input[type=checkbox]::after,
input[type=radio]::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  background: var(--color-light);
  border: 0.0625rem solid #18355C;
  border: 0.0625rem solid var(--color-stable-dark);
  top: -0.125rem;
  left: -0.125rem;
}
input[type=checkbox]:checked ~ label,
input[type=radio]:checked ~ label {
  color: #000000;
  color: var(--color-dark);
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=checkbox]::before {
  -webkit-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  width: 1.2rem;
  height: 0.7rem;
  top: -0.3rem;
  border: 0.1875rem solid #366772;
  border: 0.1875rem solid var(--color-calm-dark);
  border-top-style: none;
  border-right-style: none;
}
input[type=checkbox]:checked::before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1);
}
input[type=checkbox]::after {
  cursor: pointer;
}

input[type=radio] {
  -webkit-appearance: radio;
}
input[type=radio]::before {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  width: 0.75rem;
  height: 0.75rem;
  background: #366772;
  background: var(--color-calm-dark);
  border-radius: 50%;
}
input[type=radio]:checked::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
input[type=radio]::after {
  border-radius: 50%;
}

input[type=checkbox]:checked ~ label,
input[type=radio]:checked ~ label {
  color: #18355C;
  color: var(--color-deep);
}

.optiongroup__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.3125rem;
}
.optiongroup label {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.optiongroup--tile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.optiongroup--tile input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.optiongroup--tile input:checked ~ .tile {
  background-color: rgba(54, 103, 114, 0.2);
  border-color: #366772;
  border-color: var(--color-calm);
  color: #366772;
  color: var(--color-calm);
}
.optiongroup--tile input:checked ~ .tile .fal.fa-circle::before {
  content: "\f192";
  font-weight: 800;
}
.optiongroup--tile input:checked ~ .tile:hover {
  background-color: rgba(54, 103, 114, 0.1);
}
.optiongroup i {
  padding-right: 0.3125rem;
  font-size: 0.8em;
}
.optiongroup__error-message {
  margin: calc(0.5 * 0.3125rem) 0.3125rem 0;
  font-weight: 600;
  color: #FF968A;
  color: var(--color-energized);
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .optiongroup__error-message {
    font-size: 0.75rem;
  }
}
.optiongroup--error input[type=checkbox]::after,
.optiongroup--error input[type=radio]::after {
  border-color: #FF968A;
  border-color: var(--color-energized);
}
.optiongroup--error .optiongroup--tile label {
  border-color: #FF968A;
  border-color: var(--color-energized);
}

.toggle {
  display: inline-block;
}
.toggle__wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0.3125rem;
  width: 3.125rem;
  height: 1.25rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.toggle__switch {
  display: block;
  width: 3.125rem;
  height: 1.25rem;
  background: #ECEDEF;
  background: var(--color-dimmed);
  border-radius: 0.9375rem;
  position: absolute;
  top: 0;
}
.toggle__toggle {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background: #fff;
  background: var(--color-light);
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.6);
}
.toggle input {
  display: none;
}
.toggle--active .toggle__switch,
.toggle input:checked ~ * .toggle__switch {
  background: #C7E2DD;
  background: var(--color-calm-light);
}
.toggle--active .toggle__toggle,
.toggle input:checked ~ * .toggle__toggle {
  background: #366772;
  background: var(--color-calm);
  left: 1.625rem;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 0.125rem;
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  pointer-events: none;
}
input[type=range]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
  background: var(--color-light);
  border: 0.00390625rem solid #FFFDFB;
  border: 0.00390625rem solid var(--color-stable-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.6);
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
  background: var(--color-light);
  border: 0.00390625rem solid #FFFDFB;
  border: 0.00390625rem solid var(--color-stable-light);
  border-radius: 50%;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0, 0, 0, 0.6);
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

label {
  display: block;
  color: #18355C;
  color: var(--color-stable-dark);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  label {
    font-size: 0.875rem;
  }
}
label:hover {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #9EB1BD;
  color: var(--color-balanced);
  opacity: 1;
}

::-moz-placeholder {
  color: #9EB1BD;
  color: var(--color-balanced);
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9EB1BD;
  color: var(--color-balanced);
  opacity: 1;
}

::-ms-input-placeholder {
  color: #9EB1BD;
  color: var(--color-balanced);
  opacity: 1;
}

::placeholder {
  color: #9EB1BD;
  color: var(--color-balanced);
  opacity: 1;
}

input[disabled],
input--disabled {
  background: rgb(236.38, 237.36, 239.32);
  color: #18355C;
}
input[disabled]:focus,
input--disabled:focus {
  -webkit-box-shadow: inset 0 0 0 0.0625rem #ECEDEF;
          box-shadow: inset 0 0 0 0.0625rem #ECEDEF;
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--color-dimmed);
          box-shadow: inset 0 0 0 0.0625rem var(--color-dimmed);
}

input[invalid],
input--invalid {
  -webkit-box-shadow: inset 0 0 0 0.125rem #FF968A;
          box-shadow: inset 0 0 0 0.125rem #FF968A;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--color-energized);
          box-shadow: inset 0 0 0 0.125rem var(--color-energized);
}
input[invalid]:focus,
input--invalid:focus {
  -webkit-box-shadow: inset 0 0 0 0.125rem rgb(216.75, 127.5, 117.3);
          box-shadow: inset 0 0 0 0.125rem rgb(216.75, 127.5, 117.3);
}

.input--error label {
  color: #FF968A;
  color: var(--color-energized);
}
.input--error input,
.input--error select,
.input--error textarea {
  -webkit-box-shadow: inset 0 0 0 0.125rem #FF968A;
          box-shadow: inset 0 0 0 0.125rem #FF968A;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--color-energized);
          box-shadow: inset 0 0 0 0.125rem var(--color-energized);
}
.input--error input:focus,
.input--error select:focus,
.input--error textarea:focus {
  -webkit-box-shadow: inset 0 0 0 0.125rem rgb(216.75, 127.5, 117.3);
          box-shadow: inset 0 0 0 0.125rem rgb(216.75, 127.5, 117.3);
}

::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

label:not(.input__icon-left):not(.input__icon-right) input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=file]),
label:not(.input__icon-left):not(.input__icon-right) textarea,
label:not(.input__icon-left):not(.input__icon-right) select {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  width: calc(100% + 2 * 0.3125rem);
}

.pill {
  display: inline-block;
  padding: 0 0.625rem;
  border: 0.0625rem solid #366772;
  border: 0.0625rem solid var(--color-calm-dark);
  border-radius: 0.6875rem;
  background: #fff;
  background: var(--color-light);
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #366772;
  color: var(--color-calm-dark);
  font-weight: 600;
}
.pill button {
  height: auto;
  width: auto;
  line-height: 1.6;
  padding: 0 0.3125rem;
  color: #366772;
  color: var(--color-calm-dark);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pill button:hover {
  color: #366772;
  color: var(--color-calm);
}
.pill button:active {
  color: #366772;
  color: var(--color-calm-dark);
}
.pill--removable {
  padding-right: 0.3125rem;
}
.pill--calm {
  border-color: #366772;
  color: #366772;
}
.pill--calm.pill--removable button {
  color: #366772;
}
.pill--calm.pill--removable button:hover {
  color: rgb(74.1, 118.2, 128.1);
}
.pill--calm.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--balanced {
  border-color: #9EB1BD;
  color: #9EB1BD;
}
.pill--balanced.pill--removable button {
  color: #9EB1BD;
}
.pill--balanced.pill--removable button:hover {
  color: rgb(167.7, 184.8, 195.6);
}
.pill--balanced.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--deep {
  border-color: #18355C;
  color: #18355C;
}
.pill--deep.pill--removable button {
  color: #18355C;
}
.pill--deep.pill--removable button:hover {
  color: rgb(47.1, 73.2, 108.3);
}
.pill--deep.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--positive {
  border-color: #95C4BE;
  color: #95C4BE;
}
.pill--positive.pill--removable button {
  color: #95C4BE;
}
.pill--positive.pill--removable button:hover {
  color: rgb(159.6, 201.9, 196.5);
}
.pill--positive.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--energized {
  border-color: #FF968A;
  color: #FF968A;
}
.pill--energized.pill--removable button {
  color: #FF968A;
}
.pill--energized.pill--removable button:hover {
  color: rgb(255, 160.5, 149.7);
}
.pill--energized.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--attention {
  border-color: #BF8BA8;
  color: #BF8BA8;
}
.pill--attention.pill--removable button {
  color: #BF8BA8;
}
.pill--attention.pill--removable button:hover {
  color: rgb(197.4, 150.6, 176.7);
}
.pill--attention.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--amour {
  border-color: #FEC0D2;
  color: #FEC0D2;
}
.pill--amour.pill--removable button {
  color: #FEC0D2;
}
.pill--amour.pill--removable button:hover {
  color: rgb(254.1, 198.3, 214.5);
}
.pill--amour.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}
.pill--stable {
  border-color: #9EB1BD;
  color: #9EB1BD;
}
.pill--stable.pill--removable button {
  color: #9EB1BD;
}
.pill--stable.pill--removable button:hover {
  color: rgb(167.7, 184.8, 195.6);
}
.pill--stable.pill--removable button:active {
  color: rgb(48.6, 92.7, 102.6);
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--col {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.list--col li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.list--col-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.list--col-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.list--col-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.list--col-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.list--col-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}
.list--col-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}
@media only screen and (min-width: 40rem) {
  .list--col-medium-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .list--col-medium-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .list--col-medium-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .list--col-medium-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .list--col-medium-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .list--col-medium-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
@media only screen and (min-width: 64rem) {
  .list--col-large-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .list--col-large-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .list--col-large-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .list--col-large-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .list--col-large-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .list--col-large-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
@media only screen and (min-width: 75rem) {
  .list--col-xlarge-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .list--col-xlarge-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .list--col-xlarge-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .list--col-xlarge-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .list--col-xlarge-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .list--col-xlarge-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
.list--links {
  margin: -0.3125rem;
}
.list--links li > a {
  display: inline-block;
  padding: 0.3125rem;
}

.backdrop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  backdrop-filter: blur(0.625rem);
  background: rgba(24, 53, 92, 0.3098039216);
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
}

.modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  border-radius: 0.9375rem;
  background: #fff;
  background: var(--color-light);
  -webkit-box-shadow: 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.1), 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.1), 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.2);
}
.modal__header, .modal__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.25rem 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .modal__header, .modal__footer {
    padding: 1.875rem 2.5rem;
  }
}
.modal__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.625rem 1.875rem;
}
@media only screen and (min-width: 40rem) {
  .modal__body {
    padding: 1.25rem 2.5rem;
  }
}
.modal__header h6 {
  margin: 0;
  font-weight: bold;
}
.modal__header button {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 40rem) {
  .modal__footer {
    padding: 1.25rem 2.5rem;
  }
}
.modal--small {
  max-width: 23.75rem;
  max-height: 17.5rem;
}
.modal--medium {
  max-width: 23.75rem;
  max-height: 37.5rem;
}
.modal--large {
  max-width: 53.125rem;
  max-height: 40.625rem;
}
.modal--large-plus {
  max-height: 46rem;
}
.modal--full {
  max-width: none;
  max-height: none;
}
.modal--medium .modal__footer, .modal--large .modal__footer {
  border-top: 0.0625rem solid #ECEDEF;
  border-top: 0.0625rem solid var(--color-dimmed);
}

.paginator, .pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 40rem) {
  .paginator__link, .pagination .page-item {
    display: none;
  }
}
.paginator__link a, .pagination .page-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.3125rem;
  border-radius: 50%;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .paginator__link a, .pagination .page-item a {
    font-size: 1.25rem;
  }
}
.paginator__link a:hover, .pagination .page-item a:hover {
  background-color: rgb(204.6, 228.9, 224.4);
}
.paginator .button--icon, .pagination .button--icon, .pagination .page-item:first-of-type,
.pagination .page-item:last-of-type {
  margin: 0 0.3125rem;
}
.paginator--current, .pagination .active, .paginator--first, .paginator--last {
  display: list-item;
}
.paginator--current a, .pagination .active a {
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  color: #9EB1BD;
  color: var(--color-stable);
  pointer-events: none;
}
@media only screen and (max-width: 40rem) {
  .paginator--current a, .pagination .active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.paginator--dots {
  display: list-item;
  color: #9EB1BD;
  color: var(--color-stable);
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .paginator--dots {
    font-size: 1.25rem;
  }
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}
.panel__prefix {
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.panel__suffix {
  margin-left: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel--parent {
  margin-bottom: 0.3125rem;
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  font-weight: 600;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .panel--parent {
    font-size: 0.8125rem;
  }
}
.panel--primary {
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
  border-bottom-width: 0.125rem;
  font-weight: 300;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .panel--primary {
    font-size: 1.25rem;
  }
}
.panel--secondary {
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .panel--secondary {
    font-size: 0.8125rem;
  }
}
.panel--clickable {
  text-decoration: none;
}
.panel--clickable:hover {
  cursor: pointer;
  background: rgb(235.68, 215.44, 226.48);
}
.panel--clickable:hover .icon--link {
  stroke: rgb(37.8, 72.1, 79.8);
  stroke-width: 7;
}
.panel--empty {
  padding: 2.5rem;
  border: 0.125rem dashed #ECEDEF;
  border: 0.125rem dashed var(--color-dimmed);
  border-radius: 0.625rem;
  background: #fff;
  background: var(--color-light);
  text-align: center;
  font-weight: normal;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .panel--empty {
    font-size: 1rem;
  }
}
.panel--empty:not(.panel--clickable) {
  color: #9EB1BD;
  color: var(--color-stable);
}
.panel--empty i {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
}
@media only screen and (min-width: 40rem) {
  .panel--empty i {
    font-size: 3rem;
  }
}
.panel--empty .button, .panel--empty .pagination .page-item:first-of-type, .pagination .panel--empty .page-item:first-of-type,
.panel--empty .pagination .page-item:last-of-type,
.pagination .panel--empty .page-item:last-of-type {
  margin-top: 1.25rem;
}
.panel--empty.panel--clickable:hover .button, .panel--empty.panel--clickable:hover .pagination .page-item:first-of-type, .pagination .panel--empty.panel--clickable:hover .page-item:first-of-type,
.panel--empty.panel--clickable:hover .pagination .page-item:last-of-type,
.pagination .panel--empty.panel--clickable:hover .page-item:last-of-type {
  background: rgb(64.05, 110.6, 121.05);
}
.panel--highlight {
  position: relative;
  border: 0.0625rem solid #FF968A;
  border: 0.0625rem solid var(--color-energized);
  border-radius: 0.625rem;
  background: rgb(255, 171, 161.4);
}
.panel--highlight .pill {
  position: absolute;
  left: 0.625rem;
  top: calc(-1 * 0.625rem);
  line-height: 1.125rem;
  border-color: #FF968A;
  border-color: var(--color-energized);
  color: #FF968A;
  color: var(--color-energized);
}
.panel--highlight .pill ~ .panel__body {
  padding-top: 0.3125rem;
}
.panel--notification, .blogview .content .attention,
.contentview .output .attention,
#tinymce.article-body .attention,
.output.entry.article-body .attention {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(2.5rem * 0.5);
  border-radius: 0.625rem;
  background-color: #FF968A;
  background-color: var(--color-energized);
}
.panel--notification .panel__prefix, .blogview .content .attention .panel__prefix,
.contentview .output .attention .panel__prefix,
#tinymce.article-body .attention .panel__prefix,
.output.entry.article-body .attention .panel__prefix {
  position: absolute;
  top: calc(2.5rem * -0.5);
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0.3125rem;
  color: #FF968A;
  color: var(--color-energized);
  font-size: 1.375rem;
  background-color: #18355C;
  background-color: var(--color-deep);
  border-radius: 100%;
}
.panel--notification .panel__prefix .icon, .blogview .content .attention .panel__prefix .icon,
.contentview .output .attention .panel__prefix .icon,
#tinymce.article-body .attention .panel__prefix .icon,
.output.entry.article-body .attention .panel__prefix .icon {
  stroke: #fff;
  stroke: var(--color-light);
  stroke-width: 0.25rem;
  fill: rgba(255, 150, 138, 0.5);
}
.panel--notification .panel__body, .blogview .content .attention .panel__body,
.contentview .output .attention .panel__body,
#tinymce.article-body .attention .panel__body,
.output.entry.article-body .attention .panel__body {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: calc(2.5rem * 0.5);
}
@media only screen and (min-width: 40rem) {
  .panel--notification, .blogview .content .attention,
  .contentview .output .attention,
  #tinymce.article-body .attention,
  .output.entry.article-body .attention {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: initial;
    margin-left: calc(2.5rem * 0.5);
    min-height: calc(2.5rem + 2 * 0.625rem);
  }
  .panel--notification .panel__prefix, .blogview .content .attention .panel__prefix,
  .contentview .output .attention .panel__prefix,
  #tinymce.article-body .attention .panel__prefix,
  .output.entry.article-body .attention .panel__prefix {
    top: 0.625rem;
    left: calc(2.5rem * -0.5);
  }
  .panel--notification .panel__body, .blogview .content .attention .panel__body,
  .contentview .output .attention .panel__body,
  #tinymce.article-body .attention .panel__body,
  .output.entry.article-body .attention .panel__body {
    padding-top: 0;
    padding-left: calc(2.5rem * 0.5);
  }
}
.panel--notification.panel--clickable:hover, .blogview .content .panel--clickable.attention:hover,
.contentview .output .panel--clickable.attention:hover,
#tinymce.article-body .panel--clickable.attention:hover,
.output.entry.article-body .panel--clickable.attention:hover {
  background: rgba(255, 150, 138, 0.9);
  top: 0.0625rem;
}
.panel--flash {
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0.9375rem;
  width: 95%;
  max-width: 70em;
  border-radius: 8.3333333333rem;
  background-color: #fff;
  background-color: var(--color-light);
  color: #18355C;
  color: var(--color-stable-dark);
  font-weight: 600;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 8.3333333333rem 0.625rem;
          box-shadow: rgba(0, 0, 0, 0.6) 0 0 8.3333333333rem 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .panel--flash {
    width: auto;
    min-width: 70%;
  }
}
@media only screen and (min-width: 64rem) {
  .panel--flash {
    width: auto;
    min-width: auto;
  }
}
.panel--flash .panel__prefix i {
  color: #BF8BA8;
  color: var(--color-attention);
}
.panel--flash .button--icon, .panel--flash .pagination .page-item:first-of-type, .pagination .panel--flash .page-item:first-of-type,
.panel--flash .pagination .page-item:last-of-type,
.pagination .panel--flash .page-item:last-of-type {
  padding: 0;
  color: #18355C;
  color: var(--color-stable-dark);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel--flash .button--icon:hover, .panel--flash .pagination .page-item:hover:first-of-type, .pagination .panel--flash .page-item:hover:first-of-type,
.panel--flash .pagination .page-item:hover:last-of-type,
.pagination .panel--flash .page-item:hover:last-of-type {
  color: #366772;
  color: var(--color-calm-dark);
  background: rgba(255, 255, 255, 0.1333333333);
}
.panel--flash a:not(.button) {
  color: #fff;
  color: var(--color-light);
  font-weight: bold;
  text-decoration: underline;
}
.panel--flash.panel--energized {
  background: #FF968A;
  background: var(--color-energized);
  color: #fff;
  color: var(--color-light);
  top: 0;
  bottom: auto;
}
.panel--flash.panel--energized .panel__prefix i {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--energized .button--icon, .panel--flash.panel--energized .pagination .page-item:first-of-type, .pagination .panel--flash.panel--energized .page-item:first-of-type,
.panel--flash.panel--energized .pagination .page-item:last-of-type,
.pagination .panel--flash.panel--energized .page-item:last-of-type {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--energized .button--icon:hover, .panel--flash.panel--energized .pagination .page-item:hover:first-of-type, .pagination .panel--flash.panel--energized .page-item:hover:first-of-type,
.panel--flash.panel--energized .pagination .page-item:hover:last-of-type,
.pagination .panel--flash.panel--energized .page-item:hover:last-of-type {
  color: #18355C;
  color: var(--color-stable-dark);
}
.panel--removable {
  position: relative;
}
.panel--removable > .panel {
  padding-right: 2.5rem;
}
.panel--removable .button--icon, .panel--removable .pagination .page-item:first-of-type, .pagination .panel--removable .page-item:first-of-type,
.panel--removable .pagination .page-item:last-of-type,
.pagination .panel--removable .page-item:last-of-type {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
.panel--notification.panel--attention, .blogview .content .panel--attention.attention,
.contentview .output .panel--attention.attention,
#tinymce.article-body .panel--attention.attention,
.output.entry.article-body .panel--attention.attention {
  background-color: #EAD4E0;
  background-color: var(--color-attention-light);
}
.panel--notification.panel--attention .panel__prefix, .blogview .content .panel--attention.attention .panel__prefix,
.contentview .output .panel--attention.attention .panel__prefix,
#tinymce.article-body .panel--attention.attention .panel__prefix,
.output.entry.article-body .panel--attention.attention .panel__prefix {
  color: #EAD4E0;
  color: var(--color-attention-light);
}
.panel--notification.panel--attention .panel__prefix.icon, .blogview .content .panel--attention.attention .panel__prefix.icon,
.contentview .output .panel--attention.attention .panel__prefix.icon,
#tinymce.article-body .panel--attention.attention .panel__prefix.icon,
.output.entry.article-body .panel--attention.attention .panel__prefix.icon {
  fill: rgba(234, 212, 224, 0.5);
}
.panel--notification.panel--attention.panel--clickable:hover, .blogview .content .panel--attention.panel--clickable.attention:hover,
.contentview .output .panel--attention.panel--clickable.attention:hover,
#tinymce.article-body .panel--attention.panel--clickable.attention:hover,
.output.entry.article-body .panel--attention.panel--clickable.attention:hover {
  background: rgba(234, 212, 224, 0.9);
}
.panel--notification.panel--calm, .blogview .content .attention,
.contentview .output .attention,
#tinymce.article-body .attention,
.output.entry.article-body .attention {
  background-color: #C7E2DD;
  background-color: var(--color-calm-light);
}
.panel--notification.panel--calm .panel__prefix, .blogview .content .attention .panel__prefix,
.contentview .output .attention .panel__prefix,
#tinymce.article-body .attention .panel__prefix,
.output.entry.article-body .attention .panel__prefix {
  color: #C7E2DD;
  color: var(--color-calm-light);
}
.panel--notification.panel--calm .panel__prefix.icon, .blogview .content .attention .panel__prefix.icon,
.contentview .output .attention .panel__prefix.icon,
#tinymce.article-body .attention .panel__prefix.icon,
.output.entry.article-body .attention .panel__prefix.icon {
  fill: rgba(199, 226, 221, 0.5);
}
.panel--notification.panel--calm.panel--clickable:hover, .blogview .content .panel--clickable.attention:hover,
.contentview .output .panel--clickable.attention:hover,
#tinymce.article-body .panel--clickable.attention:hover,
.output.entry.article-body .panel--clickable.attention:hover {
  background: rgba(199, 226, 221, 0.9);
}
.panel--highlight.panel--attention {
  border-color: #BF8BA8;
  border-color: var(--color-attention);
  background: rgb(211.48, 176.12, 195.84);
}
.panel--highlight.panel--attention .pill {
  border-color: #BF8BA8;
  border-color: var(--color-attention);
  color: #BF8BA8;
  color: var(--color-attention);
}
.panel--flash.panel--attention {
  background: #BF8BA8;
  background: var(--color-attention);
  color: #fff;
  color: var(--color-light);
  top: 0;
  bottom: auto;
}
.panel--flash.panel--attention .panel__prefix i {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--attention .button--icon, .panel--flash.panel--attention .pagination .page-item:first-of-type, .pagination .panel--flash.panel--attention .page-item:first-of-type,
.panel--flash.panel--attention .pagination .page-item:last-of-type,
.pagination .panel--flash.panel--attention .page-item:last-of-type {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--attention .button--icon:hover, .panel--flash.panel--attention .pagination .page-item:hover:first-of-type, .pagination .panel--flash.panel--attention .page-item:hover:first-of-type,
.panel--flash.panel--attention .pagination .page-item:hover:last-of-type,
.pagination .panel--flash.panel--attention .page-item:hover:last-of-type {
  color: #18355C;
  color: var(--color-stable-dark);
}
.panel--highlight.panel--positive {
  border-color: #95C4BE;
  border-color: var(--color-positive);
  background: rgb(178.68, 212.52, 208.2);
}
.panel--highlight.panel--positive .pill {
  border-color: #95C4BE;
  border-color: var(--color-positive);
  color: #95C4BE;
  color: var(--color-positive);
}
.panel--flash.panel--positive {
  background: #95C4BE;
  background: var(--color-positive);
  color: #fff;
  color: var(--color-light);
  top: 0;
  bottom: auto;
}
.panel--flash.panel--positive .panel__prefix i {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--positive .button--icon, .panel--flash.panel--positive .pagination .page-item:first-of-type, .pagination .panel--flash.panel--positive .page-item:first-of-type,
.panel--flash.panel--positive .pagination .page-item:last-of-type,
.pagination .panel--flash.panel--positive .page-item:last-of-type {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--positive .button--icon:hover, .panel--flash.panel--positive .pagination .page-item:hover:first-of-type, .pagination .panel--flash.panel--positive .page-item:hover:first-of-type,
.panel--flash.panel--positive .pagination .page-item:hover:last-of-type,
.pagination .panel--flash.panel--positive .page-item:hover:last-of-type {
  color: #18355C;
  color: var(--color-stable-dark);
}
.panel--highlight.panel--calm, .blogview .content .panel--highlight.attention,
.contentview .output .panel--highlight.attention,
#tinymce.article-body .panel--highlight.attention,
.output.entry.article-body .panel--highlight.attention {
  border-color: #366772;
  border-color: var(--color-calm);
  background: rgb(174.6, 194.2, 198.6);
}
.panel--highlight.panel--calm .pill, .blogview .content .panel--highlight.attention .pill,
.contentview .output .panel--highlight.attention .pill,
#tinymce.article-body .panel--highlight.attention .pill,
.output.entry.article-body .panel--highlight.attention .pill {
  border-color: #366772;
  border-color: var(--color-calm);
  color: #366772;
  color: var(--color-calm);
}
.panel--flash.panel--calm, .blogview .content .panel--flash.attention,
.contentview .output .panel--flash.attention,
#tinymce.article-body .panel--flash.attention,
.output.entry.article-body .panel--flash.attention {
  background: #366772;
  background: var(--color-calm);
  color: #fff;
  color: var(--color-light);
  top: 0;
  bottom: auto;
}
.panel--flash.panel--calm .panel__prefix i, .blogview .content .panel--flash.attention .panel__prefix i,
.contentview .output .panel--flash.attention .panel__prefix i,
#tinymce.article-body .panel--flash.attention .panel__prefix i,
.output.entry.article-body .panel--flash.attention .panel__prefix i {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--calm .button--icon, .blogview .content .panel--flash.attention .button--icon,
.contentview .output .panel--flash.attention .button--icon,
#tinymce.article-body .panel--flash.attention .button--icon,
.output.entry.article-body .panel--flash.attention .button--icon, .panel--flash.panel--calm .pagination .page-item:first-of-type, .pagination .panel--flash.panel--calm .page-item:first-of-type, .blogview .content .panel--flash.attention .pagination .page-item:first-of-type, .pagination .blogview .content .panel--flash.attention .page-item:first-of-type,
.contentview .output .panel--flash.attention .pagination .page-item:first-of-type,
.pagination .contentview .output .panel--flash.attention .page-item:first-of-type,
#tinymce.article-body .panel--flash.attention .pagination .page-item:first-of-type,
.pagination #tinymce.article-body .panel--flash.attention .page-item:first-of-type,
.output.entry.article-body .panel--flash.attention .pagination .page-item:first-of-type,
.pagination .output.entry.article-body .panel--flash.attention .page-item:first-of-type,
.panel--flash.panel--calm .pagination .page-item:last-of-type,
.pagination .panel--flash.panel--calm .page-item:last-of-type,
.blogview .content .panel--flash.attention .pagination .page-item:last-of-type,
.pagination .blogview .content .panel--flash.attention .page-item:last-of-type,
.contentview .output .panel--flash.attention .pagination .page-item:last-of-type,
.pagination .contentview .output .panel--flash.attention .page-item:last-of-type,
#tinymce.article-body .panel--flash.attention .pagination .page-item:last-of-type,
.pagination #tinymce.article-body .panel--flash.attention .page-item:last-of-type,
.output.entry.article-body .panel--flash.attention .pagination .page-item:last-of-type,
.pagination .output.entry.article-body .panel--flash.attention .page-item:last-of-type {
  color: #fff;
  color: var(--color-light);
}
.panel--flash.panel--calm .button--icon:hover, .blogview .content .panel--flash.attention .button--icon:hover,
.contentview .output .panel--flash.attention .button--icon:hover,
#tinymce.article-body .panel--flash.attention .button--icon:hover,
.output.entry.article-body .panel--flash.attention .button--icon:hover, .panel--flash.panel--calm .pagination .page-item:hover:first-of-type, .pagination .panel--flash.panel--calm .page-item:hover:first-of-type, .blogview .content .panel--flash.attention .pagination .page-item:hover:first-of-type, .pagination .blogview .content .panel--flash.attention .page-item:hover:first-of-type,
.contentview .output .panel--flash.attention .pagination .page-item:hover:first-of-type,
.pagination .contentview .output .panel--flash.attention .page-item:hover:first-of-type,
#tinymce.article-body .panel--flash.attention .pagination .page-item:hover:first-of-type,
.pagination #tinymce.article-body .panel--flash.attention .page-item:hover:first-of-type,
.output.entry.article-body .panel--flash.attention .pagination .page-item:hover:first-of-type,
.pagination .output.entry.article-body .panel--flash.attention .page-item:hover:first-of-type,
.panel--flash.panel--calm .pagination .page-item:hover:last-of-type,
.pagination .panel--flash.panel--calm .page-item:hover:last-of-type,
.blogview .content .panel--flash.attention .pagination .page-item:hover:last-of-type,
.pagination .blogview .content .panel--flash.attention .page-item:hover:last-of-type,
.contentview .output .panel--flash.attention .pagination .page-item:hover:last-of-type,
.pagination .contentview .output .panel--flash.attention .page-item:hover:last-of-type,
#tinymce.article-body .panel--flash.attention .pagination .page-item:hover:last-of-type,
.pagination #tinymce.article-body .panel--flash.attention .page-item:hover:last-of-type,
.output.entry.article-body .panel--flash.attention .pagination .page-item:hover:last-of-type,
.pagination .output.entry.article-body .panel--flash.attention .page-item:hover:last-of-type {
  color: #18355C;
  color: var(--color-stable-dark);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: calc(0.5 * 0.625rem);
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  overflow: hidden;
}
.progress-bar__progress {
  background: #95C4BE;
  background: var(--color-positive);
  height: 0.625rem;
  width: 0%;
  border-radius: calc(0.5 * 0.625rem);
  -webkit-transition: width 0.4s cubic-bezier(0, 0, 0, 0.6);
  transition: width 0.4s cubic-bezier(0, 0, 0, 0.6);
}
.progress-bar--xxl {
  border-radius: calc(0.5 * 2.5rem);
}
.progress-bar--xxl .progress-bar__progress {
  height: 2.5rem;
  border-radius: calc(0.5 * 2.5rem);
}
.progress-bar--xl {
  border-radius: calc(0.5 * 1.25rem);
}
.progress-bar--xl .progress-bar__progress {
  height: 1.25rem;
  border-radius: calc(0.5 * 1.25rem);
}
.progress-bar--l {
  border-radius: calc(0.5 * 0.9375rem);
}
.progress-bar--l .progress-bar__progress {
  height: 0.9375rem;
  border-radius: calc(0.5 * 0.9375rem);
}
.progress-bar--m {
  border-radius: calc(0.5 * 0.625rem);
}
.progress-bar--m .progress-bar__progress {
  height: 0.625rem;
  border-radius: calc(0.5 * 0.625rem);
}
.progress-bar--s {
  border-radius: calc(0.5 * 0.3125rem);
}
.progress-bar--s .progress-bar__progress {
  height: 0.3125rem;
  border-radius: calc(0.5 * 0.3125rem);
}
.progress-bar--calm .progress-bar__progress {
  background-color: #366772;
}
.progress-bar--balanced .progress-bar__progress {
  background-color: #9EB1BD;
}
.progress-bar--deep .progress-bar__progress {
  background-color: #18355C;
}
.progress-bar--positive .progress-bar__progress {
  background-color: #95C4BE;
}
.progress-bar--energized .progress-bar__progress {
  background-color: #FF968A;
}
.progress-bar--attention .progress-bar__progress {
  background-color: #BF8BA8;
}
.progress-bar--amour .progress-bar__progress {
  background-color: #FEC0D2;
}

.progress-steps,
.progress-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 0;
}
.progress-steps a,
.progress-list a {
  display: inline-block;
}
.progress-steps__step,
.progress-list__step {
  position: relative;
  text-align: center;
  -ms-flex-preferred-size: 18.75rem;
      flex-basis: 18.75rem;
}
.progress-steps__step::after,
.progress-list__step::after {
  border-top: 0.125rem solid #366772;
  border-top: 0.125rem solid var(--color-calm);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: calc(0.5 * 1.25rem - 0.0625rem);
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.progress-steps__step:first-child::after,
.progress-list__step:first-child::after {
  display: none;
}
.progress-steps .icon,
.progress-list .icon {
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.progress-steps--current .icon--border,
.progress-list--current .icon--border {
  background: #366772;
  background: var(--color-calm);
  border-color: #366772;
  border-color: var(--color-calm);
}
.progress-steps--current svg,
.progress-list--current svg {
  stroke: #fff;
  stroke: var(--color-light);
}
.progress-steps--inactive::after,
.progress-list--inactive::after {
  border-color: #ECEDEF;
  border-color: var(--color-dimmed);
}
.progress-steps--inactive a,
.progress-list--inactive a {
  color: rgb(172.55, 188.7, 198.9);
  cursor: text;
  pointer-events: none;
}
.progress-steps--icons-xxsmall .progress-steps__step::after,
.progress-list--icons-xxsmall .progress-steps__step::after {
  top: calc(0.5 * 1rem - 0.0625rem);
}
.progress-steps--icons-xxsmall .icon--border,
.progress-list--icons-xxsmall .icon--border {
  width: 1rem;
  height: 1rem;
  padding: 0.125rem;
}
.progress-steps--icons-xxsmall .icon,
.progress-list--icons-xxsmall .icon {
  stroke-width: 0.875rem;
}
.progress-steps--icons-xsmall .progress-steps__step::after,
.progress-list--icons-xsmall .progress-steps__step::after {
  top: calc(0.5 * 1.25rem - 0.0625rem);
}
.progress-steps--icons-xsmall .icon--border,
.progress-list--icons-xsmall .icon--border {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.1875rem;
}
.progress-steps--icons-xsmall .icon,
.progress-list--icons-xsmall .icon {
  stroke-width: 0.75rem;
}
.progress-steps--icons-small .progress-steps__step::after,
.progress-list--icons-small .progress-steps__step::after {
  top: calc(0.5 * 2rem - 0.0625rem);
}
.progress-steps--icons-small .icon--border,
.progress-list--icons-small .icon--border {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
}
.progress-steps--icons-small .icon,
.progress-list--icons-small .icon {
  stroke-width: 0.5625rem;
}
.progress-steps--icons-medium .progress-steps__step::after,
.progress-list--icons-medium .progress-steps__step::after {
  top: calc(0.5 * 2.75rem - 0.0625rem);
}
.progress-steps--icons-medium .icon--border,
.progress-list--icons-medium .icon--border {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.375rem;
}
.progress-steps--icons-medium .icon,
.progress-list--icons-medium .icon {
  stroke-width: 0.5rem;
}
.progress-steps--icons-large .progress-steps__step::after,
.progress-list--icons-large .progress-steps__step::after {
  top: calc(0.5 * 3.5rem - 0.0625rem);
}
.progress-steps--icons-large .icon--border,
.progress-list--icons-large .icon--border {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.5rem;
}
.progress-steps--icons-large .icon,
.progress-list--icons-large .icon {
  stroke-width: 0.4375rem;
}
.progress-steps--icons-xlarge .progress-steps__step::after,
.progress-list--icons-xlarge .progress-steps__step::after {
  top: calc(0.5 * 4rem - 0.0625rem);
}
.progress-steps--icons-xlarge .icon--border,
.progress-list--icons-xlarge .icon--border {
  width: 4rem;
  height: 4rem;
  padding: 0.5625rem;
}
.progress-steps--icons-xlarge .icon,
.progress-list--icons-xlarge .icon {
  stroke-width: 0.4375rem;
}
.progress-steps--icons-xxlarge .progress-steps__step::after,
.progress-list--icons-xxlarge .progress-steps__step::after {
  top: calc(0.5 * 4.5rem - 0.0625rem);
}
.progress-steps--icons-xxlarge .icon--border,
.progress-list--icons-xxlarge .icon--border {
  width: 4.5rem;
  height: 4.5rem;
  padding: 0.625rem;
}
.progress-steps--icons-xxlarge .icon,
.progress-list--icons-xxlarge .icon {
  stroke-width: 0.4375rem;
}

.progress-list {
  display: block;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.progress-list__step {
  text-align: left;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.progress-list__step::after, .progress-list__step::before {
  border-top: 0;
  border-left: 0.125rem solid #366772;
  border-left: 0.125rem solid var(--color-calm);
  content: "";
  margin: 0 auto;
  position: absolute;
  left: calc(0.5 * 3.5rem);
  top: 50%;
  right: 0;
  bottom: 0;
  width: auto;
  height: 50%;
  z-index: -1;
}
.progress-list__step::before {
  top: 0%;
}
.progress-list__step:first-child::after {
  display: initial;
}
.progress-list__step:last-child::after, .progress-list__step:first-child::before {
  display: none;
}
.progress-list__icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(3.5rem - 2 * 0.625rem);
  height: calc(3.5rem - 2 * 0.625rem);
  margin: 0.625rem;
  padding: 0.3125rem;
}
.progress-list__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.625rem 0 0.625rem 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .progress-list__content {
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
  }
}
.progress-list--current::after {
  border-color: #ECEDEF;
  border-color: var(--color-dimmed);
}
.progress-list--current .progress-list__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  outline: 0.3125rem solid #366772;
  outline: 0.3125rem solid var(--color-calm);
}
.progress-list--current ~ .progress-list__step::before, .progress-list--current ~ .progress-list__step::after {
  border-color: #ECEDEF;
  border-color: var(--color-dimmed);
}
.progress-list--current ~ .progress-list__step * {
  opacity: 0.6;
}
.progress-list--current ~ .progress-list__step .icon--border {
  opacity: 1;
  border-color: #ECEDEF;
  border-color: var(--color-dimmed);
  background: #fff;
  background: var(--color-light);
}
.progress-list--current ~ .progress-list__step .icon--border .icon {
  display: none;
}

.seperator--midline {
  position: relative;
  text-align: center;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .seperator--midline {
    font-size: 0.8125rem;
  }
}
.seperator--midline::before {
  border-top: 0.0625rem solid #ECEDEF;
  border-top: 0.0625rem solid var(--color-dimmed);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.seperator--midline span,
.seperator--midline button,
.seperator--midline .button,
.seperator--midline .pagination .page-item:first-of-type,
.pagination .seperator--midline .page-item:first-of-type,
.seperator--midline .pagination .page-item:last-of-type,
.pagination .seperator--midline .page-item:last-of-type {
  position: relative;
  z-index: 1;
}
.seperator--midline span {
  background: #fff;
  background: var(--color-light);
  padding: 0 0.9375rem;
}

.tab {
  position: relative;
  bottom: -0.0625rem;
  display: inline-block;
  margin-left: 0.625rem;
  padding: 0.9375rem 1.25rem;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  background-color: #FFFDFB;
  background-color: var(--color-stable-light);
}
.tab__wrapper {
  position: relative;
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
}
.tab--current {
  background-color: #fff;
  background-color: var(--color-light);
  border-bottom-color: #fff;
  border-bottom-color: var(--color-light);
  color: #000000;
  color: var(--color-dark);
  font-weight: normal;
  cursor: default;
}
.tab--current:hover {
  color: #000000;
  color: var(--color-dark);
}
.tab--inactive {
  color: #9EB1BD;
  color: var(--color-stable);
  font-weight: normal;
  cursor: default;
}
.tab--inactive:hover {
  color: #9EB1BD;
  color: var(--color-stable);
}

a.tab {
  text-decoration: none;
}

a.tab--inactive {
  background: #ECEDEF;
  background: var(--color-dimmed);
  pointer-events: none;
}

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  border-radius: 0.625rem;
  text-align: center;
}
.tile__text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .tile__title {
    font-size: 1rem;
  }
}
.tile--icon {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.625rem 0.9375rem;
}
.tile .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  stroke-width: 0.5rem;
}
.tile--icon-inline {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.625rem;
}
.tile--icon-inline .tile__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-left: 0.3125rem;
  text-align: left;
}
.tile--icon-inline .icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.tile--indicator {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.3125rem;
  border: 0;
  color: #9EB1BD;
  color: var(--color-stable);
  font-weight: normal;
}
.tile--indicator .icon {
  margin: 0.3125rem 0;
  stroke-width: 0.5rem;
}
.tile--image {
  border: 0;
  border-radius: 0.625rem;
}
.tile--image:hover {
  opacity: 0.85;
}
.tile--image .img {
  width: 100%;
  border-radius: 0.625rem;
}
.tile--image .tile__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.9375rem;
  background: rgba(24, 53, 92, 0.3);
  color: #fff;
  color: var(--color-light);
  font-weight: bold;
  line-height: 1.4;
  white-space: normal;
  font-size: 1.25rem;
}
@media only screen and (min-width: 40rem) {
  .tile--image .tile__text {
    font-size: 1.375rem;
  }
}
.tile--file {
  overflow: hidden;
  height: 100%;
  background: rgb(236.38, 237.36, 239.32);
  border-color: #9EB1BD;
  border-color: var(--color-stable);
  line-height: 0;
}
.tile--file::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tile__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .tile__content {
    font-size: 0.875rem;
  }
}
.tile__content img {
  max-width: 100%;
  max-height: 100%;
}
.tile__content i {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 1.625rem;
}
@media only screen and (min-width: 40rem) {
  .tile__content i {
    font-size: 2rem;
  }
}
.tile--loading {
  background: rgba(255, 255, 255, 0.7);
}
.tile--error {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  color: var(--color-light);
}
.tile--done {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}
.tile--done:hover {
  opacity: 0.2;
}

a.tile {
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
a.tile svg {
  stroke: #95C4BE;
  stroke: var(--color-positive);
}

a.tile--image .tile__title,
a.tile--image .tile__text {
  color: #fff;
  color: var(--color-light);
}

a.tile:hover,
.optiongroup--tile .tile:hover {
  background-color: rgba(207.4, 230.35, 226.1, 0.7);
  border-color: #95C4BE;
  border-color: var(--color-positive);
  cursor: pointer;
}

nav .tile svg,
.nav .tile svg {
  stroke: #BF8BA8;
  stroke: var(--color-attention);
}
nav .tile:hover,
.nav .tile:hover {
  background-color: rgba(235.68, 215.44, 226.48, 0.7);
  border-color: #BF8BA8;
  border-color: var(--color-attention);
}
nav .tile:hover svg,
.nav .tile:hover svg {
  stroke: #BF8BA8;
  stroke: var(--color-attention);
}

.ba {
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
}

.no-ba {
  border: 0;
}

.bt {
  border-top: 0.0625rem solid #ECEDEF;
  border-top: 0.0625rem solid var(--color-dimmed);
}

.no-bt {
  border-top: 0;
}

.br {
  border-right: 0.0625rem solid #ECEDEF;
  border-right: 0.0625rem solid var(--color-dimmed);
}

.no-br {
  border-right: 0;
}

.bb {
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
}

.no-bb {
  border-bottom: 0;
}

.bl {
  border-left: 0.0625rem solid #ECEDEF;
  border-left: 0.0625rem solid var(--color-dimmed);
}

.no-bl {
  border-left: 0;
}

@media only screen and (max-width: 40rem) {
  .s-ba {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
  }
  .s-no-ba {
    border: 0;
  }
  .s-bt {
    border-top: 0.0625rem solid #ECEDEF;
    border-top: 0.0625rem solid var(--color-dimmed);
  }
  .s-no-bt {
    border-top: 0;
  }
  .s-br {
    border-right: 0.0625rem solid #ECEDEF;
    border-right: 0.0625rem solid var(--color-dimmed);
  }
  .s-no-br {
    border-right: 0;
  }
  .s-bb {
    border-bottom: 0.0625rem solid #ECEDEF;
    border-bottom: 0.0625rem solid var(--color-dimmed);
  }
  .s-no-bb {
    border-bottom: 0;
  }
  .s-bl {
    border-left: 0.0625rem solid #ECEDEF;
    border-left: 0.0625rem solid var(--color-dimmed);
  }
  .s-no-bl {
    border-left: 0;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .m-ba {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
  }
  .m-no-ba {
    border: 0;
  }
  .m-bt {
    border-top: 0.0625rem solid #ECEDEF;
    border-top: 0.0625rem solid var(--color-dimmed);
  }
  .m-no-bt {
    border-top: 0;
  }
  .m-br {
    border-right: 0.0625rem solid #ECEDEF;
    border-right: 0.0625rem solid var(--color-dimmed);
  }
  .m-no-br {
    border-right: 0;
  }
  .m-bb {
    border-bottom: 0.0625rem solid #ECEDEF;
    border-bottom: 0.0625rem solid var(--color-dimmed);
  }
  .m-no-bb {
    border-bottom: 0;
  }
  .m-bl {
    border-left: 0.0625rem solid #ECEDEF;
    border-left: 0.0625rem solid var(--color-dimmed);
  }
  .m-no-bl {
    border-left: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .l-ba {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
  }
  .l-no-ba {
    border: 0;
  }
  .l-bt {
    border-top: 0.0625rem solid #ECEDEF;
    border-top: 0.0625rem solid var(--color-dimmed);
  }
  .l-no-bt {
    border-top: 0;
  }
  .l-br {
    border-right: 0.0625rem solid #ECEDEF;
    border-right: 0.0625rem solid var(--color-dimmed);
  }
  .l-no-br {
    border-right: 0;
  }
  .l-bb {
    border-bottom: 0.0625rem solid #ECEDEF;
    border-bottom: 0.0625rem solid var(--color-dimmed);
  }
  .l-no-bb {
    border-bottom: 0;
  }
  .l-bl {
    border-left: 0.0625rem solid #ECEDEF;
    border-left: 0.0625rem solid var(--color-dimmed);
  }
  .l-no-bl {
    border-left: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .xl-ba {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
  }
  .xl-no-ba {
    border: 0;
  }
  .xl-bt {
    border-top: 0.0625rem solid #ECEDEF;
    border-top: 0.0625rem solid var(--color-dimmed);
  }
  .xl-no-bt {
    border-top: 0;
  }
  .xl-br {
    border-right: 0.0625rem solid #ECEDEF;
    border-right: 0.0625rem solid var(--color-dimmed);
  }
  .xl-no-br {
    border-right: 0;
  }
  .xl-bb {
    border-bottom: 0.0625rem solid #ECEDEF;
    border-bottom: 0.0625rem solid var(--color-dimmed);
  }
  .xl-no-bb {
    border-bottom: 0;
  }
  .xl-bl {
    border-left: 0.0625rem solid #ECEDEF;
    border-left: 0.0625rem solid var(--color-dimmed);
  }
  .xl-no-bl {
    border-left: 0;
  }
}
@media only screen and (min-width: 87.5rem) {
  .xxl-ba {
    border: 0.0625rem solid #ECEDEF;
    border: 0.0625rem solid var(--color-dimmed);
  }
  .xxl-no-ba {
    border: 0;
  }
  .xxl-bt {
    border-top: 0.0625rem solid #ECEDEF;
    border-top: 0.0625rem solid var(--color-dimmed);
  }
  .xxl-no-bt {
    border-top: 0;
  }
  .xxl-br {
    border-right: 0.0625rem solid #ECEDEF;
    border-right: 0.0625rem solid var(--color-dimmed);
  }
  .xxl-no-br {
    border-right: 0;
  }
  .xxl-bb {
    border-bottom: 0.0625rem solid #ECEDEF;
    border-bottom: 0.0625rem solid var(--color-dimmed);
  }
  .xxl-no-bb {
    border-bottom: 0;
  }
  .xxl-bl {
    border-left: 0.0625rem solid #ECEDEF;
    border-left: 0.0625rem solid var(--color-dimmed);
  }
  .xxl-no-bl {
    border-left: 0;
  }
}
.b--calm {
  border-color: #366772;
}

.b--balanced {
  border-color: #9EB1BD;
}

.b--deep {
  border-color: #18355C;
}

.b--positive {
  border-color: #95C4BE;
}

.b--energized {
  border-color: #FF968A;
}

.b--attention {
  border-color: #BF8BA8;
}

.b--amour {
  border-color: #FEC0D2;
}

.b--stable {
  border-color: #9EB1BD;
}

.rounded {
  border-radius: 0.625rem;
}

.rounded-full {
  border-radius: 100rem;
}

.bg-calm {
  background-color: #366772;
}

.bg-balanced {
  background-color: #9EB1BD;
}

.bg-deep {
  background-color: #18355C;
}

.bg-positive {
  background-color: #95C4BE;
}

.bg-energized {
  background-color: #FF968A;
}

.bg-attention {
  background-color: #BF8BA8;
}

.bg-amour {
  background-color: #FEC0D2;
}

.bg-calm-light {
  background-color: #C7E2DD;
}

.bg-calm-dark {
  background-color: #366772;
}

.bg-energized-light {
  background-color: #EAD4E0;
}

.bg-attention-light {
  background-color: #EAD4E0;
}

.bg-light {
  background-color: #ffffff;
}

.bg-stable-light {
  background-color: #FFFDFB;
}

.bg-dimmed {
  background-color: #ECEDEF;
}

.bg-stable {
  background-color: #9EB1BD;
}

.bg-stable-dark {
  background-color: #18355C;
}

.bg-dark {
  background-color: #000000;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.expand {
  width: 100%;
}

.expand-height {
  height: 100%;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-5 {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media only screen and (max-width: 40rem) {
  .s-block {
    display: block;
  }
  .s-inline-block {
    display: inline-block;
  }
  .s-inline {
    display: inline;
  }
  .s-hide {
    display: none;
  }
  .s-expand {
    width: 100%;
  }
  .s-expand-height {
    height: 100%;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .m-block {
    display: block;
  }
  .m-inline-block {
    display: inline-block;
  }
  .m-inline {
    display: inline;
  }
  .m-hide {
    display: none;
  }
  .m-expand {
    width: 100%;
  }
  .m-expand-height {
    height: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .l-block {
    display: block;
  }
  .l-inline-block {
    display: inline-block;
  }
  .l-inline {
    display: inline;
  }
  .l-hide {
    display: none;
  }
  .l-expand {
    width: 100%;
  }
  .l-expand-height {
    height: 100%;
  }
}
@media only screen and (min-width: 75rem) {
  .xl-block {
    display: block;
  }
  .xl-inline-block {
    display: inline-block;
  }
  .xl-inline {
    display: inline;
  }
  .xl-hide {
    display: none;
  }
  .xl-expand {
    width: 100%;
  }
  .xl-expand-height {
    height: 100%;
  }
}
@media only screen and (min-width: 87.5rem) {
  .xxl-block {
    display: block;
  }
  .xxl-inline-block {
    display: inline-block;
  }
  .xxl-inline {
    display: inline;
  }
  .xxl-hide {
    display: none;
  }
  .xxl-expand {
    width: 100%;
  }
  .xxl-expand-height {
    height: 100%;
  }
}
@media only screen and (min-width: 40rem) {
  .s-only {
    display: none;
  }
}
@media only screen and (max-width: 40rem) {
  .m-only {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .m-only {
    display: none;
  }
}
@media only screen and (max-width: calc(.99999 * 64rem)) {
  .l-only {
    display: none;
  }
}
@media only screen and (min-width: 75rem) {
  .l-only {
    display: none;
  }
}
@media only screen and (max-width: calc(.99999 * 75rem)) {
  .xl-only {
    display: none;
  }
}
.pos--abs {
  position: absolute;
}
.pos--rel {
  position: relative;
}
.pos--fixed {
  position: fixed;
}
.pos--sticky {
  position: sticky;
}
@media only screen and (min-width: 40rem) {
  .pos--m-abs {
    position: absolute;
  }
  .pos--m-rel {
    position: relative;
  }
  .pos--m-fixed {
    position: fixed;
  }
  .pos--m-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 64rem) {
  .pos--l-abs {
    position: absolute;
  }
  .pos--l-rel {
    position: relative;
  }
  .pos--l-fixed {
    position: fixed;
  }
  .pos--l-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 75rem) {
  .pos--xl-abs {
    position: absolute;
  }
  .pos--xl-rel {
    position: relative;
  }
  .pos--xl-fixed {
    position: fixed;
  }
  .pos--xl-sticky {
    position: sticky;
  }
}
.pos--t {
  top: 0;
}
.pos--r {
  right: 0;
}
.pos--b {
  bottom: 0;
}
.pos--l {
  left: 0;
}
.pos--tr {
  top: 0;
  right: 0;
}
.pos--tl {
  top: 0;
  left: 0;
}
.pos--br {
  bottom: 0;
  right: 0;
}
.pos--bl {
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 40rem) {
  .pos--m-t {
    top: 0;
  }
  .pos--m-r {
    right: 0;
  }
  .pos--m-b {
    bottom: 0;
  }
  .pos--m-l {
    left: 0;
  }
  .pos--m-tr {
    top: 0;
    right: 0;
  }
  .pos--m-tl {
    top: 0;
    left: 0;
  }
  .pos--m-br {
    bottom: 0;
    right: 0;
  }
  .pos--m-bl {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .pos--l-t {
    top: 0;
  }
  .pos--l-r {
    right: 0;
  }
  .pos--l-b {
    bottom: 0;
  }
  .pos--l-l {
    left: 0;
  }
  .pos--l-tr {
    top: 0;
    right: 0;
  }
  .pos--l-tl {
    top: 0;
    left: 0;
  }
  .pos--l-br {
    bottom: 0;
    right: 0;
  }
  .pos--l-bl {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .pos--xl-t {
    top: 0;
  }
  .pos--xl-r {
    right: 0;
  }
  .pos--xl-b {
    bottom: 0;
  }
  .pos--xl-l {
    left: 0;
  }
  .pos--xl-tr {
    top: 0;
    right: 0;
  }
  .pos--xl-tl {
    top: 0;
    left: 0;
  }
  .pos--xl-br {
    bottom: 0;
    right: 0;
  }
  .pos--xl-bl {
    bottom: 0;
    left: 0;
  }
}
.pos--h-min {
  z-index: -1;
}
.pos--h-reg {
  z-index: 0;
}
.pos--h-pos {
  z-index: 1;
}
.pos--h-high {
  z-index: 10;
}
.pos--h-highest {
  z-index: 100;
}

.maxxl {
  margin: 2.5rem;
}

.maxl {
  margin: 1.25rem;
}

.mal {
  margin: 0.9375rem;
}

.mam {
  margin: 0.625rem;
}

.mas {
  margin: 0.3125rem;
}

.no-ma {
  margin: 0;
}

.mtxxl {
  margin-top: 2.5rem;
}

.mtxl {
  margin-top: 1.25rem;
}

.mtl {
  margin-top: 0.9375rem;
}

.mtm {
  margin-top: 0.625rem;
}

.mts {
  margin-top: 0.3125rem;
}

.no-mt {
  margin-top: 0;
}

.mrxxl {
  margin-right: 2.5rem;
}

.mrxl {
  margin-right: 1.25rem;
}

.mrl {
  margin-right: 0.9375rem;
}

.mrm {
  margin-right: 0.625rem;
}

.mrs {
  margin-right: 0.3125rem;
}

.no-mr {
  margin-right: 0;
}

.mbxxl {
  margin-bottom: 2.5rem;
}

.mbxl {
  margin-bottom: 1.25rem;
}

.mbl {
  margin-bottom: 0.9375rem;
}

.mbm {
  margin-bottom: 0.625rem;
}

.mbs {
  margin-bottom: 0.3125rem;
}

.no-mb {
  margin-bottom: 0;
}

.mlxxl {
  margin-left: 2.5rem;
}

.mlxl {
  margin-left: 1.25rem;
}

.mll {
  margin-left: 0.9375rem;
}

.mlm {
  margin-left: 0.625rem;
}

.mls {
  margin-left: 0.3125rem;
}

.no-ml {
  margin-left: 0;
}

.paxxl {
  padding: 2.5rem;
}

.paxl {
  padding: 1.25rem;
}

.pal {
  padding: 0.9375rem;
}

.pam {
  padding: 0.625rem;
}

.pas {
  padding: 0.3125rem;
}

.no-pa {
  padding: 0;
}

.ptxxl {
  padding-top: 2.5rem;
}

.ptxl {
  padding-top: 1.25rem;
}

.ptl {
  padding-top: 0.9375rem;
}

.ptm {
  padding-top: 0.625rem;
}

.pts {
  padding-top: 0.3125rem;
}

.no-pt {
  padding-top: 0;
}

.prxxl {
  padding-right: 2.5rem;
}

.prxl {
  padding-right: 1.25rem;
}

.prl {
  padding-right: 0.9375rem;
}

.prm {
  padding-right: 0.625rem;
}

.prs {
  padding-right: 0.3125rem;
}

.no-pr {
  padding-right: 0;
}

.pbxxl {
  padding-bottom: 2.5rem;
}

.pbxl {
  padding-bottom: 1.25rem;
}

.pbl {
  padding-bottom: 0.9375rem;
}

.pbm {
  padding-bottom: 0.625rem;
}

.pbs {
  padding-bottom: 0.3125rem;
}

.no-pb {
  padding-bottom: 0;
}

.plxxl {
  padding-left: 2.5rem;
}

.plxl {
  padding-left: 1.25rem;
}

.pll {
  padding-left: 0.9375rem;
}

.plm {
  padding-left: 0.625rem;
}

.pls {
  padding-left: 0.3125rem;
}

.no-pl {
  padding-left: 0;
}

@media only screen and (max-width: 40rem) {
  .s-maxxl {
    margin: 2.5rem;
  }
  .s-maxl {
    margin: 1.25rem;
  }
  .s-mal {
    margin: 0.9375rem;
  }
  .s-mam {
    margin: 0.625rem;
  }
  .s-mas {
    margin: 0.3125rem;
  }
  .s-no-ma {
    margin: 0;
  }
  .s-mtxxl {
    margin-top: 2.5rem;
  }
  .s-mtxl {
    margin-top: 1.25rem;
  }
  .s-mtl {
    margin-top: 0.9375rem;
  }
  .s-mtm {
    margin-top: 0.625rem;
  }
  .s-mts {
    margin-top: 0.3125rem;
  }
  .s-no-mt {
    margin-top: 0;
  }
  .s-mrxxl {
    margin-right: 2.5rem;
  }
  .s-mrxl {
    margin-right: 1.25rem;
  }
  .s-mrl {
    margin-right: 0.9375rem;
  }
  .s-mrm {
    margin-right: 0.625rem;
  }
  .s-mrs {
    margin-right: 0.3125rem;
  }
  .s-no-mr {
    margin-right: 0;
  }
  .s-mbxxl {
    margin-bottom: 2.5rem;
  }
  .s-mbxl {
    margin-bottom: 1.25rem;
  }
  .s-mbl {
    margin-bottom: 0.9375rem;
  }
  .s-mbm {
    margin-bottom: 0.625rem;
  }
  .s-mbs {
    margin-bottom: 0.3125rem;
  }
  .s-no-mb {
    margin-bottom: 0;
  }
  .s-mlxxl {
    margin-left: 2.5rem;
  }
  .s-mlxl {
    margin-left: 1.25rem;
  }
  .s-mll {
    margin-left: 0.9375rem;
  }
  .s-mlm {
    margin-left: 0.625rem;
  }
  .s-mls {
    margin-left: 0.3125rem;
  }
  .s-no-ml {
    margin-left: 0;
  }
  .s-paxxl {
    padding: 2.5rem;
  }
  .s-paxl {
    padding: 1.25rem;
  }
  .s-pal {
    padding: 0.9375rem;
  }
  .s-pam {
    padding: 0.625rem;
  }
  .s-pas {
    padding: 0.3125rem;
  }
  .s-no-pa {
    padding: 0;
  }
  .s-ptxxl {
    padding-top: 2.5rem;
  }
  .s-ptxl {
    padding-top: 1.25rem;
  }
  .s-ptl {
    padding-top: 0.9375rem;
  }
  .s-ptm {
    padding-top: 0.625rem;
  }
  .s-pts {
    padding-top: 0.3125rem;
  }
  .s-no-pt {
    padding-top: 0;
  }
  .s-prxxl {
    padding-right: 2.5rem;
  }
  .s-prxl {
    padding-right: 1.25rem;
  }
  .s-prl {
    padding-right: 0.9375rem;
  }
  .s-prm {
    padding-right: 0.625rem;
  }
  .s-prs {
    padding-right: 0.3125rem;
  }
  .s-no-pr {
    padding-right: 0;
  }
  .s-pbxxl {
    padding-bottom: 2.5rem;
  }
  .s-pbxl {
    padding-bottom: 1.25rem;
  }
  .s-pbl {
    padding-bottom: 0.9375rem;
  }
  .s-pbm {
    padding-bottom: 0.625rem;
  }
  .s-pbs {
    padding-bottom: 0.3125rem;
  }
  .s-no-pb {
    padding-bottom: 0;
  }
  .s-plxxl {
    padding-left: 2.5rem;
  }
  .s-plxl {
    padding-left: 1.25rem;
  }
  .s-pll {
    padding-left: 0.9375rem;
  }
  .s-plm {
    padding-left: 0.625rem;
  }
  .s-pls {
    padding-left: 0.3125rem;
  }
  .s-no-pl {
    padding-left: 0;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .m-maxxl {
    margin: 2.5rem;
  }
  .m-maxl {
    margin: 1.25rem;
  }
  .m-mal {
    margin: 0.9375rem;
  }
  .m-mam {
    margin: 0.625rem;
  }
  .m-mas {
    margin: 0.3125rem;
  }
  .m-no-ma {
    margin: 0;
  }
  .m-mtxxl {
    margin-top: 2.5rem;
  }
  .m-mtxl {
    margin-top: 1.25rem;
  }
  .m-mtl {
    margin-top: 0.9375rem;
  }
  .m-mtm {
    margin-top: 0.625rem;
  }
  .m-mts {
    margin-top: 0.3125rem;
  }
  .m-no-mt {
    margin-top: 0;
  }
  .m-mrxxl {
    margin-right: 2.5rem;
  }
  .m-mrxl {
    margin-right: 1.25rem;
  }
  .m-mrl {
    margin-right: 0.9375rem;
  }
  .m-mrm {
    margin-right: 0.625rem;
  }
  .m-mrs {
    margin-right: 0.3125rem;
  }
  .m-no-mr {
    margin-right: 0;
  }
  .m-mbxxl {
    margin-bottom: 2.5rem;
  }
  .m-mbxl {
    margin-bottom: 1.25rem;
  }
  .m-mbl {
    margin-bottom: 0.9375rem;
  }
  .m-mbm {
    margin-bottom: 0.625rem;
  }
  .m-mbs {
    margin-bottom: 0.3125rem;
  }
  .m-no-mb {
    margin-bottom: 0;
  }
  .m-mlxxl {
    margin-left: 2.5rem;
  }
  .m-mlxl {
    margin-left: 1.25rem;
  }
  .m-mll {
    margin-left: 0.9375rem;
  }
  .m-mlm {
    margin-left: 0.625rem;
  }
  .m-mls {
    margin-left: 0.3125rem;
  }
  .m-no-ml {
    margin-left: 0;
  }
  .m-paxxl {
    padding: 2.5rem;
  }
  .m-paxl {
    padding: 1.25rem;
  }
  .m-pal {
    padding: 0.9375rem;
  }
  .m-pam {
    padding: 0.625rem;
  }
  .m-pas {
    padding: 0.3125rem;
  }
  .m-no-pa {
    padding: 0;
  }
  .m-ptxxl {
    padding-top: 2.5rem;
  }
  .m-ptxl {
    padding-top: 1.25rem;
  }
  .m-ptl {
    padding-top: 0.9375rem;
  }
  .m-ptm {
    padding-top: 0.625rem;
  }
  .m-pts {
    padding-top: 0.3125rem;
  }
  .m-no-pt {
    padding-top: 0;
  }
  .m-prxxl {
    padding-right: 2.5rem;
  }
  .m-prxl {
    padding-right: 1.25rem;
  }
  .m-prl {
    padding-right: 0.9375rem;
  }
  .m-prm {
    padding-right: 0.625rem;
  }
  .m-prs {
    padding-right: 0.3125rem;
  }
  .m-no-pr {
    padding-right: 0;
  }
  .m-pbxxl {
    padding-bottom: 2.5rem;
  }
  .m-pbxl {
    padding-bottom: 1.25rem;
  }
  .m-pbl {
    padding-bottom: 0.9375rem;
  }
  .m-pbm {
    padding-bottom: 0.625rem;
  }
  .m-pbs {
    padding-bottom: 0.3125rem;
  }
  .m-no-pb {
    padding-bottom: 0;
  }
  .m-plxxl {
    padding-left: 2.5rem;
  }
  .m-plxl {
    padding-left: 1.25rem;
  }
  .m-pll {
    padding-left: 0.9375rem;
  }
  .m-plm {
    padding-left: 0.625rem;
  }
  .m-pls {
    padding-left: 0.3125rem;
  }
  .m-no-pl {
    padding-left: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .l-maxxl {
    margin: 2.5rem;
  }
  .l-maxl {
    margin: 1.25rem;
  }
  .l-mal {
    margin: 0.9375rem;
  }
  .l-mam {
    margin: 0.625rem;
  }
  .l-mas {
    margin: 0.3125rem;
  }
  .l-no-ma {
    margin: 0;
  }
  .l-mtxxl {
    margin-top: 2.5rem;
  }
  .l-mtxl {
    margin-top: 1.25rem;
  }
  .l-mtl {
    margin-top: 0.9375rem;
  }
  .l-mtm {
    margin-top: 0.625rem;
  }
  .l-mts {
    margin-top: 0.3125rem;
  }
  .l-no-mt {
    margin-top: 0;
  }
  .l-mrxxl {
    margin-right: 2.5rem;
  }
  .l-mrxl {
    margin-right: 1.25rem;
  }
  .l-mrl {
    margin-right: 0.9375rem;
  }
  .l-mrm {
    margin-right: 0.625rem;
  }
  .l-mrs {
    margin-right: 0.3125rem;
  }
  .l-no-mr {
    margin-right: 0;
  }
  .l-mbxxl {
    margin-bottom: 2.5rem;
  }
  .l-mbxl {
    margin-bottom: 1.25rem;
  }
  .l-mbl {
    margin-bottom: 0.9375rem;
  }
  .l-mbm {
    margin-bottom: 0.625rem;
  }
  .l-mbs {
    margin-bottom: 0.3125rem;
  }
  .l-no-mb {
    margin-bottom: 0;
  }
  .l-mlxxl {
    margin-left: 2.5rem;
  }
  .l-mlxl {
    margin-left: 1.25rem;
  }
  .l-mll {
    margin-left: 0.9375rem;
  }
  .l-mlm {
    margin-left: 0.625rem;
  }
  .l-mls {
    margin-left: 0.3125rem;
  }
  .l-no-ml {
    margin-left: 0;
  }
  .l-paxxl {
    padding: 2.5rem;
  }
  .l-paxl {
    padding: 1.25rem;
  }
  .l-pal {
    padding: 0.9375rem;
  }
  .l-pam {
    padding: 0.625rem;
  }
  .l-pas {
    padding: 0.3125rem;
  }
  .l-no-pa {
    padding: 0;
  }
  .l-ptxxl {
    padding-top: 2.5rem;
  }
  .l-ptxl {
    padding-top: 1.25rem;
  }
  .l-ptl {
    padding-top: 0.9375rem;
  }
  .l-ptm {
    padding-top: 0.625rem;
  }
  .l-pts {
    padding-top: 0.3125rem;
  }
  .l-no-pt {
    padding-top: 0;
  }
  .l-prxxl {
    padding-right: 2.5rem;
  }
  .l-prxl {
    padding-right: 1.25rem;
  }
  .l-prl {
    padding-right: 0.9375rem;
  }
  .l-prm {
    padding-right: 0.625rem;
  }
  .l-prs {
    padding-right: 0.3125rem;
  }
  .l-no-pr {
    padding-right: 0;
  }
  .l-pbxxl {
    padding-bottom: 2.5rem;
  }
  .l-pbxl {
    padding-bottom: 1.25rem;
  }
  .l-pbl {
    padding-bottom: 0.9375rem;
  }
  .l-pbm {
    padding-bottom: 0.625rem;
  }
  .l-pbs {
    padding-bottom: 0.3125rem;
  }
  .l-no-pb {
    padding-bottom: 0;
  }
  .l-plxxl {
    padding-left: 2.5rem;
  }
  .l-plxl {
    padding-left: 1.25rem;
  }
  .l-pll {
    padding-left: 0.9375rem;
  }
  .l-plm {
    padding-left: 0.625rem;
  }
  .l-pls {
    padding-left: 0.3125rem;
  }
  .l-no-pl {
    padding-left: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .xl-maxxl {
    margin: 2.5rem;
  }
  .xl-maxl {
    margin: 1.25rem;
  }
  .xl-mal {
    margin: 0.9375rem;
  }
  .xl-mam {
    margin: 0.625rem;
  }
  .xl-mas {
    margin: 0.3125rem;
  }
  .xl-no-ma {
    margin: 0;
  }
  .xl-mtxxl {
    margin-top: 2.5rem;
  }
  .xl-mtxl {
    margin-top: 1.25rem;
  }
  .xl-mtl {
    margin-top: 0.9375rem;
  }
  .xl-mtm {
    margin-top: 0.625rem;
  }
  .xl-mts {
    margin-top: 0.3125rem;
  }
  .xl-no-mt {
    margin-top: 0;
  }
  .xl-mrxxl {
    margin-right: 2.5rem;
  }
  .xl-mrxl {
    margin-right: 1.25rem;
  }
  .xl-mrl {
    margin-right: 0.9375rem;
  }
  .xl-mrm {
    margin-right: 0.625rem;
  }
  .xl-mrs {
    margin-right: 0.3125rem;
  }
  .xl-no-mr {
    margin-right: 0;
  }
  .xl-mbxxl {
    margin-bottom: 2.5rem;
  }
  .xl-mbxl {
    margin-bottom: 1.25rem;
  }
  .xl-mbl {
    margin-bottom: 0.9375rem;
  }
  .xl-mbm {
    margin-bottom: 0.625rem;
  }
  .xl-mbs {
    margin-bottom: 0.3125rem;
  }
  .xl-no-mb {
    margin-bottom: 0;
  }
  .xl-mlxxl {
    margin-left: 2.5rem;
  }
  .xl-mlxl {
    margin-left: 1.25rem;
  }
  .xl-mll {
    margin-left: 0.9375rem;
  }
  .xl-mlm {
    margin-left: 0.625rem;
  }
  .xl-mls {
    margin-left: 0.3125rem;
  }
  .xl-no-ml {
    margin-left: 0;
  }
  .xl-paxxl {
    padding: 2.5rem;
  }
  .xl-paxl {
    padding: 1.25rem;
  }
  .xl-pal {
    padding: 0.9375rem;
  }
  .xl-pam {
    padding: 0.625rem;
  }
  .xl-pas {
    padding: 0.3125rem;
  }
  .xl-no-pa {
    padding: 0;
  }
  .xl-ptxxl {
    padding-top: 2.5rem;
  }
  .xl-ptxl {
    padding-top: 1.25rem;
  }
  .xl-ptl {
    padding-top: 0.9375rem;
  }
  .xl-ptm {
    padding-top: 0.625rem;
  }
  .xl-pts {
    padding-top: 0.3125rem;
  }
  .xl-no-pt {
    padding-top: 0;
  }
  .xl-prxxl {
    padding-right: 2.5rem;
  }
  .xl-prxl {
    padding-right: 1.25rem;
  }
  .xl-prl {
    padding-right: 0.9375rem;
  }
  .xl-prm {
    padding-right: 0.625rem;
  }
  .xl-prs {
    padding-right: 0.3125rem;
  }
  .xl-no-pr {
    padding-right: 0;
  }
  .xl-pbxxl {
    padding-bottom: 2.5rem;
  }
  .xl-pbxl {
    padding-bottom: 1.25rem;
  }
  .xl-pbl {
    padding-bottom: 0.9375rem;
  }
  .xl-pbm {
    padding-bottom: 0.625rem;
  }
  .xl-pbs {
    padding-bottom: 0.3125rem;
  }
  .xl-no-pb {
    padding-bottom: 0;
  }
  .xl-plxxl {
    padding-left: 2.5rem;
  }
  .xl-plxl {
    padding-left: 1.25rem;
  }
  .xl-pll {
    padding-left: 0.9375rem;
  }
  .xl-plm {
    padding-left: 0.625rem;
  }
  .xl-pls {
    padding-left: 0.3125rem;
  }
  .xl-no-pl {
    padding-left: 0;
  }
}
@media only screen and (min-width: 87.5rem) {
  .xxl-maxxl {
    margin: 2.5rem;
  }
  .xxl-maxl {
    margin: 1.25rem;
  }
  .xxl-mal {
    margin: 0.9375rem;
  }
  .xxl-mam {
    margin: 0.625rem;
  }
  .xxl-mas {
    margin: 0.3125rem;
  }
  .xxl-no-ma {
    margin: 0;
  }
  .xxl-mtxxl {
    margin-top: 2.5rem;
  }
  .xxl-mtxl {
    margin-top: 1.25rem;
  }
  .xxl-mtl {
    margin-top: 0.9375rem;
  }
  .xxl-mtm {
    margin-top: 0.625rem;
  }
  .xxl-mts {
    margin-top: 0.3125rem;
  }
  .xxl-no-mt {
    margin-top: 0;
  }
  .xxl-mrxxl {
    margin-right: 2.5rem;
  }
  .xxl-mrxl {
    margin-right: 1.25rem;
  }
  .xxl-mrl {
    margin-right: 0.9375rem;
  }
  .xxl-mrm {
    margin-right: 0.625rem;
  }
  .xxl-mrs {
    margin-right: 0.3125rem;
  }
  .xxl-no-mr {
    margin-right: 0;
  }
  .xxl-mbxxl {
    margin-bottom: 2.5rem;
  }
  .xxl-mbxl {
    margin-bottom: 1.25rem;
  }
  .xxl-mbl {
    margin-bottom: 0.9375rem;
  }
  .xxl-mbm {
    margin-bottom: 0.625rem;
  }
  .xxl-mbs {
    margin-bottom: 0.3125rem;
  }
  .xxl-no-mb {
    margin-bottom: 0;
  }
  .xxl-mlxxl {
    margin-left: 2.5rem;
  }
  .xxl-mlxl {
    margin-left: 1.25rem;
  }
  .xxl-mll {
    margin-left: 0.9375rem;
  }
  .xxl-mlm {
    margin-left: 0.625rem;
  }
  .xxl-mls {
    margin-left: 0.3125rem;
  }
  .xxl-no-ml {
    margin-left: 0;
  }
  .xxl-paxxl {
    padding: 2.5rem;
  }
  .xxl-paxl {
    padding: 1.25rem;
  }
  .xxl-pal {
    padding: 0.9375rem;
  }
  .xxl-pam {
    padding: 0.625rem;
  }
  .xxl-pas {
    padding: 0.3125rem;
  }
  .xxl-no-pa {
    padding: 0;
  }
  .xxl-ptxxl {
    padding-top: 2.5rem;
  }
  .xxl-ptxl {
    padding-top: 1.25rem;
  }
  .xxl-ptl {
    padding-top: 0.9375rem;
  }
  .xxl-ptm {
    padding-top: 0.625rem;
  }
  .xxl-pts {
    padding-top: 0.3125rem;
  }
  .xxl-no-pt {
    padding-top: 0;
  }
  .xxl-prxxl {
    padding-right: 2.5rem;
  }
  .xxl-prxl {
    padding-right: 1.25rem;
  }
  .xxl-prl {
    padding-right: 0.9375rem;
  }
  .xxl-prm {
    padding-right: 0.625rem;
  }
  .xxl-prs {
    padding-right: 0.3125rem;
  }
  .xxl-no-pr {
    padding-right: 0;
  }
  .xxl-pbxxl {
    padding-bottom: 2.5rem;
  }
  .xxl-pbxl {
    padding-bottom: 1.25rem;
  }
  .xxl-pbl {
    padding-bottom: 0.9375rem;
  }
  .xxl-pbm {
    padding-bottom: 0.625rem;
  }
  .xxl-pbs {
    padding-bottom: 0.3125rem;
  }
  .xxl-no-pb {
    padding-bottom: 0;
  }
  .xxl-plxxl {
    padding-left: 2.5rem;
  }
  .xxl-plxl {
    padding-left: 1.25rem;
  }
  .xxl-pll {
    padding-left: 0.9375rem;
  }
  .xxl-plm {
    padding-left: 0.625rem;
  }
  .xxl-pls {
    padding-left: 0.3125rem;
  }
  .xxl-no-pl {
    padding-left: 0;
  }
}
html,
body {
  height: 100%;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

blockquote {
  display: block;
  padding: 2.5rem 0.9375rem 0 0.9375rem;
  margin: 0.625rem 0;
  font-size: 0.875rem;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  background: none;
}
@media only screen and (min-width: 40rem) {
  blockquote {
    font-size: 1rem;
  }
}
blockquote p, blockquote div {
  margin: 0 0 0.9375rem 0;
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  blockquote p, blockquote div {
    font-size: 1rem;
  }
}
blockquote:before, blockquote:after {
  display: block;
  font-size: 5rem;
  line-height: 0.1;
  font-family: serif;
  color: #ECEDEF;
  color: var(--color-dimmed);
}
@media only screen and (min-width: 40rem) {
  blockquote:before, blockquote:after {
    font-size: 6rem;
  }
}
blockquote:before {
  content: "“";
}
blockquote:after {
  padding-top: 1.875rem;
  content: "”";
}

textarea {
  height: auto;
  min-height: 50px;
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
#app > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.row {
  max-width: 1280px;
}

.text-lh-s {
  line-height: 0.8;
}

.text-lh-m {
  line-height: 1.2;
}

.text-shadow-light {
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px var(--color-light);
}

.text-shadow-dark {
  text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px var(--color-dark);
}

.blogview,
.contentview {
  font-weight: 400;
}
.blogview .pagebreak,
.contentview .pagebreak {
  display: none;
}
.blogview .article-grid .flex--page,
.contentview .article-grid .flex--page {
  max-width: 1008px;
}
.blogview .article-column,
.contentview .article-column {
  padding: 0 1.875rem 0.9375rem 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .blogview .article-column,
  .contentview .article-column {
    padding: 0 0.9375rem 1.25rem 2.5rem;
  }
}
.blogview .article-cover-img,
.contentview .article-cover-img {
  padding-top: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 40rem) {
  .blogview .article-cover-img,
  .contentview .article-cover-img {
    padding-top: 45%;
  }
}
.blogview .credit-small,
.contentview .credit-small {
  width: 1.25rem;
  height: 1.25rem;
  white-space: nowrap;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.blogview .article-path,
.contentview .article-path {
  line-height: 2;
  color: #9EB1BD;
  color: var(--color-stable);
}
.blogview .article-path .article-path-content,
.contentview .article-path .article-path-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: uppercase;
  font-weight: 600;
}
.blogview .article-path .article-path-author,
.contentview .article-path .article-path-author {
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .article-path .article-path-author,
  .contentview .article-path .article-path-author {
    font-size: 0.75rem;
  }
}
.blogview .article-path .article-path-author > div,
.contentview .article-path .article-path-author > div {
  padding-right: 2.8125rem;
}
.blogview .article-path .article-path-author img,
.contentview .article-path .article-path-author img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.blogview h1,
.contentview h1 {
  padding-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.625rem;
}
@media only screen and (min-width: 40rem) {
  .blogview h1,
  .contentview h1 {
    padding: 1.25rem 0;
    font-size: 2.5rem;
  }
}
.blogview h3,
.contentview h3 {
  font-weight: 100;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 40rem) {
  .blogview h3,
  .contentview h3 {
    font-size: 1.5rem;
  }
}
.blogview .cps-banner p,
.contentview .cps-banner p {
  display: none;
}

.blogview .content,
.contentview .output,
#tinymce.article-body,
.output.entry.article-body {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content,
  .contentview .output,
  #tinymce.article-body,
  .output.entry.article-body {
    font-size: 0.9375rem;
  }
}
.blogview .content,
.contentview .output,
#tinymce.article-body,
.output.entry.article-body {
  line-height: 1.67;
}
.blogview .content h2,
.contentview .output h2,
#tinymce.article-body h2,
.output.entry.article-body h2 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content h2,
  .contentview .output h2,
  #tinymce.article-body h2,
  .output.entry.article-body h2 {
    font-size: 1.25rem;
  }
}
.blogview .content h3,
.contentview .output h3,
#tinymce.article-body h3,
.output.entry.article-body h3 {
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content h3,
  .contentview .output h3,
  #tinymce.article-body h3,
  .output.entry.article-body h3 {
    font-size: 1.125rem;
  }
}
.blogview .content h4,
.contentview .output h4,
#tinymce.article-body h4,
.output.entry.article-body h4 {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content h4,
  .contentview .output h4,
  #tinymce.article-body h4,
  .output.entry.article-body h4 {
    font-size: 1rem;
  }
}
.blogview .content h2, .blogview .content h3, .blogview .content h4,
.contentview .output h2,
.contentview .output h3,
.contentview .output h4,
#tinymce.article-body h2,
#tinymce.article-body h3,
#tinymce.article-body h4,
.output.entry.article-body h2,
.output.entry.article-body h3,
.output.entry.article-body h4 {
  font-weight: 600;
}
.blogview .content h2 + p, .blogview .content h3 + p, .blogview .content h4 + p,
.contentview .output h2 + p,
.contentview .output h3 + p,
.contentview .output h4 + p,
#tinymce.article-body h2 + p,
#tinymce.article-body h3 + p,
#tinymce.article-body h4 + p,
.output.entry.article-body h2 + p,
.output.entry.article-body h3 + p,
.output.entry.article-body h4 + p {
  margin-top: 0;
}
.blogview .content p,
.contentview .output p,
#tinymce.article-body p,
.output.entry.article-body p {
  margin: 0.9375rem 0;
}
@media only screen and (min-width: 40rem) {
  .blogview .content p,
  .contentview .output p,
  #tinymce.article-body p,
  .output.entry.article-body p {
    margin: 1.25rem 0;
  }
}
.blogview .content ul, .blogview .content ol,
.contentview .output ul,
.contentview .output ol,
#tinymce.article-body ul,
#tinymce.article-body ol,
.output.entry.article-body ul,
.output.entry.article-body ol {
  position: relative;
  list-style: decimal;
  margin: 0.3125rem 0 0.625rem 1.25rem;
  padding-left: 0.3125rem;
}
.blogview .content ul li, .blogview .content ol li,
.contentview .output ul li,
.contentview .output ol li,
#tinymce.article-body ul li,
#tinymce.article-body ol li,
.output.entry.article-body ul li,
.output.entry.article-body ol li {
  overflow: visible;
  padding-left: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.blogview .content ul,
.contentview .output ul,
#tinymce.article-body ul,
.output.entry.article-body ul {
  list-style: none;
  padding-left: 0;
}
.blogview .content ul > li::before,
.contentview .output ul > li::before,
#tinymce.article-body ul > li::before,
.output.entry.article-body ul > li::before {
  display: inline-block;
  position: absolute;
  margin-left: -1.25rem;
  content: "●";
  color: rgb(209.1333333333, 171.8666666667, 192.65);
}
.blogview .content ul.alt > li:before,
.contentview .output ul.alt > li:before,
#tinymce.article-body ul.alt > li:before,
.output.entry.article-body ul.alt > li:before {
  content: "❤";
  font-size: 0.9em;
  line-height: 2;
}
.blogview .content .img-container,
.contentview .output .img-container,
#tinymce.article-body .img-container,
.output.entry.article-body .img-container {
  margin: 0.3125rem -1.875rem 0.625rem -1.875rem;
}
.blogview .content .img-container .image-container,
.contentview .output .img-container .image-container,
#tinymce.article-body .img-container .image-container,
.output.entry.article-body .img-container .image-container {
  position: relative;
  margin: 0;
}
.blogview .content .img-container img,
.contentview .output .img-container img,
#tinymce.article-body .img-container img,
.output.entry.article-body .img-container img {
  width: 100%;
  max-width: none;
  border-radius: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .blogview .content .img-container,
  .contentview .output .img-container,
  #tinymce.article-body .img-container,
  .output.entry.article-body .img-container {
    margin-right: 0;
  }
}
.blogview .content a:hover .img-container img,
.contentview .output a:hover .img-container img,
#tinymce.article-body a:hover .img-container img,
.output.entry.article-body a:hover .img-container img {
  opacity: 0.8;
}
.blogview .content .img-credit,
.contentview .output .img-credit,
#tinymce.article-body .img-credit,
.output.entry.article-body .img-credit {
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .img-credit,
  .contentview .output .img-credit,
  #tinymce.article-body .img-credit,
  .output.entry.article-body .img-credit {
    font-size: 0.75rem;
  }
}
.blogview .content .img-credit,
.contentview .output .img-credit,
#tinymce.article-body .img-credit,
.output.entry.article-body .img-credit {
  padding: 0.625rem;
  color: #9EB1BD;
  color: var(--color-stable);
}
.blogview .content .img-credit em,
.contentview .output .img-credit em,
#tinymce.article-body .img-credit em,
.output.entry.article-body .img-credit em {
  font-style: normal;
}
.blogview .content .img-credit a,
.contentview .output .img-credit a,
#tinymce.article-body .img-credit a,
.output.entry.article-body .img-credit a {
  color: #9EB1BD;
  color: var(--color-stable);
  font-weight: 600;
}
.blogview .content .img-credit a:hover, .blogview .content .img-credit a:active,
.contentview .output .img-credit a:hover,
.contentview .output .img-credit a:active,
#tinymce.article-body .img-credit a:hover,
#tinymce.article-body .img-credit a:active,
.output.entry.article-body .img-credit a:hover,
.output.entry.article-body .img-credit a:active {
  color: #BF8BA8;
  color: var(--color-attention);
}
.blogview .content .intro,
.blogview .content p:nth-of-type(-n+3) em strong,
.blogview .content p:nth-of-type(-n+3) strong em,
.contentview .output .intro,
.contentview .output p:nth-of-type(-n+3) em strong,
.contentview .output p:nth-of-type(-n+3) strong em,
#tinymce.article-body .intro,
#tinymce.article-body p:nth-of-type(-n+3) em strong,
#tinymce.article-body p:nth-of-type(-n+3) strong em,
.output.entry.article-body .intro,
.output.entry.article-body p:nth-of-type(-n+3) em strong,
.output.entry.article-body p:nth-of-type(-n+3) strong em {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .intro,
  .blogview .content p:nth-of-type(-n+3) em strong,
  .blogview .content p:nth-of-type(-n+3) strong em,
  .contentview .output .intro,
  .contentview .output p:nth-of-type(-n+3) em strong,
  .contentview .output p:nth-of-type(-n+3) strong em,
  #tinymce.article-body .intro,
  #tinymce.article-body p:nth-of-type(-n+3) em strong,
  #tinymce.article-body p:nth-of-type(-n+3) strong em,
  .output.entry.article-body .intro,
  .output.entry.article-body p:nth-of-type(-n+3) em strong,
  .output.entry.article-body p:nth-of-type(-n+3) strong em {
    font-size: 1rem;
  }
}
.blogview .content .intro,
.blogview .content p:nth-of-type(-n+3) em strong,
.blogview .content p:nth-of-type(-n+3) strong em,
.contentview .output .intro,
.contentview .output p:nth-of-type(-n+3) em strong,
.contentview .output p:nth-of-type(-n+3) strong em,
#tinymce.article-body .intro,
#tinymce.article-body p:nth-of-type(-n+3) em strong,
#tinymce.article-body p:nth-of-type(-n+3) strong em,
.output.entry.article-body .intro,
.output.entry.article-body p:nth-of-type(-n+3) em strong,
.output.entry.article-body p:nth-of-type(-n+3) strong em {
  font-weight: 600;
  font-style: normal;
}
.blogview .content .intro::first-letter,
.contentview .output .intro::first-letter,
#tinymce.article-body .intro::first-letter,
.output.entry.article-body .intro::first-letter {
  font-weight: 400;
  display: block;
  float: left;
  line-height: 0.9;
  margin-right: 0.3125rem;
  font-size: 4.25rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .intro::first-letter,
  .contentview .output .intro::first-letter,
  #tinymce.article-body .intro::first-letter,
  .output.entry.article-body .intro::first-letter {
    font-size: 4.875rem;
  }
}
.blogview .content .left,
.contentview .output .left,
#tinymce.article-body .left,
.output.entry.article-body .left {
  width: 11.25rem;
  float: left;
  margin: 0 0.625rem 0.625rem -1.25rem;
  padding: 0;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .left,
  .contentview .output .left,
  #tinymce.article-body .left,
  .output.entry.article-body .left {
    width: 12.5rem;
    margin: 0 1.25rem 0.9375rem -1.25rem;
  }
}
.blogview .content .right,
.contentview .output .right,
#tinymce.article-body .right,
.output.entry.article-body .right {
  width: 11.25rem;
  float: right;
  margin: 0 -1.25rem 0.625rem 0.625rem;
  padding: 0;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .right,
  .contentview .output .right,
  #tinymce.article-body .right,
  .output.entry.article-body .right {
    width: 12.5rem;
    margin: 0 -1.25rem 0.9375rem 1.25rem;
  }
}
.blogview .content .left .img-container, .blogview .content .right .img-container,
.contentview .output .left .img-container,
.contentview .output .right .img-container,
#tinymce.article-body .left .img-container,
#tinymce.article-body .right .img-container,
.output.entry.article-body .left .img-container,
.output.entry.article-body .right .img-container {
  position: relative;
  margin: 0;
}
.blogview .content .left img, .blogview .content .right img,
.contentview .output .left img,
.contentview .output .right img,
#tinymce.article-body .left img,
#tinymce.article-body .right img,
.output.entry.article-body .left img,
.output.entry.article-body .right img {
  width: 100% !important;
  height: auto !important;
}
.blogview .content .block p,
.contentview .output .block p,
#tinymce.article-body .block p,
.output.entry.article-body .block p {
  margin: 0;
}
.blogview .content .block strong:first-child,
.contentview .output .block strong:first-child,
#tinymce.article-body .block strong:first-child,
.output.entry.article-body .block strong:first-child {
  display: block;
  margin: 0 2.5rem 0.3125rem 0;
  padding: 0 0 0.3125rem 0.9375rem;
  color: #BF8BA8;
  color: var(--color-attention);
  border-bottom: 0.125rem solid #EAD4E0;
  border-bottom: 0.125rem solid var(--color-attention-light);
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .block strong:first-child,
  .contentview .output .block strong:first-child,
  #tinymce.article-body .block strong:first-child,
  .output.entry.article-body .block strong:first-child {
    font-size: 1.125rem;
  }
}
.blogview .content .block.right strong:first-child,
.contentview .output .block.right strong:first-child,
#tinymce.article-body .block.right strong:first-child,
.output.entry.article-body .block.right strong:first-child {
  text-align: right;
  margin: 0 0 0.3125rem 2.5rem;
  padding: 0 0.9375rem 0.3125rem 0;
}
.blogview .content .content-block,
.contentview .output .content-block,
#tinymce.article-body .content-block,
.output.entry.article-body .content-block {
  margin: 1.5625rem -1.25rem 1.5625rem -1.25rem;
  z-index: 1;
}
@media only screen and (min-width: 64rem) {
  .blogview .content .content-block,
  .contentview .output .content-block,
  #tinymce.article-body .content-block,
  .output.entry.article-body .content-block {
    margin: 1.5625rem -1.25rem 1.5625rem -2.5rem;
  }
}
.blogview .content .content-block::before, .blogview .content .content-block::after,
.contentview .output .content-block::before,
.contentview .output .content-block::after,
#tinymce.article-body .content-block::before,
#tinymce.article-body .content-block::after,
.output.entry.article-body .content-block::before,
.output.entry.article-body .content-block::after {
  z-index: -1;
}
.blogview .content .content-block .left, .blogview .content .content-block .right,
.contentview .output .content-block .left,
.contentview .output .content-block .right,
#tinymce.article-body .content-block .left,
#tinymce.article-body .content-block .right,
.output.entry.article-body .content-block .left,
.output.entry.article-body .content-block .right {
  width: 8.75rem;
  margin: 0 0.625rem 0.625rem -0.9375rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .content-block .left, .blogview .content .content-block .right,
  .contentview .output .content-block .left,
  .contentview .output .content-block .right,
  #tinymce.article-body .content-block .left,
  #tinymce.article-body .content-block .right,
  .output.entry.article-body .content-block .left,
  .output.entry.article-body .content-block .right {
    width: 11.25rem;
  }
}
.blogview .content .content-block .right,
.contentview .output .content-block .right,
#tinymce.article-body .content-block .right,
.output.entry.article-body .content-block .right {
  margin: 0 -0.625rem 0.625rem 0.625rem;
}
.blogview .content .content-block > *:last-child:after,
.contentview .output .content-block > *:last-child:after,
#tinymce.article-body .content-block > *:last-child:after,
.output.entry.article-body .content-block > *:last-child:after {
  clear: both;
  display: block;
  content: "";
}
.blogview .content .row,
.contentview .output .row,
#tinymce.article-body .row,
.output.entry.article-body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  margin: 0.3125rem -1.875rem 0.625rem -1.875rem;
}
.blogview .content .row .six,
.contentview .output .row .six,
#tinymce.article-body .row .six,
.output.entry.article-body .row .six {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}
.blogview .content .row .six .img-container,
.contentview .output .row .six .img-container,
#tinymce.article-body .row .six .img-container,
.output.entry.article-body .row .six .img-container {
  margin: 0;
  padding: 0;
}
.blogview .content .row .six:nth-child(1) .img-container,
.contentview .output .row .six:nth-child(1) .img-container,
#tinymce.article-body .row .six:nth-child(1) .img-container,
.output.entry.article-body .row .six:nth-child(1) .img-container {
  padding-right: 0.3125rem;
}
.blogview .content .row .six:nth-child(2) .img-container,
.contentview .output .row .six:nth-child(2) .img-container,
#tinymce.article-body .row .six:nth-child(2) .img-container,
.output.entry.article-body .row .six:nth-child(2) .img-container {
  padding-left: 0.3125rem;
}
@media only screen and (min-width: 64rem) {
  .blogview .content .row,
  .contentview .output .row,
  #tinymce.article-body .row,
  .output.entry.article-body .row {
    margin-right: 0;
  }
}
.blogview .content .attention,
.contentview .output .attention,
#tinymce.article-body .attention,
.output.entry.article-body .attention {
  margin: 1.25rem 0;
  padding: 0.9375rem;
  text-align: center;
}
.blogview .content .attention a,
.contentview .output .attention a,
#tinymce.article-body .attention a,
.output.entry.article-body .attention a {
  font-weight: bold;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .attention,
  .contentview .output .attention,
  #tinymce.article-body .attention,
  .output.entry.article-body .attention {
    margin: 1.875rem 0;
    text-align: left;
  }
}
.blogview .content blockquote,
.contentview .output blockquote,
#tinymce.article-body blockquote,
.output.entry.article-body blockquote {
  padding: 3.75rem 2.5rem 0 2.5rem;
  margin: 1.25rem 0 0.625rem 0;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content blockquote,
  .contentview .output blockquote,
  #tinymce.article-body blockquote,
  .output.entry.article-body blockquote {
    font-size: 1.75rem;
  }
}
.blogview .content blockquote,
.contentview .output blockquote,
#tinymce.article-body blockquote,
.output.entry.article-body blockquote {
  font-weight: 100;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .blogview .content blockquote,
  .contentview .output blockquote,
  #tinymce.article-body blockquote,
  .output.entry.article-body blockquote {
    margin: 1.875rem 0 0.9375rem 0;
  }
}
.blogview .content blockquote p, .blogview .content blockquote div,
.contentview .output blockquote p,
.contentview .output blockquote div,
#tinymce.article-body blockquote p,
#tinymce.article-body blockquote div,
.output.entry.article-body blockquote p,
.output.entry.article-body blockquote div {
  margin: -0.9375rem 0 3.75rem 0;
  text-align: center !important;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content blockquote p, .blogview .content blockquote div,
  .contentview .output blockquote p,
  .contentview .output blockquote div,
  #tinymce.article-body blockquote p,
  #tinymce.article-body blockquote div,
  .output.entry.article-body blockquote p,
  .output.entry.article-body blockquote div {
    font-size: 1.75rem;
  }
}
.blogview .content blockquote:before, .blogview .content blockquote:after,
.contentview .output blockquote:before,
.contentview .output blockquote:after,
#tinymce.article-body blockquote:before,
#tinymce.article-body blockquote:after,
.output.entry.article-body blockquote:before,
.output.entry.article-body blockquote:after {
  display: block;
  font-size: 9rem;
  line-height: 0.1;
  font-family: serif;
  color: #ECEDEF;
  color: var(--color-dimmed);
}
@media only screen and (min-width: 40rem) {
  .blogview .content blockquote:before, .blogview .content blockquote:after,
  .contentview .output blockquote:before,
  .contentview .output blockquote:after,
  #tinymce.article-body blockquote:before,
  #tinymce.article-body blockquote:after,
  .output.entry.article-body blockquote:before,
  .output.entry.article-body blockquote:after {
    font-size: 10rem;
  }
}
.blogview .content blockquote:before,
.contentview .output blockquote:before,
#tinymce.article-body blockquote:before,
.output.entry.article-body blockquote:before {
  content: "“";
  height: 0;
}
.blogview .content blockquote:after,
.contentview .output blockquote:after,
#tinymce.article-body blockquote:after,
.output.entry.article-body blockquote:after {
  padding-top: 3.4375rem;
  content: "”";
}
@media only screen and (min-width: 40rem) {
  .blogview .content blockquote:after,
  .contentview .output blockquote:after,
  #tinymce.article-body blockquote:after,
  .output.entry.article-body blockquote:after {
    padding-top: 3.75rem;
  }
}
.blogview .content .cloud,
.contentview .output .cloud,
#tinymce.article-body .cloud,
.output.entry.article-body .cloud {
  margin: 2.5rem 0 2.5rem -0.625rem;
  padding: 0 2.5rem 0 0;
  font-size: 1.75rem;
}
@media only screen and (min-width: 40rem) {
  .blogview .content .cloud,
  .contentview .output .cloud,
  #tinymce.article-body .cloud,
  .output.entry.article-body .cloud {
    font-size: 2.375rem;
  }
}
.blogview .content .cloud,
.contentview .output .cloud,
#tinymce.article-body .cloud,
.output.entry.article-body .cloud {
  line-height: 1.4;
  font-weight: 600;
}
.blogview .content .cloud:after,
.contentview .output .cloud:after,
#tinymce.article-body .cloud:after,
.output.entry.article-body .cloud:after {
  display: block;
  width: 75%;
  content: "";
  margin-left: -1.25rem;
  padding-top: 1.25rem;
  border-bottom: 0.625rem solid #EAD4E0;
  border-bottom: 0.625rem solid var(--color-attention-light);
}
@media only screen and (min-width: 64rem) {
  .blogview .content .cloud,
  .contentview .output .cloud,
  #tinymce.article-body .cloud,
  .output.entry.article-body .cloud {
    margin-left: -1.875rem;
  }
  .blogview .content .cloud:after,
  .contentview .output .cloud:after,
  #tinymce.article-body .cloud:after,
  .output.entry.article-body .cloud:after {
    margin-left: 0;
  }
}
.blogview .content iframe,
.contentview .output iframe,
#tinymce.article-body iframe,
.output.entry.article-body iframe {
  display: block;
  margin: 0.3125rem auto 0.625rem auto;
}

.contentview .output .img-container {
  max-width: 37.5rem;
  margin: 0;
}

.blurry-bg {
  background-size: cover;
  width: 100%;
  min-height: 50rem;
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem);
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  border-radius: 3.125rem;
  -webkit-box-shadow: inset 0 11.25rem 8.125rem #fff;
          box-shadow: inset 0 11.25rem 8.125rem #fff;
  -webkit-box-shadow: inset 0 11.25rem 8.125rem var(--color-light);
          box-shadow: inset 0 11.25rem 8.125rem var(--color-light);
}

.featured-article {
  display: block;
  color: #18355C;
  color: var(--color-stable-dark);
  position: relative;
  text-shadow: 0 0 0.2rem rgb(255, 255, 255);
}
.featured-article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 40rem) {
  .featured-article {
    padding-bottom: 180%;
  }
  .featured-article > div {
    position: absolute;
  }
}
@media only screen and (min-width: 64rem) {
  .featured-article {
    padding-bottom: 100%;
  }
}
.featured-article .pageheader__image {
  background: #fff;
  background: var(--color-light);
}
.featured-article img {
  opacity: 0.9;
}
.featured-article .pageheader__textbg {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
}
.featured-article:hover, .featured-article:focus {
  opacity: 0.8;
  color: #18355C;
  color: var(--color-stable-dark);
}

.carousel .prev,
.carousel .next {
  position: absolute;
}

.carousel .prev {
  left: 0;
}

.carousel .next {
  right: 0;
}

.carousel {
  height: 100% !important;
}

.carousel,
.carousel-stepwise {
  position: relative;
  z-index: 1;
}
.carousel .prev-container,
.carousel .next-container,
.carousel-stepwise .prev-container,
.carousel-stepwise .next-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 50;
  top: 0;
  height: 100%;
}
.carousel .prev-container,
.carousel-stepwise .prev-container {
  left: 0;
}
.carousel .next-container,
.carousel-stepwise .next-container {
  right: 0;
}
.carousel .prev, .carousel .next,
.carousel-stepwise .prev,
.carousel-stepwise .next {
  cursor: pointer;
}
.carousel .prev[aria-disabled=true], .carousel .next[aria-disabled=true],
.carousel-stepwise .prev[aria-disabled=true],
.carousel-stepwise .next[aria-disabled=true] {
  opacity: 0.1;
}
.carousel .prev .chevron, .carousel .next .chevron,
.carousel-stepwise .prev .chevron,
.carousel-stepwise .next .chevron {
  padding: 0.625rem;
  margin: 0.625rem;
  line-height: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
}
.carousel .prev .chevron .icon--link, .carousel .next .chevron .icon--link,
.carousel-stepwise .prev .chevron .icon--link,
.carousel-stepwise .next .chevron .icon--link {
  width: 1.25rem;
  height: 1.25rem;
}
.carousel-stepwise {
  overflow: hidden;
}
.carousel-stepwise .carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.carousel-stepwise .prev .chevron, .carousel-stepwise .next .chevron {
  margin: 0;
  background: none;
}
.carousel-stepwise .prev .chevron .icon--link, .carousel-stepwise .next .chevron .icon--link {
  width: 2rem;
  height: 2rem;
}
.carousel-stepwise .prev {
  padding-right: 1.25rem;
}
.carousel-stepwise .next {
  padding-left: 1.25rem;
}
.carousel-stepwise .prev-container {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.carousel-stepwise .next-container {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.skeleton .filter-sidebar dl dd:hover {
  background-color: transparent;
}
.skeleton__image {
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
.skeleton__text {
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
.skeleton__button {
  display: inline-block;
  line-height: 2.25rem;
  border-radius: 10rem;
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
.skeleton__button--small {
  line-height: 2rem;
}
.skeleton__button--large {
  line-height: 2.625rem;
}

.breadcrumb {
  color: #9EB1BD;
  color: var(--color-balanced);
  font-weight: 600;
  list-style: none;
  padding-left: 0.9375rem;
}
.breadcrumb li {
  float: left;
}

.breadcrumb-on-img .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.breadcrumb-on-img .breadcrumb li a {
  color: #fff;
  color: var(--color-light);
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5);
}
.breadcrumb-on-img .breadcrumb li a:hover {
  color: #BF8BA8;
  color: var(--color-attention);
}

.tree-list a {
  display: block;
  color: #366772;
  color: var(--color-calm);
  text-decoration: none;
  padding: 0.625rem;
}
.tree-list a:hover {
  color: #BF8BA8;
  color: var(--color-attention);
}

.tree-list {
  display: none;
  border-left: 1px solid #ECEDEF;
  border-left: 1px solid var(--color-dimmed);
  border-right: 1px solid #ECEDEF;
  border-right: 1px solid var(--color-dimmed);
}

.tree-list-label {
  color: #18355C;
  color: var(--color-deep);
  background: #FFFDFB;
  background: var(--color-stable-light);
}
.tree-list-label:hover {
  color: #BF8BA8;
  color: var(--color-attention);
}

.tree-list-toggle {
  display: none;
}

.tree-list-toggle:checked ~ .tree-list {
  display: block !important;
}

@media only screen and (min-width: 64rem) {
  .tree-list {
    display: block;
    border: none;
  }
}
footer,
.footer {
  font-size: 0.8125rem;
}
footer h5,
.footer h5 {
  margin: 0.9375rem 0 0.625rem 0;
  color: #000000;
  color: var(--color-dark);
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  footer h5,
  .footer h5 {
    font-size: 1.25rem;
  }
}
footer a,
.footer a {
  display: inline-block;
  padding: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  footer a,
  .footer a {
    padding: 0.3125rem 0;
  }
}
footer ul,
.footer ul {
  margin: 0;
  padding: 0 0.3125rem 0 0;
}
footer ul li,
.footer ul li {
  display: block;
  margin: 0;
}
footer .logo,
.footer .logo {
  display: block;
  width: 12.5rem;
}
footer .social-img img,
.footer .social-img img {
  width: 80px;
}
footer .socials a,
.footer .socials a {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  margin: 0 0.3125rem;
  padding: 0.625rem;
  background-color: #366772;
  background-color: var(--color-calm);
  border-radius: 100%;
}
footer .socials a:hover,
.footer .socials a:hover {
  background-color: rgb(200.0666666667, 155.4333333333, 180.325);
}
footer .socials a svg,
.footer .socials a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  fill: var(--color-light);
}
@media only screen and (min-width: 40rem) {
  footer .expandable .panel--primary,
  .footer .expandable .panel--primary {
    border: none;
    padding: 0;
    margin: 1.25rem 0 0.625rem 0;
    background: #fff;
    background: var(--color-light);
    cursor: initial;
  }
  footer .expandable svg,
  .footer .expandable svg {
    display: none;
  }
  footer .expandable .expandable__checkbox:not(:checked) ~ .expandable__content,
  .footer .expandable .expandable__checkbox:not(:checked) ~ .expandable__content {
    display: block;
  }
  footer .expandable .expandable__content,
  .footer .expandable .expandable__content {
    padding: 0;
  }
}
footer__description b,
.footer__description b {
  font-weight: normal;
}
footer__description h2,
.footer__description h2 {
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  footer__description h2,
  .footer__description h2 {
    font-size: 1.25rem;
  }
}
footer__description h3,
.footer__description h3 {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  footer__description h3,
  .footer__description h3 {
    font-size: 1rem;
  }
}
footer__description h4,
.footer__description h4 {
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  footer__description h4,
  .footer__description h4 {
    font-size: 0.875rem;
  }
}

.column-content-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-7 {
  -webkit-column-count: 7;
     -moz-column-count: 7;
          column-count: 7;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-8 {
  -webkit-column-count: 8;
     -moz-column-count: 8;
          column-count: 8;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-9 {
  -webkit-column-count: 9;
     -moz-column-count: 9;
          column-count: 9;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-10 {
  -webkit-column-count: 10;
     -moz-column-count: 10;
          column-count: 10;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-11 {
  -webkit-column-count: 11;
     -moz-column-count: 11;
          column-count: 11;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.column-content-12 {
  -webkit-column-count: 12;
     -moz-column-count: 12;
          column-count: 12;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media only screen and (min-width: 40rem) {
  .m-column-content-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .m-column-content-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 64rem) {
  .l-column-content-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-column-content-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.clickable:hover {
  cursor: pointer;
}

.text-lh-none {
  line-height: 0;
}

.rotate-180 {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rotate-5 {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.dropdown-title {
  color: #000000;
  color: var(--color-dark);
  text-transform: uppercase;
}
.dropdown-title:hover {
  color: rgb(29.4107142857, 56.0982142857, 62.0892857143);
  cursor: pointer;
}
.dropdown-title:hover .icon--link {
  stroke: rgb(29.4107142857, 56.0982142857, 62.0892857143);
  stroke-width: 7;
}

.dropdown-list {
  display: block;
  position: absolute;
  z-index: 100;
  top: 100%;
  min-width: 12.5rem;
  max-width: 15.625rem;
  margin-top: 0.3125rem;
  padding: 0.3125rem;
  border: 1px solid rgb(222.1571428571, 223.8857142857, 227.3428571429);
  border-radius: 2px;
  -webkit-box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
  background: #fff;
  background: var(--color-light);
}
.dropdown-list .list-item {
  display: block;
  padding: 0.3125rem 0.625rem;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 40rem) {
  .dropdown-list .list-item {
    font-size: 0.875rem;
  }
}
.dropdown-list .list-item {
  color: #000000;
  color: var(--color-dark);
  font-weight: 100;
}
.dropdown-list .list-item:hover {
  color: rgb(29.4107142857, 56.0982142857, 62.0892857143);
  background: rgb(249.4, 252.1, 251.6);
  cursor: pointer;
}
.dropdown-list .list-item.inactive {
  color: #9EB1BD;
  color: var(--color-stable);
}
.dropdown-list .list-item.inactive:hover {
  color: #9EB1BD;
  color: var(--color-stable);
  background: #fff;
  background: var(--color-light);
  cursor: default;
}
.dropdown-list .list-item.selected {
  color: rgb(29.4107142857, 56.0982142857, 62.0892857143);
  background: rgb(232.6, 243.4, 241.4);
}

.pos-medium {
  z-index: 50;
}

.round {
  border-radius: 1000px;
}

.center {
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
}

.bg-calm-trans {
  background-color: rgba(54, 103, 114, 0.7);
}

.bg-balanced-trans {
  background-color: rgba(158, 177, 189, 0.7);
}

.bg-deep-trans {
  background-color: rgba(24, 53, 92, 0.7);
}

.bg-positive-trans {
  background-color: rgba(149, 196, 190, 0.7);
}

.bg-energized-trans {
  background-color: rgba(255, 150, 138, 0.7);
}

.bg-attention-trans {
  background-color: rgba(191, 139, 168, 0.7);
}

.bg-amour-trans {
  background-color: rgba(254, 192, 210, 0.7);
}

.bg-calm-light-trans {
  background-color: rgba(199, 226, 221, 0.7);
}

.bg-calm-dark-trans {
  background-color: rgba(54, 103, 114, 0.7);
}

.bg-energized-light-trans {
  background-color: rgba(234, 212, 224, 0.7);
}

.bg-attention-light-trans {
  background-color: rgba(234, 212, 224, 0.7);
}

.bg-calm-lighttrans {
  background-color: rgba(54, 103, 114, 0.15);
}

.bg-balanced-lighttrans {
  background-color: rgba(158, 177, 189, 0.15);
}

.bg-deep-lighttrans {
  background-color: rgba(24, 53, 92, 0.15);
}

.bg-positive-lighttrans {
  background-color: rgba(149, 196, 190, 0.15);
}

.bg-energized-lighttrans {
  background-color: rgba(255, 150, 138, 0.15);
}

.bg-attention-lighttrans {
  background-color: rgba(191, 139, 168, 0.15);
}

.bg-amour-lighttrans {
  background-color: rgba(254, 192, 210, 0.15);
}

.bg-calm-light-lighttrans {
  background-color: rgba(199, 226, 221, 0.15);
}

.bg-calm-dark-lighttrans {
  background-color: rgba(54, 103, 114, 0.15);
}

.bg-energized-light-lighttrans {
  background-color: rgba(234, 212, 224, 0.15);
}

.bg-attention-light-lighttrans {
  background-color: rgba(234, 212, 224, 0.15);
}

.bg-size-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ratio-16-10 {
  width: 100%;
  padding-top: 62.5%;
}

.aspect-ratio-16-10 {
  aspect-ratio: 16/10;
}

.opacity-medium {
  opacity: 0.5;
}

.hide-force {
  display: none !important;
}

input[type=checkbox][id^=toggle-] {
  display: none;
}
input[type=checkbox][id^=toggle-] ~ .toggle-content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out;
}
input[type=checkbox][id^=toggle-]:checked ~ label .fa-caret-right:before {
  content: "\f0d7";
}
input[type=checkbox][id^=toggle-]:checked ~ .toggle-content {
  max-height: 10000px;
}

.img img {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  min-height: 0;
  min-width: 0;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img img {
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 40rem) {
  a:hover .bg-size-cover {
    opacity: 0.8;
  }
}
.logo-badge {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1;
}
.logo-badge svg {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}
@media only screen and (min-width: 40rem) {
  .logo-badge {
    bottom: -2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .logo-badge {
    bottom: -3rem;
  }
}

.credit-small {
  position: absolute;
  z-index: 10;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .credit-small {
    font-size: 0.8125rem;
  }
}
.credit-small {
  color: #fff;
  color: var(--color-light);
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
.credit-small a {
  color: #fff;
  color: var(--color-light);
}
.credit-small a:hover {
  text-decoration: underline;
}
.credit-small--rotated {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 0.9375rem;
  height: 0.9375rem;
  overflow: visible;
  white-space: nowrap;
}

.profile-registration-banner .credit {
  z-index: 10;
  color: #fff;
  color: var(--color-light);
  font-weight: 400;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 40rem) {
  .profile-registration-banner .credit {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    width: 0.9375rem;
    height: 0.9375rem;
    bottom: 25%;
    text-align: right;
    overflow: visible;
    white-space: nowrap;
  }
}
.profile-registration-banner .credit a {
  color: #fff;
  color: var(--color-light);
  font-weight: bold;
}

.video-wrapper {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 40rem) {
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 40rem) {
  .video-wrapper iframe {
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (max-width: 40rem) {
  .banner iframe {
    max-width: 100%;
  }
}
#nav-spacer {
  position: relative;
  height: 3.125rem;
}
@media only screen and (min-width: 64rem) {
  #nav-spacer {
    height: 5.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  #nav-spacer {
    height: 4.375rem;
  }
}

#nav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: #fff;
  background-color: var(--color-light);
  border-bottom: 1px solid rgba(236, 237, 239, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1.25rem 2.5rem;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1.25rem 2.5rem;
}
#nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-container ul li {
  display: block;
}
#nav-container .title-bar {
  position: relative;
  height: 3.125rem;
}
#nav-container .title-bar #logo-mobile {
  height: 3.125rem;
}
#nav-container .title-bar #nav-close {
  margin-right: -0.9375rem;
}
#nav-container .title-bar #nav-back {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.625rem 0.3125rem;
}
#nav-container .title-bar #nav-back > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64rem) {
  #nav-container .title-bar,
  #nav-container .search-bar,
  #nav-container .nav-home-item {
    display: none;
  }
}

#nav-banner {
  display: none;
}
#nav-banner .button--icon .icon {
  stroke: #fff;
  stroke: var(--color-light);
}

@media only screen and (min-width: 64rem) {
  .nav-banner-active #nav-banner {
    display: block;
    height: 1.875rem;
    line-height: 1rem;
  }
  .nav-banner-active #nav-spacer {
    height: 6.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .list-icon-buttons .width-3 {
    max-width: 450px;
  }
  .list-icon-buttons .width-2 {
    max-width: 310px;
  }
  .list-icon-buttons .width-1 {
    max-width: 145px;
  }
  .list-icon-list .width-1 {
    max-width: 200px;
  }
  .list-icon-list .width-2 {
    max-width: 370px;
  }
  .list-text-links ul a {
    line-height: 1.2;
  }
}
#nav-bar,
.nav-submenu {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nav-bar > * {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#nav-bar a,
#nav-bar #nav-open,
#nav-bar #nav-close,
#nav-bar #account-open {
  display: block;
  height: 3.125rem;
  padding: 0.625rem;
  text-decoration: none;
}
#nav-bar a .fa-user-alt,
#nav-bar #nav-open .fa-user-alt,
#nav-bar #nav-close .fa-user-alt,
#nav-bar #account-open .fa-user-alt {
  margin-top: 0.15625rem;
}
#nav-bar #account-login {
  display: none;
}
#nav-bar a > div,
#nav-bar #nav-open > div,
#nav-bar #nav-close > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  #nav-bar a > div,
  #nav-bar #nav-open > div,
  #nav-bar #nav-close > div {
    height: 1.25rem;
  }
}
#nav-bar .nav__icon {
  width: 3.125rem;
  height: 100%;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
#nav-bar #logo,
#nav-bar #logo-mobile {
  width: 3.125rem;
  background: url(/../images/logo/tpw-badge.svg) no-repeat center center;
  background-size: 90%;
}
#nav-bar #nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  background-color: #fff;
  background-color: var(--color-light);
  border-right: 0.0625rem solid #ECEDEF;
  border-right: 0.0625rem solid var(--color-dimmed);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 1.25rem 0px 2.5rem;
          box-shadow: rgba(0, 0, 0, 0.05) 1.25rem 0px 2.5rem;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
@media only screen and (min-width: 64rem) {
  #nav-bar #nav {
    left: 0;
  }
}
#nav-bar #nav ul {
  height: 100%;
  padding: 0 0.9375rem;
}
#nav-bar #nav ul li {
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
}
@media only screen and (min-width: 64rem) {
  #nav-bar #nav ul .preload-fas-fa-chevron-right {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  #nav-bar #nav ul a:hover .preload-fas-fa-chevron-right,
  #nav-bar #nav ul a.active .preload-fas-fa-chevron-right {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
#nav-bar #nav a {
  padding: 0.625rem 0.3125rem;
}
#nav-bar #nav a > div span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#nav-bar #nav a:hover,
#nav-bar #nav a.active {
  color: #BF8BA8;
  color: var(--color-attention);
}
#nav-bar #toggle-nav:checked ~ #nav {
  left: 0%;
}
#nav-bar #search {
  display: none;
}
@media only screen and (min-width: 40rem) {
  #nav-bar #account-open {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav-bar #account-open .account-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #nav-bar #account-open .account-button .preload-fas-fa-chevron-right {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  #nav-bar #account-open.active .account-button {
    background: rgba(191, 139, 168, 0.1);
    -webkit-box-shadow: inset 0 0 0 0.0625rem rgb(209.1333333333, 171.8666666667, 192.65);
            box-shadow: inset 0 0 0 0.0625rem rgb(209.1333333333, 171.8666666667, 192.65);
    color: rgb(209.1333333333, 171.8666666667, 192.65);
  }
  #nav-bar #account-open.active .account-button .preload-fas-fa-chevron-right {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 64rem) {
  #nav-bar {
    height: 4.375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav-bar .nav-main-item {
    display: inline-block;
    height: 100%;
    border: none !important;
  }
  #nav-bar a {
    display: inline-block;
    height: 100%;
  }
  #nav-bar #nav-open {
    display: none;
  }
  #nav-bar #logo,
  #nav-bar #logo-mobile {
    height: 3.125rem;
  }
  #nav-bar #nav {
    position: relative;
    bottom: auto;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  #nav-bar #nav ul {
    padding: 0 0.625rem;
    white-space: nowrap;
  }
  #nav-bar #nav a i::before {
    content: "\f078";
  }
  #nav-bar #logo,
  #nav-bar #logo-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 4.375rem;
    height: 4.375rem;
  }
  #nav-bar #nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
  }
  #nav-bar #search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    position: relative;
  }
  #nav-bar #search .search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #nav-bar #search .search-link__container {
    height: 2.625rem;
    width: 2.625rem;
    font-size: 1.05rem;
    line-height: 2.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav-bar #search .search-input {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav-bar #search input {
    width: 18.75rem;
  }
  #nav-bar #account-open {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: 4.375rem;
  }
  #nav-bar #account-open.no-auth {
    display: none;
  }
  #nav-bar #account-login {
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: 4.375rem;
  }
}

#account {
  position: absolute;
  top: 0;
  right: 0;
}
#account ul {
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
  background-color: var(--color-light);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 1.25rem 0px 2.5rem;
          box-shadow: rgba(0, 0, 0, 0.05) 1.25rem 0px 2.5rem;
}
@media only screen and (min-width: 40rem) {
  #account ul {
    margin-right: 0.625rem;
  }
}
#account li {
  display: block;
}
#account a:not(.button) {
  display: block;
  padding: 0.625rem 1.25rem;
}

.nav-submenu {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 80%;
  height: 100%;
  padding-bottom: 3.125rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  background: var(--color-light);
  border-right: 0.0625rem solid #ECEDEF;
  border-right: 0.0625rem solid var(--color-dimmed);
}
.nav-submenu h3 {
  margin: 0 0 0.625rem 0;
  font-size: 0.875rem;
  color: #18355C;
  color: var(--color-deep);
  font-weight: bold;
  text-align: center;
}
.nav-submenu a {
  font-size: 0.8125rem;
}
.nav-submenu a:not(.tile):not(.button):hover {
  color: #BF8BA8;
  color: var(--color-attention);
}
.nav-submenu .nav-submenu-group {
  padding: 0 0.9375rem;
  height: 100%;
}
.nav-submenu .title-bar {
  background-color: rgb(254.4666666667, 254.0333333333, 254.275);
  border-bottom: 0.0625rem solid #BF8BA8;
  border-bottom: 0.0625rem solid var(--color-attention);
  font-size: 0.875rem;
  font-weight: 600;
  color: #BF8BA8;
  color: var(--color-attention);
}
@media only screen and (min-width: 64rem) {
  .nav-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.875rem 0;
    border: none;
  }
  .nav-submenu .nav-submenu-group {
    border-left: 0.0625rem solid #ECEDEF;
    border-left: 0.0625rem solid var(--color-dimmed);
  }
  .nav-submenu h3 {
    text-align: left;
  }
  .nav-submenu > div:nth-child(-n+2) .nav-submenu-group {
    border: none;
  }
}
@media only screen and (min-width: 64rem) {
  .nav-submenu .list-text-links .nav-submenu-group {
    padding-left: 2.5rem;
  }
}
.nav-submenu .list-action {
  display: none;
  width: 250px;
}
@media only screen and (min-width: 64rem) {
  .nav-submenu .list-action {
    display: block;
  }
}

.pageheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 18.75rem;
  padding: 0.9375rem 0.9375rem 3.4375rem 0.9375rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 40rem) {
  .pageheader {
    height: 45vh;
    max-height: 24.375rem;
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pageheader {
    height: auto;
    min-height: unset;
    max-height: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
}
.pageheader__main, .pageheader__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64rem) {
  .pageheader__main, .pageheader__side {
    padding-bottom: 3.75rem;
  }
}
.pageheader__image {
  background: -webkit-gradient(linear, left top, right top, from(#fdedee), to(#fff));
  background: linear-gradient(90deg, #fdedee 0%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pageheader__main {
  color: #fff;
  color: var(--color-light);
}
.pageheader__main h1, .pageheader__main h2, .pageheader__main h3 {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 64rem) {
  .pageheader__main h1, .pageheader__main h2, .pageheader__main h3 {
    text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.75);
  }
}
.pageheader__main {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: calc(.99999 * 64rem)) {
  .pageheader__main {
    background: none !important;
    text-align: center;
  }
}
@media only screen and (min-width: 64rem) {
  .pageheader__main {
    position: relative;
    -ms-flex-preferred-size: 80rem;
        flex-basis: 80rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 0.9375rem;
  }
}
.pageheader__main__spacer {
  width: 0;
  display: none;
}
@media only screen and (min-width: 64rem) {
  .pageheader__main__spacer {
    display: block;
    height: 100%;
    min-height: 17.5rem;
    max-height: 27.5rem;
  }
}
.pageheader__main__content {
  z-index: 1;
}
@media only screen and (min-width: 64rem) {
  .pageheader__main__content {
    -ms-flex-preferred-size: 80rem;
        flex-basis: 80rem;
    margin-bottom: 0.9375rem;
  }
}
.pageheader__main--inverted {
  color: #18355C;
  color: var(--color-stable-dark);
}
.pageheader__main--inverted h1, .pageheader__main--inverted h2, .pageheader__main--inverted h3 {
  text-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 64rem) {
  .pageheader__main--inverted h1, .pageheader__main--inverted h2, .pageheader__main--inverted h3 {
    text-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.75);
  }
}
.pageheader__side {
  position: relative;
  color: #fff;
  color: var(--color-light);
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .pageheader__side {
    -ms-flex-preferred-size: 40rem;
        flex-basis: 40rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #fff;
    background: var(--color-light);
    color: #18355C;
    color: var(--color-stable-dark);
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader__side {
    -ms-flex-preferred-size: 32rem;
        flex-basis: 32rem;
  }
}
.pageheader__side__content {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64rem) {
  .pageheader__side__content {
    padding: 0.9375rem;
    max-width: 32rem;
  }
}
.pageheader__side h1, .pageheader__side h2, .pageheader__side h3 {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 64rem) {
  .pageheader__side h1, .pageheader__side h2, .pageheader__side h3 {
    text-shadow: none;
  }
}
.pageheader__blurry {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .pageheader__blurry {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.25;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-filter: blur(0.9375rem);
            filter: blur(0.9375rem);
  }
}
.pageheader:after {
  display: block;
  position: absolute;
  width: calc(100% - 2 * 0.9375rem);
  height: 2.5rem;
  max-width: 80rem;
  z-index: 0;
  bottom: 0;
  content: "";
  background: #fff;
  background: var(--color-light);
}
@media only screen and (min-width: 40rem) {
  .pageheader:after {
    height: 3.75rem;
  }
}
.pageheader .credit-small {
  z-index: 1;
  bottom: 2.8125rem;
  right: 0.9375rem;
}
.pageheader .credit-small a {
  padding: 0;
  color: #fff;
  color: var(--color-light);
}
@media only screen and (min-width: 40rem) {
  .pageheader .credit-small {
    bottom: 4.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pageheader .credit-small {
    bottom: 4.375rem;
    width: 1.25rem;
    height: 1.25rem;
    white-space: nowrap;
    overflow: visible;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader .credit-small {
    bottom: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pageheader--sidebox .pageheader__main {
    -ms-flex-preferred-size: 40rem;
        flex-basis: 40rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader--sidebox .pageheader__main {
    -ms-flex-preferred-size: 48rem;
        flex-basis: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pageheader--sidebox .pageheader__main__content {
    -ms-flex-preferred-size: 40rem;
        flex-basis: 40rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader--sidebox .pageheader__main__content {
    -ms-flex-preferred-size: 48rem;
        flex-basis: 48rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader--sidebox .credit-small {
    bottom: 4.375rem;
  }
}
.pageheader--sidebox .pageheader__side + .pageheader__main h1 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 40rem) {
  .pageheader--sidebox .pageheader__side + .pageheader__main h1 {
    font-size: 1.375rem;
  }
}
.pageheader--sidebox .pageheader__side + .pageheader__main h1 {
  font-weight: normal;
}
@media only screen and (min-width: 64rem) {
  .pageheader--sidebox .pageheader__side + .pageheader__main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pageheader--sidebox .pageheader__side + .pageheader__main h1 {
    font-size: 2.5rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 40rem) {
  .pageheader--sidebox .pageheader__side + .pageheader__main h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader--sidebox .pageheader__side + .pageheader__main .pageheader__main__content {
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .pageheader--sidebox .pageheader__side + .pageheader__main .credit-small {
    bottom: 0.625rem;
  }
}
.pageheader--centered .pageheader__main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pageheader--centered .pageheader__main__content {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .pageheader--centered .pageheader__main__spacer {
    min-height: 25rem;
  }
}
.pageheader--high .pageheader__main__spacer {
  max-height: none;
}
@media (orientation: portrait) {
  .pageheader--high .pageheader__main__spacer {
    height: 50vh;
  }
}
@media (orientation: landscape) {
  .pageheader--high .pageheader__main__spacer {
    height: 33vw;
  }
}
@media only screen and (min-width: 40rem) {
  .pageheader--high .pageheader__main__spacer {
    height: 60vh;
  }
}
.pageheader--small {
  min-height: 10.625rem;
}
@media (orientation: portrait) {
  .pageheader--small {
    height: 60vh;
    max-height: 15.625rem;
  }
}
@media (orientation: landscape) {
  .pageheader--small {
    height: 75vw;
    max-height: 10.625rem;
  }
}
@media only screen and (min-width: 40rem) {
  .pageheader--small {
    height: 45vh;
    max-height: 18.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pageheader--small {
    height: auto;
    min-height: unset;
    max-height: 18.75rem;
  }
}

.page-header-home .header-container {
  position: relative;
  z-index: 1;
}
@media (orientation: portrait) {
  .page-header-home .header-container {
    min-height: 270px;
    height: 48vh;
  }
}
@media (orientation: landscape) {
  .page-header-home .header-container {
    min-height: 270px;
    height: 40vw;
  }
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .page-header-home .header-container {
    min-height: 260px;
    height: 32vh;
  }
}
@media only screen and (min-width: 64rem) {
  .page-header-home .header-container {
    min-height: 250px;
    height: 36vh;
  }
}
.page-header-home .home-search-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem 1rem;
  width: min(48rem, 100vw - 2rem);
  max-height: 38rem;
  overflow-x: hidden;
}
.page-header-home .home-search-box ul {
  min-width: 0;
  max-height: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 87.5rem) {
  .page-header-home .home-search-box {
    max-height: 30rem;
  }
}
.page-header-home .credit-small {
  bottom: 0.3125rem;
  right: 0.3125rem;
}
@media only screen and (min-width: 40rem) {
  .page-header-home .credit-small {
    bottom: 0.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-header-home .credit-small {
    width: 1.25rem;
    height: 1.25rem;
    white-space: nowrap;
    overflow: visible;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 87.5rem) {
  .page-header-home .credit-small {
    bottom: 0.3125rem;
    right: 0.3125rem;
  }
}

.page-content {
  margin-top: -2.1875rem;
  z-index: 1;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (min-width: 40rem) {
  .page-content {
    margin-top: -2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-content {
    background: #fff;
    background: var(--color-light);
  }
}
@media only screen and (max-width: 40rem) {
  .page-content p:first-child {
    margin-top: 0;
  }
  .page-content p:last-child {
    margin-bottom: 0;
  }
}
.page-content--beautified {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .page-content--beautified {
    font-size: 1rem;
  }
}
.page-content--beautified {
  font-weight: normal;
  color: #18355C;
  color: var(--color-stable-dark);
}
@media only screen and (min-width: 40rem) {
  .page-content--beautified {
    margin-bottom: 2.5rem;
    padding: 0 0.625rem;
  }
}

.readmore__content {
  position: relative;
  overflow-y: hidden;
  max-height: 6.25rem;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
@media only screen and (min-width: 40rem) {
  .readmore__content {
    max-height: 9.375rem;
  }
}
.readmore__content:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  content: " ";
  height: 1px;
  -webkit-box-shadow: 0 0 20px 20px #fff;
          box-shadow: 0 0 20px 20px #fff;
  -webkit-box-shadow: 0 0 20px 20px var(--color-light);
          box-shadow: 0 0 20px 20px var(--color-light);
}
.readmore__link {
  color: #366772;
  color: var(--color-calm-dark);
}
.readmore__link--active {
  display: none;
}
.readmore #readmore-active:checked ~ .readmore__content {
  overflow-y: visible;
  max-height: 9999px;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
.readmore #readmore-active:checked ~ .readmore__content:after {
  display: none;
}
.readmore #readmore-active:checked ~ .readmore__link {
  color: #366772;
  color: var(--color-calm-dark);
}
.readmore #readmore-active:checked ~ .readmore__link .readmore__link--inactive {
  display: none;
}
.readmore #readmore-active:checked ~ .readmore__link .readmore__link--active {
  display: inline;
}
.readmore #readmore-active:checked ~ .readmore__link .icon--link {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-header-cta {
  position: relative;
}
.page-header-cta__bg {
  display: none;
}
@media only screen and (min-width: 40rem) {
  .page-header-cta__bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 3rem;
    margin-bottom: 3rem;
    border-bottom-right-radius: 0.625rem;
    background: #EAD4E0;
    background: var(--color-attention-light);
  }
}
.page-header-cta__cta {
  z-index: 2;
  margin-top: -10rem;
}
@media only screen and (min-width: 40rem) {
  .page-header-cta__cta {
    margin-top: 0;
  }
}
.page-header-cta__cta.box--attention-light {
  margin-left: 3rem;
}
@media only screen and (min-width: 40rem) {
  .page-header-cta__cta.box--attention-light {
    margin: 1rem 0;
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
}
.page-header-cta__cta button {
  float: right;
  min-width: 100%;
}
@media only screen and (min-width: 40rem) {
  .page-header-cta__cta button {
    float: initial;
    min-width: auto;
  }
}

.toggle-group:hover {
  color: rgb(29.4107142857, 56.0982142857, 62.0892857143);
  background-color: rgb(235.68, 215.44, 226.48);
  cursor: pointer;
}
.toggle-group:hover .icon--link {
  stroke: rgb(29.4107142857, 56.0982142857, 62.0892857143);
  stroke-width: 7;
}

.link-showmore,
.link-out {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 0;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.link-showmore:hover,
.link-out:hover {
  color: rgb(37.6071428571, 71.7321428571, 79.3928571429);
  background-color: rgb(235.68, 215.44, 226.48);
}
.link-showmore:hover .icon--link,
.link-out:hover .icon--link {
  stroke: rgb(37.6071428571, 71.7321428571, 79.3928571429);
  stroke-width: 7;
}

.link-showmore {
  color: #366772;
  color: var(--color-calm-dark);
  width: 100%;
}

.panel--flash {
  bottom: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .panel--flash {
    bottom: 1.25rem;
  }
}
.panel--flash.panel--energized, .panel--flash.panel--attention, .panel--flash.panel--positive {
  bottom: auto;
  top: 4.0625rem;
}
@media only screen and (min-width: 64rem) {
  .panel--flash.panel--energized, .panel--flash.panel--attention, .panel--flash.panel--positive {
    top: 6.875rem;
  }
}

.panel-card, #tooltip {
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  background: #fff;
  background: var(--color-light);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
}
.panel-card--float {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .l-no-panel-card {
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    z-index: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
}
.background-blob {
  background: url(/../images/banners/bg-blob-vertical.svg) no-repeat center center;
  background-size: 140% 100%;
  overflow: hidden;
}
@media only screen and (min-width: 40rem) {
  .background-blob {
    background-image: url(/../images/banners/bg-blob-horizontal.svg);
    background-size: 100% 100%;
  }
}

.bestsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bestsite img {
  height: 60px;
}
.bestsite img:not(:first-child) {
  margin-left: -30px;
}
.bestsite img:last-child {
  margin-top: -20px;
  height: 85px;
}
.bestsite .bestsite__descr {
  margin: 10px 0 0 0;
  line-height: 1.1;
}
.bestsite--footer {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80rem;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (min-width: 40rem) {
  .bestsite--footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
}
.bestsite--footer .bestsite__descr {
  margin: 5px;
}
.bestsite--footer .bestsite__badges {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (min-width: 40rem) {
  .bestsite--footer .bestsite__badges {
    margin-top: -40px;
    margin-left: 20px;
  }
}

.app-banner {
  position: fixed;
  top: 3.125rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 0.3125rem;
  background: #ffffff;
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1.25rem 2.5rem;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1.25rem 2.5rem;
  line-height: 1.2;
}
.app-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-banner__close, .app-banner__descr, .app-banner__cta {
  padding: 0.3125rem;
}
.app-banner__img img {
  width: 100%;
  height: auto;
  max-width: 3rem;
}
.app-banner__descr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.625rem 0.3125rem;
}

.registration-img {
  overflow: hidden;
  max-height: 16rem;
}
@media only screen and (min-width: 40rem) {
  .registration-img {
    max-height: 22rem;
  }
}
@media only screen and (min-width: 64rem) {
  .registration-img {
    max-height: 26rem;
  }
}

/* triangle decoration */
#tooltip {
  position: absolute;
  z-index: 10000;
  padding: 0.625rem;
  color: #9EB1BD;
  color: var(--color-stable);
  text-align: center;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 40rem) {
  #tooltip {
    font-size: 0.875rem;
  }
}
#tooltip:before, #tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
}
#tooltip:before {
  margin-left: -12px;
  border-top: 12px solid rgb(222.1571428571, 223.8857142857, 227.3428571429);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -12px;
}
#tooltip:after {
  margin-left: -10px;
  border-top: 10px solid #fff;
  border-top: 10px solid var(--color-light);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
}
#tooltip.top:before {
  border-top-color: transparent;
  border-bottom: 12px solid rgb(222.1571428571, 223.8857142857, 227.3428571429);
  top: -24px;
  bottom: auto;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #fff;
  border-bottom: 10px solid var(--color-light);
  top: -20px;
  bottom: auto;
}
#tooltip.left:before {
  left: 10px;
  margin: 0;
}
#tooltip.left:after {
  left: 12px;
  margin: 0;
}
#tooltip.right:before {
  right: 10px;
  left: auto;
  margin: 0;
}
#tooltip.right:after {
  right: 12px;
  left: auto;
  margin: 0;
}

.link {
  color: #366772;
  color: var(--color-calm-dark);
  font-weight: 600;
}
.link:hover {
  color: #366772;
  color: var(--color-calm);
}

[v-cloak] {
  display: none;
}

.pagination a {
  text-decoration: none;
}
.pagination .page-item {
  position: relative;
}
.pagination .page-item:first-of-type a,
.pagination .page-item:last-of-type a {
  margin: 0;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 2rem;
  font-weight: 300;
}
.pagination .page-item:first-of-type a:hover,
.pagination .page-item:last-of-type a:hover {
  background-color: transparent;
}
.pagination .active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.3125rem;
  border-radius: 50%;
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
  color: #9EB1BD;
  color: var(--color-stable);
  pointer-events: none;
}

.dz-error-message,
.dz-complete .dz-progress,
.message-end,
.dz-started .message-start,
.dz-started .button {
  display: none;
}

.dz-error .dz-error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dz-started {
  background-color: #FFFDFB;
  background-color: var(--color-stable-light);
  border-color: #ECEDEF;
  border-color: var(--color-dimmed);
}
.dz-started .message-end {
  display: block;
  line-height: normal;
}

.date-input-polyfill {
  z-index: 200;
}

[class^=preload-], [class*=" preload-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

/* ==========================================
Single-colored icons can be modified like so:
.preload-name {
  font-size: 32px;
  color: red;
}
========================================== */
.preload-fas-fa-star-half {
  width: 1.125em;
}

.preload-fas-fa-star {
  width: 1.125em;
}

.preload-fas-fa-home {
  width: 1.125em;
}

.preload-fas-fa-chevron-right {
  width: 0.625em;
}

.preload-fal-fa-star {
  width: 1.125em;
}

.preload-fal-fa-map-marker-alt {
  width: 0.75em;
}

.preload-fal-fa-chevron-down {
  width: 0.875em;
}

.preload-fal-fa-bars {
  width: 0.875em;
}

.preload-far-fa-chevron-right {
  width: 0.5em;
}

.preload-far-fa-calendar {
  width: 0.875em;
}

.preload-far-fa-arrow-right {
  width: 0.875em;
}

.preload-fas-fa-phone {
  width: 0.7861328125em;
}

.ghost {
  vertical-align: text-bottom;
}
.ghost svg {
  height: 140px;
  width: 105px;
  overflow: visible;
}

#ghost_1 #body {
  fill: #366772;
  fill: var(--color-calm);
}

#ghost_2 #body {
  fill: #BF8BA8;
  fill: var(--color-attention);
}

#left_eyeball, #right_eyeball {
  fill: #18355C;
  fill: var(--color-deep);
}

@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .ghost svg {
    height: 120px;
    width: 90px;
  }
}
@media only screen and (max-width: 40rem) {
  .ghost svg {
    height: 50px;
    width: 37.5px;
  }
}
.productpreview {
  display: block;
  position: relative;
  color: #18355C;
  color: var(--color-stable-dark);
}
.productpreview:hover, .productpreview:focus {
  opacity: 0.8;
  color: #18355C;
  color: var(--color-stable-dark);
}
.productpreview__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.productpreview__img > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productpreview__img img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 40rem) and (max-width: calc(.99999 * 64rem)) {
  .productpreview {
    min-width: 7rem;
  }
}

.reversesearch__label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__label {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.9375rem;
  }
}
.reversesearch__input {
  position: relative;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__input {
    margin-top: 0.625rem;
  }
}
.reversesearch__sidebox {
  background-color: rgba(149, 196, 190, 0.15);
}
.reversesearch__sidebox__icon {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0.3125rem 0;
  border-radius: 100%;
  background-color: #fff;
  background-color: var(--color-light);
}
@media only screen and (min-width: 64rem) {
  .reversesearch__sidebox__icon {
    margin: 0;
  }
}
.reversesearch h3 {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .reversesearch h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 40rem) {
  .reversesearch h3 {
    margin-bottom: 0.625rem;
  }
}
.reversesearch .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 40rem) {
  .reversesearch .input {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.reversesearch .autocomplete-search-wrapper label {
  width: 100%;
}
.reversesearch .input--error #wordcount_container {
  padding-bottom: 0;
}
.reversesearch input[type=file] {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  color: #18355C;
  color: var(--color-stable-dark);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .reversesearch input[type=file] {
    font-size: 0.875rem;
  }
}
.reversesearch input[type=file]:hover {
  cursor: pointer;
}
.reversesearch input[type=file]:hover {
  cursor: pointer;
}
.reversesearch button[type=submit] .disabled {
  display: none;
}
.reversesearch button[type=submit]:disabled {
  text-decoration: none;
}
.reversesearch button[type=submit]:disabled .disabled {
  display: inline;
}
.reversesearch button[type=submit]:disabled .active {
  display: none;
}
.reversesearch__category-header {
  width: 100%;
  background-image: url(/../images/cpl/header/pattern.svg), url(/../images/cpl/header/foreground.svg), url(/../images/cpl/header/background.svg);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: auto 100%, auto 100%, 100% 100%;
  background-position: center, center, center;
  overflow: hidden;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__category-header {
    height: 580px;
  }
}
.reversesearch__category-header .header-images {
  max-height: 150px;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__category-header .header-images {
    max-height: none;
  }
}
.reversesearch__category-header .cpl-image {
  position: relative;
  z-index: 1;
  max-width: 300px;
  top: -120px;
  right: -50px;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__category-header .cpl-image {
    position: initial;
    max-width: 400px;
  }
}
.reversesearch__category-header .category-image {
  position: absolute;
  z-index: 1;
  top: 0.9375rem;
  right: 30%;
  width: 25%;
  max-width: 120px;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__category-header .category-image {
    position: initial;
    margin-left: 0.9375rem;
    width: auto;
    max-width: 230px;
  }
}
.reversesearch__category-header .icon-image {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 0;
  width: 25%;
  max-width: 75px;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__category-header .icon-image {
    position: initial;
    margin-left: 0.9375rem;
    width: auto;
    max-width: 130px;
  }
}
.reversesearch__logo-bubble {
  width: 7rem;
  height: 7rem;
  font-size: 0.6rem;
}
.reversesearch__logo-bubble img {
  max-width: 3.8rem;
}
@media only screen and (min-width: 40rem) {
  .reversesearch__logo-bubble {
    width: 10rem;
    height: 10rem;
    font-size: 0.8rem;
  }
  .reversesearch__logo-bubble img {
    max-width: 5.5rem;
  }
}
.reversesearch__logo-bubble .bubble-top {
  right: -2rem;
  top: -4rem;
  z-index: -1;
}
.reversesearch__logo-bubble .bubble-left {
  left: -4rem;
  top: 0.5rem;
}
.reversesearch__logo-bubble .bubble-right {
  right: -3rem;
  bottom: 1rem;
}

.reverse-search-panel {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 7px;
  border: 1px solid rgba(158, 177, 189, 0.1);
}
.reverse-search-panel:hover {
  border-color: rgba(54, 103, 114, 0.15);
  background: rgba(199, 226, 221, 0.2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.reverse-search-panel:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.reverse-search-panel .pill-status {
  position: absolute;
  left: 0.625rem;
  top: -0.625rem;
}
.reverse-search-panel.inactive {
  background: #FFFDFB;
  background: var(--color-stable-light);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.bounce-list {
  position: relative;
  -webkit-transform: scale(100%);
      -ms-transform: scale(100%);
          transform: scale(100%);
  -webkit-animation: bounce-list 0.4s ease-out;
          animation: bounce-list 0.4s ease-out;
}
.bounce-list:nth-child(1) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.bounce-list:nth-child(2) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.bounce-list:nth-child(3) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.bounce-list:nth-child(4) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.bounce-list:nth-child(5) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.bounce-list:nth-child(6) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.bounce-list:nth-child(7) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.bounce-list:nth-child(8) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.bounce-list:nth-child(9) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.bounce-list:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bounce-list:nth-child(11) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.bounce-list:nth-child(12) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.bounce-list:nth-child(13) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.bounce-list:nth-child(14) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.bounce-list:nth-child(15) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@-webkit-keyframes bounce-list {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(54, 103, 114, 0.5);
            box-shadow: 0 0 0 0 rgba(54, 103, 114, 0.5);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes bounce-list {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(54, 103, 114, 0.5);
            box-shadow: 0 0 0 0 rgba(54, 103, 114, 0.5);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
i[data-inline-validation-check],
i.validation-check {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0.3125rem;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  i[data-inline-validation-check],
  i.validation-check {
    font-size: 1.25rem;
  }
}
i[data-inline-validation-check],
i.validation-check {
  line-height: 2.25rem;
  color: #95C4BE;
  color: var(--color-positive);
}
@media only screen and (min-width: 40rem) {
  i[data-inline-validation-check],
  i.validation-check {
    margin: 0 0.625rem;
  }
}

i[data-inline-validation-check] {
  opacity: 0;
}

.optiongroup i[data-inline-validation-check],
.optiongroup i.validation-check {
  margin: 0 0.9375rem;
  line-height: 1;
}
@media only screen and (min-width: 40rem) {
  .optiongroup i[data-inline-validation-check],
  .optiongroup i.validation-check {
    margin: 0 1.25rem;
  }
}

.optiongroup__option .budgetTip {
  display: none;
}
.optiongroup__option .budgetTip i {
  font-size: 1.2rem;
}
.optiongroup__option .budgetTip .text--calm {
  color: #366772;
  color: var(--color-calm-dark);
}
.optiongroup__option input[name=budgetOption]:checked ~ label .budgetTip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs--inline .tabs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: auto;
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
  margin-bottom: 1.25rem;
}
.tabs--inline .tabs__container .tabs__tab {
  height: auto;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  position: relative;
  bottom: -1px;
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
}
.tabs--inline .tabs__container .tabs__tab:hover {
  cursor: pointer;
  color: #366772;
  color: var(--color-calm-dark);
}
.tabs__content .content {
  display: none;
}
.tabs input[type=radio] {
  display: none;
}
.tabs input[type=radio]:nth-of-type(1):checked ~ .tabs__container label:nth-child(1) {
  background-color: #FFFDFB;
  background-color: var(--color-stable-light);
  border-bottom-color: #FFFDFB;
  border-bottom-color: var(--color-stable-light);
}
.tabs input[type=radio]:nth-of-type(1):checked ~ .tabs__content .content:nth-child(1) {
  display: block;
}
.tabs input[type=radio]:nth-of-type(2):checked ~ .tabs__container label:nth-child(2) {
  background-color: #FFFDFB;
  background-color: var(--color-stable-light);
  border-bottom-color: #FFFDFB;
  border-bottom-color: var(--color-stable-light);
}
.tabs input[type=radio]:nth-of-type(2):checked ~ .tabs__content .content:nth-child(2) {
  display: block;
}
.tabs input[type=radio]:nth-of-type(3):checked ~ .tabs__container label:nth-child(3) {
  background-color: #FFFDFB;
  background-color: var(--color-stable-light);
  border-bottom-color: #FFFDFB;
  border-bottom-color: var(--color-stable-light);
}
.tabs input[type=radio]:nth-of-type(3):checked ~ .tabs__content .content:nth-child(3) {
  display: block;
}

.tabs {
  position: relative;
}
.tabs__container {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .tabs__container {
    font-size: 1.25rem;
  }
}
.tabs__container {
  line-height: 1.25rem;
  font-weight: 600;
}
.tabs__tab {
  display: inline-block;
  height: 3.125rem;
  margin: 0 0.3125rem;
  padding: 0.9375rem 1.25rem;
}

.content-intro {
  padding: 1.25rem 0.9375rem;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .content-intro {
    font-size: 1.75rem;
  }
}
.content-intro {
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .content-intro {
    padding: 2.5rem 0.9375rem;
  }
}
.content-intro blockquote {
  margin: 0;
  padding: 3.5rem 0 0 0;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .content-intro blockquote {
    font-size: 1.75rem;
  }
}
.content-intro blockquote:before, .content-intro blockquote:after {
  font-size: 10rem;
  line-height: 0;
  color: rgba(158, 177, 189, 0.5);
}
.content-intro blockquote:after {
  margin-top: 5rem;
  padding: 0;
}
.content-intro p:first-of-type {
  margin-top: 0;
}
.content-intro p:last-of-type {
  margin-bottom: 0;
}

.content-infobox {
  margin-bottom: 0.9375rem;
  padding: 0.9375rem 2.5rem 2.5rem 2.5rem;
  background-color: rgba(158, 177, 189, 0.15);
}
@media only screen and (min-width: 40rem) {
  .content-infobox {
    padding: 0.9375rem 2.5rem 2.5rem 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.content-infobox h4 {
  margin: 0;
  padding: 0.9375rem;
  text-align: center;
}
.content-infobox ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .content-infobox ul {
    font-size: 1rem;
  }
}
.content-infobox ul {
  font-weight: 400;
}
.content-infobox ul li {
  margin: 0.625rem 0;
  padding: 0 0.3125rem;
}
@media only screen and (min-width: 40rem) {
  .content-infobox ul {
    padding: 0 2.5rem;
  }
}

.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 0.625rem);
  max-width: 80rem;
  margin-left: -0.3125rem;
  padding: 0 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
}
.content-box h2, .content-box h3, .content-box h4 {
  display: inline;
}
.content-box h4:before {
  display: block;
  height: 0.9375rem;
  content: "";
}
.content-box h4 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 40rem) {
  .content-box h4 {
    font-size: 1.25rem;
  }
}
.content-box p {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .content-box p {
    font-size: 1rem;
  }
}
.content-box p {
  font-weight: 400;
  line-height: 1.8;
}
.content-box .icon:not(.icon--link) {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  margin: 0 auto 0.9375rem auto;
}
@media only screen and (min-width: 40rem) {
  .content-box .icon:not(.icon--link) {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.content-box .instagram-media {
  display: inline-block !important;
}
.content-box blockquote {
  margin: 0.625rem 0.9375rem;
  padding: 3.5rem 0 0 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 40rem) {
  .content-box blockquote {
    margin: 0.625rem 2.5rem;
    padding: 3.5rem 1.25rem 0 1.25rem;
  }
}
.content-box blockquote:before, .content-box blockquote:after {
  font-size: 8rem;
  line-height: 0;
}
.content-box blockquote:after {
  margin-top: 4rem;
  padding: 0;
}
.content-box .quote--small {
  margin: 1.25rem 2.5rem;
}
.content-box .quote--small p {
  margin: 0;
}
.content-box p.quote--small,
.content-box .quote--small p {
  font-size: larger;
  font-weight: 300;
}
.content-box .localfocusvisual,
.content-box .flourish-embed-iframe {
  border: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}
.content-box .faq-visual {
  width: 100%;
  height: 24.375rem;
}
@media only screen and (min-width: 40rem) {
  .content-box .faq-visual {
    height: 26.875rem;
  }
}
.content-box .table__container {
  max-width: 100%;
  overflow-x: auto;
}
.content-box {
  /* one child layout */
}
.content-box > div:first-child:nth-last-child(1) {
  -ms-flex-preferred-size: calc(91.6666666667% - 0.625rem);
      flex-basis: calc(91.6666666667% - 0.625rem);
  max-width: calc(91.6666666667% - 0.625rem);
  margin: 0.3125rem;
}
@media only screen and (min-width: 40rem) {
  .content-box > div:first-child:nth-last-child(1) {
    -ms-flex-preferred-size: calc(83.3333333333% - 0.625rem);
        flex-basis: calc(83.3333333333% - 0.625rem);
    max-width: calc(83.3333333333% - 0.625rem);
  }
}
@media only screen and (min-width: 64rem) {
  .content-box > div:first-child:nth-last-child(1) {
    -ms-flex-preferred-size: calc(66.6666666667% - 0.625rem);
        flex-basis: calc(66.6666666667% - 0.625rem);
    max-width: calc(66.6666666667% - 0.625rem);
  }
}
.content-box > div:first-child:nth-last-child(1).content-big {
  -ms-flex-preferred-size: calc(100% - 0.625rem);
      flex-basis: calc(100% - 0.625rem);
  max-width: calc(100% - 0.625rem);
}
.content-box {
  /* two children layout */
}
.content-box > div:first-child:nth-last-child(2),
.content-box > div:first-child:nth-last-child(2) ~ div {
  -ms-flex-preferred-size: calc(100% - 0.625rem);
      flex-basis: calc(100% - 0.625rem);
  max-width: calc(100% - 0.625rem);
  margin: 0.3125rem;
}
@media only screen and (min-width: 40rem) {
  .content-box > div:first-child:nth-last-child(2),
  .content-box > div:first-child:nth-last-child(2) ~ div {
    -ms-flex-preferred-size: calc(50% - 0.625rem);
        flex-basis: calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }
}
.content-box {
  /* three and four children layout */
}
.content-box > div:first-child:nth-last-child(3),
.content-box > div:first-child:nth-last-child(3) ~ div,
.content-box > div:first-child:nth-last-child(4),
.content-box > div:first-child:nth-last-child(4) ~ div {
  -ms-flex-preferred-size: calc(100% - 0.625rem);
      flex-basis: calc(100% - 0.625rem);
  max-width: calc(100% - 0.625rem);
  margin: 0.3125rem;
}
@media only screen and (min-width: 40rem) {
  .content-box > div:first-child:nth-last-child(3),
  .content-box > div:first-child:nth-last-child(3) ~ div,
  .content-box > div:first-child:nth-last-child(4),
  .content-box > div:first-child:nth-last-child(4) ~ div {
    -ms-flex-preferred-size: calc(50% - 0.625rem);
        flex-basis: calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }
}
.content-box > div:first-child:nth-last-child(3):first-child,
.content-box > div:first-child:nth-last-child(3) ~ div:first-child,
.content-box > div:first-child:nth-last-child(4):first-child,
.content-box > div:first-child:nth-last-child(4) ~ div:first-child {
  -ms-flex-preferred-size: calc(91.6666666667% - 0.625rem);
      flex-basis: calc(91.6666666667% - 0.625rem);
  max-width: calc(91.6666666667% - 0.625rem);
}
@media only screen and (min-width: 40rem) {
  .content-box > div:first-child:nth-last-child(3):first-child,
  .content-box > div:first-child:nth-last-child(3) ~ div:first-child,
  .content-box > div:first-child:nth-last-child(4):first-child,
  .content-box > div:first-child:nth-last-child(4) ~ div:first-child {
    -ms-flex-preferred-size: calc(66.6666666667% - 0.625rem);
        flex-basis: calc(66.6666666667% - 0.625rem);
    max-width: calc(66.6666666667% - 0.625rem);
  }
}
.content-box {
  /* four children layout */
}
.content-box > div:first-child:nth-last-child(4):last-child,
.content-box > div:first-child:nth-last-child(4) ~ div:last-child {
  -ms-flex-preferred-size: calc(91.6666666667% - 0.625rem);
      flex-basis: calc(91.6666666667% - 0.625rem);
  max-width: calc(91.6666666667% - 0.625rem);
}
@media only screen and (min-width: 40rem) {
  .content-box > div:first-child:nth-last-child(4):last-child,
  .content-box > div:first-child:nth-last-child(4) ~ div:last-child {
    -ms-flex-preferred-size: calc(66.6666666667% - 0.625rem);
        flex-basis: calc(66.6666666667% - 0.625rem);
    max-width: calc(66.6666666667% - 0.625rem);
  }
}
.content-box {
  /* table */
}
.content-box table {
  margin: 1.25rem auto;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .content-box table {
    font-size: 1rem;
  }
}
.content-box table {
  text-align: left;
}
.content-box th, .content-box td {
  padding: 0.3125rem 0.625rem;
}
.content-box th {
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
}
.content-box .column1--thin th:nth-child(-n+1) {
  width: 1%;
}
.content-box .column2--thin th:nth-child(-n+2) {
  width: 1%;
}
.content-box .column3--thin th:nth-child(-n+3) {
  width: 1%;
}
.content-box .table-align-top td {
  vertical-align: top;
}
.content-box .list {
  margin: 0 auto;
}
.content-box .list .text--l {
  font-weight: 600;
}
.content-box .list ol li::marker {
  font-weight: 600;
  font-size: larger;
}
.content-box {
  /* styling */
}
.content-box--calm, .content-box--calm-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
@media only screen and (min-width: 40rem) {
  .content-box--calm, .content-box--calm-light {
    padding: 2.5rem 0;
  }
}
.content-box--calm h2, .content-box--calm h3, .content-box--calm h4, .content-box--calm-light h2, .content-box--calm-light h3, .content-box--calm-light h4 {
  background-color: rgba(54, 103, 114, 0.2);
}
.content-box--calm .icon:not(.icon--link), .content-box--calm-light .icon:not(.icon--link) {
  stroke: #366772;
}
.content-box--calm .ba, .content-box--calm th, .content-box--calm-light .ba, .content-box--calm-light th {
  border-color: #366772;
}
.content-box--calm .heading--m, .content-box--calm .heading--l, .content-box--calm th, .content-box--calm .compare .heading--s, .content-box--calm-light .heading--m, .content-box--calm-light .heading--l, .content-box--calm-light th, .content-box--calm-light .compare .heading--s {
  color: rgb(37.6071428571, 71.7321428571, 79.3928571429);
}
.content-box--calm table, .content-box--calm-light table {
  background-color: rgba(54, 103, 114, 0.15);
}
.content-box--calm blockquote:before,
.content-box--calm blockquote:after, .content-box--calm-light blockquote:before,
.content-box--calm-light blockquote:after {
  color: rgba(54, 103, 114, 0.2);
}
.content-box--calm .quote--small i, .content-box--calm-light .quote--small i {
  color: rgba(54, 103, 114, 0.4);
}
.content-box--calm .list, .content-box--calm-light .list {
  background-color: rgba(54, 103, 114, 0.15);
}
.content-box--calm .list .text--l,
.content-box--calm .list .fa-li,
.content-box--calm .list li::marker, .content-box--calm-light .list .text--l,
.content-box--calm-light .list .fa-li,
.content-box--calm-light .list li::marker {
  color: rgb(37.6071428571, 71.7321428571, 79.3928571429);
}
.content-box--calm {
  background-color: rgba(54, 103, 114, 0.08);
}
.content-box--calm-light .icon:not(.icon--link) {
  stroke: rgba(54, 103, 114, 0.8);
}
.content-box--attention, .content-box--attention-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
@media only screen and (min-width: 40rem) {
  .content-box--attention, .content-box--attention-light {
    padding: 2.5rem 0;
  }
}
.content-box--attention h2, .content-box--attention h3, .content-box--attention h4, .content-box--attention-light h2, .content-box--attention-light h3, .content-box--attention-light h4 {
  background-color: rgba(191, 139, 168, 0.2);
}
.content-box--attention .icon:not(.icon--link), .content-box--attention-light .icon:not(.icon--link) {
  stroke: #BF8BA8;
}
.content-box--attention .ba, .content-box--attention th, .content-box--attention-light .ba, .content-box--attention-light th {
  border-color: #BF8BA8;
}
.content-box--attention .heading--m, .content-box--attention .heading--l, .content-box--attention th, .content-box--attention .compare .heading--s, .content-box--attention-light .heading--m, .content-box--attention-light .heading--l, .content-box--attention-light th, .content-box--attention-light .compare .heading--s {
  color: rgb(172.8666666667, 106.1333333333, 143.35);
}
.content-box--attention table, .content-box--attention-light table {
  background-color: rgba(191, 139, 168, 0.15);
}
.content-box--attention blockquote:before,
.content-box--attention blockquote:after, .content-box--attention-light blockquote:before,
.content-box--attention-light blockquote:after {
  color: rgba(191, 139, 168, 0.2);
}
.content-box--attention .quote--small i, .content-box--attention-light .quote--small i {
  color: rgba(191, 139, 168, 0.4);
}
.content-box--attention .list, .content-box--attention-light .list {
  background-color: rgba(191, 139, 168, 0.15);
}
.content-box--attention .list .text--l,
.content-box--attention .list .fa-li,
.content-box--attention .list li::marker, .content-box--attention-light .list .text--l,
.content-box--attention-light .list .fa-li,
.content-box--attention-light .list li::marker {
  color: rgb(172.8666666667, 106.1333333333, 143.35);
}
.content-box--attention {
  background-color: rgba(191, 139, 168, 0.08);
}
.content-box--attention-light .icon:not(.icon--link) {
  stroke: rgba(191, 139, 168, 0.8);
}
.content-box--energized, .content-box--energized-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
@media only screen and (min-width: 40rem) {
  .content-box--energized, .content-box--energized-light {
    padding: 2.5rem 0;
  }
}
.content-box--energized h2, .content-box--energized h3, .content-box--energized h4, .content-box--energized-light h2, .content-box--energized-light h3, .content-box--energized-light h4 {
  background-color: rgba(255, 150, 138, 0.2);
}
.content-box--energized .icon:not(.icon--link), .content-box--energized-light .icon:not(.icon--link) {
  stroke: #FF968A;
}
.content-box--energized .ba, .content-box--energized th, .content-box--energized-light .ba, .content-box--energized-light th {
  border-color: #FF968A;
}
.content-box--energized .heading--m, .content-box--energized .heading--l, .content-box--energized th, .content-box--energized .compare .heading--s, .content-box--energized-light .heading--m, .content-box--energized-light .heading--l, .content-box--energized-light th, .content-box--energized-light .compare .heading--s {
  color: rgb(255, 104.2307692308, 87);
}
.content-box--energized table, .content-box--energized-light table {
  background-color: rgba(255, 150, 138, 0.15);
}
.content-box--energized blockquote:before,
.content-box--energized blockquote:after, .content-box--energized-light blockquote:before,
.content-box--energized-light blockquote:after {
  color: rgba(255, 150, 138, 0.2);
}
.content-box--energized .quote--small i, .content-box--energized-light .quote--small i {
  color: rgba(255, 150, 138, 0.4);
}
.content-box--energized .list, .content-box--energized-light .list {
  background-color: rgba(255, 150, 138, 0.15);
}
.content-box--energized .list .text--l,
.content-box--energized .list .fa-li,
.content-box--energized .list li::marker, .content-box--energized-light .list .text--l,
.content-box--energized-light .list .fa-li,
.content-box--energized-light .list li::marker {
  color: rgb(255, 104.2307692308, 87);
}
.content-box--energized {
  background-color: rgba(255, 150, 138, 0.08);
}
.content-box--energized-light .icon:not(.icon--link) {
  stroke: rgba(255, 150, 138, 0.8);
}
.content-box .last-attention > div:last-child .icon:not(.icon--link) {
  stroke: #BF8BA8;
}
.content-box .last-attention > div:last-child .heading-m {
  color: rgb(172.8666666667, 106.1333333333, 143.35);
}
.content-box .last-positive > div:last-child .icon:not(.icon--link) {
  stroke: #95C4BE;
}
.content-box .last-positive > div:last-child .heading-m {
  color: rgb(116.2363636364, 177.7636363636, 169.9090909091);
}

#vue-product-index {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: hidden;
}
#vue-product-index.option--a .testelement--b {
  display: none;
}
#vue-product-index.option--b .testelement--a {
  display: none;
}

.filter-sidebar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 64rem) {
  .filter-sidebar {
    width: 19.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 1;
  }
}
.filter-sidebar .tag-group {
  margin: 0 0.9375rem;
}
.filter-sidebar .product-filter {
  padding: 0 1.25rem;
}
.filter-sidebar dl {
  margin: 0;
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
}
.filter-sidebar dl dt {
  padding: 0.625rem;
  border-top: 0.0625rem solid #ECEDEF;
  border-top: 0.0625rem solid var(--color-dimmed);
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .filter-sidebar dl dt {
    font-size: 1rem;
  }
}
.filter-sidebar dl dt {
  text-transform: uppercase;
}
.filter-sidebar dl dd {
  margin-left: 0.625rem;
}
.filter-sidebar dl dd:hover {
  background-color: rgb(235.68, 215.44, 226.48);
}
.filter-sidebar .toggle-group label,
.filter-sidebar .tag-group label {
  display: block;
  padding: 0.3125rem;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 40rem) {
  .filter-sidebar .toggle-group label,
  .filter-sidebar .tag-group label {
    font-size: 0.875rem;
  }
}
.filter-sidebar .toggle-group label,
.filter-sidebar .tag-group label {
  font-weight: 100;
}
.filter-sidebar .toggle-group label:hover,
.filter-sidebar .tag-group label:hover {
  color: rgb(29.4107142857, 56.0982142857, 62.0892857143);
}
.filter-sidebar .toggle-group label .filter-label,
.filter-sidebar .tag-group label .filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filter-sidebar .toggle-group label .filter-label input,
.filter-sidebar .tag-group label .filter-label input {
  margin: 0 !important;
}
.filter-sidebar .toggle-group label .filter-label span,
.filter-sidebar .tag-group label .filter-label span {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.filter-sidebar .toggle-group label .filter-label-block,
.filter-sidebar .tag-group label .filter-label-block {
  padding: 0.3125rem 0;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .filter-sidebar .toggle-group label .filter-label-block,
  .filter-sidebar .tag-group label .filter-label-block {
    font-size: 0.75rem;
  }
}
.filter-sidebar .toggle-group label .filter-label-block,
.filter-sidebar .tag-group label .filter-label-block {
  text-align: center;
}
.filter-sidebar .toggle-group label .filter-label-block:hover,
.filter-sidebar .tag-group label .filter-label-block:hover {
  background-color: rgb(249.4, 252.1, 251.6);
  border-color: #366772;
  border-color: var(--color-calm);
}
.filter-sidebar .toggle-group label .filter-label-block svg,
.filter-sidebar .tag-group label .filter-label-block svg {
  width: 36px;
  height: 36px;
  stroke: #000000;
  stroke: var(--color-dark);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.filter-sidebar .filter-active label {
  color: rgb(13.0178571429, 24.8303571429, 27.4821428571);
}
.filter-sidebar .filter-active label:hover {
  color: rgb(4.8214285714, 9.1964285714, 10.1785714286);
}
.filter-sidebar .filter-active label .filter-label-block {
  border-color: rgb(13.0178571429, 24.8303571429, 27.4821428571);
  background-color: rgba(54, 103, 114, 0.4);
}
.filter-sidebar .filter-active label .filter-label-block svg {
  stroke: rgb(13.0178571429, 24.8303571429, 27.4821428571);
}

.tag-group {
  display: block;
}
@media only screen and (min-width: 64rem) {
  .tag-group {
    max-height: 300px;
  }
}
.tag-group {
  overflow-y: auto;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.grid-item .fadeIn {
  -webkit-animation: fadeNotification 2s ease;
          animation: fadeNotification 2s ease;
}
.grid-item .hover-opacity:hover {
  opacity: 0.8;
}

.w-tile .carousel {
  background-color: #ECEDEF;
  background-color: var(--color-dimmed);
}
.w-tile .carousel .prev-container {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
}
.w-tile .carousel .next-container {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), transparent);
}
.w-tile .carousel .prev .chevron,
.w-tile .carousel .next .chevron {
  margin: 0;
  padding: 0.3125rem;
  background: none;
}
.w-tile .carousel .prev .chevron svg,
.w-tile .carousel .next .chevron svg {
  stroke: #fff;
  stroke: var(--color-light);
}

@media only screen and (min-width: 64rem) {
  .w-tile:hover .carousel img {
    opacity: 0.9;
  }
}
.card.profile--partner a {
  position: relative;
  z-index: 1;
}
.card.profile--partner:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  inset: -0.3125rem;
  background: rgb(226.286809816, 231.9110429448, 235.463190184);
  border: 0.0625rem solid rgb(188.3496932515, 201.4049079755, 209.6503067485);
}
.card.profile--partner:nth-child(2n):after {
  top: -0.375rem;
  border-top: none;
}
@media (min-width: 30rem) {
  .card.profile--partner:nth-child(2n):after {
    top: -0.3125rem;
    left: -0.375rem;
    border-top: 0.0625rem solid rgb(188.3496932515, 201.4049079755, 209.6503067485);
    border-left: none;
  }
}

.profile-row {
  padding: 1.25rem 0 2.5rem 0;
  border-top: 0.0625rem solid #ECEDEF;
  border-top: 0.0625rem solid var(--color-dimmed);
}

.profile-title {
  display: block;
  margin: 1.875rem 0.9375rem;
  padding: 0;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .profile-title {
    font-size: 1.75rem;
  }
}
.profile-title {
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .profile-title {
    margin: 2.5rem 1.25rem;
  }
}

.profile-subtitle {
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .profile-subtitle {
    font-size: 1.125rem;
  }
}
.profile-subtitle {
  color: #9EB1BD;
  color: var(--color-stable);
}

#vue-profile-carousel {
  overflow: hidden;
}

.profile__header {
  margin: -0.3125rem;
}
.profile__header__item {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}
.profile__header__itemcontent {
  position: absolute;
  top: 0.15625rem;
  right: 0.15625rem;
  bottom: 0.15625rem;
  left: 0.15625rem;
  background: #ECEDEF;
  background: var(--color-dimmed);
  overflow: hidden;
}
.profile__summary {
  margin: 0;
  padding: 1.25rem 0;
  font-size: 1.75rem;
}
@media only screen and (min-width: 40rem) {
  .profile__summary {
    font-size: 2.375rem;
  }
}
.profile__summary {
  line-height: 1.4;
  font-weight: normal;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .profile__summary {
    display: inline-block;
    padding-bottom: 0;
    text-align: left;
  }
}
.profile__summary h1 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 40rem) {
  .profile__summary h1 {
    font-size: 2.375rem;
  }
}
.profile__summary h1 {
  line-height: 1.4;
  font-weight: normal;
}
.profile__summary h2 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .profile__summary h2 {
    font-size: 1.75rem;
  }
}
.profile__summary h2 {
  font-weight: normal;
}
.profile--small {
  padding-bottom: 0.9375rem;
  font-size: 1.375rem;
}
@media only screen and (min-width: 40rem) {
  .profile--small {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 40rem) {
  .profile--small {
    display: inline-block;
    padding: 0;
    text-align: center;
  }
}

.modal-header .profile-header-small {
  text-align: center;
}

a.profile-rating,
.profile-subheader {
  display: block;
  padding-top: 0.625rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  a.profile-rating,
  .profile-subheader {
    font-size: 0.875rem;
  }
}
a.profile-rating,
.profile-subheader {
  color: #9EB1BD;
  color: var(--color-stable);
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  a.profile-rating,
  .profile-subheader {
    padding-top: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 64rem) {
  a.profile-rating {
    display: inline-block;
  }
}

a.profile-rating-small,
.profile-rating-small {
  display: block;
  padding-top: 0.3125rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  a.profile-rating-small,
  .profile-rating-small {
    font-size: 0.8125rem;
  }
}
a.profile-rating-small,
.profile-rating-small {
  color: #9EB1BD;
  color: var(--color-stable);
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  a.profile-rating-small,
  .profile-rating-small {
    display: inline-block;
    padding-top: 0;
  }
}

a.profile-rating:hover {
  color: #000000;
  color: var(--color-dark);
}
a.profile-rating .stars {
  font-size: 1.125rem;
}
@media only screen and (min-width: 40rem) {
  a.profile-rating .stars {
    font-size: 1.25rem;
  }
}

.profile-banner {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #18355C;
  color: var(--color-deep);
  text-decoration: none;
}
.profile-banner .icon {
  stroke: #18355C;
  stroke: var(--color-deep);
}
.profile-banner:hover {
  color: #18355C;
  color: var(--color-deep);
}
.profile-banner.banner--attention {
  background: #EAD4E0;
}
.profile-banner.banner--attention:hover {
  background: rgb(236.51015625, 217.13984375, 227.70546875);
}
.profile-banner.banner--calm {
  background: #C7E2DD;
}
.profile-banner.banner--calm:hover {
  background: rgb(204.04, 228.61, 224.06);
}
.profile-banner.banner--positive {
  background: #95C4BE;
}
.profile-banner.banner--positive:hover {
  background: rgb(153.9145454545, 198.7354545455, 193.0136363636);
}
.profile-banner.banner--energized {
  background: #FEC0D2;
}
.profile-banner.banner--energized:hover {
  background: rgb(254.11953125, 199.53046875, 215.37890625);
}

.banner__spacer {
  height: 2.5rem;
}

.priceindicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.9375rem;
}
.priceindicator__title {
  margin: 0;
  padding: 0 0.625rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .priceindicator__title {
    font-size: 1rem;
  }
}
.priceindicator__title {
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 40rem) {
  .priceindicator__title {
    padding: 0 0.3125rem;
  }
}
.priceindicator p {
  margin: 0;
  padding: 0 0.625rem;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 40rem) {
  .priceindicator p {
    font-size: 0.875rem;
  }
}
.priceindicator p {
  color: #9EB1BD;
  color: var(--color-stable);
  white-space: nowrap;
}
@media only screen and (min-width: 40rem) {
  .priceindicator p {
    padding: 0 0.3125rem;
    white-space: normal;
  }
}
.priceindicator__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1%;
          flex: 1 0 1%;
  text-align: center;
}
.priceindicator__svg {
  fill: none;
  stroke: #000000;
  stroke: var(--color-dark);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 45px;
  height: 45px;
}
.priceindicator__calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3125rem;
}
.priceindicator--inactive .priceindicator__title {
  color: rgb(203.5245398773, 213.6073619632, 219.9754601227);
}
.priceindicator--inactive p {
  color: rgb(222.1571428571, 223.8857142857, 227.3428571429);
}
.priceindicator--inactive .priceindicator__svg {
  stroke: rgb(203.5245398773, 213.6073619632, 219.9754601227);
}
.priceindicator--modal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.priceindicator--modal .priceindicator__title, .priceindicator--modal p {
  padding: 0;
  font-weight: normal;
}
.priceindicator--modal p {
  font-size: smaller;
}
.priceindicator--modal .priceindicator__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.625rem;
}
.priceindicator--modal .priceindicator__svg {
  width: 2rem;
  height: 2rem;
}
.priceindicator--modal .priceindicator__description {
  padding-left: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.priceindicator--modal .priceindicator__calculator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 0;
}

#vue-carousel .modal-container .modal-l {
  max-width: 23.75rem;
}

.profile-map {
  height: 31.25rem;
}

.profile-index-map {
  height: 60vh;
}
@media only screen and (min-width: 40rem) {
  .profile-index-map {
    height: 43.75rem;
  }
}

.gm-style-iw-d {
  max-height: none !important;
}

.map-infobox {
  width: 12.5rem;
  padding: 0.3125rem 0 0.3125rem 0.3125rem;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  font-family: var(--font-stack);
}

.gm-style .gm-style-iw-c {
  padding: 0.3125rem;
  border-radius: 0.625rem;
}

.description-readmore {
  line-height: 1.5rem;
}
.description-readmore > *:first-child {
  margin-top: 0;
}
.description-readmore p:empty {
  display: none;
}
.description-readmore p:first-of-type, .description-readmore p:first-child {
  margin-top: 0;
}
.description-readmore strong, .description-readmore b {
  font-weight: 600;
}
.description-readmore blockquote, .description-readmore blockquote * {
  font-size: 1rem !important;
}
@media only screen and (min-width: 40rem) {
  .description-readmore blockquote, .description-readmore blockquote * {
    font-size: 1.125rem !important;
  }
}
.description-readmore blockquote:after, .description-readmore blockquote *:after {
  line-height: 0.5;
}
.description-readmore.description-expand {
  overflow-y: visible;
  max-height: 9999px;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
.description-readmore.description-shrink {
  position: relative;
  overflow-y: hidden;
  max-height: 100px;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
@media only screen and (min-width: 40rem) {
  .description-readmore.description-shrink {
    max-height: 120px;
  }
}
.description-readmore.description-shrink:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  content: " ";
  height: 1px;
  -webkit-box-shadow: 0 0 20px 20px #fff;
          box-shadow: 0 0 20px 20px #fff;
  -webkit-box-shadow: 0 0 20px 20px var(--color-light);
          box-shadow: 0 0 20px 20px var(--color-light);
}
.description-readmore.description-shrink * {
  font-size: 0.8125rem !important;
}
@media only screen and (min-width: 40rem) {
  .description-readmore.description-shrink * {
    font-size: 0.875rem !important;
  }
}
.description-readmore.description-shrink p {
  margin: 0;
}
.description-readmore.description-shrink p:empty {
  display: none;
}
.description-readmore.description-shrink strong, .description-readmore.description-shrink b, .description-readmore.description-shrink bold {
  font-weight: 300;
}
.description-readmore.description-shrink em, .description-readmore.description-shrink i {
  font-style: normal;
}
.description-readmore.description-shrink blockquote {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.875rem;
}
.description-readmore.description-shrink blockquote * {
  text-align: left;
}
.description-readmore.description-shrink blockquote:before, .description-readmore.description-shrink blockquote:after {
  display: none;
}

.floating-request-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.625rem;
}
.floating-request-container .request-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
@media only screen and (min-width: 64rem) {
  .floating-request-container .request-panel #vue-quote-panel {
    min-height: 255px;
  }
}
@media only screen and (min-width: 64rem) {
  .floating-request-container .request-panel #vue-quote-panel.venue {
    min-height: 205px;
  }
}
.floating-request-container .request-panel .request-panel-inner,
.floating-request-container .request-panel .request-panel-ad {
  -webkit-box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  overflow: hidden;
}
.floating-request-container .request-panel .request-panel-ad {
  margin-top: 0.625rem;
}
.floating-request-container .request-panel .request-panel-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 1.25rem;
  background: #fff;
  background: var(--color-light);
  border-radius: 2px;
}
@media only screen and (min-width: 64rem) {
  .floating-request-container .request-panel {
    position: sticky;
    bottom: auto;
    top: 7rem;
    left: auto;
    margin: -2.5rem 0 0 0;
  }
}
@media only screen and (min-width: 64rem) and (-ms-high-contrast: none), only screen and (min-width: 64rem) and (-ms-high-contrast: active) {
  .floating-request-container .request-panel {
    /* IE10+ CSS styles to override sticky */
    position: fixed;
    top: auto;
    right: 0.3125rem;
    bottom: 2.5rem;
    margin: 0;
    max-width: 270px;
  }
}
@media only screen and (min-width: 64rem) {
  .floating-request-container .request-panel .request-panel-spacing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.floating-request-container .request-panel h3 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.floating-request-container .request-panel h3 .profile-name {
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 64rem) {
  .floating-request-container .request-panel h3 {
    font-size: 1.375rem;
  }
  .floating-request-container .request-panel h3 .profile-name {
    display: inline;
    font-weight: normal;
  }
}
.floating-request-container .request-panel .disclaimer {
  display: none;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .floating-request-container .request-panel .disclaimer {
    display: block;
  }
}

.openday-panel {
  -webkit-box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  border: none;
  overflow: hidden;
}
.openday-panel .cta-text {
  color: rgb(255, 104.2307692308, 87);
}
.openday-panel:hover {
  cursor: pointer;
  background: rgb(239.0203125, 222.2796875, 231.4109375);
}
.openday-panel:hover .cta-text {
  color: #FF968A;
  color: var(--color-energized);
}

.rating-detailed {
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .rating-detailed {
    font-size: 0.8125rem;
  }
}
.rating-detailed {
  padding: 0.9375rem 0;
  font-weight: 100;
  line-height: 1.8;
  text-align: left;
}
.rating-detailed .rating-detailed-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 13.75rem;
  margin: 0 auto;
}
@media only screen and (min-width: 40rem) {
  .rating-detailed {
    padding: 0.9375rem 3.75rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .rating-detailed {
    padding: 0.625rem 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .rating-detailed .review-details-row {
    max-width: 18em;
  }
}
@media only screen and (min-width: 87.5rem) {
  .rating-detailed {
    padding: 0.625rem 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .rating-detailed .review-details-row {
    max-width: 100%;
  }
}

.rating-user {
  padding: 1.25rem 0;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 40rem) {
  .rating-user {
    font-size: 0.875rem;
  }
}
.rating-user {
  font-weight: 300;
}
.rating-user.panel--highlight {
  padding: 1.25rem;
}
.rating-user.panel--highlight .rating-detailed {
  background-color: #fff;
  background-color: var(--color-light);
}
.rating-user .rating-comment {
  line-height: 1.5rem;
}
.rating-user .rating-detailed {
  display: none;
}
.rating-user [id^=toggle-]:checked ~ div label .fa-chevron-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rating-user [id^=toggle-]:checked ~ .rating-detailed {
  display: block;
  margin: 0.625rem 0 0.9375rem 0;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  border-radius: 0.625rem;
}

@media only screen and (max-width: 40rem) {
  #vue-reviews-show-modal .modal-container .modal-l {
    max-height: none;
  }
}
#vue-reviews-show-modal .modal-container .modal-l {
  height: 100%;
}

.profile-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.625rem;
  padding: 0.9375rem 0.625rem;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .profile-personal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.profile-personal .profile-img {
  position: relative;
  margin: 0 auto;
  width: 35%;
  padding-bottom: 35%;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 40rem) {
  .profile-personal .profile-img {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  .profile-personal .profile-img {
    width: 70%;
    padding-bottom: 70%;
  }
}
.profile-personal .profile-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ECEDEF;
  stroke: var(--color-dimmed);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-personal .profile-name {
  padding: 0.625rem 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .profile-personal .profile-name {
    font-size: 1rem;
  }
}
.profile-personal .profile-name {
  text-transform: uppercase;
}
@media only screen and (min-width: 40rem) {
  .profile-personal .profile-name {
    padding: 0.625rem 0 0 0;
  }
}
.profile-personal blockquote {
  margin: 0;
}
.profile-personal blockquote::after {
  padding-top: 2.5rem;
}

.profile-tagtiles .tag,
.profile-tagslist .tag,
.profile-capacitylist .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.profile-tagtiles .tag .tag-icon,
.profile-tagslist .tag .tag-icon,
.profile-capacitylist .tag .tag-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
  line-height: 0;
}
.profile-tagtiles .tag .tag-icon svg,
.profile-tagslist .tag .tag-icon svg,
.profile-capacitylist .tag .tag-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: none;
  stroke: #000000;
  stroke: var(--color-dark);
  stroke-width: 2.5%;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media only screen and (min-width: 40rem) {
  .profile-tagtiles .tag .tag-icon svg,
  .profile-tagslist .tag .tag-icon svg,
  .profile-capacitylist .tag .tag-icon svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.profile-tagtiles .tag .tag-content,
.profile-tagslist .tag .tag-content,
.profile-capacitylist .tag .tag-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.profile-tagtiles .tag .tag-content > div,
.profile-tagslist .tag .tag-content > div,
.profile-capacitylist .tag .tag-content > div {
  padding: 0 0 0 0.3125rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .profile-tagtiles .tag .tag-content > div,
  .profile-tagslist .tag .tag-content > div,
  .profile-capacitylist .tag .tag-content > div {
    font-size: 0.875rem;
  }
}
.profile-tagtiles .tag .tag-content > div,
.profile-tagslist .tag .tag-content > div,
.profile-capacitylist .tag .tag-content > div {
  font-weight: 300;
  line-height: 1.36;
}

.profile-tagtiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3125rem -0.3125rem 0.3125rem -0.3125rem;
}
.profile-tagtiles .tagtile {
  height: 100%;
  padding: 0.3125rem;
}
.profile-tagtiles .tag {
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
  border-radius: 0.625rem;
}
.profile-tagtiles .tag .tag-content > div {
  padding: 0 0 0 0.625rem;
}
@media only screen and (max-width: 40rem) {
  .profile-tagtiles .tag {
    padding: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .profile-tagtiles .tag .tag-icon,
  .profile-tagtiles .tag .tag-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .profile-tagtiles .tag .tag-content > div {
    padding: 0.625rem 0 0 0;
  }
}

.profile-tagslist {
  border-bottom: 0.0625rem solid #ECEDEF;
  border-bottom: 0.0625rem solid var(--color-dimmed);
}
.profile-tagslist .toggle-group {
  display: block;
  padding: 0.625rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .profile-tagslist .toggle-group {
    font-size: 1rem;
  }
}
.profile-tagslist .toggle-group {
  color: #000000 !important;
  color: var(--color-dark) !important;
  text-transform: uppercase;
}
.profile-tagslist .toggle-group svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.profile-tagslist input:checked ~ .toggle-group svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.profile-tagslist .tag {
  margin: 0;
  padding: 0.3125rem 0;
}
@media only screen and (min-width: 40rem) {
  .profile-tagslist .tag {
    padding: 0.625rem 0.9375rem;
  }
}
.profile-tagslist .tag .tag-icon svg {
  width: 0.9375rem;
  height: 0.9375rem;
  stroke: #95C4BE;
  stroke: var(--color-positive);
  stroke-width: 10%;
}
@media only screen and (min-width: 40rem) {
  .profile-tagslist .tag .tag-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.profile-tagslist .tag.false {
  opacity: 0.3;
}
.profile-tagslist .tag.false .tag-icon svg {
  stroke: #9EB1BD;
  stroke: var(--color-stable);
}

.profile-articles .card__label,
.profile-products .card__label {
  display: none;
}
.profile-articles .img--avatar,
.profile-products .img--avatar {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
}
.profile-articles .linktitle,
.profile-products .linktitle {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40rem) {
  .profile-articles .linktitle,
  .profile-products .linktitle {
    font-size: 0.8125rem;
  }
}

.profile-capacitylist .tag {
  padding: 0 0.9375rem 1.25rem 0.9375rem;
}
@media only screen and (max-width: 40rem) {
  .profile-capacitylist .tag {
    padding-bottom: 0.625rem;
  }
  .profile-capacitylist .tag .tag-icon svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.profile-capacitytable svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #000000;
  stroke: var(--color-dark);
  stroke-width: 2.5%;
  stroke-linecap: round;
}
.profile-capacitytable.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 0.625rem;
  margin-bottom: 0.9375rem;
  text-align: center;
  font-size: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .profile-capacitytable.table {
    font-size: 0.75rem;
  }
}
.profile-capacitytable.table .tr {
  display: block;
  margin-bottom: 0.3125rem;
}
.profile-capacitytable.table .tr:nth-child(n+2) {
  padding: 0.9375rem 0;
  border: 0.0625rem solid #ECEDEF;
  border: 0.0625rem solid var(--color-dimmed);
}
@media only screen and (min-width: 40rem) {
  .profile-capacitytable.table .tr {
    display: table-row;
  }
  .profile-capacitytable.table .tr .tr-title {
    display: none;
  }
  .profile-capacitytable.table .tr:nth-child(n+2) {
    padding: 0;
  }
  .profile-capacitytable.table .tr:nth-last-child(1) .td {
    border-bottom: 0.0625rem solid #ECEDEF;
    border-bottom: 0.0625rem solid var(--color-dimmed);
  }
}
.profile-capacitytable.table .th {
  display: none;
  padding: 0.3125rem;
  vertical-align: bottom;
  font-weight: 300;
}
@media only screen and (min-width: 40rem) {
  .profile-capacitytable.table .th {
    display: table-cell;
  }
  .profile-capacitytable.table .th:nth-child(1) {
    width: 24%;
    min-width: 180px;
  }
  .profile-capacitytable.table .th:nth-child(n+2):nth-child(-n+3) {
    width: 10%;
    min-width: 100px;
  }
  .profile-capacitytable.table .th:nth-child(n+4) {
    width: 14%;
    min-width: 135px;
  }
}
.profile-capacitytable.table .td {
  display: block;
  padding: 0.3125rem 2.5rem;
  vertical-align: middle;
}
.profile-capacitytable.table .td .table-label, .profile-capacitytable.table .td .table-content {
  flex-base: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.profile-capacitytable.table .td .table-label {
  text-align: left;
  font-weight: normal;
}
.profile-capacitytable.table .td .table-content:not(.text--left) {
  text-align: right;
}
.profile-capacitytable.table .td .flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-capacitytable.table .td .flex-container .unit {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.profile-capacitytable.table .td .flex-container .input {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
}
@media only screen and (min-width: 40rem) {
  .profile-capacitytable.table .td {
    display: table-cell;
    padding: 0.625rem 0.3125rem;
    border-top: 0.0625rem solid #ECEDEF;
    border-top: 0.0625rem solid var(--color-dimmed);
  }
  .profile-capacitytable.table .td:nth-child(2), .profile-capacitytable.table .td:nth-child(4) {
    border-left: 2px solid #9EB1BD;
    border-left: 2px solid var(--color-stable);
  }
  .profile-capacitytable.table .td .table-label {
    display: none;
  }
  .profile-capacitytable.table .td .table-content {
    width: 100%;
    text-align: left;
  }
  .profile-capacitytable.table .td .table-content:not(.text--left) {
    text-align: center;
  }
}

.link-out {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 0;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.link-out:hover {
  color: rgb(4.8214285714, 9.1964285714, 10.1785714286);
}
.link-out:hover .icon--link {
  stroke: rgb(4.8214285714, 9.1964285714, 10.1785714286);
  stroke-width: 7;
}
.link-out .hide-it {
  display: none;
}

.banner-cps {
  padding: 0.9375rem;
  background: url(/../images/banners/bg-hearts.svg) bottom center/contain no-repeat, #EAD4E0;
  background: url(/../images/banners/bg-hearts.svg) bottom center/contain no-repeat, var(--color-energized-light);
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .banner-cps {
    font-size: 1.25rem;
  }
}
.banner-cps {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .banner-cps {
    padding: 1.25rem;
    background: url(/../images/banners/bg-hearts-left.svg) center left/contain no-repeat, url(/../images/banners/bg-hearts-right.svg) center right/contain no-repeat, #EAD4E0;
    background: url(/../images/banners/bg-hearts-left.svg) center left/contain no-repeat, url(/../images/banners/bg-hearts-right.svg) center right/contain no-repeat, var(--color-energized-light);
  }
  .banner-cps ~ * .request-panel {
    top: 6.6rem;
  }
}
.banner-cps.sticky {
  position: sticky;
  padding: 0.625rem;
  top: 3.125rem;
  z-index: 100;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .banner-cps.sticky {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .banner-cps.sticky {
    top: 4.375rem;
  }
}
.banner-cps.tiny {
  display: none;
  padding: 0.625rem;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 40rem) {
  .banner-cps.tiny {
    font-size: 0.8125rem;
  }
}
.banner-cps.tiny {
  background: url(/../images/banners/bg-hearts.svg) bottom center/contain no-repeat, #EAD4E0;
  background: url(/../images/banners/bg-hearts.svg) bottom center/contain no-repeat, var(--color-energized-light);
}
@media only screen and (min-width: 64rem) {
  .banner-cps.tiny {
    display: block;
  }
}

.banner-cps-cta {
  padding: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .banner-cps-cta {
    padding: 2.5rem;
  }
}

.banner-cps a:not(.button),
.banner-cps-cta a:not(.button) {
  color: #BF8BA8;
  color: var(--color-attention);
}
.banner-cps a:not(.button):hover,
.banner-cps-cta a:not(.button):hover {
  color: rgb(172.8666666667, 106.1333333333, 143.35);
}

.cps-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 20rem;
  color: #000000;
  color: var(--color-dark);
}
@media only screen and (min-width: 40rem) {
  .cps-steps {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: none;
    background: url(/images/cps/steps-bg.svg) no-repeat center top;
    background-size: 75% 5rem;
  }
}
.cps-steps a {
  color: rgb(225.6328125, 194.8671875, 211.6484375);
  text-decoration: none;
  font-weight: bold;
}
.cps-steps a:hover {
  color: #EAD4E0;
  color: var(--color-attention-light);
}
.cps-steps__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media only screen and (min-width: 40rem) {
  .cps-steps__step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: center;
  }
}
.cps-steps__content {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 50%;
          flex: 3 0 50%;
  text-align: left;
}
@media only screen and (min-width: 40rem) {
  .cps-steps__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.cps-steps__title {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0.3125rem;
  color: #18355C;
  color: var(--color-deep);
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .cps-steps__title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 40rem) {
  .cps-steps__title {
    margin-top: 0.3125rem;
    padding: 0 0.625rem;
  }
}
.cps-steps__descr {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40rem) {
  .cps-steps__descr {
    font-size: 1rem;
  }
}
.cps-steps__descr {
  font-weight: 400;
}
@media only screen and (min-width: 40rem) {
  .cps-steps__descr {
    padding: 0 0.625rem;
  }
}
.cps-steps__details {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .cps-steps__details {
    margin: 0.625rem 0 0 0;
    padding: 0 1.25rem;
    font-size: 0.75rem;
    font-weight: 300;
    display: block;
    padding: 0 0.625rem;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 40rem) {
  .cps-steps__details {
    font-size: 0.8125rem;
  }
}
.cps-steps__icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.cps-steps__icon div {
  display: inline-block;
  margin: 0.3125rem 0;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff no-repeat center center;
  background: var(--color-light) no-repeat center center;
  background-size: 70% 70%;
  border-radius: 100%;
}
@media only screen and (min-width: 40rem) {
  .cps-steps__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .cps-steps__icon div {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto;
    background-size: 70% 70%;
  }
}

#vue-quote-panel .version-d form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#vue-quote-panel .version-d .version-element-1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0;
}
#vue-quote-panel .version-d .version-element-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#vue-quote-panel .version-d .version-element-3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1.25rem;
}

#profile-overview.version-b .version-b-item {
  display: none;
}

@media only screen and (max-width: 64rem) {
  .brand-map {
    width: 100%;
    height: 60vh;
  }
}
@media only screen and (min-width: 64rem) {
  .brand-map {
    width: 50%;
    height: 100%;
  }
}
.rounded {
  border-radius: 0.625rem;
  overflow: hidden;
}

.hover-opacity {
  opacity: 1;
}
.hover-opacity:hover {
  opacity: 0.8;
}
