@import url("https://use.typekit.net/yuc8zvc.css");
/*
.burger {
  @include burger(26px, 3px, 5px, $purple, 2px);
  &--activew {
    @include burger-to-cross;
  }
}
*/
/*! 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.
 */
body {
  margin: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

/* 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;
  color: inherit; }

/**
 * 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: 1px dotted; }

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

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

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

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

/**
 * 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: 0;
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 0; }

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

body {
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: calc(1.255rem + 0.06vw);
  line-height: 1.4;
  font-family: quicksand, sans-serif; }
  @media (min-width: 1200px) {
    body {
      font-size: 1.3rem; } }

h1, .h1 {
  font-size: calc(1.475rem + 2.7vw);
  font-family: hwt artz, sans-serif;
  color: #bd1f5d; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 3.5rem; } }

h2, .h2 {
  font-size: calc(1.385rem + 1.62vw);
  font-family: hwt artz, sans-serif;
  color: #bd1f5d; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.6rem; } }

h3, .h3 {
  font-size: calc(1.305rem + 0.66vw);
  font-family: hwt artz, sans-serif;
  color: #bd1f5d; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.8rem; } }

h4, .h4 {
  font-size: calc(1.295rem + 0.54vw);
  font-family: hwt artz, sans-serif;
  color: #bd1f5d; }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.7rem; } }

h5, .h5 {
  font-size: calc(1.285rem + 0.42vw);
  font-family: hwt artz, sans-serif;
  color: #bd1f5d; }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.6rem; } }

* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0; }
  body.loaded {
    opacity: 1; }

#site {
  position: relative; }

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

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

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

.position-relative {
  position: relative; }

.text-color--white {
  color: #FFF; }

.bg-color--white {
  background: #FFF; }

.text-color--black {
  color: #000; }

.bg-color--black {
  background: #000; }

.max-width-xs {
  margin: 0 auto;
  max-width: 0 !important; }

.max-width-sm {
  margin: 0 auto;
  max-width: 576px !important; }

.max-width-md {
  margin: 0 auto;
  max-width: 768px !important; }

.max-width-lg {
  margin: 0 auto;
  max-width: 992px !important; }

.max-width-xl {
  margin: 0 auto;
  max-width: 1200px !important; }

.max-width-xxl {
  margin: 0 auto;
  max-width: 1600px !important; }

.nav {
  position: fixed;
  z-index: 9999;
  width: calc(100% - 40px);
  top: 0;
  left: 50%;
  background: #bd1f5d;
  border-radius: 55px;
  transform: translateX(-50%);
  height: 40px;
  margin: 20px 0;
  padding: 10px 20px 10px 0;
  border-bottom: 4px solid #931B4D;
  display: none; }
  @media screen and (min-width: 576px) {
    .nav {
      height: 56px; } }
  @media screen and (min-width: 992px) {
    .nav {
      display: block;
      height: 77px; } }
  .nav--mobile {
    display: block;
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      .nav--mobile {
        display: none; } }
    .nav--mobile--active {
      border-bottom-right-radius: 0; }
  .nav__mobile {
    opacity: 0;
    float: right;
    border-radius: 0 0 32px 32px;
    position: absolute;
    z-index: 9999;
    right: 0;
    height: 0;
    background-color: transparent; }
  .nav__ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 214px;
    position: relative; }
    .nav__ul--burger {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
    .nav__ul--mobile {
      background-color: #bd1f5d;
      width: 100%;
      list-style: none;
      border-radius: 0 0 32px 32px;
      height: 0;
      opacity: 0;
      margin-top: 0; }
  .nav__li {
    float: right; }
    .nav__li--mobile {
      text-align: right;
      float: none;
      visibility: hidden; }
      .nav__li--mobile--active {
        visibility: visible; }
    .nav__li__a {
      display: block;
      text-align: center;
      padding: 14px;
      padding-right: 0;
      text-decoration: none;
      color: white;
      font-family: hwt artz, sans-serif; }
      .nav__li__a:after {
        content: '|';
        margin-left: 10px; }
      .nav__li__a:hover {
        text-decoration: underline; }
      .nav__li__a--mobile {
        text-align: right; }
      .nav__li__a--no-separator {
        padding: 14px; }
        .nav__li__a--no-separator:after {
          content: ''; }
    .nav__li--burger {
      position: relative;
      margin-top: 8px;
      margin-bottom: 8px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: absolute;
      right: 0;
      margin-right: 20px; }
      .nav__li--burger, .nav__li--burger::before, .nav__li--burger::after {
        display: block;
        width: 26px;
        height: 3px;
        background-color: #ffffff;
        outline: 1px solid transparent;
        border-radius: 2px;
        transition-property: background-color, transform;
        transition-duration: 0.3s; }
      .nav__li--burger::before, .nav__li--burger::after {
        position: absolute;
        content: ""; }
      .nav__li--burger::before {
        top: -8px; }
      .nav__li--burger::after {
        top: 8px; }
      .nav__li--burger--active {
        background-color: transparent; }
      .nav__li--burger--active::before {
        transform: translateY(8px) rotate(45deg); }
      .nav__li--burger--active::after {
        transform: translateY(-8px) rotate(-45deg); }
  .nav__logo {
    float: left;
    margin-left: -214px;
    width: 100px;
    height: 100%; }
    @media screen and (min-width: 576px) {
      .nav__logo {
        width: 140px;
        margin-left: -214px; } }
    @media screen and (min-width: 992px) {
      .nav__logo {
        width: 200px;
        margin-left: -214px; } }
    .nav__logo img {
      position: absolute;
      width: 100px;
      top: -14px; }
      @media screen and (min-width: 576px) {
        .nav__logo img {
          width: 140px;
          top: -15px; } }
      @media screen and (min-width: 992px) {
        .nav__logo img {
          width: 200px;
          top: -18px; } }

.section {
  display: block;
  position: relative;
  padding: 80px 20px 40px 20px; }
  .section__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px; }
    .section__inner h1 {
      text-align: center;
      text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .section__inner--intro .text-right {
        text-align: left; } }
    .section__inner--intro p {
      margin: 10px 0; }
      .section__inner--intro p b {
        font-family: hwt artz, sans-serif;
        font-size: 24px; }
      .section__inner--intro p a {
        font-weight: bold;
        text-decoration: underline; }
    .section__inner--innovator img {
      width: 100%;
      height: auto;
      margin: 40px 0; }
  .section__partners img {
    width: 100%; }
  .section__awards {
    margin-top: 100px; }
    @media screen and (min-width: 992px) {
      .section__awards {
        margin-top: 0; } }
    .section__awards ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section__awards ul li {
        margin-bottom: 24px;
        position: relative; }
        .section__awards ul li img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 40px; }
          @media screen and (min-width: 768px) {
            .section__awards ul li img {
              width: 60px; } }
        .section__awards ul li p {
          margin: 0 0 0 60px; }
          @media screen and (min-width: 768px) {
            .section__awards ul li p {
              margin-left: 80px; } }
          .section__awards ul li p:first-of-type {
            font-family: hwt artz, sans-serif; }
          .section__awards ul li p:last-child {
            font-size: 16px; }
  .section__image-text-block img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 992px) {
      .section__image-text-block img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 30px 0 15px; } }

@media screen and (max-width: 0) {
  .section {
    padding: 25px 15px; } }

.section--header {
  margin-top: 80px;
  padding-top: 120px; }
  .section--header img {
    border-radius: 50% 50%;
    position: absolute;
    top: 0;
    width: 31%;
    height: auto;
    right: 0;
    transform: translate(-20px, 37%); }
    @media screen and (min-width: 768px) {
      .section--header img {
        position: relative;
        transform: none;
        width: 100%; } }
  .section--header table tr td {
    vertical-align: top;
    padding: 7px 12px;
    font-size: 18px; }
    .section--header table tr td:first-child {
      font-size: 22px;
      font-family: hwt artz, sans-serif;
      letter-spacing: 0.06em; }

.section--footer {
  position: relative;
  text-align: left;
  font-size: 90%;
  background-color: #bd1f5d;
  border-bottom: 4px solid #931B4D;
  width: calc(100% - 40px);
  border-radius: 55px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
  padding-top: 40px; }

.section__inner--footer {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .section__inner--footer {
      text-align: left; } }
  .section__inner--footer img {
    max-height: 156px;
    width: auto;
    border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .section__inner--footer img {
        float: right; } }
  .section__inner--footer p, .section__inner--footer a {
    margin-top: 0;
    color: #ffffff;
    font-weight: bold;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin: 0;
    text-decoration: none;
    text-align: center; }
    @media screen and (min-width: 576px) {
      .section__inner--footer p, .section__inner--footer a {
        text-align: left; } }

.btn {
  font-size: calc(1.275rem + 0.3vw);
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 13px 40px;
  text-decoration: none;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .btn {
      font-size: 1.5rem; } }

/* LARGE */
.form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*

Flex grid

 */
[class*=flex-] {
  display: flex;
  flex-wrap: wrap; }

.flex--justify-center {
  justify-content: center; }

.flex--align-center {
  align-content: center; }

.flex--items-center {
  align-items: center; }

.flex__item--align-center {
  align-self: center; }

.flex-xs--gap-0--x {
  margin-right: 0px;
  margin-left: 0px; }

.flex-xs--gap-0--x > [class*=flex__item] {
  padding: 0 0px; }

.flex-xs--gap-1--x {
  margin-right: -2.5px;
  margin-left: -2.5px; }

.flex-xs--gap-1--x > [class*=flex__item] {
  padding: 0 2.5px; }

.flex-xs--gap-2--x {
  margin-right: -5px;
  margin-left: -5px; }

.flex-xs--gap-2--x > [class*=flex__item] {
  padding: 0 5px; }

.flex-xs--gap-3--x {
  margin-right: -7.5px;
  margin-left: -7.5px; }

.flex-xs--gap-3--x > [class*=flex__item] {
  padding: 0 7.5px; }

.flex-xs--gap-4--x {
  margin-right: -10px;
  margin-left: -10px; }

.flex-xs--gap-4--x > [class*=flex__item] {
  padding: 0 10px; }

.flex-xs--gap-5--x {
  margin-right: -12.5px;
  margin-left: -12.5px; }

.flex-xs--gap-5--x > [class*=flex__item] {
  padding: 0 12.5px; }

.flex-xs--gap-6--x {
  margin-right: -15px;
  margin-left: -15px; }

.flex-xs--gap-6--x > [class*=flex__item] {
  padding: 0 15px; }

.flex-xs--gap-7--x {
  margin-right: -17.5px;
  margin-left: -17.5px; }

.flex-xs--gap-7--x > [class*=flex__item] {
  padding: 0 17.5px; }

.flex-xs--gap-8--x {
  margin-right: -20px;
  margin-left: -20px; }

.flex-xs--gap-8--x > [class*=flex__item] {
  padding: 0 20px; }

.flex-xs--gap-9--x {
  margin-right: -22.5px;
  margin-left: -22.5px; }

.flex-xs--gap-9--x > [class*=flex__item] {
  padding: 0 22.5px; }

@media (min-width: 576px) {
  .flex-sm--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  .flex-sm--gap-0--x > [class*=flex__item] {
    padding: 0 0px; }
  .flex-sm--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  .flex-sm--gap-1--x > [class*=flex__item] {
    padding: 0 2.5px; }
  .flex-sm--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  .flex-sm--gap-2--x > [class*=flex__item] {
    padding: 0 5px; }
  .flex-sm--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  .flex-sm--gap-3--x > [class*=flex__item] {
    padding: 0 7.5px; }
  .flex-sm--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  .flex-sm--gap-4--x > [class*=flex__item] {
    padding: 0 10px; }
  .flex-sm--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  .flex-sm--gap-5--x > [class*=flex__item] {
    padding: 0 12.5px; }
  .flex-sm--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-sm--gap-6--x > [class*=flex__item] {
    padding: 0 15px; }
  .flex-sm--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  .flex-sm--gap-7--x > [class*=flex__item] {
    padding: 0 17.5px; }
  .flex-sm--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  .flex-sm--gap-8--x > [class*=flex__item] {
    padding: 0 20px; }
  .flex-sm--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  .flex-sm--gap-9--x > [class*=flex__item] {
    padding: 0 22.5px; } }

@media (min-width: 768px) {
  .flex-md--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  .flex-md--gap-0--x > [class*=flex__item] {
    padding: 0 0px; }
  .flex-md--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  .flex-md--gap-1--x > [class*=flex__item] {
    padding: 0 2.5px; }
  .flex-md--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  .flex-md--gap-2--x > [class*=flex__item] {
    padding: 0 5px; }
  .flex-md--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  .flex-md--gap-3--x > [class*=flex__item] {
    padding: 0 7.5px; }
  .flex-md--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  .flex-md--gap-4--x > [class*=flex__item] {
    padding: 0 10px; }
  .flex-md--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  .flex-md--gap-5--x > [class*=flex__item] {
    padding: 0 12.5px; }
  .flex-md--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-md--gap-6--x > [class*=flex__item] {
    padding: 0 15px; }
  .flex-md--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  .flex-md--gap-7--x > [class*=flex__item] {
    padding: 0 17.5px; }
  .flex-md--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  .flex-md--gap-8--x > [class*=flex__item] {
    padding: 0 20px; }
  .flex-md--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  .flex-md--gap-9--x > [class*=flex__item] {
    padding: 0 22.5px; } }

@media (min-width: 992px) {
  .flex-lg--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  .flex-lg--gap-0--x > [class*=flex__item] {
    padding: 0 0px; }
  .flex-lg--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  .flex-lg--gap-1--x > [class*=flex__item] {
    padding: 0 2.5px; }
  .flex-lg--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  .flex-lg--gap-2--x > [class*=flex__item] {
    padding: 0 5px; }
  .flex-lg--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  .flex-lg--gap-3--x > [class*=flex__item] {
    padding: 0 7.5px; }
  .flex-lg--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  .flex-lg--gap-4--x > [class*=flex__item] {
    padding: 0 10px; }
  .flex-lg--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  .flex-lg--gap-5--x > [class*=flex__item] {
    padding: 0 12.5px; }
  .flex-lg--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-lg--gap-6--x > [class*=flex__item] {
    padding: 0 15px; }
  .flex-lg--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  .flex-lg--gap-7--x > [class*=flex__item] {
    padding: 0 17.5px; }
  .flex-lg--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  .flex-lg--gap-8--x > [class*=flex__item] {
    padding: 0 20px; }
  .flex-lg--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  .flex-lg--gap-9--x > [class*=flex__item] {
    padding: 0 22.5px; } }

@media (min-width: 1200px) {
  .flex-xl--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  .flex-xl--gap-0--x > [class*=flex__item] {
    padding: 0 0px; }
  .flex-xl--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  .flex-xl--gap-1--x > [class*=flex__item] {
    padding: 0 2.5px; }
  .flex-xl--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  .flex-xl--gap-2--x > [class*=flex__item] {
    padding: 0 5px; }
  .flex-xl--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  .flex-xl--gap-3--x > [class*=flex__item] {
    padding: 0 7.5px; }
  .flex-xl--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  .flex-xl--gap-4--x > [class*=flex__item] {
    padding: 0 10px; }
  .flex-xl--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  .flex-xl--gap-5--x > [class*=flex__item] {
    padding: 0 12.5px; }
  .flex-xl--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-xl--gap-6--x > [class*=flex__item] {
    padding: 0 15px; }
  .flex-xl--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  .flex-xl--gap-7--x > [class*=flex__item] {
    padding: 0 17.5px; }
  .flex-xl--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  .flex-xl--gap-8--x > [class*=flex__item] {
    padding: 0 20px; }
  .flex-xl--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  .flex-xl--gap-9--x > [class*=flex__item] {
    padding: 0 22.5px; } }

@media (min-width: 1600px) {
  .flex-xxl--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  .flex-xxl--gap-0--x > [class*=flex__item] {
    padding: 0 0px; }
  .flex-xxl--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  .flex-xxl--gap-1--x > [class*=flex__item] {
    padding: 0 2.5px; }
  .flex-xxl--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  .flex-xxl--gap-2--x > [class*=flex__item] {
    padding: 0 5px; }
  .flex-xxl--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  .flex-xxl--gap-3--x > [class*=flex__item] {
    padding: 0 7.5px; }
  .flex-xxl--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  .flex-xxl--gap-4--x > [class*=flex__item] {
    padding: 0 10px; }
  .flex-xxl--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  .flex-xxl--gap-5--x > [class*=flex__item] {
    padding: 0 12.5px; }
  .flex-xxl--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-xxl--gap-6--x > [class*=flex__item] {
    padding: 0 15px; }
  .flex-xxl--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  .flex-xxl--gap-7--x > [class*=flex__item] {
    padding: 0 17.5px; }
  .flex-xxl--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  .flex-xxl--gap-8--x > [class*=flex__item] {
    padding: 0 20px; }
  .flex-xxl--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  .flex-xxl--gap-9--x > [class*=flex__item] {
    padding: 0 22.5px; } }

.flex-xs--gap-0--y {
  margin-top: 0px; }

.flex-xs--gap-0--y > [class*=flex__item] {
  margin-top: 0px; }

.flex-xs--gap-1--y {
  margin-top: -5px; }

.flex-xs--gap-1--y > [class*=flex__item] {
  margin-top: 5px; }

.flex-xs--gap-2--y {
  margin-top: -10px; }

.flex-xs--gap-2--y > [class*=flex__item] {
  margin-top: 10px; }

.flex-xs--gap-3--y {
  margin-top: -15px; }

.flex-xs--gap-3--y > [class*=flex__item] {
  margin-top: 15px; }

.flex-xs--gap-4--y {
  margin-top: -20px; }

.flex-xs--gap-4--y > [class*=flex__item] {
  margin-top: 20px; }

.flex-xs--gap-5--y {
  margin-top: -25px; }

.flex-xs--gap-5--y > [class*=flex__item] {
  margin-top: 25px; }

.flex-xs--gap-6--y {
  margin-top: -30px; }

.flex-xs--gap-6--y > [class*=flex__item] {
  margin-top: 30px; }

.flex-xs--gap-7--y {
  margin-top: -35px; }

.flex-xs--gap-7--y > [class*=flex__item] {
  margin-top: 35px; }

.flex-xs--gap-8--y {
  margin-top: -40px; }

.flex-xs--gap-8--y > [class*=flex__item] {
  margin-top: 40px; }

.flex-xs--gap-9--y {
  margin-top: -45px; }

.flex-xs--gap-9--y > [class*=flex__item] {
  margin-top: 45px; }

@media (min-width: 576px) {
  .flex-sm--gap-0--y {
    margin-top: 0px; }
  .flex-sm--gap-0--y > [class*=flex__item] {
    margin-top: 0px; }
  .flex-sm--gap-1--y {
    margin-top: -5px; }
  .flex-sm--gap-1--y > [class*=flex__item] {
    margin-top: 5px; }
  .flex-sm--gap-2--y {
    margin-top: -10px; }
  .flex-sm--gap-2--y > [class*=flex__item] {
    margin-top: 10px; }
  .flex-sm--gap-3--y {
    margin-top: -15px; }
  .flex-sm--gap-3--y > [class*=flex__item] {
    margin-top: 15px; }
  .flex-sm--gap-4--y {
    margin-top: -20px; }
  .flex-sm--gap-4--y > [class*=flex__item] {
    margin-top: 20px; }
  .flex-sm--gap-5--y {
    margin-top: -25px; }
  .flex-sm--gap-5--y > [class*=flex__item] {
    margin-top: 25px; }
  .flex-sm--gap-6--y {
    margin-top: -30px; }
  .flex-sm--gap-6--y > [class*=flex__item] {
    margin-top: 30px; }
  .flex-sm--gap-7--y {
    margin-top: -35px; }
  .flex-sm--gap-7--y > [class*=flex__item] {
    margin-top: 35px; }
  .flex-sm--gap-8--y {
    margin-top: -40px; }
  .flex-sm--gap-8--y > [class*=flex__item] {
    margin-top: 40px; }
  .flex-sm--gap-9--y {
    margin-top: -45px; }
  .flex-sm--gap-9--y > [class*=flex__item] {
    margin-top: 45px; } }

@media (min-width: 768px) {
  .flex-md--gap-0--y {
    margin-top: 0px; }
  .flex-md--gap-0--y > [class*=flex__item] {
    margin-top: 0px; }
  .flex-md--gap-1--y {
    margin-top: -5px; }
  .flex-md--gap-1--y > [class*=flex__item] {
    margin-top: 5px; }
  .flex-md--gap-2--y {
    margin-top: -10px; }
  .flex-md--gap-2--y > [class*=flex__item] {
    margin-top: 10px; }
  .flex-md--gap-3--y {
    margin-top: -15px; }
  .flex-md--gap-3--y > [class*=flex__item] {
    margin-top: 15px; }
  .flex-md--gap-4--y {
    margin-top: -20px; }
  .flex-md--gap-4--y > [class*=flex__item] {
    margin-top: 20px; }
  .flex-md--gap-5--y {
    margin-top: -25px; }
  .flex-md--gap-5--y > [class*=flex__item] {
    margin-top: 25px; }
  .flex-md--gap-6--y {
    margin-top: -30px; }
  .flex-md--gap-6--y > [class*=flex__item] {
    margin-top: 30px; }
  .flex-md--gap-7--y {
    margin-top: -35px; }
  .flex-md--gap-7--y > [class*=flex__item] {
    margin-top: 35px; }
  .flex-md--gap-8--y {
    margin-top: -40px; }
  .flex-md--gap-8--y > [class*=flex__item] {
    margin-top: 40px; }
  .flex-md--gap-9--y {
    margin-top: -45px; }
  .flex-md--gap-9--y > [class*=flex__item] {
    margin-top: 45px; } }

@media (min-width: 992px) {
  .flex-lg--gap-0--y {
    margin-top: 0px; }
  .flex-lg--gap-0--y > [class*=flex__item] {
    margin-top: 0px; }
  .flex-lg--gap-1--y {
    margin-top: -5px; }
  .flex-lg--gap-1--y > [class*=flex__item] {
    margin-top: 5px; }
  .flex-lg--gap-2--y {
    margin-top: -10px; }
  .flex-lg--gap-2--y > [class*=flex__item] {
    margin-top: 10px; }
  .flex-lg--gap-3--y {
    margin-top: -15px; }
  .flex-lg--gap-3--y > [class*=flex__item] {
    margin-top: 15px; }
  .flex-lg--gap-4--y {
    margin-top: -20px; }
  .flex-lg--gap-4--y > [class*=flex__item] {
    margin-top: 20px; }
  .flex-lg--gap-5--y {
    margin-top: -25px; }
  .flex-lg--gap-5--y > [class*=flex__item] {
    margin-top: 25px; }
  .flex-lg--gap-6--y {
    margin-top: -30px; }
  .flex-lg--gap-6--y > [class*=flex__item] {
    margin-top: 30px; }
  .flex-lg--gap-7--y {
    margin-top: -35px; }
  .flex-lg--gap-7--y > [class*=flex__item] {
    margin-top: 35px; }
  .flex-lg--gap-8--y {
    margin-top: -40px; }
  .flex-lg--gap-8--y > [class*=flex__item] {
    margin-top: 40px; }
  .flex-lg--gap-9--y {
    margin-top: -45px; }
  .flex-lg--gap-9--y > [class*=flex__item] {
    margin-top: 45px; } }

@media (min-width: 1200px) {
  .flex-xl--gap-0--y {
    margin-top: 0px; }
  .flex-xl--gap-0--y > [class*=flex__item] {
    margin-top: 0px; }
  .flex-xl--gap-1--y {
    margin-top: -5px; }
  .flex-xl--gap-1--y > [class*=flex__item] {
    margin-top: 5px; }
  .flex-xl--gap-2--y {
    margin-top: -10px; }
  .flex-xl--gap-2--y > [class*=flex__item] {
    margin-top: 10px; }
  .flex-xl--gap-3--y {
    margin-top: -15px; }
  .flex-xl--gap-3--y > [class*=flex__item] {
    margin-top: 15px; }
  .flex-xl--gap-4--y {
    margin-top: -20px; }
  .flex-xl--gap-4--y > [class*=flex__item] {
    margin-top: 20px; }
  .flex-xl--gap-5--y {
    margin-top: -25px; }
  .flex-xl--gap-5--y > [class*=flex__item] {
    margin-top: 25px; }
  .flex-xl--gap-6--y {
    margin-top: -30px; }
  .flex-xl--gap-6--y > [class*=flex__item] {
    margin-top: 30px; }
  .flex-xl--gap-7--y {
    margin-top: -35px; }
  .flex-xl--gap-7--y > [class*=flex__item] {
    margin-top: 35px; }
  .flex-xl--gap-8--y {
    margin-top: -40px; }
  .flex-xl--gap-8--y > [class*=flex__item] {
    margin-top: 40px; }
  .flex-xl--gap-9--y {
    margin-top: -45px; }
  .flex-xl--gap-9--y > [class*=flex__item] {
    margin-top: 45px; } }

@media (min-width: 1600px) {
  .flex-xxl--gap-0--y {
    margin-top: 0px; }
  .flex-xxl--gap-0--y > [class*=flex__item] {
    margin-top: 0px; }
  .flex-xxl--gap-1--y {
    margin-top: -5px; }
  .flex-xxl--gap-1--y > [class*=flex__item] {
    margin-top: 5px; }
  .flex-xxl--gap-2--y {
    margin-top: -10px; }
  .flex-xxl--gap-2--y > [class*=flex__item] {
    margin-top: 10px; }
  .flex-xxl--gap-3--y {
    margin-top: -15px; }
  .flex-xxl--gap-3--y > [class*=flex__item] {
    margin-top: 15px; }
  .flex-xxl--gap-4--y {
    margin-top: -20px; }
  .flex-xxl--gap-4--y > [class*=flex__item] {
    margin-top: 20px; }
  .flex-xxl--gap-5--y {
    margin-top: -25px; }
  .flex-xxl--gap-5--y > [class*=flex__item] {
    margin-top: 25px; }
  .flex-xxl--gap-6--y {
    margin-top: -30px; }
  .flex-xxl--gap-6--y > [class*=flex__item] {
    margin-top: 30px; }
  .flex-xxl--gap-7--y {
    margin-top: -35px; }
  .flex-xxl--gap-7--y > [class*=flex__item] {
    margin-top: 35px; }
  .flex-xxl--gap-8--y {
    margin-top: -40px; }
  .flex-xxl--gap-8--y > [class*=flex__item] {
    margin-top: 40px; }
  .flex-xxl--gap-9--y {
    margin-top: -45px; }
  .flex-xxl--gap-9--y > [class*=flex__item] {
    margin-top: 45px; } }

.flex__item-xs--col-1 {
  flex: 0 0 calc(8.33333%); }

.flex__item-xs--col-2 {
  flex: 0 0 calc(16.66667%); }

.flex__item-xs--col-3 {
  flex: 0 0 calc(25%); }

.flex__item-xs--col-4 {
  flex: 0 0 calc(33.33333%); }

.flex__item-xs--col-5 {
  flex: 0 0 calc(41.66667%); }

.flex__item-xs--col-6 {
  flex: 0 0 calc(50%); }

.flex__item-xs--col-7 {
  flex: 0 0 calc(58.33333%); }

.flex__item-xs--col-8 {
  flex: 0 0 calc(66.66667%); }

.flex__item-xs--col-9 {
  flex: 0 0 calc(75%); }

.flex__item-xs--col-10 {
  flex: 0 0 calc(83.33333%); }

.flex__item-xs--col-11 {
  flex: 0 0 calc(91.66667%); }

.flex__item-xs--col-12 {
  flex: 0 0 calc(100%); }

@media (min-width: 576px) {
  .flex__item-sm--col-1 {
    flex: 0 0 calc(8.33333%); }
  .flex__item-sm--col-2 {
    flex: 0 0 calc(16.66667%); }
  .flex__item-sm--col-3 {
    flex: 0 0 calc(25%); }
  .flex__item-sm--col-4 {
    flex: 0 0 calc(33.33333%); }
  .flex__item-sm--col-5 {
    flex: 0 0 calc(41.66667%); }
  .flex__item-sm--col-6 {
    flex: 0 0 calc(50%); }
  .flex__item-sm--col-7 {
    flex: 0 0 calc(58.33333%); }
  .flex__item-sm--col-8 {
    flex: 0 0 calc(66.66667%); }
  .flex__item-sm--col-9 {
    flex: 0 0 calc(75%); }
  .flex__item-sm--col-10 {
    flex: 0 0 calc(83.33333%); }
  .flex__item-sm--col-11 {
    flex: 0 0 calc(91.66667%); }
  .flex__item-sm--col-12 {
    flex: 0 0 calc(100%); } }

@media (min-width: 768px) {
  .flex__item-md--col-1 {
    flex: 0 0 calc(8.33333%); }
  .flex__item-md--col-2 {
    flex: 0 0 calc(16.66667%); }
  .flex__item-md--col-3 {
    flex: 0 0 calc(25%); }
  .flex__item-md--col-4 {
    flex: 0 0 calc(33.33333%); }
  .flex__item-md--col-5 {
    flex: 0 0 calc(41.66667%); }
  .flex__item-md--col-6 {
    flex: 0 0 calc(50%); }
  .flex__item-md--col-7 {
    flex: 0 0 calc(58.33333%); }
  .flex__item-md--col-8 {
    flex: 0 0 calc(66.66667%); }
  .flex__item-md--col-9 {
    flex: 0 0 calc(75%); }
  .flex__item-md--col-10 {
    flex: 0 0 calc(83.33333%); }
  .flex__item-md--col-11 {
    flex: 0 0 calc(91.66667%); }
  .flex__item-md--col-12 {
    flex: 0 0 calc(100%); } }

@media (min-width: 992px) {
  .flex__item-lg--col-1 {
    flex: 0 0 calc(8.33333%); }
  .flex__item-lg--col-2 {
    flex: 0 0 calc(16.66667%); }
  .flex__item-lg--col-3 {
    flex: 0 0 calc(25%); }
  .flex__item-lg--col-4 {
    flex: 0 0 calc(33.33333%); }
  .flex__item-lg--col-5 {
    flex: 0 0 calc(41.66667%); }
  .flex__item-lg--col-6 {
    flex: 0 0 calc(50%); }
  .flex__item-lg--col-7 {
    flex: 0 0 calc(58.33333%); }
  .flex__item-lg--col-8 {
    flex: 0 0 calc(66.66667%); }
  .flex__item-lg--col-9 {
    flex: 0 0 calc(75%); }
  .flex__item-lg--col-10 {
    flex: 0 0 calc(83.33333%); }
  .flex__item-lg--col-11 {
    flex: 0 0 calc(91.66667%); }
  .flex__item-lg--col-12 {
    flex: 0 0 calc(100%); } }

@media (min-width: 1200px) {
  .flex__item-xl--col-1 {
    flex: 0 0 calc(8.33333%); }
  .flex__item-xl--col-2 {
    flex: 0 0 calc(16.66667%); }
  .flex__item-xl--col-3 {
    flex: 0 0 calc(25%); }
  .flex__item-xl--col-4 {
    flex: 0 0 calc(33.33333%); }
  .flex__item-xl--col-5 {
    flex: 0 0 calc(41.66667%); }
  .flex__item-xl--col-6 {
    flex: 0 0 calc(50%); }
  .flex__item-xl--col-7 {
    flex: 0 0 calc(58.33333%); }
  .flex__item-xl--col-8 {
    flex: 0 0 calc(66.66667%); }
  .flex__item-xl--col-9 {
    flex: 0 0 calc(75%); }
  .flex__item-xl--col-10 {
    flex: 0 0 calc(83.33333%); }
  .flex__item-xl--col-11 {
    flex: 0 0 calc(91.66667%); }
  .flex__item-xl--col-12 {
    flex: 0 0 calc(100%); } }

@media (min-width: 1600px) {
  .flex__item-xxl--col-1 {
    flex: 0 0 calc(8.33333%); }
  .flex__item-xxl--col-2 {
    flex: 0 0 calc(16.66667%); }
  .flex__item-xxl--col-3 {
    flex: 0 0 calc(25%); }
  .flex__item-xxl--col-4 {
    flex: 0 0 calc(33.33333%); }
  .flex__item-xxl--col-5 {
    flex: 0 0 calc(41.66667%); }
  .flex__item-xxl--col-6 {
    flex: 0 0 calc(50%); }
  .flex__item-xxl--col-7 {
    flex: 0 0 calc(58.33333%); }
  .flex__item-xxl--col-8 {
    flex: 0 0 calc(66.66667%); }
  .flex__item-xxl--col-9 {
    flex: 0 0 calc(75%); }
  .flex__item-xxl--col-10 {
    flex: 0 0 calc(83.33333%); }
  .flex__item-xxl--col-11 {
    flex: 0 0 calc(91.66667%); }
  .flex__item-xxl--col-12 {
    flex: 0 0 calc(100%); } }

/*

Grid

 */
[class*=grid__item] {
  float: left;
  width: 100%;
  min-height: 1px; }

[class*=grid__item] > :last-child {
  margin-bottom: 0 !important; }

[class*=grid__section] > :last-child {
  margin-bottom: 0 !important; }

[class*=grid__section] > :last-child > :last-child {
  margin-bottom: 0 !important; }

[class*=grid-]:before, [class*=grid-]:after {
  content: ' ';
  display: table; }

[class*=grid-]:after {
  clear: both; }

@supports (display: grid) {
  [class*=grid-] {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr; }
  [class*=grid-]:before, [class*=grid-]:after {
    display: none; }
  [class*=grid-] > [class*=grid__item] {
    width: 100%; } }

@supports (display: grid) {
  [class*=grid-] {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr; }
  @supports (grid-template-columns: minmax(0, 1.1rem)) {
    [class*=grid-] {
      grid-template-columns: repeat(12, minmax(0, 1fr)); } } }

[class*=grid__item-xs] {
  display: block;
  clear: none; }

.grid__item-xs--col-1 {
  width: 8.33333%; }

@supports (display: grid) {
  .grid__item-xs--col-1 {
    grid-column-end: span 1; } }

.grid__item-xs--col-2 {
  width: 16.66667%; }

@supports (display: grid) {
  .grid__item-xs--col-2 {
    grid-column-end: span 2; } }

.grid__item-xs--col-3 {
  width: 25%; }

@supports (display: grid) {
  .grid__item-xs--col-3 {
    grid-column-end: span 3; } }

.grid__item-xs--col-4 {
  width: 33.33333%; }

@supports (display: grid) {
  .grid__item-xs--col-4 {
    grid-column-end: span 4; } }

.grid__item-xs--col-5 {
  width: 41.66667%; }

@supports (display: grid) {
  .grid__item-xs--col-5 {
    grid-column-end: span 5; } }

.grid__item-xs--col-6 {
  width: 50%; }

@supports (display: grid) {
  .grid__item-xs--col-6 {
    grid-column-end: span 6; } }

.grid__item-xs--col-7 {
  width: 58.33333%; }

@supports (display: grid) {
  .grid__item-xs--col-7 {
    grid-column-end: span 7; } }

.grid__item-xs--col-8 {
  width: 66.66667%; }

@supports (display: grid) {
  .grid__item-xs--col-8 {
    grid-column-end: span 8; } }

.grid__item-xs--col-9 {
  width: 75%; }

@supports (display: grid) {
  .grid__item-xs--col-9 {
    grid-column-end: span 9; } }

.grid__item-xs--col-10 {
  width: 83.33333%; }

@supports (display: grid) {
  .grid__item-xs--col-10 {
    grid-column-end: span 10; } }

.grid__item-xs--col-11 {
  width: 91.66667%; }

@supports (display: grid) {
  .grid__item-xs--col-11 {
    grid-column-end: span 11; } }

.grid__item-xs--col-12 {
  width: 100%; }

@supports (display: grid) {
  .grid__item-xs--col-12 {
    grid-column-end: span 12; } }

@media (min-width: 576px) {
  [class*=grid__item-sm] {
    display: block;
    clear: none; }
  .grid__item-sm--col-1 {
    width: 8.33333%; }
  @supports (display: grid) {
    .grid__item-sm--col-1 {
      grid-column-end: span 1; } }
  .grid__item-sm--col-2 {
    width: 16.66667%; }
  @supports (display: grid) {
    .grid__item-sm--col-2 {
      grid-column-end: span 2; } }
  .grid__item-sm--col-3 {
    width: 25%; }
  @supports (display: grid) {
    .grid__item-sm--col-3 {
      grid-column-end: span 3; } }
  .grid__item-sm--col-4 {
    width: 33.33333%; }
  @supports (display: grid) {
    .grid__item-sm--col-4 {
      grid-column-end: span 4; } }
  .grid__item-sm--col-5 {
    width: 41.66667%; }
  @supports (display: grid) {
    .grid__item-sm--col-5 {
      grid-column-end: span 5; } }
  .grid__item-sm--col-6 {
    width: 50%; }
  @supports (display: grid) {
    .grid__item-sm--col-6 {
      grid-column-end: span 6; } }
  .grid__item-sm--col-7 {
    width: 58.33333%; }
  @supports (display: grid) {
    .grid__item-sm--col-7 {
      grid-column-end: span 7; } }
  .grid__item-sm--col-8 {
    width: 66.66667%; }
  @supports (display: grid) {
    .grid__item-sm--col-8 {
      grid-column-end: span 8; } }
  .grid__item-sm--col-9 {
    width: 75%; }
  @supports (display: grid) {
    .grid__item-sm--col-9 {
      grid-column-end: span 9; } }
  .grid__item-sm--col-10 {
    width: 83.33333%; }
  @supports (display: grid) {
    .grid__item-sm--col-10 {
      grid-column-end: span 10; } }
  .grid__item-sm--col-11 {
    width: 91.66667%; }
  @supports (display: grid) {
    .grid__item-sm--col-11 {
      grid-column-end: span 11; } }
  .grid__item-sm--col-12 {
    width: 100%; }
  @supports (display: grid) {
    .grid__item-sm--col-12 {
      grid-column-end: span 12; } } }

@media (min-width: 768px) {
  [class*=grid__item-md] {
    display: block;
    clear: none; }
  .grid__item-md--col-1 {
    width: 8.33333%; }
  @supports (display: grid) {
    .grid__item-md--col-1 {
      grid-column-end: span 1; } }
  .grid__item-md--col-2 {
    width: 16.66667%; }
  @supports (display: grid) {
    .grid__item-md--col-2 {
      grid-column-end: span 2; } }
  .grid__item-md--col-3 {
    width: 25%; }
  @supports (display: grid) {
    .grid__item-md--col-3 {
      grid-column-end: span 3; } }
  .grid__item-md--col-4 {
    width: 33.33333%; }
  @supports (display: grid) {
    .grid__item-md--col-4 {
      grid-column-end: span 4; } }
  .grid__item-md--col-5 {
    width: 41.66667%; }
  @supports (display: grid) {
    .grid__item-md--col-5 {
      grid-column-end: span 5; } }
  .grid__item-md--col-6 {
    width: 50%; }
  @supports (display: grid) {
    .grid__item-md--col-6 {
      grid-column-end: span 6; } }
  .grid__item-md--col-7 {
    width: 58.33333%; }
  @supports (display: grid) {
    .grid__item-md--col-7 {
      grid-column-end: span 7; } }
  .grid__item-md--col-8 {
    width: 66.66667%; }
  @supports (display: grid) {
    .grid__item-md--col-8 {
      grid-column-end: span 8; } }
  .grid__item-md--col-9 {
    width: 75%; }
  @supports (display: grid) {
    .grid__item-md--col-9 {
      grid-column-end: span 9; } }
  .grid__item-md--col-10 {
    width: 83.33333%; }
  @supports (display: grid) {
    .grid__item-md--col-10 {
      grid-column-end: span 10; } }
  .grid__item-md--col-11 {
    width: 91.66667%; }
  @supports (display: grid) {
    .grid__item-md--col-11 {
      grid-column-end: span 11; } }
  .grid__item-md--col-12 {
    width: 100%; }
  @supports (display: grid) {
    .grid__item-md--col-12 {
      grid-column-end: span 12; } } }

@media (min-width: 992px) {
  [class*=grid__item-lg] {
    display: block;
    clear: none; }
  .grid__item-lg--col-1 {
    width: 8.33333%; }
  @supports (display: grid) {
    .grid__item-lg--col-1 {
      grid-column-end: span 1; } }
  .grid__item-lg--col-2 {
    width: 16.66667%; }
  @supports (display: grid) {
    .grid__item-lg--col-2 {
      grid-column-end: span 2; } }
  .grid__item-lg--col-3 {
    width: 25%; }
  @supports (display: grid) {
    .grid__item-lg--col-3 {
      grid-column-end: span 3; } }
  .grid__item-lg--col-4 {
    width: 33.33333%; }
  @supports (display: grid) {
    .grid__item-lg--col-4 {
      grid-column-end: span 4; } }
  .grid__item-lg--col-5 {
    width: 41.66667%; }
  @supports (display: grid) {
    .grid__item-lg--col-5 {
      grid-column-end: span 5; } }
  .grid__item-lg--col-6 {
    width: 50%; }
  @supports (display: grid) {
    .grid__item-lg--col-6 {
      grid-column-end: span 6; } }
  .grid__item-lg--col-7 {
    width: 58.33333%; }
  @supports (display: grid) {
    .grid__item-lg--col-7 {
      grid-column-end: span 7; } }
  .grid__item-lg--col-8 {
    width: 66.66667%; }
  @supports (display: grid) {
    .grid__item-lg--col-8 {
      grid-column-end: span 8; } }
  .grid__item-lg--col-9 {
    width: 75%; }
  @supports (display: grid) {
    .grid__item-lg--col-9 {
      grid-column-end: span 9; } }
  .grid__item-lg--col-10 {
    width: 83.33333%; }
  @supports (display: grid) {
    .grid__item-lg--col-10 {
      grid-column-end: span 10; } }
  .grid__item-lg--col-11 {
    width: 91.66667%; }
  @supports (display: grid) {
    .grid__item-lg--col-11 {
      grid-column-end: span 11; } }
  .grid__item-lg--col-12 {
    width: 100%; }
  @supports (display: grid) {
    .grid__item-lg--col-12 {
      grid-column-end: span 12; } } }

@media (min-width: 1200px) {
  [class*=grid__item-xl] {
    display: block;
    clear: none; }
  .grid__item-xl--col-1 {
    width: 8.33333%; }
  @supports (display: grid) {
    .grid__item-xl--col-1 {
      grid-column-end: span 1; } }
  .grid__item-xl--col-2 {
    width: 16.66667%; }
  @supports (display: grid) {
    .grid__item-xl--col-2 {
      grid-column-end: span 2; } }
  .grid__item-xl--col-3 {
    width: 25%; }
  @supports (display: grid) {
    .grid__item-xl--col-3 {
      grid-column-end: span 3; } }
  .grid__item-xl--col-4 {
    width: 33.33333%; }
  @supports (display: grid) {
    .grid__item-xl--col-4 {
      grid-column-end: span 4; } }
  .grid__item-xl--col-5 {
    width: 41.66667%; }
  @supports (display: grid) {
    .grid__item-xl--col-5 {
      grid-column-end: span 5; } }
  .grid__item-xl--col-6 {
    width: 50%; }
  @supports (display: grid) {
    .grid__item-xl--col-6 {
      grid-column-end: span 6; } }
  .grid__item-xl--col-7 {
    width: 58.33333%; }
  @supports (display: grid) {
    .grid__item-xl--col-7 {
      grid-column-end: span 7; } }
  .grid__item-xl--col-8 {
    width: 66.66667%; }
  @supports (display: grid) {
    .grid__item-xl--col-8 {
      grid-column-end: span 8; } }
  .grid__item-xl--col-9 {
    width: 75%; }
  @supports (display: grid) {
    .grid__item-xl--col-9 {
      grid-column-end: span 9; } }
  .grid__item-xl--col-10 {
    width: 83.33333%; }
  @supports (display: grid) {
    .grid__item-xl--col-10 {
      grid-column-end: span 10; } }
  .grid__item-xl--col-11 {
    width: 91.66667%; }
  @supports (display: grid) {
    .grid__item-xl--col-11 {
      grid-column-end: span 11; } }
  .grid__item-xl--col-12 {
    width: 100%; }
  @supports (display: grid) {
    .grid__item-xl--col-12 {
      grid-column-end: span 12; } } }

@media (min-width: 1600px) {
  [class*=grid__item-xxl] {
    display: block;
    clear: none; }
  .grid__item-xxl--col-1 {
    width: 8.33333%; }
  @supports (display: grid) {
    .grid__item-xxl--col-1 {
      grid-column-end: span 1; } }
  .grid__item-xxl--col-2 {
    width: 16.66667%; }
  @supports (display: grid) {
    .grid__item-xxl--col-2 {
      grid-column-end: span 2; } }
  .grid__item-xxl--col-3 {
    width: 25%; }
  @supports (display: grid) {
    .grid__item-xxl--col-3 {
      grid-column-end: span 3; } }
  .grid__item-xxl--col-4 {
    width: 33.33333%; }
  @supports (display: grid) {
    .grid__item-xxl--col-4 {
      grid-column-end: span 4; } }
  .grid__item-xxl--col-5 {
    width: 41.66667%; }
  @supports (display: grid) {
    .grid__item-xxl--col-5 {
      grid-column-end: span 5; } }
  .grid__item-xxl--col-6 {
    width: 50%; }
  @supports (display: grid) {
    .grid__item-xxl--col-6 {
      grid-column-end: span 6; } }
  .grid__item-xxl--col-7 {
    width: 58.33333%; }
  @supports (display: grid) {
    .grid__item-xxl--col-7 {
      grid-column-end: span 7; } }
  .grid__item-xxl--col-8 {
    width: 66.66667%; }
  @supports (display: grid) {
    .grid__item-xxl--col-8 {
      grid-column-end: span 8; } }
  .grid__item-xxl--col-9 {
    width: 75%; }
  @supports (display: grid) {
    .grid__item-xxl--col-9 {
      grid-column-end: span 9; } }
  .grid__item-xxl--col-10 {
    width: 83.33333%; }
  @supports (display: grid) {
    .grid__item-xxl--col-10 {
      grid-column-end: span 10; } }
  .grid__item-xxl--col-11 {
    width: 91.66667%; }
  @supports (display: grid) {
    .grid__item-xxl--col-11 {
      grid-column-end: span 11; } }
  .grid__item-xxl--col-12 {
    width: 100%; }
  @supports (display: grid) {
    .grid__item-xxl--col-12 {
      grid-column-end: span 12; } } }

.grid-xs--gap-0--x {
  margin-right: 0px;
  margin-left: 0px; }

@supports (display: grid) {
  .grid-xs--gap-0--x {
    margin: 0;
    grid-column-gap: 0px; } }

.grid-xs--gap-0--x > [class*=grid__item] {
  padding: 0 0px; }

@supports (display: grid) {
  .grid-xs--gap-0--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-1--x {
  margin-right: -2.5px;
  margin-left: -2.5px; }

@supports (display: grid) {
  .grid-xs--gap-1--x {
    margin: 0;
    grid-column-gap: 5px; } }

.grid-xs--gap-1--x > [class*=grid__item] {
  padding: 0 2.5px; }

@supports (display: grid) {
  .grid-xs--gap-1--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-2--x {
  margin-right: -5px;
  margin-left: -5px; }

@supports (display: grid) {
  .grid-xs--gap-2--x {
    margin: 0;
    grid-column-gap: 10px; } }

.grid-xs--gap-2--x > [class*=grid__item] {
  padding: 0 5px; }

@supports (display: grid) {
  .grid-xs--gap-2--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-3--x {
  margin-right: -7.5px;
  margin-left: -7.5px; }

@supports (display: grid) {
  .grid-xs--gap-3--x {
    margin: 0;
    grid-column-gap: 15px; } }

.grid-xs--gap-3--x > [class*=grid__item] {
  padding: 0 7.5px; }

@supports (display: grid) {
  .grid-xs--gap-3--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-4--x {
  margin-right: -10px;
  margin-left: -10px; }

@supports (display: grid) {
  .grid-xs--gap-4--x {
    margin: 0;
    grid-column-gap: 20px; } }

.grid-xs--gap-4--x > [class*=grid__item] {
  padding: 0 10px; }

@supports (display: grid) {
  .grid-xs--gap-4--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-5--x {
  margin-right: -12.5px;
  margin-left: -12.5px; }

@supports (display: grid) {
  .grid-xs--gap-5--x {
    margin: 0;
    grid-column-gap: 25px; } }

.grid-xs--gap-5--x > [class*=grid__item] {
  padding: 0 12.5px; }

@supports (display: grid) {
  .grid-xs--gap-5--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-6--x {
  margin-right: -15px;
  margin-left: -15px; }

@supports (display: grid) {
  .grid-xs--gap-6--x {
    margin: 0;
    grid-column-gap: 30px; } }

.grid-xs--gap-6--x > [class*=grid__item] {
  padding: 0 15px; }

@supports (display: grid) {
  .grid-xs--gap-6--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-7--x {
  margin-right: -17.5px;
  margin-left: -17.5px; }

@supports (display: grid) {
  .grid-xs--gap-7--x {
    margin: 0;
    grid-column-gap: 35px; } }

.grid-xs--gap-7--x > [class*=grid__item] {
  padding: 0 17.5px; }

@supports (display: grid) {
  .grid-xs--gap-7--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-8--x {
  margin-right: -20px;
  margin-left: -20px; }

@supports (display: grid) {
  .grid-xs--gap-8--x {
    margin: 0;
    grid-column-gap: 40px; } }

.grid-xs--gap-8--x > [class*=grid__item] {
  padding: 0 20px; }

@supports (display: grid) {
  .grid-xs--gap-8--x > [class*=grid__item] {
    padding: 0; } }

.grid-xs--gap-9--x {
  margin-right: -22.5px;
  margin-left: -22.5px; }

@supports (display: grid) {
  .grid-xs--gap-9--x {
    margin: 0;
    grid-column-gap: 45px; } }

.grid-xs--gap-9--x > [class*=grid__item] {
  padding: 0 22.5px; }

@supports (display: grid) {
  .grid-xs--gap-9--x > [class*=grid__item] {
    padding: 0; } }

@media (min-width: 576px) {
  .grid-sm--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  @supports (display: grid) {
    .grid-sm--gap-0--x {
      margin: 0;
      grid-column-gap: 0px; } }
  .grid-sm--gap-0--x > [class*=grid__item] {
    padding: 0 0px; }
  @supports (display: grid) {
    .grid-sm--gap-0--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  @supports (display: grid) {
    .grid-sm--gap-1--x {
      margin: 0;
      grid-column-gap: 5px; } }
  .grid-sm--gap-1--x > [class*=grid__item] {
    padding: 0 2.5px; }
  @supports (display: grid) {
    .grid-sm--gap-1--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  @supports (display: grid) {
    .grid-sm--gap-2--x {
      margin: 0;
      grid-column-gap: 10px; } }
  .grid-sm--gap-2--x > [class*=grid__item] {
    padding: 0 5px; }
  @supports (display: grid) {
    .grid-sm--gap-2--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  @supports (display: grid) {
    .grid-sm--gap-3--x {
      margin: 0;
      grid-column-gap: 15px; } }
  .grid-sm--gap-3--x > [class*=grid__item] {
    padding: 0 7.5px; }
  @supports (display: grid) {
    .grid-sm--gap-3--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  @supports (display: grid) {
    .grid-sm--gap-4--x {
      margin: 0;
      grid-column-gap: 20px; } }
  .grid-sm--gap-4--x > [class*=grid__item] {
    padding: 0 10px; }
  @supports (display: grid) {
    .grid-sm--gap-4--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  @supports (display: grid) {
    .grid-sm--gap-5--x {
      margin: 0;
      grid-column-gap: 25px; } }
  .grid-sm--gap-5--x > [class*=grid__item] {
    padding: 0 12.5px; }
  @supports (display: grid) {
    .grid-sm--gap-5--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  @supports (display: grid) {
    .grid-sm--gap-6--x {
      margin: 0;
      grid-column-gap: 30px; } }
  .grid-sm--gap-6--x > [class*=grid__item] {
    padding: 0 15px; }
  @supports (display: grid) {
    .grid-sm--gap-6--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  @supports (display: grid) {
    .grid-sm--gap-7--x {
      margin: 0;
      grid-column-gap: 35px; } }
  .grid-sm--gap-7--x > [class*=grid__item] {
    padding: 0 17.5px; }
  @supports (display: grid) {
    .grid-sm--gap-7--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  @supports (display: grid) {
    .grid-sm--gap-8--x {
      margin: 0;
      grid-column-gap: 40px; } }
  .grid-sm--gap-8--x > [class*=grid__item] {
    padding: 0 20px; }
  @supports (display: grid) {
    .grid-sm--gap-8--x > [class*=grid__item] {
      padding: 0; } }
  .grid-sm--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  @supports (display: grid) {
    .grid-sm--gap-9--x {
      margin: 0;
      grid-column-gap: 45px; } }
  .grid-sm--gap-9--x > [class*=grid__item] {
    padding: 0 22.5px; }
  @supports (display: grid) {
    .grid-sm--gap-9--x > [class*=grid__item] {
      padding: 0; } } }

@media (min-width: 768px) {
  .grid-md--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  @supports (display: grid) {
    .grid-md--gap-0--x {
      margin: 0;
      grid-column-gap: 0px; } }
  .grid-md--gap-0--x > [class*=grid__item] {
    padding: 0 0px; }
  @supports (display: grid) {
    .grid-md--gap-0--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  @supports (display: grid) {
    .grid-md--gap-1--x {
      margin: 0;
      grid-column-gap: 5px; } }
  .grid-md--gap-1--x > [class*=grid__item] {
    padding: 0 2.5px; }
  @supports (display: grid) {
    .grid-md--gap-1--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  @supports (display: grid) {
    .grid-md--gap-2--x {
      margin: 0;
      grid-column-gap: 10px; } }
  .grid-md--gap-2--x > [class*=grid__item] {
    padding: 0 5px; }
  @supports (display: grid) {
    .grid-md--gap-2--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  @supports (display: grid) {
    .grid-md--gap-3--x {
      margin: 0;
      grid-column-gap: 15px; } }
  .grid-md--gap-3--x > [class*=grid__item] {
    padding: 0 7.5px; }
  @supports (display: grid) {
    .grid-md--gap-3--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  @supports (display: grid) {
    .grid-md--gap-4--x {
      margin: 0;
      grid-column-gap: 20px; } }
  .grid-md--gap-4--x > [class*=grid__item] {
    padding: 0 10px; }
  @supports (display: grid) {
    .grid-md--gap-4--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  @supports (display: grid) {
    .grid-md--gap-5--x {
      margin: 0;
      grid-column-gap: 25px; } }
  .grid-md--gap-5--x > [class*=grid__item] {
    padding: 0 12.5px; }
  @supports (display: grid) {
    .grid-md--gap-5--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  @supports (display: grid) {
    .grid-md--gap-6--x {
      margin: 0;
      grid-column-gap: 30px; } }
  .grid-md--gap-6--x > [class*=grid__item] {
    padding: 0 15px; }
  @supports (display: grid) {
    .grid-md--gap-6--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  @supports (display: grid) {
    .grid-md--gap-7--x {
      margin: 0;
      grid-column-gap: 35px; } }
  .grid-md--gap-7--x > [class*=grid__item] {
    padding: 0 17.5px; }
  @supports (display: grid) {
    .grid-md--gap-7--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  @supports (display: grid) {
    .grid-md--gap-8--x {
      margin: 0;
      grid-column-gap: 40px; } }
  .grid-md--gap-8--x > [class*=grid__item] {
    padding: 0 20px; }
  @supports (display: grid) {
    .grid-md--gap-8--x > [class*=grid__item] {
      padding: 0; } }
  .grid-md--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  @supports (display: grid) {
    .grid-md--gap-9--x {
      margin: 0;
      grid-column-gap: 45px; } }
  .grid-md--gap-9--x > [class*=grid__item] {
    padding: 0 22.5px; }
  @supports (display: grid) {
    .grid-md--gap-9--x > [class*=grid__item] {
      padding: 0; } } }

@media (min-width: 992px) {
  .grid-lg--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  @supports (display: grid) {
    .grid-lg--gap-0--x {
      margin: 0;
      grid-column-gap: 0px; } }
  .grid-lg--gap-0--x > [class*=grid__item] {
    padding: 0 0px; }
  @supports (display: grid) {
    .grid-lg--gap-0--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  @supports (display: grid) {
    .grid-lg--gap-1--x {
      margin: 0;
      grid-column-gap: 5px; } }
  .grid-lg--gap-1--x > [class*=grid__item] {
    padding: 0 2.5px; }
  @supports (display: grid) {
    .grid-lg--gap-1--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  @supports (display: grid) {
    .grid-lg--gap-2--x {
      margin: 0;
      grid-column-gap: 10px; } }
  .grid-lg--gap-2--x > [class*=grid__item] {
    padding: 0 5px; }
  @supports (display: grid) {
    .grid-lg--gap-2--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  @supports (display: grid) {
    .grid-lg--gap-3--x {
      margin: 0;
      grid-column-gap: 15px; } }
  .grid-lg--gap-3--x > [class*=grid__item] {
    padding: 0 7.5px; }
  @supports (display: grid) {
    .grid-lg--gap-3--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  @supports (display: grid) {
    .grid-lg--gap-4--x {
      margin: 0;
      grid-column-gap: 20px; } }
  .grid-lg--gap-4--x > [class*=grid__item] {
    padding: 0 10px; }
  @supports (display: grid) {
    .grid-lg--gap-4--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  @supports (display: grid) {
    .grid-lg--gap-5--x {
      margin: 0;
      grid-column-gap: 25px; } }
  .grid-lg--gap-5--x > [class*=grid__item] {
    padding: 0 12.5px; }
  @supports (display: grid) {
    .grid-lg--gap-5--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  @supports (display: grid) {
    .grid-lg--gap-6--x {
      margin: 0;
      grid-column-gap: 30px; } }
  .grid-lg--gap-6--x > [class*=grid__item] {
    padding: 0 15px; }
  @supports (display: grid) {
    .grid-lg--gap-6--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  @supports (display: grid) {
    .grid-lg--gap-7--x {
      margin: 0;
      grid-column-gap: 35px; } }
  .grid-lg--gap-7--x > [class*=grid__item] {
    padding: 0 17.5px; }
  @supports (display: grid) {
    .grid-lg--gap-7--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  @supports (display: grid) {
    .grid-lg--gap-8--x {
      margin: 0;
      grid-column-gap: 40px; } }
  .grid-lg--gap-8--x > [class*=grid__item] {
    padding: 0 20px; }
  @supports (display: grid) {
    .grid-lg--gap-8--x > [class*=grid__item] {
      padding: 0; } }
  .grid-lg--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  @supports (display: grid) {
    .grid-lg--gap-9--x {
      margin: 0;
      grid-column-gap: 45px; } }
  .grid-lg--gap-9--x > [class*=grid__item] {
    padding: 0 22.5px; }
  @supports (display: grid) {
    .grid-lg--gap-9--x > [class*=grid__item] {
      padding: 0; } } }

@media (min-width: 1200px) {
  .grid-xl--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  @supports (display: grid) {
    .grid-xl--gap-0--x {
      margin: 0;
      grid-column-gap: 0px; } }
  .grid-xl--gap-0--x > [class*=grid__item] {
    padding: 0 0px; }
  @supports (display: grid) {
    .grid-xl--gap-0--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  @supports (display: grid) {
    .grid-xl--gap-1--x {
      margin: 0;
      grid-column-gap: 5px; } }
  .grid-xl--gap-1--x > [class*=grid__item] {
    padding: 0 2.5px; }
  @supports (display: grid) {
    .grid-xl--gap-1--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  @supports (display: grid) {
    .grid-xl--gap-2--x {
      margin: 0;
      grid-column-gap: 10px; } }
  .grid-xl--gap-2--x > [class*=grid__item] {
    padding: 0 5px; }
  @supports (display: grid) {
    .grid-xl--gap-2--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  @supports (display: grid) {
    .grid-xl--gap-3--x {
      margin: 0;
      grid-column-gap: 15px; } }
  .grid-xl--gap-3--x > [class*=grid__item] {
    padding: 0 7.5px; }
  @supports (display: grid) {
    .grid-xl--gap-3--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  @supports (display: grid) {
    .grid-xl--gap-4--x {
      margin: 0;
      grid-column-gap: 20px; } }
  .grid-xl--gap-4--x > [class*=grid__item] {
    padding: 0 10px; }
  @supports (display: grid) {
    .grid-xl--gap-4--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  @supports (display: grid) {
    .grid-xl--gap-5--x {
      margin: 0;
      grid-column-gap: 25px; } }
  .grid-xl--gap-5--x > [class*=grid__item] {
    padding: 0 12.5px; }
  @supports (display: grid) {
    .grid-xl--gap-5--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  @supports (display: grid) {
    .grid-xl--gap-6--x {
      margin: 0;
      grid-column-gap: 30px; } }
  .grid-xl--gap-6--x > [class*=grid__item] {
    padding: 0 15px; }
  @supports (display: grid) {
    .grid-xl--gap-6--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  @supports (display: grid) {
    .grid-xl--gap-7--x {
      margin: 0;
      grid-column-gap: 35px; } }
  .grid-xl--gap-7--x > [class*=grid__item] {
    padding: 0 17.5px; }
  @supports (display: grid) {
    .grid-xl--gap-7--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  @supports (display: grid) {
    .grid-xl--gap-8--x {
      margin: 0;
      grid-column-gap: 40px; } }
  .grid-xl--gap-8--x > [class*=grid__item] {
    padding: 0 20px; }
  @supports (display: grid) {
    .grid-xl--gap-8--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xl--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  @supports (display: grid) {
    .grid-xl--gap-9--x {
      margin: 0;
      grid-column-gap: 45px; } }
  .grid-xl--gap-9--x > [class*=grid__item] {
    padding: 0 22.5px; }
  @supports (display: grid) {
    .grid-xl--gap-9--x > [class*=grid__item] {
      padding: 0; } } }

@media (min-width: 1600px) {
  .grid-xxl--gap-0--x {
    margin-right: 0px;
    margin-left: 0px; }
  @supports (display: grid) {
    .grid-xxl--gap-0--x {
      margin: 0;
      grid-column-gap: 0px; } }
  .grid-xxl--gap-0--x > [class*=grid__item] {
    padding: 0 0px; }
  @supports (display: grid) {
    .grid-xxl--gap-0--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-1--x {
    margin-right: -2.5px;
    margin-left: -2.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-1--x {
      margin: 0;
      grid-column-gap: 5px; } }
  .grid-xxl--gap-1--x > [class*=grid__item] {
    padding: 0 2.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-1--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-2--x {
    margin-right: -5px;
    margin-left: -5px; }
  @supports (display: grid) {
    .grid-xxl--gap-2--x {
      margin: 0;
      grid-column-gap: 10px; } }
  .grid-xxl--gap-2--x > [class*=grid__item] {
    padding: 0 5px; }
  @supports (display: grid) {
    .grid-xxl--gap-2--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-3--x {
    margin-right: -7.5px;
    margin-left: -7.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-3--x {
      margin: 0;
      grid-column-gap: 15px; } }
  .grid-xxl--gap-3--x > [class*=grid__item] {
    padding: 0 7.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-3--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-4--x {
    margin-right: -10px;
    margin-left: -10px; }
  @supports (display: grid) {
    .grid-xxl--gap-4--x {
      margin: 0;
      grid-column-gap: 20px; } }
  .grid-xxl--gap-4--x > [class*=grid__item] {
    padding: 0 10px; }
  @supports (display: grid) {
    .grid-xxl--gap-4--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-5--x {
    margin-right: -12.5px;
    margin-left: -12.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-5--x {
      margin: 0;
      grid-column-gap: 25px; } }
  .grid-xxl--gap-5--x > [class*=grid__item] {
    padding: 0 12.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-5--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-6--x {
    margin-right: -15px;
    margin-left: -15px; }
  @supports (display: grid) {
    .grid-xxl--gap-6--x {
      margin: 0;
      grid-column-gap: 30px; } }
  .grid-xxl--gap-6--x > [class*=grid__item] {
    padding: 0 15px; }
  @supports (display: grid) {
    .grid-xxl--gap-6--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-7--x {
    margin-right: -17.5px;
    margin-left: -17.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-7--x {
      margin: 0;
      grid-column-gap: 35px; } }
  .grid-xxl--gap-7--x > [class*=grid__item] {
    padding: 0 17.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-7--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-8--x {
    margin-right: -20px;
    margin-left: -20px; }
  @supports (display: grid) {
    .grid-xxl--gap-8--x {
      margin: 0;
      grid-column-gap: 40px; } }
  .grid-xxl--gap-8--x > [class*=grid__item] {
    padding: 0 20px; }
  @supports (display: grid) {
    .grid-xxl--gap-8--x > [class*=grid__item] {
      padding: 0; } }
  .grid-xxl--gap-9--x {
    margin-right: -22.5px;
    margin-left: -22.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-9--x {
      margin: 0;
      grid-column-gap: 45px; } }
  .grid-xxl--gap-9--x > [class*=grid__item] {
    padding: 0 22.5px; }
  @supports (display: grid) {
    .grid-xxl--gap-9--x > [class*=grid__item] {
      padding: 0; } } }

.grid-xs--gap-0--y {
  margin-top: 0px; }

@supports (display: grid) {
  .grid-xs--gap-0--y {
    margin-top: 0;
    grid-row-gap: 0px; } }

.grid-xs--gap-0--y > [class*=grid__item] {
  margin-top: 0px; }

@supports (display: grid) {
  .grid-xs--gap-0--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-1--y {
  margin-top: -5px; }

@supports (display: grid) {
  .grid-xs--gap-1--y {
    margin-top: 0;
    grid-row-gap: 5px; } }

.grid-xs--gap-1--y > [class*=grid__item] {
  margin-top: 5px; }

@supports (display: grid) {
  .grid-xs--gap-1--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-2--y {
  margin-top: -10px; }

@supports (display: grid) {
  .grid-xs--gap-2--y {
    margin-top: 0;
    grid-row-gap: 10px; } }

.grid-xs--gap-2--y > [class*=grid__item] {
  margin-top: 10px; }

@supports (display: grid) {
  .grid-xs--gap-2--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-3--y {
  margin-top: -15px; }

@supports (display: grid) {
  .grid-xs--gap-3--y {
    margin-top: 0;
    grid-row-gap: 15px; } }

.grid-xs--gap-3--y > [class*=grid__item] {
  margin-top: 15px; }

@supports (display: grid) {
  .grid-xs--gap-3--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-4--y {
  margin-top: -20px; }

@supports (display: grid) {
  .grid-xs--gap-4--y {
    margin-top: 0;
    grid-row-gap: 20px; } }

.grid-xs--gap-4--y > [class*=grid__item] {
  margin-top: 20px; }

@supports (display: grid) {
  .grid-xs--gap-4--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-5--y {
  margin-top: -25px; }

@supports (display: grid) {
  .grid-xs--gap-5--y {
    margin-top: 0;
    grid-row-gap: 25px; } }

.grid-xs--gap-5--y > [class*=grid__item] {
  margin-top: 25px; }

@supports (display: grid) {
  .grid-xs--gap-5--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-6--y {
  margin-top: -30px; }

@supports (display: grid) {
  .grid-xs--gap-6--y {
    margin-top: 0;
    grid-row-gap: 30px; } }

.grid-xs--gap-6--y > [class*=grid__item] {
  margin-top: 30px; }

@supports (display: grid) {
  .grid-xs--gap-6--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-7--y {
  margin-top: -35px; }

@supports (display: grid) {
  .grid-xs--gap-7--y {
    margin-top: 0;
    grid-row-gap: 35px; } }

.grid-xs--gap-7--y > [class*=grid__item] {
  margin-top: 35px; }

@supports (display: grid) {
  .grid-xs--gap-7--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-8--y {
  margin-top: -40px; }

@supports (display: grid) {
  .grid-xs--gap-8--y {
    margin-top: 0;
    grid-row-gap: 40px; } }

.grid-xs--gap-8--y > [class*=grid__item] {
  margin-top: 40px; }

@supports (display: grid) {
  .grid-xs--gap-8--y > [class*=grid__item] {
    margin-top: 0; } }

.grid-xs--gap-9--y {
  margin-top: -45px; }

@supports (display: grid) {
  .grid-xs--gap-9--y {
    margin-top: 0;
    grid-row-gap: 45px; } }

.grid-xs--gap-9--y > [class*=grid__item] {
  margin-top: 45px; }

@supports (display: grid) {
  .grid-xs--gap-9--y > [class*=grid__item] {
    margin-top: 0; } }

@media (min-width: 576px) {
  .grid-sm--gap-0--y {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-sm--gap-0--y {
      margin-top: 0;
      grid-row-gap: 0px; } }
  .grid-sm--gap-0--y > [class*=grid__item] {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-sm--gap-0--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-1--y {
    margin-top: -5px; }
  @supports (display: grid) {
    .grid-sm--gap-1--y {
      margin-top: 0;
      grid-row-gap: 5px; } }
  .grid-sm--gap-1--y > [class*=grid__item] {
    margin-top: 5px; }
  @supports (display: grid) {
    .grid-sm--gap-1--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-2--y {
    margin-top: -10px; }
  @supports (display: grid) {
    .grid-sm--gap-2--y {
      margin-top: 0;
      grid-row-gap: 10px; } }
  .grid-sm--gap-2--y > [class*=grid__item] {
    margin-top: 10px; }
  @supports (display: grid) {
    .grid-sm--gap-2--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-3--y {
    margin-top: -15px; }
  @supports (display: grid) {
    .grid-sm--gap-3--y {
      margin-top: 0;
      grid-row-gap: 15px; } }
  .grid-sm--gap-3--y > [class*=grid__item] {
    margin-top: 15px; }
  @supports (display: grid) {
    .grid-sm--gap-3--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-4--y {
    margin-top: -20px; }
  @supports (display: grid) {
    .grid-sm--gap-4--y {
      margin-top: 0;
      grid-row-gap: 20px; } }
  .grid-sm--gap-4--y > [class*=grid__item] {
    margin-top: 20px; }
  @supports (display: grid) {
    .grid-sm--gap-4--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-5--y {
    margin-top: -25px; }
  @supports (display: grid) {
    .grid-sm--gap-5--y {
      margin-top: 0;
      grid-row-gap: 25px; } }
  .grid-sm--gap-5--y > [class*=grid__item] {
    margin-top: 25px; }
  @supports (display: grid) {
    .grid-sm--gap-5--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-6--y {
    margin-top: -30px; }
  @supports (display: grid) {
    .grid-sm--gap-6--y {
      margin-top: 0;
      grid-row-gap: 30px; } }
  .grid-sm--gap-6--y > [class*=grid__item] {
    margin-top: 30px; }
  @supports (display: grid) {
    .grid-sm--gap-6--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-7--y {
    margin-top: -35px; }
  @supports (display: grid) {
    .grid-sm--gap-7--y {
      margin-top: 0;
      grid-row-gap: 35px; } }
  .grid-sm--gap-7--y > [class*=grid__item] {
    margin-top: 35px; }
  @supports (display: grid) {
    .grid-sm--gap-7--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-8--y {
    margin-top: -40px; }
  @supports (display: grid) {
    .grid-sm--gap-8--y {
      margin-top: 0;
      grid-row-gap: 40px; } }
  .grid-sm--gap-8--y > [class*=grid__item] {
    margin-top: 40px; }
  @supports (display: grid) {
    .grid-sm--gap-8--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-sm--gap-9--y {
    margin-top: -45px; }
  @supports (display: grid) {
    .grid-sm--gap-9--y {
      margin-top: 0;
      grid-row-gap: 45px; } }
  .grid-sm--gap-9--y > [class*=grid__item] {
    margin-top: 45px; }
  @supports (display: grid) {
    .grid-sm--gap-9--y > [class*=grid__item] {
      margin-top: 0; } } }

@media (min-width: 768px) {
  .grid-md--gap-0--y {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-md--gap-0--y {
      margin-top: 0;
      grid-row-gap: 0px; } }
  .grid-md--gap-0--y > [class*=grid__item] {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-md--gap-0--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-1--y {
    margin-top: -5px; }
  @supports (display: grid) {
    .grid-md--gap-1--y {
      margin-top: 0;
      grid-row-gap: 5px; } }
  .grid-md--gap-1--y > [class*=grid__item] {
    margin-top: 5px; }
  @supports (display: grid) {
    .grid-md--gap-1--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-2--y {
    margin-top: -10px; }
  @supports (display: grid) {
    .grid-md--gap-2--y {
      margin-top: 0;
      grid-row-gap: 10px; } }
  .grid-md--gap-2--y > [class*=grid__item] {
    margin-top: 10px; }
  @supports (display: grid) {
    .grid-md--gap-2--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-3--y {
    margin-top: -15px; }
  @supports (display: grid) {
    .grid-md--gap-3--y {
      margin-top: 0;
      grid-row-gap: 15px; } }
  .grid-md--gap-3--y > [class*=grid__item] {
    margin-top: 15px; }
  @supports (display: grid) {
    .grid-md--gap-3--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-4--y {
    margin-top: -20px; }
  @supports (display: grid) {
    .grid-md--gap-4--y {
      margin-top: 0;
      grid-row-gap: 20px; } }
  .grid-md--gap-4--y > [class*=grid__item] {
    margin-top: 20px; }
  @supports (display: grid) {
    .grid-md--gap-4--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-5--y {
    margin-top: -25px; }
  @supports (display: grid) {
    .grid-md--gap-5--y {
      margin-top: 0;
      grid-row-gap: 25px; } }
  .grid-md--gap-5--y > [class*=grid__item] {
    margin-top: 25px; }
  @supports (display: grid) {
    .grid-md--gap-5--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-6--y {
    margin-top: -30px; }
  @supports (display: grid) {
    .grid-md--gap-6--y {
      margin-top: 0;
      grid-row-gap: 30px; } }
  .grid-md--gap-6--y > [class*=grid__item] {
    margin-top: 30px; }
  @supports (display: grid) {
    .grid-md--gap-6--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-7--y {
    margin-top: -35px; }
  @supports (display: grid) {
    .grid-md--gap-7--y {
      margin-top: 0;
      grid-row-gap: 35px; } }
  .grid-md--gap-7--y > [class*=grid__item] {
    margin-top: 35px; }
  @supports (display: grid) {
    .grid-md--gap-7--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-8--y {
    margin-top: -40px; }
  @supports (display: grid) {
    .grid-md--gap-8--y {
      margin-top: 0;
      grid-row-gap: 40px; } }
  .grid-md--gap-8--y > [class*=grid__item] {
    margin-top: 40px; }
  @supports (display: grid) {
    .grid-md--gap-8--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-md--gap-9--y {
    margin-top: -45px; }
  @supports (display: grid) {
    .grid-md--gap-9--y {
      margin-top: 0;
      grid-row-gap: 45px; } }
  .grid-md--gap-9--y > [class*=grid__item] {
    margin-top: 45px; }
  @supports (display: grid) {
    .grid-md--gap-9--y > [class*=grid__item] {
      margin-top: 0; } } }

@media (min-width: 992px) {
  .grid-lg--gap-0--y {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-lg--gap-0--y {
      margin-top: 0;
      grid-row-gap: 0px; } }
  .grid-lg--gap-0--y > [class*=grid__item] {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-lg--gap-0--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-1--y {
    margin-top: -5px; }
  @supports (display: grid) {
    .grid-lg--gap-1--y {
      margin-top: 0;
      grid-row-gap: 5px; } }
  .grid-lg--gap-1--y > [class*=grid__item] {
    margin-top: 5px; }
  @supports (display: grid) {
    .grid-lg--gap-1--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-2--y {
    margin-top: -10px; }
  @supports (display: grid) {
    .grid-lg--gap-2--y {
      margin-top: 0;
      grid-row-gap: 10px; } }
  .grid-lg--gap-2--y > [class*=grid__item] {
    margin-top: 10px; }
  @supports (display: grid) {
    .grid-lg--gap-2--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-3--y {
    margin-top: -15px; }
  @supports (display: grid) {
    .grid-lg--gap-3--y {
      margin-top: 0;
      grid-row-gap: 15px; } }
  .grid-lg--gap-3--y > [class*=grid__item] {
    margin-top: 15px; }
  @supports (display: grid) {
    .grid-lg--gap-3--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-4--y {
    margin-top: -20px; }
  @supports (display: grid) {
    .grid-lg--gap-4--y {
      margin-top: 0;
      grid-row-gap: 20px; } }
  .grid-lg--gap-4--y > [class*=grid__item] {
    margin-top: 20px; }
  @supports (display: grid) {
    .grid-lg--gap-4--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-5--y {
    margin-top: -25px; }
  @supports (display: grid) {
    .grid-lg--gap-5--y {
      margin-top: 0;
      grid-row-gap: 25px; } }
  .grid-lg--gap-5--y > [class*=grid__item] {
    margin-top: 25px; }
  @supports (display: grid) {
    .grid-lg--gap-5--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-6--y {
    margin-top: -30px; }
  @supports (display: grid) {
    .grid-lg--gap-6--y {
      margin-top: 0;
      grid-row-gap: 30px; } }
  .grid-lg--gap-6--y > [class*=grid__item] {
    margin-top: 30px; }
  @supports (display: grid) {
    .grid-lg--gap-6--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-7--y {
    margin-top: -35px; }
  @supports (display: grid) {
    .grid-lg--gap-7--y {
      margin-top: 0;
      grid-row-gap: 35px; } }
  .grid-lg--gap-7--y > [class*=grid__item] {
    margin-top: 35px; }
  @supports (display: grid) {
    .grid-lg--gap-7--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-8--y {
    margin-top: -40px; }
  @supports (display: grid) {
    .grid-lg--gap-8--y {
      margin-top: 0;
      grid-row-gap: 40px; } }
  .grid-lg--gap-8--y > [class*=grid__item] {
    margin-top: 40px; }
  @supports (display: grid) {
    .grid-lg--gap-8--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-lg--gap-9--y {
    margin-top: -45px; }
  @supports (display: grid) {
    .grid-lg--gap-9--y {
      margin-top: 0;
      grid-row-gap: 45px; } }
  .grid-lg--gap-9--y > [class*=grid__item] {
    margin-top: 45px; }
  @supports (display: grid) {
    .grid-lg--gap-9--y > [class*=grid__item] {
      margin-top: 0; } } }

@media (min-width: 1200px) {
  .grid-xl--gap-0--y {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-xl--gap-0--y {
      margin-top: 0;
      grid-row-gap: 0px; } }
  .grid-xl--gap-0--y > [class*=grid__item] {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-xl--gap-0--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-1--y {
    margin-top: -5px; }
  @supports (display: grid) {
    .grid-xl--gap-1--y {
      margin-top: 0;
      grid-row-gap: 5px; } }
  .grid-xl--gap-1--y > [class*=grid__item] {
    margin-top: 5px; }
  @supports (display: grid) {
    .grid-xl--gap-1--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-2--y {
    margin-top: -10px; }
  @supports (display: grid) {
    .grid-xl--gap-2--y {
      margin-top: 0;
      grid-row-gap: 10px; } }
  .grid-xl--gap-2--y > [class*=grid__item] {
    margin-top: 10px; }
  @supports (display: grid) {
    .grid-xl--gap-2--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-3--y {
    margin-top: -15px; }
  @supports (display: grid) {
    .grid-xl--gap-3--y {
      margin-top: 0;
      grid-row-gap: 15px; } }
  .grid-xl--gap-3--y > [class*=grid__item] {
    margin-top: 15px; }
  @supports (display: grid) {
    .grid-xl--gap-3--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-4--y {
    margin-top: -20px; }
  @supports (display: grid) {
    .grid-xl--gap-4--y {
      margin-top: 0;
      grid-row-gap: 20px; } }
  .grid-xl--gap-4--y > [class*=grid__item] {
    margin-top: 20px; }
  @supports (display: grid) {
    .grid-xl--gap-4--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-5--y {
    margin-top: -25px; }
  @supports (display: grid) {
    .grid-xl--gap-5--y {
      margin-top: 0;
      grid-row-gap: 25px; } }
  .grid-xl--gap-5--y > [class*=grid__item] {
    margin-top: 25px; }
  @supports (display: grid) {
    .grid-xl--gap-5--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-6--y {
    margin-top: -30px; }
  @supports (display: grid) {
    .grid-xl--gap-6--y {
      margin-top: 0;
      grid-row-gap: 30px; } }
  .grid-xl--gap-6--y > [class*=grid__item] {
    margin-top: 30px; }
  @supports (display: grid) {
    .grid-xl--gap-6--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-7--y {
    margin-top: -35px; }
  @supports (display: grid) {
    .grid-xl--gap-7--y {
      margin-top: 0;
      grid-row-gap: 35px; } }
  .grid-xl--gap-7--y > [class*=grid__item] {
    margin-top: 35px; }
  @supports (display: grid) {
    .grid-xl--gap-7--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-8--y {
    margin-top: -40px; }
  @supports (display: grid) {
    .grid-xl--gap-8--y {
      margin-top: 0;
      grid-row-gap: 40px; } }
  .grid-xl--gap-8--y > [class*=grid__item] {
    margin-top: 40px; }
  @supports (display: grid) {
    .grid-xl--gap-8--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xl--gap-9--y {
    margin-top: -45px; }
  @supports (display: grid) {
    .grid-xl--gap-9--y {
      margin-top: 0;
      grid-row-gap: 45px; } }
  .grid-xl--gap-9--y > [class*=grid__item] {
    margin-top: 45px; }
  @supports (display: grid) {
    .grid-xl--gap-9--y > [class*=grid__item] {
      margin-top: 0; } } }

@media (min-width: 1600px) {
  .grid-xxl--gap-0--y {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-xxl--gap-0--y {
      margin-top: 0;
      grid-row-gap: 0px; } }
  .grid-xxl--gap-0--y > [class*=grid__item] {
    margin-top: 0px; }
  @supports (display: grid) {
    .grid-xxl--gap-0--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-1--y {
    margin-top: -5px; }
  @supports (display: grid) {
    .grid-xxl--gap-1--y {
      margin-top: 0;
      grid-row-gap: 5px; } }
  .grid-xxl--gap-1--y > [class*=grid__item] {
    margin-top: 5px; }
  @supports (display: grid) {
    .grid-xxl--gap-1--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-2--y {
    margin-top: -10px; }
  @supports (display: grid) {
    .grid-xxl--gap-2--y {
      margin-top: 0;
      grid-row-gap: 10px; } }
  .grid-xxl--gap-2--y > [class*=grid__item] {
    margin-top: 10px; }
  @supports (display: grid) {
    .grid-xxl--gap-2--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-3--y {
    margin-top: -15px; }
  @supports (display: grid) {
    .grid-xxl--gap-3--y {
      margin-top: 0;
      grid-row-gap: 15px; } }
  .grid-xxl--gap-3--y > [class*=grid__item] {
    margin-top: 15px; }
  @supports (display: grid) {
    .grid-xxl--gap-3--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-4--y {
    margin-top: -20px; }
  @supports (display: grid) {
    .grid-xxl--gap-4--y {
      margin-top: 0;
      grid-row-gap: 20px; } }
  .grid-xxl--gap-4--y > [class*=grid__item] {
    margin-top: 20px; }
  @supports (display: grid) {
    .grid-xxl--gap-4--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-5--y {
    margin-top: -25px; }
  @supports (display: grid) {
    .grid-xxl--gap-5--y {
      margin-top: 0;
      grid-row-gap: 25px; } }
  .grid-xxl--gap-5--y > [class*=grid__item] {
    margin-top: 25px; }
  @supports (display: grid) {
    .grid-xxl--gap-5--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-6--y {
    margin-top: -30px; }
  @supports (display: grid) {
    .grid-xxl--gap-6--y {
      margin-top: 0;
      grid-row-gap: 30px; } }
  .grid-xxl--gap-6--y > [class*=grid__item] {
    margin-top: 30px; }
  @supports (display: grid) {
    .grid-xxl--gap-6--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-7--y {
    margin-top: -35px; }
  @supports (display: grid) {
    .grid-xxl--gap-7--y {
      margin-top: 0;
      grid-row-gap: 35px; } }
  .grid-xxl--gap-7--y > [class*=grid__item] {
    margin-top: 35px; }
  @supports (display: grid) {
    .grid-xxl--gap-7--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-8--y {
    margin-top: -40px; }
  @supports (display: grid) {
    .grid-xxl--gap-8--y {
      margin-top: 0;
      grid-row-gap: 40px; } }
  .grid-xxl--gap-8--y > [class*=grid__item] {
    margin-top: 40px; }
  @supports (display: grid) {
    .grid-xxl--gap-8--y > [class*=grid__item] {
      margin-top: 0; } }
  .grid-xxl--gap-9--y {
    margin-top: -45px; }
  @supports (display: grid) {
    .grid-xxl--gap-9--y {
      margin-top: 0;
      grid-row-gap: 45px; } }
  .grid-xxl--gap-9--y > [class*=grid__item] {
    margin-top: 45px; }
  @supports (display: grid) {
    .grid-xxl--gap-9--y > [class*=grid__item] {
      margin-top: 0; } } }

.skip-link {
  display: block;
  position: fixed;
  left: -1000em;
  z-index: 99;
  padding: 3px 5px;
  color: #ffffff;
  background-color: #000000; }
  .skip-link:focus, .skip-link:active {
    left: 3px;
    top: 3px;
    z-index: 10002; }

/*# sourceMappingURL=maps/screen.css.map */
