@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

html {
  scroll-behavior: smooth; }

@media (min-width: 46.25rem) {
  .side-bar {
    max-width: 600px; } }

@-moz-document url-prefix() {
  a[target="_ blank"] {
    margin-right: 15px;
    position: relative; }
    a[target="_ blank"]:after {
      content: "";
      width: 13px;
      background: url("/assets/images/icons/external-link.svg");
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat; } }
.block {
  display: block; }

.link-none {
  text-decoration: none; }

.float-left {
  float: left; }

@media (min-width: 70rem) {
  .float-right {
    float: right; } }

.heatmap img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block; }

/*screenshot nostyle*/
.pattern {
  margin: 2em 0 2em auto;
  text-align: center; }
  .pattern img {
    max-width: 600px;
    width: 100%; }

.screenshot {
  margin: 0 auto;
  margin-top: 2em;
  text-align: center; }
  .screenshot img {
    margin: 0 1em;
    max-width: 250px;
    display: inline-block; }
  .screenshot_twitter img {
    width: 100%;
    max-width: 200px; }

.image {
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center; }
  .image img {
    max-width: 500px;
    width: 100%;
    display: inline-block; }
  .image.has-border img {
    border: 2px solid #dfdfdf; }

/* back to top */
.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border-radius: 2px;
  display: none; }

.back_to_top:hover {
  background: #e9ebec; }

.back_to_top-show {
  display: block; }

/* end begin Back to Top button  */
html, body {
  min-height: 100%; }

.home-background {
  height: 100%;
  background-color: #11063B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 31.25rem) {
    .home-background::after {
      z-index: -2;
      content: "";
      width: 95%;
      height: 95%;
      border: 3px solid white;
      margin: 0 auto;
      position: absolute;
      border-radius: 20px;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      max-width: 1000px;
      max-height: 750px; } }
  @media (min-width: 31.25rem) {
    .home-background::before {
      z-index: -1;
      content: "";
      width: 100%;
      height: 100%;
      background: url("/assets/images/home/icons.svg");
      background-repeat: no-repeat;
      background-size: 850px;
      background-position: center;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      max-width: 1125px; } }
  .home-background h1 {
    color: white;
    word-break: break-all; }
  .home-background .baseline {
    font-size: 20px;
    opacity: .75;
    max-width: 500px;
    line-height: normal;
    margin: 0 auto;
    text-align: center; }
  .home-background h2 {
    font-weight: normal;
    color: #fff; }
  .home-background .main-content-home {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 46.25rem) {
      .home-background .main-content-home {
        padding-right: 6rem;
        padding-left: 4rem; } }
  .home-background .home-index {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .home-background .chapters {
    margin: 2em 0; }
    .home-background .chapters a {
      height: 100%;
      transition: all .2s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .home-background .chapters a h2 {
        margin-bottom: 0;
        margin-top: 12px; }
      .home-background .chapters a img {
        display: inline-block;
        width: 80px;
        margin: 0 auto; }
      .home-background .chapters a:hover {
        transform: scale(1.05); }

.flx-has-2 > div {
  flex: 1; }

.bottom-pagination-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem; }
  .bottom-pagination-container .bottom-pagination {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex: 1 100%;
    margin: 1.5em 0; }
    @media (min-width: 31.25rem) {
      .bottom-pagination-container .bottom-pagination {
        flex: 1; } }
    @media (min-width: 70rem) {
      .bottom-pagination-container .bottom-pagination:first-child {
        margin-right: 1.5em; }
      .bottom-pagination-container .bottom-pagination:last-child {
        margin-left: 1.5em; } }
  .bottom-pagination-container .link {
    border-radius: 500px;
    text-decoration: none;
    display: flex;
    flex: 1;
    align-items: stretch;
    justify-content: space-between;
    padding: 1em 2em; }
    .bottom-pagination-container .link div {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .bottom-pagination-container .link p {
      font-size: .8em;
      margin: 0;
      font-family: "CircularStd", "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif;
      font-weight: 400; }
    .bottom-pagination-container .link img {
      margin: 0 1em;
      max-width: 25px;
      display: block; }
    .bottom-pagination-container .link h4 {
      font-size: 1em !important;
      margin: 0;
      text-transform: none;
      font-weight: 800;
      letter-spacing: .2px; }
  .bottom-pagination-container .prev-page .link {
    background: #FFFFFF;
    border: 2px solid #EBE3E3; }
  .bottom-pagination-container .prev-page .link p {
    color: #9E9292; }
  .bottom-pagination-container .next-page {
    order: -1; }
    @media (min-width: 31.25rem) {
      .bottom-pagination-container .next-page {
        order: 1; } }
    .bottom-pagination-container .next-page p {
      color: #302f2f; }
    .bottom-pagination-container .next-page .link {
      background: #818181; }
    .bottom-pagination-container .next-page.concevoir p {
      color: #933232; }
    .bottom-pagination-container .next-page.concevoir .link {
      background: #E16B6B; }
    .bottom-pagination-container .next-page.enquete p {
      color: #9E772D; }
    .bottom-pagination-container .next-page.enquete .link {
      background: #E6B351; }
    .bottom-pagination-container .next-page.techno p {
      color: #96BFF6; }
    .bottom-pagination-container .next-page.techno .link {
      background: #417BC8; }
    .bottom-pagination-container .next-page * {
      color: white; }
    .bottom-pagination-container .next-page img {
      transform: rotate(180deg); }

.link-annexes {
  text-decoration: underline;
  font-size: .9em;
  font-weight: 500;
  color: #ACACAC; }
  .link-annexes.active {
    color: #424242; }

/*mis*/
.mis {
  position: relative;
  min-height: 500px; }
  .mis video {
    width: 220px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
    object-fit: cover; }
  .mis img {
    z-index: -1;
    max-width: 250px;
    display: block;
    margin: 0 auto; }

/* CircularStd @font-face kit */
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-Black.eot");
  src: url("/assets/fonts/circular/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-Black.woff") format("woff"), url("/assets/fonts/circular/CircularStd-Black.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-BlackItalic.eot");
  src: url("/assets/fonts/circular/CircularStd-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-BlackItalic.woff") format("woff"), url("/assets/fonts/circular/CircularStd-BlackItalic.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-BlackItalic.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-Bold.eot");
  src: url("/assets/fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-Bold.woff") format("woff"), url("/assets/fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-BoldItalic.eot");
  src: url("/assets/fonts/circular/CircularStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-BoldItalic.woff") format("woff"), url("/assets/fonts/circular/CircularStd-BoldItalic.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-BoldItalic.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-Medium.eot");
  src: url("/assets/fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-Medium.woff") format("woff"), url("/assets/fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-Medium.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-MediumItalic.eot");
  src: url("/assets/fonts/circular/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-MediumItalic.woff") format("woff"), url("/assets/fonts/circular/CircularStd-MediumItalic.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-MediumItalic.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-Book.eot");
  src: url("/assets/fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-Book.woff") format("woff"), url("/assets/fonts/circular/CircularStd-Book.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd';
  src: url("/assets/fonts/circular/CircularStd-BookItalic.eot");
  src: url("/assets/fonts/circular/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/circular/CircularStd-BookItalic.woff") format("woff"), url("/assets/fonts/circular/CircularStd-BookItalic.ttf") format("truetype"), url("/assets/fonts/circular/CircularStd-BookItalic.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 400;
  font-style: italic; }
/* feather */
@font-face {
  font-family: "feather";
  src: url("/assets/fonts/feather/feather.eot");
  /* IE9*/
  src: url("/assets/fonts/feather/feather.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/feather/feather.woff") format("woff"), url("/assets/fonts/feather/feather.ttf") format("truetype"); }
.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alert-octagon:before {
  content: "\e81b"; }

.icon-alert-circle:before {
  content: "\e81c"; }

.icon-activity:before {
  content: "\e81d"; }

.icon-alert-triangle:before {
  content: "\e81e"; }

.icon-align-center:before {
  content: "\e81f"; }

.icon-airplay:before {
  content: "\e820"; }

.icon-align-justify:before {
  content: "\e821"; }

.icon-align-left:before {
  content: "\e822"; }

.icon-align-right:before {
  content: "\e823"; }

.icon-arrow-down-left:before {
  content: "\e824"; }

.icon-arrow-down-right:before {
  content: "\e825"; }

.icon-anchor:before {
  content: "\e826"; }

.icon-aperture:before {
  content: "\e827"; }

.icon-arrow-left:before {
  content: "\e828"; }

.icon-arrow-right:before {
  content: "\e829"; }

.icon-arrow-down:before {
  content: "\e82a"; }

.icon-arrow-up-left:before {
  content: "\e82b"; }

.icon-arrow-up-right:before {
  content: "\e82c"; }

.icon-arrow-up:before {
  content: "\e82d"; }

.icon-award:before {
  content: "\e82e"; }

.icon-bar-chart:before {
  content: "\e82f"; }

.icon-at-sign:before {
  content: "\e830"; }

.icon-bar-chart-2:before {
  content: "\e831"; }

.icon-battery-charging:before {
  content: "\e832"; }

.icon-bell-off:before {
  content: "\e833"; }

.icon-battery:before {
  content: "\e834"; }

.icon-bluetooth:before {
  content: "\e835"; }

.icon-bell:before {
  content: "\e836"; }

.icon-book:before {
  content: "\e837"; }

.icon-briefcase:before {
  content: "\e838"; }

.icon-camera-off:before {
  content: "\e839"; }

.icon-calendar:before {
  content: "\e83a"; }

.icon-bookmark:before {
  content: "\e83b"; }

.icon-box:before {
  content: "\e83c"; }

.icon-camera:before {
  content: "\e83d"; }

.icon-check-circle:before {
  content: "\e83e"; }

.icon-check:before {
  content: "\e83f"; }

.icon-check-square:before {
  content: "\e840"; }

.icon-cast:before {
  content: "\e841"; }

.icon-chevron-down:before {
  content: "\e842"; }

.icon-chevron-left:before {
  content: "\e843"; }

.icon-chevron-right:before {
  content: "\e844"; }

.icon-chevron-up:before {
  content: "\e845"; }

.icon-chevrons-down:before {
  content: "\e846"; }

.icon-chevrons-right:before {
  content: "\e847"; }

.icon-chevrons-up:before {
  content: "\e848"; }

.icon-chevrons-left:before {
  content: "\e849"; }

.icon-circle:before {
  content: "\e84a"; }

.icon-clipboard:before {
  content: "\e84b"; }

.icon-chrome:before {
  content: "\e84c"; }

.icon-clock:before {
  content: "\e84d"; }

.icon-cloud-lightning:before {
  content: "\e84e"; }

.icon-cloud-drizzle:before {
  content: "\e84f"; }

.icon-cloud-rain:before {
  content: "\e850"; }

.icon-cloud-off:before {
  content: "\e851"; }

.icon-codepen:before {
  content: "\e852"; }

.icon-cloud-snow:before {
  content: "\e853"; }

.icon-compass:before {
  content: "\e854"; }

.icon-copy:before {
  content: "\e855"; }

.icon-corner-down-right:before {
  content: "\e856"; }

.icon-corner-down-left:before {
  content: "\e857"; }

.icon-corner-left-down:before {
  content: "\e858"; }

.icon-corner-left-up:before {
  content: "\e859"; }

.icon-corner-up-left:before {
  content: "\e85a"; }

.icon-corner-up-right:before {
  content: "\e85b"; }

.icon-corner-right-down:before {
  content: "\e85c"; }

.icon-corner-right-up:before {
  content: "\e85d"; }

.icon-cpu:before {
  content: "\e85e"; }

.icon-credit-card:before {
  content: "\e85f"; }

.icon-crosshair:before {
  content: "\e860"; }

.icon-disc:before {
  content: "\e861"; }

.icon-delete:before {
  content: "\e862"; }

.icon-download-cloud:before {
  content: "\e863"; }

.icon-download:before {
  content: "\e864"; }

.icon-droplet:before {
  content: "\e865"; }

.icon-edit-2:before {
  content: "\e866"; }

.icon-edit:before {
  content: "\e867"; }

.icon-edit-1:before {
  content: "\e868"; }

.icon-external-link:before {
  content: "\e869"; }

.icon-eye:before {
  content: "\e86a"; }

.icon-feather:before {
  content: "\e86b"; }

.icon-facebook:before {
  content: "\e86c"; }

.icon-file-minus:before {
  content: "\e86d"; }

.icon-eye-off:before {
  content: "\e86e"; }

.icon-fast-forward:before {
  content: "\e86f"; }

.icon-file-text:before {
  content: "\e870"; }

.icon-film:before {
  content: "\e871"; }

.icon-file:before {
  content: "\e872"; }

.icon-file-plus:before {
  content: "\e873"; }

.icon-folder:before {
  content: "\e874"; }

.icon-filter:before {
  content: "\e875"; }

.icon-flag:before {
  content: "\e876"; }

.icon-globe:before {
  content: "\e877"; }

.icon-grid:before {
  content: "\e878"; }

.icon-heart:before {
  content: "\e879"; }

.icon-home:before {
  content: "\e87a"; }

.icon-github:before {
  content: "\e87b"; }

.icon-image:before {
  content: "\e87c"; }

.icon-inbox:before {
  content: "\e87d"; }

.icon-layers:before {
  content: "\e87e"; }

.icon-info:before {
  content: "\e87f"; }

.icon-instagram:before {
  content: "\e880"; }

.icon-layout:before {
  content: "\e881"; }

.icon-link-2:before {
  content: "\e882"; }

.icon-life-buoy:before {
  content: "\e883"; }

.icon-link:before {
  content: "\e884"; }

.icon-log-in:before {
  content: "\e885"; }

.icon-list:before {
  content: "\e886"; }

.icon-lock:before {
  content: "\e887"; }

.icon-log-out:before {
  content: "\e888"; }

.icon-loader:before {
  content: "\e889"; }

.icon-mail:before {
  content: "\e88a"; }

.icon-maximize-2:before {
  content: "\e88b"; }

.icon-map:before {
  content: "\e88c"; }

.icon-map-pin:before {
  content: "\e88e"; }

.icon-menu:before {
  content: "\e88f"; }

.icon-message-circle:before {
  content: "\e890"; }

.icon-message-square:before {
  content: "\e891"; }

.icon-minimize-2:before {
  content: "\e892"; }

.icon-mic-off:before {
  content: "\e893"; }

.icon-minus-circle:before {
  content: "\e894"; }

.icon-mic:before {
  content: "\e895"; }

.icon-minus-square:before {
  content: "\e896"; }

.icon-minus:before {
  content: "\e897"; }

.icon-moon:before {
  content: "\e898"; }

.icon-monitor:before {
  content: "\e899"; }

.icon-more-vertical:before {
  content: "\e89a"; }

.icon-more-horizontal:before {
  content: "\e89b"; }

.icon-move:before {
  content: "\e89c"; }

.icon-music:before {
  content: "\e89d"; }

.icon-navigation-2:before {
  content: "\e89e"; }

.icon-navigation:before {
  content: "\e89f"; }

.icon-octagon:before {
  content: "\e8a0"; }

.icon-package:before {
  content: "\e8a1"; }

.icon-pause-circle:before {
  content: "\e8a2"; }

.icon-pause:before {
  content: "\e8a3"; }

.icon-percent:before {
  content: "\e8a4"; }

.icon-phone-call:before {
  content: "\e8a5"; }

.icon-phone-forwarded:before {
  content: "\e8a6"; }

.icon-phone-missed:before {
  content: "\e8a7"; }

.icon-phone-off:before {
  content: "\e8a8"; }

.icon-phone-incoming:before {
  content: "\e8a9"; }

.icon-phone:before {
  content: "\e8aa"; }

.icon-phone-outgoing:before {
  content: "\e8ab"; }

.icon-pie-chart:before {
  content: "\e8ac"; }

.icon-play-circle:before {
  content: "\e8ad"; }

.icon-play:before {
  content: "\e8ae"; }

.icon-plus-square:before {
  content: "\e8af"; }

.icon-plus-circle:before {
  content: "\e8b0"; }

.icon-plus:before {
  content: "\e8b1"; }

.icon-pocket:before {
  content: "\e8b2"; }

.icon-printer:before {
  content: "\e8b3"; }

.icon-power:before {
  content: "\e8b4"; }

.icon-radio:before {
  content: "\e8b5"; }

.icon-repeat:before {
  content: "\e8b6"; }

.icon-refresh-ccw:before {
  content: "\e8b7"; }

.icon-rewind:before {
  content: "\e8b8"; }

.icon-rotate-ccw:before {
  content: "\e8b9"; }

.icon-refresh-cw:before {
  content: "\e8ba"; }

.icon-rotate-cw:before {
  content: "\e8bb"; }

.icon-save:before {
  content: "\e8bc"; }

.icon-search:before {
  content: "\e8bd"; }

.icon-server:before {
  content: "\e8be"; }

.icon-scissors:before {
  content: "\e8bf"; }

.icon-share-2:before {
  content: "\e8c0"; }

.icon-share:before {
  content: "\e8c1"; }

.icon-shield:before {
  content: "\e8c2"; }

.icon-settings:before {
  content: "\e8c3"; }

.icon-skip-back:before {
  content: "\e8c4"; }

.icon-shuffle:before {
  content: "\e8c5"; }

.icon-sidebar:before {
  content: "\e8c6"; }

.icon-skip-forward:before {
  content: "\e8c7"; }

.icon-slack:before {
  content: "\e8c8"; }

.icon-slash:before {
  content: "\e8c9"; }

.icon-smartphone:before {
  content: "\e8ca"; }

.icon-square:before {
  content: "\e8cb"; }

.icon-speaker:before {
  content: "\e8cc"; }

.icon-star:before {
  content: "\e8cd"; }

.icon-stop-circle:before {
  content: "\e8ce"; }

.icon-sun:before {
  content: "\e8cf"; }

.icon-sunrise:before {
  content: "\e8d0"; }

.icon-tablet:before {
  content: "\e8d1"; }

.icon-tag:before {
  content: "\e8d2"; }

.icon-sunset:before {
  content: "\e8d3"; }

.icon-target:before {
  content: "\e8d4"; }

.icon-thermometer:before {
  content: "\e8d5"; }

.icon-thumbs-up:before {
  content: "\e8d6"; }

.icon-thumbs-down:before {
  content: "\e8d7"; }

.icon-toggle-left:before {
  content: "\e8d8"; }

.icon-toggle-right:before {
  content: "\e8d9"; }

.icon-trash-2:before {
  content: "\e8da"; }

.icon-trash:before {
  content: "\e8db"; }

.icon-trending-up:before {
  content: "\e8dc"; }

.icon-trending-down:before {
  content: "\e8dd"; }

.icon-triangle:before {
  content: "\e8de"; }

.icon-type:before {
  content: "\e8df"; }

.icon-twitter:before {
  content: "\e8e0"; }

.icon-upload:before {
  content: "\e8e1"; }

.icon-umbrella:before {
  content: "\e8e2"; }

.icon-upload-cloud:before {
  content: "\e8e3"; }

.icon-unlock:before {
  content: "\e8e4"; }

.icon-user-check:before {
  content: "\e8e5"; }

.icon-user-minus:before {
  content: "\e8e6"; }

.icon-user-plus:before {
  content: "\e8e7"; }

.icon-user-x:before {
  content: "\e8e8"; }

.icon-user:before {
  content: "\e8e9"; }

.icon-users:before {
  content: "\e8ea"; }

.icon-video-off:before {
  content: "\e8eb"; }

.icon-video:before {
  content: "\e8ec"; }

.icon-voicemail:before {
  content: "\e8ed"; }

.icon-volume-x:before {
  content: "\e8ee"; }

.icon-volume-2:before {
  content: "\e8ef"; }

.icon-volume-1:before {
  content: "\e8f0"; }

.icon-volume:before {
  content: "\e8f1"; }

.icon-watch:before {
  content: "\e8f2"; }

.icon-wifi:before {
  content: "\e8f3"; }

.icon-x-square:before {
  content: "\e8f4"; }

.icon-wind:before {
  content: "\e8f5"; }

.icon-x:before {
  content: "\e8f6"; }

.icon-x-circle:before {
  content: "\e8f7"; }

.icon-zap:before {
  content: "\e8f8"; }

.icon-zoom-in:before {
  content: "\e8f9"; }

.icon-zoom-out:before {
  content: "\e8fa"; }

.icon-command:before {
  content: "\e8fb"; }

.icon-cloud:before {
  content: "\e8fc"; }

.icon-hash:before {
  content: "\e8fd"; }

.icon-headphones:before {
  content: "\e8fe"; }

.icon-underline:before {
  content: "\e8ff"; }

.icon-italic:before {
  content: "\e900"; }

.icon-bold:before {
  content: "\e901"; }

.icon-crop:before {
  content: "\e902"; }

.icon-help-circle:before {
  content: "\e903"; }

.icon-paperclip:before {
  content: "\e904"; }

.icon-shopping-cart:before {
  content: "\e905"; }

.icon-tv:before {
  content: "\e906"; }

.icon-wifi-off:before {
  content: "\e907"; }

.icon-minimize:before {
  content: "\e88d"; }

.icon-maximize:before {
  content: "\e908"; }

.icon-gitlab:before {
  content: "\e909"; }

.icon-sliders:before {
  content: "\e90a"; }

.icon-star-on:before {
  content: "\e90b"; }

.icon-heart-on:before {
  content: "\e90c"; }

.icon-archive:before {
  content: "\e90d"; }

.icon-arrow-down-circle:before {
  content: "\e90e"; }

.icon-arrow-up-circle:before {
  content: "\e90f"; }

.icon-arrow-left-circle:before {
  content: "\e910"; }

.icon-arrow-right-circle:before {
  content: "\e911"; }

.icon-bar-chart-line-:before {
  content: "\e912"; }

.icon-bar-chart-line:before {
  content: "\e913"; }

.icon-book-open:before {
  content: "\e914"; }

.icon-code:before {
  content: "\e915"; }

.icon-database:before {
  content: "\e916"; }

.icon-dollar-sign:before {
  content: "\e917"; }

.icon-folder-plus:before {
  content: "\e918"; }

.icon-gift:before {
  content: "\e919"; }

.icon-folder-minus:before {
  content: "\e91a"; }

.icon-git-commit:before {
  content: "\e91b"; }

.icon-git-branch:before {
  content: "\e91c"; }

.icon-git-pull-request:before {
  content: "\e91d"; }

.icon-git-merge:before {
  content: "\e91e"; }

.icon-linkedin:before {
  content: "\e91f"; }

.icon-hard-drive:before {
  content: "\e920"; }

.icon-more-vertical-:before {
  content: "\e921"; }

.icon-more-horizontal-:before {
  content: "\e922"; }

.icon-rss:before {
  content: "\e923"; }

.icon-send:before {
  content: "\e924"; }

.icon-shield-off:before {
  content: "\e925"; }

.icon-shopping-bag:before {
  content: "\e926"; }

.icon-terminal:before {
  content: "\e927"; }

.icon-truck:before {
  content: "\e928"; }

.icon-zap-off:before {
  content: "\e929"; }

.icon-youtube:before {
  content: "\e92a"; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-sp-0 {
  margin: 0 !important; }

.mt-sp-0,
.my-sp-0 {
  margin-top: 0 !important; }

.mr-sp-0,
.mx-sp-0 {
  margin-right: 0 !important; }

.mb-sp-0,
.my-sp-0 {
  margin-bottom: 0 !important; }

.ml-sp-0,
.mx-sp-0 {
  margin-left: 0 !important; }

.m-sp-1 {
  margin: 0.25rem !important; }

.mt-sp-1,
.my-sp-1 {
  margin-top: 0.25rem !important; }

.mr-sp-1,
.mx-sp-1 {
  margin-right: 0.25rem !important; }

.mb-sp-1,
.my-sp-1 {
  margin-bottom: 0.25rem !important; }

.ml-sp-1,
.mx-sp-1 {
  margin-left: 0.25rem !important; }

.m-sp-2 {
  margin: 0.5rem !important; }

.mt-sp-2,
.my-sp-2 {
  margin-top: 0.5rem !important; }

.mr-sp-2,
.mx-sp-2 {
  margin-right: 0.5rem !important; }

.mb-sp-2,
.my-sp-2 {
  margin-bottom: 0.5rem !important; }

.ml-sp-2,
.mx-sp-2 {
  margin-left: 0.5rem !important; }

.m-sp-3 {
  margin: 0.75rem !important; }

.mt-sp-3,
.my-sp-3 {
  margin-top: 0.75rem !important; }

.mr-sp-3,
.mx-sp-3 {
  margin-right: 0.75rem !important; }

.mb-sp-3,
.my-sp-3 {
  margin-bottom: 0.75rem !important; }

.ml-sp-3,
.mx-sp-3 {
  margin-left: 0.75rem !important; }

.m-sp-4 {
  margin: 1rem !important; }

.mt-sp-4,
.my-sp-4 {
  margin-top: 1rem !important; }

.mr-sp-4,
.mx-sp-4 {
  margin-right: 1rem !important; }

.mb-sp-4,
.my-sp-4 {
  margin-bottom: 1rem !important; }

.ml-sp-4,
.mx-sp-4 {
  margin-left: 1rem !important; }

.m-sp-5 {
  margin: 1.5rem !important; }

.mt-sp-5,
.my-sp-5 {
  margin-top: 1.5rem !important; }

.mr-sp-5,
.mx-sp-5 {
  margin-right: 1.5rem !important; }

.mb-sp-5,
.my-sp-5 {
  margin-bottom: 1.5rem !important; }

.ml-sp-5,
.mx-sp-5 {
  margin-left: 1.5rem !important; }

.m-sp-6 {
  margin: 2rem !important; }

.mt-sp-6,
.my-sp-6 {
  margin-top: 2rem !important; }

.mr-sp-6,
.mx-sp-6 {
  margin-right: 2rem !important; }

.mb-sp-6,
.my-sp-6 {
  margin-bottom: 2rem !important; }

.ml-sp-6,
.mx-sp-6 {
  margin-left: 2rem !important; }

.m-sp-7 {
  margin: 2.5rem !important; }

.mt-sp-7,
.my-sp-7 {
  margin-top: 2.5rem !important; }

.mr-sp-7,
.mx-sp-7 {
  margin-right: 2.5rem !important; }

.mb-sp-7,
.my-sp-7 {
  margin-bottom: 2.5rem !important; }

.ml-sp-7,
.mx-sp-7 {
  margin-left: 2.5rem !important; }

.m-sp-8 {
  margin: 3rem !important; }

.mt-sp-8,
.my-sp-8 {
  margin-top: 3rem !important; }

.mr-sp-8,
.mx-sp-8 {
  margin-right: 3rem !important; }

.mb-sp-8,
.my-sp-8 {
  margin-bottom: 3rem !important; }

.ml-sp-8,
.mx-sp-8 {
  margin-left: 3rem !important; }

.m-sp-9 {
  margin: 3.5rem !important; }

.mt-sp-9,
.my-sp-9 {
  margin-top: 3.5rem !important; }

.mr-sp-9,
.mx-sp-9 {
  margin-right: 3.5rem !important; }

.mb-sp-9,
.my-sp-9 {
  margin-bottom: 3.5rem !important; }

.ml-sp-9,
.mx-sp-9 {
  margin-left: 3.5rem !important; }

.m-sp-10 {
  margin: 4rem !important; }

.mt-sp-10,
.my-sp-10 {
  margin-top: 4rem !important; }

.mr-sp-10,
.mx-sp-10 {
  margin-right: 4rem !important; }

.mb-sp-10,
.my-sp-10 {
  margin-bottom: 4rem !important; }

.ml-sp-10,
.mx-sp-10 {
  margin-left: 4rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-sp-0 {
  padding: 0 !important; }

.pt-sp-0,
.py-sp-0 {
  padding-top: 0 !important; }

.pr-sp-0,
.px-sp-0 {
  padding-right: 0 !important; }

.pb-sp-0,
.py-sp-0 {
  padding-bottom: 0 !important; }

.pl-sp-0,
.px-sp-0 {
  padding-left: 0 !important; }

.p-sp-1 {
  padding: 0.25rem !important; }

.pt-sp-1,
.py-sp-1 {
  padding-top: 0.25rem !important; }

.pr-sp-1,
.px-sp-1 {
  padding-right: 0.25rem !important; }

.pb-sp-1,
.py-sp-1 {
  padding-bottom: 0.25rem !important; }

.pl-sp-1,
.px-sp-1 {
  padding-left: 0.25rem !important; }

.p-sp-2 {
  padding: 0.5rem !important; }

.pt-sp-2,
.py-sp-2 {
  padding-top: 0.5rem !important; }

.pr-sp-2,
.px-sp-2 {
  padding-right: 0.5rem !important; }

.pb-sp-2,
.py-sp-2 {
  padding-bottom: 0.5rem !important; }

.pl-sp-2,
.px-sp-2 {
  padding-left: 0.5rem !important; }

.p-sp-3 {
  padding: 0.75rem !important; }

.pt-sp-3,
.py-sp-3 {
  padding-top: 0.75rem !important; }

.pr-sp-3,
.px-sp-3 {
  padding-right: 0.75rem !important; }

.pb-sp-3,
.py-sp-3 {
  padding-bottom: 0.75rem !important; }

.pl-sp-3,
.px-sp-3 {
  padding-left: 0.75rem !important; }

.p-sp-4 {
  padding: 1rem !important; }

.pt-sp-4,
.py-sp-4 {
  padding-top: 1rem !important; }

.pr-sp-4,
.px-sp-4 {
  padding-right: 1rem !important; }

.pb-sp-4,
.py-sp-4 {
  padding-bottom: 1rem !important; }

.pl-sp-4,
.px-sp-4 {
  padding-left: 1rem !important; }

.p-sp-5 {
  padding: 1.5rem !important; }

.pt-sp-5,
.py-sp-5 {
  padding-top: 1.5rem !important; }

.pr-sp-5,
.px-sp-5 {
  padding-right: 1.5rem !important; }

.pb-sp-5,
.py-sp-5 {
  padding-bottom: 1.5rem !important; }

.pl-sp-5,
.px-sp-5 {
  padding-left: 1.5rem !important; }

.p-sp-6 {
  padding: 2rem !important; }

.pt-sp-6,
.py-sp-6 {
  padding-top: 2rem !important; }

.pr-sp-6,
.px-sp-6 {
  padding-right: 2rem !important; }

.pb-sp-6,
.py-sp-6 {
  padding-bottom: 2rem !important; }

.pl-sp-6,
.px-sp-6 {
  padding-left: 2rem !important; }

.p-sp-7 {
  padding: 2.5rem !important; }

.pt-sp-7,
.py-sp-7 {
  padding-top: 2.5rem !important; }

.pr-sp-7,
.px-sp-7 {
  padding-right: 2.5rem !important; }

.pb-sp-7,
.py-sp-7 {
  padding-bottom: 2.5rem !important; }

.pl-sp-7,
.px-sp-7 {
  padding-left: 2.5rem !important; }

.p-sp-8 {
  padding: 3rem !important; }

.pt-sp-8,
.py-sp-8 {
  padding-top: 3rem !important; }

.pr-sp-8,
.px-sp-8 {
  padding-right: 3rem !important; }

.pb-sp-8,
.py-sp-8 {
  padding-bottom: 3rem !important; }

.pl-sp-8,
.px-sp-8 {
  padding-left: 3rem !important; }

.p-sp-9 {
  padding: 3.5rem !important; }

.pt-sp-9,
.py-sp-9 {
  padding-top: 3.5rem !important; }

.pr-sp-9,
.px-sp-9 {
  padding-right: 3.5rem !important; }

.pb-sp-9,
.py-sp-9 {
  padding-bottom: 3.5rem !important; }

.pl-sp-9,
.px-sp-9 {
  padding-left: 3.5rem !important; }

.p-sp-10 {
  padding: 4rem !important; }

.pt-sp-10,
.py-sp-10 {
  padding-top: 4rem !important; }

.pr-sp-10,
.px-sp-10 {
  padding-right: 4rem !important; }

.pb-sp-10,
.py-sp-10 {
  padding-bottom: 4rem !important; }

.pl-sp-10,
.px-sp-10 {
  padding-left: 4rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .m-sm-sp-0 {
    margin: 0 !important; }

  .mt-sm-sp-0,
  .my-sm-sp-0 {
    margin-top: 0 !important; }

  .mr-sm-sp-0,
  .mx-sm-sp-0 {
    margin-right: 0 !important; }

  .mb-sm-sp-0,
  .my-sm-sp-0 {
    margin-bottom: 0 !important; }

  .ml-sm-sp-0,
  .mx-sm-sp-0 {
    margin-left: 0 !important; }

  .m-sm-sp-1 {
    margin: 0.25rem !important; }

  .mt-sm-sp-1,
  .my-sm-sp-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-sp-1,
  .mx-sm-sp-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-sp-1,
  .my-sm-sp-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-sp-1,
  .mx-sm-sp-1 {
    margin-left: 0.25rem !important; }

  .m-sm-sp-2 {
    margin: 0.5rem !important; }

  .mt-sm-sp-2,
  .my-sm-sp-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-sp-2,
  .mx-sm-sp-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-sp-2,
  .my-sm-sp-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-sp-2,
  .mx-sm-sp-2 {
    margin-left: 0.5rem !important; }

  .m-sm-sp-3 {
    margin: 0.75rem !important; }

  .mt-sm-sp-3,
  .my-sm-sp-3 {
    margin-top: 0.75rem !important; }

  .mr-sm-sp-3,
  .mx-sm-sp-3 {
    margin-right: 0.75rem !important; }

  .mb-sm-sp-3,
  .my-sm-sp-3 {
    margin-bottom: 0.75rem !important; }

  .ml-sm-sp-3,
  .mx-sm-sp-3 {
    margin-left: 0.75rem !important; }

  .m-sm-sp-4 {
    margin: 1rem !important; }

  .mt-sm-sp-4,
  .my-sm-sp-4 {
    margin-top: 1rem !important; }

  .mr-sm-sp-4,
  .mx-sm-sp-4 {
    margin-right: 1rem !important; }

  .mb-sm-sp-4,
  .my-sm-sp-4 {
    margin-bottom: 1rem !important; }

  .ml-sm-sp-4,
  .mx-sm-sp-4 {
    margin-left: 1rem !important; }

  .m-sm-sp-5 {
    margin: 1.5rem !important; }

  .mt-sm-sp-5,
  .my-sm-sp-5 {
    margin-top: 1.5rem !important; }

  .mr-sm-sp-5,
  .mx-sm-sp-5 {
    margin-right: 1.5rem !important; }

  .mb-sm-sp-5,
  .my-sm-sp-5 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-sp-5,
  .mx-sm-sp-5 {
    margin-left: 1.5rem !important; }

  .m-sm-sp-6 {
    margin: 2rem !important; }

  .mt-sm-sp-6,
  .my-sm-sp-6 {
    margin-top: 2rem !important; }

  .mr-sm-sp-6,
  .mx-sm-sp-6 {
    margin-right: 2rem !important; }

  .mb-sm-sp-6,
  .my-sm-sp-6 {
    margin-bottom: 2rem !important; }

  .ml-sm-sp-6,
  .mx-sm-sp-6 {
    margin-left: 2rem !important; }

  .m-sm-sp-7 {
    margin: 2.5rem !important; }

  .mt-sm-sp-7,
  .my-sm-sp-7 {
    margin-top: 2.5rem !important; }

  .mr-sm-sp-7,
  .mx-sm-sp-7 {
    margin-right: 2.5rem !important; }

  .mb-sm-sp-7,
  .my-sm-sp-7 {
    margin-bottom: 2.5rem !important; }

  .ml-sm-sp-7,
  .mx-sm-sp-7 {
    margin-left: 2.5rem !important; }

  .m-sm-sp-8 {
    margin: 3rem !important; }

  .mt-sm-sp-8,
  .my-sm-sp-8 {
    margin-top: 3rem !important; }

  .mr-sm-sp-8,
  .mx-sm-sp-8 {
    margin-right: 3rem !important; }

  .mb-sm-sp-8,
  .my-sm-sp-8 {
    margin-bottom: 3rem !important; }

  .ml-sm-sp-8,
  .mx-sm-sp-8 {
    margin-left: 3rem !important; }

  .m-sm-sp-9 {
    margin: 3.5rem !important; }

  .mt-sm-sp-9,
  .my-sm-sp-9 {
    margin-top: 3.5rem !important; }

  .mr-sm-sp-9,
  .mx-sm-sp-9 {
    margin-right: 3.5rem !important; }

  .mb-sm-sp-9,
  .my-sm-sp-9 {
    margin-bottom: 3.5rem !important; }

  .ml-sm-sp-9,
  .mx-sm-sp-9 {
    margin-left: 3.5rem !important; }

  .m-sm-sp-10 {
    margin: 4rem !important; }

  .mt-sm-sp-10,
  .my-sm-sp-10 {
    margin-top: 4rem !important; }

  .mr-sm-sp-10,
  .mx-sm-sp-10 {
    margin-right: 4rem !important; }

  .mb-sm-sp-10,
  .my-sm-sp-10 {
    margin-bottom: 4rem !important; }

  .ml-sm-sp-10,
  .mx-sm-sp-10 {
    margin-left: 4rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .p-sm-sp-0 {
    padding: 0 !important; }

  .pt-sm-sp-0,
  .py-sm-sp-0 {
    padding-top: 0 !important; }

  .pr-sm-sp-0,
  .px-sm-sp-0 {
    padding-right: 0 !important; }

  .pb-sm-sp-0,
  .py-sm-sp-0 {
    padding-bottom: 0 !important; }

  .pl-sm-sp-0,
  .px-sm-sp-0 {
    padding-left: 0 !important; }

  .p-sm-sp-1 {
    padding: 0.25rem !important; }

  .pt-sm-sp-1,
  .py-sm-sp-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-sp-1,
  .px-sm-sp-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-sp-1,
  .py-sm-sp-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-sp-1,
  .px-sm-sp-1 {
    padding-left: 0.25rem !important; }

  .p-sm-sp-2 {
    padding: 0.5rem !important; }

  .pt-sm-sp-2,
  .py-sm-sp-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-sp-2,
  .px-sm-sp-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-sp-2,
  .py-sm-sp-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-sp-2,
  .px-sm-sp-2 {
    padding-left: 0.5rem !important; }

  .p-sm-sp-3 {
    padding: 0.75rem !important; }

  .pt-sm-sp-3,
  .py-sm-sp-3 {
    padding-top: 0.75rem !important; }

  .pr-sm-sp-3,
  .px-sm-sp-3 {
    padding-right: 0.75rem !important; }

  .pb-sm-sp-3,
  .py-sm-sp-3 {
    padding-bottom: 0.75rem !important; }

  .pl-sm-sp-3,
  .px-sm-sp-3 {
    padding-left: 0.75rem !important; }

  .p-sm-sp-4 {
    padding: 1rem !important; }

  .pt-sm-sp-4,
  .py-sm-sp-4 {
    padding-top: 1rem !important; }

  .pr-sm-sp-4,
  .px-sm-sp-4 {
    padding-right: 1rem !important; }

  .pb-sm-sp-4,
  .py-sm-sp-4 {
    padding-bottom: 1rem !important; }

  .pl-sm-sp-4,
  .px-sm-sp-4 {
    padding-left: 1rem !important; }

  .p-sm-sp-5 {
    padding: 1.5rem !important; }

  .pt-sm-sp-5,
  .py-sm-sp-5 {
    padding-top: 1.5rem !important; }

  .pr-sm-sp-5,
  .px-sm-sp-5 {
    padding-right: 1.5rem !important; }

  .pb-sm-sp-5,
  .py-sm-sp-5 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-sp-5,
  .px-sm-sp-5 {
    padding-left: 1.5rem !important; }

  .p-sm-sp-6 {
    padding: 2rem !important; }

  .pt-sm-sp-6,
  .py-sm-sp-6 {
    padding-top: 2rem !important; }

  .pr-sm-sp-6,
  .px-sm-sp-6 {
    padding-right: 2rem !important; }

  .pb-sm-sp-6,
  .py-sm-sp-6 {
    padding-bottom: 2rem !important; }

  .pl-sm-sp-6,
  .px-sm-sp-6 {
    padding-left: 2rem !important; }

  .p-sm-sp-7 {
    padding: 2.5rem !important; }

  .pt-sm-sp-7,
  .py-sm-sp-7 {
    padding-top: 2.5rem !important; }

  .pr-sm-sp-7,
  .px-sm-sp-7 {
    padding-right: 2.5rem !important; }

  .pb-sm-sp-7,
  .py-sm-sp-7 {
    padding-bottom: 2.5rem !important; }

  .pl-sm-sp-7,
  .px-sm-sp-7 {
    padding-left: 2.5rem !important; }

  .p-sm-sp-8 {
    padding: 3rem !important; }

  .pt-sm-sp-8,
  .py-sm-sp-8 {
    padding-top: 3rem !important; }

  .pr-sm-sp-8,
  .px-sm-sp-8 {
    padding-right: 3rem !important; }

  .pb-sm-sp-8,
  .py-sm-sp-8 {
    padding-bottom: 3rem !important; }

  .pl-sm-sp-8,
  .px-sm-sp-8 {
    padding-left: 3rem !important; }

  .p-sm-sp-9 {
    padding: 3.5rem !important; }

  .pt-sm-sp-9,
  .py-sm-sp-9 {
    padding-top: 3.5rem !important; }

  .pr-sm-sp-9,
  .px-sm-sp-9 {
    padding-right: 3.5rem !important; }

  .pb-sm-sp-9,
  .py-sm-sp-9 {
    padding-bottom: 3.5rem !important; }

  .pl-sm-sp-9,
  .px-sm-sp-9 {
    padding-left: 3.5rem !important; }

  .p-sm-sp-10 {
    padding: 4rem !important; }

  .pt-sm-sp-10,
  .py-sm-sp-10 {
    padding-top: 4rem !important; }

  .pr-sm-sp-10,
  .px-sm-sp-10 {
    padding-right: 4rem !important; }

  .pb-sm-sp-10,
  .py-sm-sp-10 {
    padding-bottom: 4rem !important; }

  .pl-sm-sp-10,
  .px-sm-sp-10 {
    padding-left: 4rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .m-md-sp-0 {
    margin: 0 !important; }

  .mt-md-sp-0,
  .my-md-sp-0 {
    margin-top: 0 !important; }

  .mr-md-sp-0,
  .mx-md-sp-0 {
    margin-right: 0 !important; }

  .mb-md-sp-0,
  .my-md-sp-0 {
    margin-bottom: 0 !important; }

  .ml-md-sp-0,
  .mx-md-sp-0 {
    margin-left: 0 !important; }

  .m-md-sp-1 {
    margin: 0.25rem !important; }

  .mt-md-sp-1,
  .my-md-sp-1 {
    margin-top: 0.25rem !important; }

  .mr-md-sp-1,
  .mx-md-sp-1 {
    margin-right: 0.25rem !important; }

  .mb-md-sp-1,
  .my-md-sp-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-sp-1,
  .mx-md-sp-1 {
    margin-left: 0.25rem !important; }

  .m-md-sp-2 {
    margin: 0.5rem !important; }

  .mt-md-sp-2,
  .my-md-sp-2 {
    margin-top: 0.5rem !important; }

  .mr-md-sp-2,
  .mx-md-sp-2 {
    margin-right: 0.5rem !important; }

  .mb-md-sp-2,
  .my-md-sp-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-sp-2,
  .mx-md-sp-2 {
    margin-left: 0.5rem !important; }

  .m-md-sp-3 {
    margin: 0.75rem !important; }

  .mt-md-sp-3,
  .my-md-sp-3 {
    margin-top: 0.75rem !important; }

  .mr-md-sp-3,
  .mx-md-sp-3 {
    margin-right: 0.75rem !important; }

  .mb-md-sp-3,
  .my-md-sp-3 {
    margin-bottom: 0.75rem !important; }

  .ml-md-sp-3,
  .mx-md-sp-3 {
    margin-left: 0.75rem !important; }

  .m-md-sp-4 {
    margin: 1rem !important; }

  .mt-md-sp-4,
  .my-md-sp-4 {
    margin-top: 1rem !important; }

  .mr-md-sp-4,
  .mx-md-sp-4 {
    margin-right: 1rem !important; }

  .mb-md-sp-4,
  .my-md-sp-4 {
    margin-bottom: 1rem !important; }

  .ml-md-sp-4,
  .mx-md-sp-4 {
    margin-left: 1rem !important; }

  .m-md-sp-5 {
    margin: 1.5rem !important; }

  .mt-md-sp-5,
  .my-md-sp-5 {
    margin-top: 1.5rem !important; }

  .mr-md-sp-5,
  .mx-md-sp-5 {
    margin-right: 1.5rem !important; }

  .mb-md-sp-5,
  .my-md-sp-5 {
    margin-bottom: 1.5rem !important; }

  .ml-md-sp-5,
  .mx-md-sp-5 {
    margin-left: 1.5rem !important; }

  .m-md-sp-6 {
    margin: 2rem !important; }

  .mt-md-sp-6,
  .my-md-sp-6 {
    margin-top: 2rem !important; }

  .mr-md-sp-6,
  .mx-md-sp-6 {
    margin-right: 2rem !important; }

  .mb-md-sp-6,
  .my-md-sp-6 {
    margin-bottom: 2rem !important; }

  .ml-md-sp-6,
  .mx-md-sp-6 {
    margin-left: 2rem !important; }

  .m-md-sp-7 {
    margin: 2.5rem !important; }

  .mt-md-sp-7,
  .my-md-sp-7 {
    margin-top: 2.5rem !important; }

  .mr-md-sp-7,
  .mx-md-sp-7 {
    margin-right: 2.5rem !important; }

  .mb-md-sp-7,
  .my-md-sp-7 {
    margin-bottom: 2.5rem !important; }

  .ml-md-sp-7,
  .mx-md-sp-7 {
    margin-left: 2.5rem !important; }

  .m-md-sp-8 {
    margin: 3rem !important; }

  .mt-md-sp-8,
  .my-md-sp-8 {
    margin-top: 3rem !important; }

  .mr-md-sp-8,
  .mx-md-sp-8 {
    margin-right: 3rem !important; }

  .mb-md-sp-8,
  .my-md-sp-8 {
    margin-bottom: 3rem !important; }

  .ml-md-sp-8,
  .mx-md-sp-8 {
    margin-left: 3rem !important; }

  .m-md-sp-9 {
    margin: 3.5rem !important; }

  .mt-md-sp-9,
  .my-md-sp-9 {
    margin-top: 3.5rem !important; }

  .mr-md-sp-9,
  .mx-md-sp-9 {
    margin-right: 3.5rem !important; }

  .mb-md-sp-9,
  .my-md-sp-9 {
    margin-bottom: 3.5rem !important; }

  .ml-md-sp-9,
  .mx-md-sp-9 {
    margin-left: 3.5rem !important; }

  .m-md-sp-10 {
    margin: 4rem !important; }

  .mt-md-sp-10,
  .my-md-sp-10 {
    margin-top: 4rem !important; }

  .mr-md-sp-10,
  .mx-md-sp-10 {
    margin-right: 4rem !important; }

  .mb-md-sp-10,
  .my-md-sp-10 {
    margin-bottom: 4rem !important; }

  .ml-md-sp-10,
  .mx-md-sp-10 {
    margin-left: 4rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .p-md-sp-0 {
    padding: 0 !important; }

  .pt-md-sp-0,
  .py-md-sp-0 {
    padding-top: 0 !important; }

  .pr-md-sp-0,
  .px-md-sp-0 {
    padding-right: 0 !important; }

  .pb-md-sp-0,
  .py-md-sp-0 {
    padding-bottom: 0 !important; }

  .pl-md-sp-0,
  .px-md-sp-0 {
    padding-left: 0 !important; }

  .p-md-sp-1 {
    padding: 0.25rem !important; }

  .pt-md-sp-1,
  .py-md-sp-1 {
    padding-top: 0.25rem !important; }

  .pr-md-sp-1,
  .px-md-sp-1 {
    padding-right: 0.25rem !important; }

  .pb-md-sp-1,
  .py-md-sp-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-sp-1,
  .px-md-sp-1 {
    padding-left: 0.25rem !important; }

  .p-md-sp-2 {
    padding: 0.5rem !important; }

  .pt-md-sp-2,
  .py-md-sp-2 {
    padding-top: 0.5rem !important; }

  .pr-md-sp-2,
  .px-md-sp-2 {
    padding-right: 0.5rem !important; }

  .pb-md-sp-2,
  .py-md-sp-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-sp-2,
  .px-md-sp-2 {
    padding-left: 0.5rem !important; }

  .p-md-sp-3 {
    padding: 0.75rem !important; }

  .pt-md-sp-3,
  .py-md-sp-3 {
    padding-top: 0.75rem !important; }

  .pr-md-sp-3,
  .px-md-sp-3 {
    padding-right: 0.75rem !important; }

  .pb-md-sp-3,
  .py-md-sp-3 {
    padding-bottom: 0.75rem !important; }

  .pl-md-sp-3,
  .px-md-sp-3 {
    padding-left: 0.75rem !important; }

  .p-md-sp-4 {
    padding: 1rem !important; }

  .pt-md-sp-4,
  .py-md-sp-4 {
    padding-top: 1rem !important; }

  .pr-md-sp-4,
  .px-md-sp-4 {
    padding-right: 1rem !important; }

  .pb-md-sp-4,
  .py-md-sp-4 {
    padding-bottom: 1rem !important; }

  .pl-md-sp-4,
  .px-md-sp-4 {
    padding-left: 1rem !important; }

  .p-md-sp-5 {
    padding: 1.5rem !important; }

  .pt-md-sp-5,
  .py-md-sp-5 {
    padding-top: 1.5rem !important; }

  .pr-md-sp-5,
  .px-md-sp-5 {
    padding-right: 1.5rem !important; }

  .pb-md-sp-5,
  .py-md-sp-5 {
    padding-bottom: 1.5rem !important; }

  .pl-md-sp-5,
  .px-md-sp-5 {
    padding-left: 1.5rem !important; }

  .p-md-sp-6 {
    padding: 2rem !important; }

  .pt-md-sp-6,
  .py-md-sp-6 {
    padding-top: 2rem !important; }

  .pr-md-sp-6,
  .px-md-sp-6 {
    padding-right: 2rem !important; }

  .pb-md-sp-6,
  .py-md-sp-6 {
    padding-bottom: 2rem !important; }

  .pl-md-sp-6,
  .px-md-sp-6 {
    padding-left: 2rem !important; }

  .p-md-sp-7 {
    padding: 2.5rem !important; }

  .pt-md-sp-7,
  .py-md-sp-7 {
    padding-top: 2.5rem !important; }

  .pr-md-sp-7,
  .px-md-sp-7 {
    padding-right: 2.5rem !important; }

  .pb-md-sp-7,
  .py-md-sp-7 {
    padding-bottom: 2.5rem !important; }

  .pl-md-sp-7,
  .px-md-sp-7 {
    padding-left: 2.5rem !important; }

  .p-md-sp-8 {
    padding: 3rem !important; }

  .pt-md-sp-8,
  .py-md-sp-8 {
    padding-top: 3rem !important; }

  .pr-md-sp-8,
  .px-md-sp-8 {
    padding-right: 3rem !important; }

  .pb-md-sp-8,
  .py-md-sp-8 {
    padding-bottom: 3rem !important; }

  .pl-md-sp-8,
  .px-md-sp-8 {
    padding-left: 3rem !important; }

  .p-md-sp-9 {
    padding: 3.5rem !important; }

  .pt-md-sp-9,
  .py-md-sp-9 {
    padding-top: 3.5rem !important; }

  .pr-md-sp-9,
  .px-md-sp-9 {
    padding-right: 3.5rem !important; }

  .pb-md-sp-9,
  .py-md-sp-9 {
    padding-bottom: 3.5rem !important; }

  .pl-md-sp-9,
  .px-md-sp-9 {
    padding-left: 3.5rem !important; }

  .p-md-sp-10 {
    padding: 4rem !important; }

  .pt-md-sp-10,
  .py-md-sp-10 {
    padding-top: 4rem !important; }

  .pr-md-sp-10,
  .px-md-sp-10 {
    padding-right: 4rem !important; }

  .pb-md-sp-10,
  .py-md-sp-10 {
    padding-bottom: 4rem !important; }

  .pl-md-sp-10,
  .px-md-sp-10 {
    padding-left: 4rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .m-lg-sp-0 {
    margin: 0 !important; }

  .mt-lg-sp-0,
  .my-lg-sp-0 {
    margin-top: 0 !important; }

  .mr-lg-sp-0,
  .mx-lg-sp-0 {
    margin-right: 0 !important; }

  .mb-lg-sp-0,
  .my-lg-sp-0 {
    margin-bottom: 0 !important; }

  .ml-lg-sp-0,
  .mx-lg-sp-0 {
    margin-left: 0 !important; }

  .m-lg-sp-1 {
    margin: 0.25rem !important; }

  .mt-lg-sp-1,
  .my-lg-sp-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-sp-1,
  .mx-lg-sp-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-sp-1,
  .my-lg-sp-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-sp-1,
  .mx-lg-sp-1 {
    margin-left: 0.25rem !important; }

  .m-lg-sp-2 {
    margin: 0.5rem !important; }

  .mt-lg-sp-2,
  .my-lg-sp-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-sp-2,
  .mx-lg-sp-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-sp-2,
  .my-lg-sp-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-sp-2,
  .mx-lg-sp-2 {
    margin-left: 0.5rem !important; }

  .m-lg-sp-3 {
    margin: 0.75rem !important; }

  .mt-lg-sp-3,
  .my-lg-sp-3 {
    margin-top: 0.75rem !important; }

  .mr-lg-sp-3,
  .mx-lg-sp-3 {
    margin-right: 0.75rem !important; }

  .mb-lg-sp-3,
  .my-lg-sp-3 {
    margin-bottom: 0.75rem !important; }

  .ml-lg-sp-3,
  .mx-lg-sp-3 {
    margin-left: 0.75rem !important; }

  .m-lg-sp-4 {
    margin: 1rem !important; }

  .mt-lg-sp-4,
  .my-lg-sp-4 {
    margin-top: 1rem !important; }

  .mr-lg-sp-4,
  .mx-lg-sp-4 {
    margin-right: 1rem !important; }

  .mb-lg-sp-4,
  .my-lg-sp-4 {
    margin-bottom: 1rem !important; }

  .ml-lg-sp-4,
  .mx-lg-sp-4 {
    margin-left: 1rem !important; }

  .m-lg-sp-5 {
    margin: 1.5rem !important; }

  .mt-lg-sp-5,
  .my-lg-sp-5 {
    margin-top: 1.5rem !important; }

  .mr-lg-sp-5,
  .mx-lg-sp-5 {
    margin-right: 1.5rem !important; }

  .mb-lg-sp-5,
  .my-lg-sp-5 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-sp-5,
  .mx-lg-sp-5 {
    margin-left: 1.5rem !important; }

  .m-lg-sp-6 {
    margin: 2rem !important; }

  .mt-lg-sp-6,
  .my-lg-sp-6 {
    margin-top: 2rem !important; }

  .mr-lg-sp-6,
  .mx-lg-sp-6 {
    margin-right: 2rem !important; }

  .mb-lg-sp-6,
  .my-lg-sp-6 {
    margin-bottom: 2rem !important; }

  .ml-lg-sp-6,
  .mx-lg-sp-6 {
    margin-left: 2rem !important; }

  .m-lg-sp-7 {
    margin: 2.5rem !important; }

  .mt-lg-sp-7,
  .my-lg-sp-7 {
    margin-top: 2.5rem !important; }

  .mr-lg-sp-7,
  .mx-lg-sp-7 {
    margin-right: 2.5rem !important; }

  .mb-lg-sp-7,
  .my-lg-sp-7 {
    margin-bottom: 2.5rem !important; }

  .ml-lg-sp-7,
  .mx-lg-sp-7 {
    margin-left: 2.5rem !important; }

  .m-lg-sp-8 {
    margin: 3rem !important; }

  .mt-lg-sp-8,
  .my-lg-sp-8 {
    margin-top: 3rem !important; }

  .mr-lg-sp-8,
  .mx-lg-sp-8 {
    margin-right: 3rem !important; }

  .mb-lg-sp-8,
  .my-lg-sp-8 {
    margin-bottom: 3rem !important; }

  .ml-lg-sp-8,
  .mx-lg-sp-8 {
    margin-left: 3rem !important; }

  .m-lg-sp-9 {
    margin: 3.5rem !important; }

  .mt-lg-sp-9,
  .my-lg-sp-9 {
    margin-top: 3.5rem !important; }

  .mr-lg-sp-9,
  .mx-lg-sp-9 {
    margin-right: 3.5rem !important; }

  .mb-lg-sp-9,
  .my-lg-sp-9 {
    margin-bottom: 3.5rem !important; }

  .ml-lg-sp-9,
  .mx-lg-sp-9 {
    margin-left: 3.5rem !important; }

  .m-lg-sp-10 {
    margin: 4rem !important; }

  .mt-lg-sp-10,
  .my-lg-sp-10 {
    margin-top: 4rem !important; }

  .mr-lg-sp-10,
  .mx-lg-sp-10 {
    margin-right: 4rem !important; }

  .mb-lg-sp-10,
  .my-lg-sp-10 {
    margin-bottom: 4rem !important; }

  .ml-lg-sp-10,
  .mx-lg-sp-10 {
    margin-left: 4rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .p-lg-sp-0 {
    padding: 0 !important; }

  .pt-lg-sp-0,
  .py-lg-sp-0 {
    padding-top: 0 !important; }

  .pr-lg-sp-0,
  .px-lg-sp-0 {
    padding-right: 0 !important; }

  .pb-lg-sp-0,
  .py-lg-sp-0 {
    padding-bottom: 0 !important; }

  .pl-lg-sp-0,
  .px-lg-sp-0 {
    padding-left: 0 !important; }

  .p-lg-sp-1 {
    padding: 0.25rem !important; }

  .pt-lg-sp-1,
  .py-lg-sp-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-sp-1,
  .px-lg-sp-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-sp-1,
  .py-lg-sp-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-sp-1,
  .px-lg-sp-1 {
    padding-left: 0.25rem !important; }

  .p-lg-sp-2 {
    padding: 0.5rem !important; }

  .pt-lg-sp-2,
  .py-lg-sp-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-sp-2,
  .px-lg-sp-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-sp-2,
  .py-lg-sp-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-sp-2,
  .px-lg-sp-2 {
    padding-left: 0.5rem !important; }

  .p-lg-sp-3 {
    padding: 0.75rem !important; }

  .pt-lg-sp-3,
  .py-lg-sp-3 {
    padding-top: 0.75rem !important; }

  .pr-lg-sp-3,
  .px-lg-sp-3 {
    padding-right: 0.75rem !important; }

  .pb-lg-sp-3,
  .py-lg-sp-3 {
    padding-bottom: 0.75rem !important; }

  .pl-lg-sp-3,
  .px-lg-sp-3 {
    padding-left: 0.75rem !important; }

  .p-lg-sp-4 {
    padding: 1rem !important; }

  .pt-lg-sp-4,
  .py-lg-sp-4 {
    padding-top: 1rem !important; }

  .pr-lg-sp-4,
  .px-lg-sp-4 {
    padding-right: 1rem !important; }

  .pb-lg-sp-4,
  .py-lg-sp-4 {
    padding-bottom: 1rem !important; }

  .pl-lg-sp-4,
  .px-lg-sp-4 {
    padding-left: 1rem !important; }

  .p-lg-sp-5 {
    padding: 1.5rem !important; }

  .pt-lg-sp-5,
  .py-lg-sp-5 {
    padding-top: 1.5rem !important; }

  .pr-lg-sp-5,
  .px-lg-sp-5 {
    padding-right: 1.5rem !important; }

  .pb-lg-sp-5,
  .py-lg-sp-5 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-sp-5,
  .px-lg-sp-5 {
    padding-left: 1.5rem !important; }

  .p-lg-sp-6 {
    padding: 2rem !important; }

  .pt-lg-sp-6,
  .py-lg-sp-6 {
    padding-top: 2rem !important; }

  .pr-lg-sp-6,
  .px-lg-sp-6 {
    padding-right: 2rem !important; }

  .pb-lg-sp-6,
  .py-lg-sp-6 {
    padding-bottom: 2rem !important; }

  .pl-lg-sp-6,
  .px-lg-sp-6 {
    padding-left: 2rem !important; }

  .p-lg-sp-7 {
    padding: 2.5rem !important; }

  .pt-lg-sp-7,
  .py-lg-sp-7 {
    padding-top: 2.5rem !important; }

  .pr-lg-sp-7,
  .px-lg-sp-7 {
    padding-right: 2.5rem !important; }

  .pb-lg-sp-7,
  .py-lg-sp-7 {
    padding-bottom: 2.5rem !important; }

  .pl-lg-sp-7,
  .px-lg-sp-7 {
    padding-left: 2.5rem !important; }

  .p-lg-sp-8 {
    padding: 3rem !important; }

  .pt-lg-sp-8,
  .py-lg-sp-8 {
    padding-top: 3rem !important; }

  .pr-lg-sp-8,
  .px-lg-sp-8 {
    padding-right: 3rem !important; }

  .pb-lg-sp-8,
  .py-lg-sp-8 {
    padding-bottom: 3rem !important; }

  .pl-lg-sp-8,
  .px-lg-sp-8 {
    padding-left: 3rem !important; }

  .p-lg-sp-9 {
    padding: 3.5rem !important; }

  .pt-lg-sp-9,
  .py-lg-sp-9 {
    padding-top: 3.5rem !important; }

  .pr-lg-sp-9,
  .px-lg-sp-9 {
    padding-right: 3.5rem !important; }

  .pb-lg-sp-9,
  .py-lg-sp-9 {
    padding-bottom: 3.5rem !important; }

  .pl-lg-sp-9,
  .px-lg-sp-9 {
    padding-left: 3.5rem !important; }

  .p-lg-sp-10 {
    padding: 4rem !important; }

  .pt-lg-sp-10,
  .py-lg-sp-10 {
    padding-top: 4rem !important; }

  .pr-lg-sp-10,
  .px-lg-sp-10 {
    padding-right: 4rem !important; }

  .pb-lg-sp-10,
  .py-lg-sp-10 {
    padding-bottom: 4rem !important; }

  .pl-lg-sp-10,
  .px-lg-sp-10 {
    padding-left: 4rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .m-xl-sp-0 {
    margin: 0 !important; }

  .mt-xl-sp-0,
  .my-xl-sp-0 {
    margin-top: 0 !important; }

  .mr-xl-sp-0,
  .mx-xl-sp-0 {
    margin-right: 0 !important; }

  .mb-xl-sp-0,
  .my-xl-sp-0 {
    margin-bottom: 0 !important; }

  .ml-xl-sp-0,
  .mx-xl-sp-0 {
    margin-left: 0 !important; }

  .m-xl-sp-1 {
    margin: 0.25rem !important; }

  .mt-xl-sp-1,
  .my-xl-sp-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-sp-1,
  .mx-xl-sp-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-sp-1,
  .my-xl-sp-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-sp-1,
  .mx-xl-sp-1 {
    margin-left: 0.25rem !important; }

  .m-xl-sp-2 {
    margin: 0.5rem !important; }

  .mt-xl-sp-2,
  .my-xl-sp-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-sp-2,
  .mx-xl-sp-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-sp-2,
  .my-xl-sp-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-sp-2,
  .mx-xl-sp-2 {
    margin-left: 0.5rem !important; }

  .m-xl-sp-3 {
    margin: 0.75rem !important; }

  .mt-xl-sp-3,
  .my-xl-sp-3 {
    margin-top: 0.75rem !important; }

  .mr-xl-sp-3,
  .mx-xl-sp-3 {
    margin-right: 0.75rem !important; }

  .mb-xl-sp-3,
  .my-xl-sp-3 {
    margin-bottom: 0.75rem !important; }

  .ml-xl-sp-3,
  .mx-xl-sp-3 {
    margin-left: 0.75rem !important; }

  .m-xl-sp-4 {
    margin: 1rem !important; }

  .mt-xl-sp-4,
  .my-xl-sp-4 {
    margin-top: 1rem !important; }

  .mr-xl-sp-4,
  .mx-xl-sp-4 {
    margin-right: 1rem !important; }

  .mb-xl-sp-4,
  .my-xl-sp-4 {
    margin-bottom: 1rem !important; }

  .ml-xl-sp-4,
  .mx-xl-sp-4 {
    margin-left: 1rem !important; }

  .m-xl-sp-5 {
    margin: 1.5rem !important; }

  .mt-xl-sp-5,
  .my-xl-sp-5 {
    margin-top: 1.5rem !important; }

  .mr-xl-sp-5,
  .mx-xl-sp-5 {
    margin-right: 1.5rem !important; }

  .mb-xl-sp-5,
  .my-xl-sp-5 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-sp-5,
  .mx-xl-sp-5 {
    margin-left: 1.5rem !important; }

  .m-xl-sp-6 {
    margin: 2rem !important; }

  .mt-xl-sp-6,
  .my-xl-sp-6 {
    margin-top: 2rem !important; }

  .mr-xl-sp-6,
  .mx-xl-sp-6 {
    margin-right: 2rem !important; }

  .mb-xl-sp-6,
  .my-xl-sp-6 {
    margin-bottom: 2rem !important; }

  .ml-xl-sp-6,
  .mx-xl-sp-6 {
    margin-left: 2rem !important; }

  .m-xl-sp-7 {
    margin: 2.5rem !important; }

  .mt-xl-sp-7,
  .my-xl-sp-7 {
    margin-top: 2.5rem !important; }

  .mr-xl-sp-7,
  .mx-xl-sp-7 {
    margin-right: 2.5rem !important; }

  .mb-xl-sp-7,
  .my-xl-sp-7 {
    margin-bottom: 2.5rem !important; }

  .ml-xl-sp-7,
  .mx-xl-sp-7 {
    margin-left: 2.5rem !important; }

  .m-xl-sp-8 {
    margin: 3rem !important; }

  .mt-xl-sp-8,
  .my-xl-sp-8 {
    margin-top: 3rem !important; }

  .mr-xl-sp-8,
  .mx-xl-sp-8 {
    margin-right: 3rem !important; }

  .mb-xl-sp-8,
  .my-xl-sp-8 {
    margin-bottom: 3rem !important; }

  .ml-xl-sp-8,
  .mx-xl-sp-8 {
    margin-left: 3rem !important; }

  .m-xl-sp-9 {
    margin: 3.5rem !important; }

  .mt-xl-sp-9,
  .my-xl-sp-9 {
    margin-top: 3.5rem !important; }

  .mr-xl-sp-9,
  .mx-xl-sp-9 {
    margin-right: 3.5rem !important; }

  .mb-xl-sp-9,
  .my-xl-sp-9 {
    margin-bottom: 3.5rem !important; }

  .ml-xl-sp-9,
  .mx-xl-sp-9 {
    margin-left: 3.5rem !important; }

  .m-xl-sp-10 {
    margin: 4rem !important; }

  .mt-xl-sp-10,
  .my-xl-sp-10 {
    margin-top: 4rem !important; }

  .mr-xl-sp-10,
  .mx-xl-sp-10 {
    margin-right: 4rem !important; }

  .mb-xl-sp-10,
  .my-xl-sp-10 {
    margin-bottom: 4rem !important; }

  .ml-xl-sp-10,
  .mx-xl-sp-10 {
    margin-left: 4rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .p-xl-sp-0 {
    padding: 0 !important; }

  .pt-xl-sp-0,
  .py-xl-sp-0 {
    padding-top: 0 !important; }

  .pr-xl-sp-0,
  .px-xl-sp-0 {
    padding-right: 0 !important; }

  .pb-xl-sp-0,
  .py-xl-sp-0 {
    padding-bottom: 0 !important; }

  .pl-xl-sp-0,
  .px-xl-sp-0 {
    padding-left: 0 !important; }

  .p-xl-sp-1 {
    padding: 0.25rem !important; }

  .pt-xl-sp-1,
  .py-xl-sp-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-sp-1,
  .px-xl-sp-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-sp-1,
  .py-xl-sp-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-sp-1,
  .px-xl-sp-1 {
    padding-left: 0.25rem !important; }

  .p-xl-sp-2 {
    padding: 0.5rem !important; }

  .pt-xl-sp-2,
  .py-xl-sp-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-sp-2,
  .px-xl-sp-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-sp-2,
  .py-xl-sp-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-sp-2,
  .px-xl-sp-2 {
    padding-left: 0.5rem !important; }

  .p-xl-sp-3 {
    padding: 0.75rem !important; }

  .pt-xl-sp-3,
  .py-xl-sp-3 {
    padding-top: 0.75rem !important; }

  .pr-xl-sp-3,
  .px-xl-sp-3 {
    padding-right: 0.75rem !important; }

  .pb-xl-sp-3,
  .py-xl-sp-3 {
    padding-bottom: 0.75rem !important; }

  .pl-xl-sp-3,
  .px-xl-sp-3 {
    padding-left: 0.75rem !important; }

  .p-xl-sp-4 {
    padding: 1rem !important; }

  .pt-xl-sp-4,
  .py-xl-sp-4 {
    padding-top: 1rem !important; }

  .pr-xl-sp-4,
  .px-xl-sp-4 {
    padding-right: 1rem !important; }

  .pb-xl-sp-4,
  .py-xl-sp-4 {
    padding-bottom: 1rem !important; }

  .pl-xl-sp-4,
  .px-xl-sp-4 {
    padding-left: 1rem !important; }

  .p-xl-sp-5 {
    padding: 1.5rem !important; }

  .pt-xl-sp-5,
  .py-xl-sp-5 {
    padding-top: 1.5rem !important; }

  .pr-xl-sp-5,
  .px-xl-sp-5 {
    padding-right: 1.5rem !important; }

  .pb-xl-sp-5,
  .py-xl-sp-5 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-sp-5,
  .px-xl-sp-5 {
    padding-left: 1.5rem !important; }

  .p-xl-sp-6 {
    padding: 2rem !important; }

  .pt-xl-sp-6,
  .py-xl-sp-6 {
    padding-top: 2rem !important; }

  .pr-xl-sp-6,
  .px-xl-sp-6 {
    padding-right: 2rem !important; }

  .pb-xl-sp-6,
  .py-xl-sp-6 {
    padding-bottom: 2rem !important; }

  .pl-xl-sp-6,
  .px-xl-sp-6 {
    padding-left: 2rem !important; }

  .p-xl-sp-7 {
    padding: 2.5rem !important; }

  .pt-xl-sp-7,
  .py-xl-sp-7 {
    padding-top: 2.5rem !important; }

  .pr-xl-sp-7,
  .px-xl-sp-7 {
    padding-right: 2.5rem !important; }

  .pb-xl-sp-7,
  .py-xl-sp-7 {
    padding-bottom: 2.5rem !important; }

  .pl-xl-sp-7,
  .px-xl-sp-7 {
    padding-left: 2.5rem !important; }

  .p-xl-sp-8 {
    padding: 3rem !important; }

  .pt-xl-sp-8,
  .py-xl-sp-8 {
    padding-top: 3rem !important; }

  .pr-xl-sp-8,
  .px-xl-sp-8 {
    padding-right: 3rem !important; }

  .pb-xl-sp-8,
  .py-xl-sp-8 {
    padding-bottom: 3rem !important; }

  .pl-xl-sp-8,
  .px-xl-sp-8 {
    padding-left: 3rem !important; }

  .p-xl-sp-9 {
    padding: 3.5rem !important; }

  .pt-xl-sp-9,
  .py-xl-sp-9 {
    padding-top: 3.5rem !important; }

  .pr-xl-sp-9,
  .px-xl-sp-9 {
    padding-right: 3.5rem !important; }

  .pb-xl-sp-9,
  .py-xl-sp-9 {
    padding-bottom: 3.5rem !important; }

  .pl-xl-sp-9,
  .px-xl-sp-9 {
    padding-left: 3.5rem !important; }

  .p-xl-sp-10 {
    padding: 4rem !important; }

  .pt-xl-sp-10,
  .py-xl-sp-10 {
    padding-top: 4rem !important; }

  .pr-xl-sp-10,
  .px-xl-sp-10 {
    padding-right: 4rem !important; }

  .pb-xl-sp-10,
  .py-xl-sp-10 {
    padding-bottom: 4rem !important; }

  .pl-xl-sp-10,
  .px-xl-sp-10 {
    padding-left: 4rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

* {
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #7253ed; }

html {
  font-size: 14px !important; }
  @media (min-width: 31.25rem) {
    html {
      font-size: 16px !important; } }

body {
  font-family: "Work Sans", sans-serif;
  font-size: inherit;
  line-height: 2;
  color: #818181;
  background-color: #fff;
  overflow-x: hidden; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
blockquote,
dl,
div,
fieldset,
form,
hr,
noscript,
table {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  font-weight: 500;
  line-height: 1.15;
  color: #424242; }

p {
  margin-bottom: 1em;
  letter-spacing: .15px; }

a {
  color: #7253ed;
  text-decoration: none; }

a:not([class]) {
  text-decoration: none;
  background-image: linear-gradient(#EBE3E3 0%, #EBE3E3 100%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 1px 1px; }
  a:not([class]):hover {
    background-image: linear-gradient(rgba(114, 83, 237, 0.45) 0%, rgba(114, 83, 237, 0.45) 100%);
    background-size: 1px 1px; }

code {
  font-family: "SFMono-Regular", Menlo, Consolas, Monospace;
  font-size: 12px;
  line-height: 2; }

figure {
  margin: 0; }

li {
  margin: 0.25em 0; }

img {
  max-width: 100%;
  height: auto; }

hr {
  height: 1px;
  padding: 0;
  margin: 2rem 0;
  background-color: #EBE3E3;
  border: 0; }

@media (min-width: 46.25rem) {
  .page-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden; } }

.side-bar {
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff; }
  @media (min-width: 46.25rem) {
    .side-bar {
      flex-wrap: nowrap;
      position: absolute;
      width: 350px;
      height: 100%;
      padding-top: 4rem;
      padding-bottom: 0;
      flex-direction: column;
      border-right: 2px solid #EBE3E3;
      align-items: center; } }
  @media (min-width: 70rem) {
    .side-bar {
      width: 400px; } }

@media (min-width: 46.25rem) {
  .main-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll; } }

.main-content {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 46.25rem) {
    .main-content {
      padding-right: 6rem;
      padding-left: 4rem; } }
  @media (min-width: 46.25rem) {
    .main-content {
      position: relative;
      max-width: 900px;
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-left: 6rem;
      margin-left: 350px; } }
  @media (min-width: 70rem) {
    .main-content {
      padding-left: 6rem;
      margin-left: 400px; } }

.js-main-content:focus {
  outline: none; }

.page-header {
  background-color: #fff; }
  @media (min-width: 46.25rem) {
    .page-header {
      background-color: #fff; } }
  .page-header .main-content {
    padding-top: 0; }
    @media (min-width: 46.25rem) {
      .page-header .main-content {
        display: flex;
        justify-content: flex-end;
        height: 60px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #EBE3E3; } }

.navigation,
.site-title,
.site-footer,
.side-bar-baseline-inner {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%; }
  @media (min-width: 46.25rem) {
    .navigation,
    .site-title,
    .site-footer,
    .side-bar-baseline-inner {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 70rem) {
    .navigation,
    .site-title,
    .site-footer,
    .side-bar-baseline-inner {
      width: 382px; } }

@media (min-width: 46.25rem) {
  .navigation {
    padding-top: 1rem;
    overflow-y: auto;
    flex: 1 1 auto; } }

body {
  position: relative;
  padding-bottom: 4rem; }
  @media (min-width: 46.25rem) {
    body {
      position: static;
      padding-bottom: 0; } }

.site-footer {
  position: absolute;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  .site-footer svg {
    max-width: 35px; }
  .site-footer a:hover svg g {
    fill: #757575 !important; }
  @media (min-width: 46.25rem) {
    .site-footer {
      position: static;
      align-self: center;
      justify-self: end;
      background-color: transparent; } }

.side-bar-baseline {
  display: none;
  width: 100%;
  border-left: 6px solid #11063B;
  padding: .5em;
  position: relative;
  margin-bottom: 1rem; }
  @media (min-width: 46.25rem) {
    .side-bar-baseline {
      display: block; } }
  .side-bar-baseline::before {
    content: "\201C";
    font-family: "Georgia";
    color: #11063B;
    font-size: 7em;
    line-height: normal;
    position: absolute;
    opacity: .15;
    top: -15px; }
  .side-bar-baseline p {
    margin: 0;
    font-family: "CircularStd", "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif;
    position: relative;
    color: #11063B; }

.main-header {
  justify-content: flex-end;
  max-width: none !important;
  overflow-x: hidden;
  background-position: -30px top; }
  .main-header .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1; }
  .main-header.concevoir {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: visible; }
    .main-header.concevoir::before {
      content: "";
      background-size: cover;
      width: 100%;
      height: 125%;
      position: absolute;
      z-index: -1;
      background-image: url("/assets/images/sub_header_conception.svg");
      background-repeat: no-repeat; }
  .main-header.enquete {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: visible; }
    .main-header.enquete::before {
      content: "";
      background-size: cover;
      width: 100%;
      height: 125%;
      position: absolute;
      z-index: -1;
      background-image: url("/assets/images/sub_header_enquete.svg");
      background-repeat: no-repeat; }
  .main-header.techno {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: visible; }
    .main-header.techno::before {
      content: "";
      background-size: cover;
      width: 100%;
      height: 125%;
      position: absolute;
      z-index: -1;
      background-image: url("/assets/images/sub_header_techno.svg");
      background-repeat: no-repeat; }

.main-content-search {
  max-width: none !important; }
.main-content-hasheader {
  padding-top: 0 !important; }
.main-content-hassubheader {
  padding-top: 0 !important;
  top: -25px; }

.page-content a {
  overflow: hidden;
  text-overflow: ellipsis; }
.page-content ul,
.page-content ol {
  padding-left: 1.5em; }
.page-content ol {
  list-style-type: none;
  counter-reset: step-counter; }
  .page-content ol > li {
    position: relative; }
    .page-content ol > li::before {
      position: absolute;
      top: 0.2em;
      left: -1.6em;
      color: #959396;
      content: counter(step-counter);
      counter-increment: step-counter;
      font-size: 12px !important; }
      @media (min-width: 31.25rem) {
        .page-content ol > li::before {
          font-size: 14px !important; } }
      @media (min-width: 31.25rem) {
        .page-content ol > li::before {
          top: 0.11em; } }
    .page-content ol > li ol {
      counter-reset: sub-counter; }
      .page-content ol > li ol li::before {
        content: counter(sub-counter,lower-alpha);
        counter-increment: sub-counter; }
.page-content ul {
  list-style: none; }
  .page-content ul > li::before {
    position: absolute;
    margin-left: -1.4em;
    color: #959396;
    content: "•"; }
.page-content .task-list {
  padding-left: 0; }
.page-content .task-list-item {
  display: flex;
  align-items: center; }
  .page-content .task-list-item::before {
    content: ""; }
.page-content .task-list-item-checkbox {
  margin-right: 0.6em; }
.page-content hr + * {
  margin-top: 0; }
.page-content h1:first-of-type {
  margin-top: 0.5em; }
.page-content dl {
  display: grid;
  grid-template-columns: max-content 1fr; }
.page-content dt,
.page-content dd {
  margin: 0.25em 0; }
.page-content dt {
  text-align: right; }
  .page-content dt::after {
    content: ":"; }
.page-content dd {
  margin-left: 1em;
  font-weight: 500; }

.site-title {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  font-family: "CircularStd", "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif;
  font-weight: 600;
  color: #424242;
  background-color: transparent; }
  @media (min-width: 46.25rem) {
    .site-title {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 101;
      padding-top: 1rem; } }

.navigation-list {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  list-style: none; }
  @media (min-width: 46.25rem) {
    .navigation-list {
      margin-top: 0; } }

.navigation-list-child-list {
  padding-left: 0.75rem;
  list-style: none; }
  .navigation-list-child-list .navigation-list-link {
    color: #5c5962; }
  .navigation-list-child-list .navigation-list-item {
    position: relative; }
    .navigation-list-child-list .navigation-list-item::before {
      position: absolute;
      margin-top: 0.3em;
      margin-left: -0.8em;
      color: rgba(129, 129, 129, 0.3);
      content: "- "; }
    .navigation-list-child-list .navigation-list-item.active::before {
      color: #818181; }

.navigation-list-item {
  font-size: 14px !important;
  margin: 0; }
  @media (min-width: 31.25rem) {
    .navigation-list-item {
      font-size: 16px !important; } }
  @media (min-width: 46.25rem) {
    .navigation-list-item {
      font-size: 12px !important; } }
  @media (min-width: 46.25rem) and (min-width: 31.25rem) {
    .navigation-list-item {
      font-size: 14px !important; } }

  .navigation-list-item .navigation-list-child-list {
    display: none; }
  .navigation-list-item.active .navigation-list-child-list {
    display: block; }

.navigation-list-link {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "CircularStd", "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif; }
  .navigation-list-link.active {
    font-weight: 600;
    color: #424242;
    text-decoration: none; }

.main-nav,
.aux-nav {
  display: none; }
  .main-nav.nav-open,
  .aux-nav.nav-open {
    display: block; }
  @media (min-width: 46.25rem) {
    .main-nav,
    .aux-nav {
      display: block; } }

.navigation-list-toggle {
  position: absolute;
  right: 1rem; }
  @media (min-width: 46.25rem) {
    .navigation-list-toggle {
      display: none !important; } }

@media (min-width: 46.25rem) {
  .breadcrumb-nav {
    margin-top: -1rem; } }

.breadcrumb-nav-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.breadcrumb-nav-list-item {
  display: table-cell;
  font-size: 11px !important; }
  @media (min-width: 31.25rem) {
    .breadcrumb-nav-list-item {
      font-size: 12px !important; } }
  .breadcrumb-nav-list-item a {
    font-family: "CircularStd", "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif;
    font-weight: 400;
    letter-spacing: .2px;
    border: none;
    background-image: none;
    color: #ACACAC; }
  .breadcrumb-nav-list-item::before {
    display: none; }
  .breadcrumb-nav-list-item::after {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #959396;
    content: "/"; }
  .breadcrumb-nav-list-item:last-child::after {
    content: ""; }

/*CUSTOM*/
@media (min-width: 46.25rem) {
  .navigation-list-child-list {
    border-left: 3px solid #E2B35D; }
    .navigation-list-child-list.concevoir {
      border-left-color: #E16B6B; }
    .navigation-list-child-list.techno {
      border-left-color: #417BC8; }

  .navigation-list-link {
    color: #ACACAC;
    font-size: .9em; }

  .navigation-list-item.active {
    padding: 1em 0; }
    .navigation-list-item.active .has_children {
      font-size: 1.4em;
      font-weight: 500; }

  .navigation-list-link {
    cursor: pointer; }
    .navigation-list-link:hover {
      color: #757575 !important; }
    .navigation-list-link.active {
      color: #424242;
      font-weight: 500;
      font-size: 1.4em; }
      .navigation-list-link.active:hover {
        color: #424242 !important; }

  .navigation-list-child-list .navigation-list-item.active {
    padding: 0; }
  .navigation-list-child-list .navigation-list-link {
    color: #ACACAC; }
    .navigation-list-child-list .navigation-list-link.active {
      color: #424242;
      font-size: .9em;
      font-weight: normal; } }
.navigation-list-child-list .navigation-list-item::before {
  content: none; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "CircularStd", "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif; }

h1,
.text-alpha {
  font-size: 32px !important;
  font-weight: 400; }
  @media (min-width: 31.25rem) {
    h1,
    .text-alpha {
      font-size: 36px !important; } }

strong {
  font-weight: 500;
  color: #424242; }

h2,
.text-beta {
  font-size: 18px !important; }
  @media (min-width: 31.25rem) {
    h2,
    .text-beta {
      font-size: 24px !important; } }

h3,
.text-gamma {
  font-size: 16px !important; }
  @media (min-width: 31.25rem) {
    h3,
    .text-gamma {
      font-size: 18px !important; } }

h4,
.text-delta {
  font-size: 11px !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (min-width: 31.25rem) {
    h4,
    .text-delta {
      font-size: 12px !important; } }

h5,
.text-epsilon {
  font-size: 12px !important;
  color: #44434d; }
  @media (min-width: 31.25rem) {
    h5,
    .text-epsilon {
      font-size: 14px !important; } }

h6,
.text-zeta {
  font-size: 11px !important;
  color: #44434d; }
  @media (min-width: 31.25rem) {
    h6,
    .text-zeta {
      font-size: 12px !important; } }

li .highlight {
  margin-top: 0.5rem; }

.text-small {
  font-size: 11px !important; }
  @media (min-width: 31.25rem) {
    .text-small {
      font-size: 12px !important; } }

.text-mono {
  font-family: "SFMono-Regular", Menlo, Consolas, Monospace !important; }

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

blockquote {
  font-style: normal;
  font-size: 16px;
  margin-left: 32px;
  border-left: 4px solid #E2B35D;
  padding-left: 16px; }

ul.check-icon li::before {
  content: "\e82e";
  font-family: "Feather"; }

ul.list-icon li::before {
  content: "\e886";
  font-family: "Feather"; }

ul.square-icon li::before {
  content: "\e8cb";
  font-family: "Feather"; }

ul.pin-icon li::before {
  content: "\e88e";
  font-family: "Feather"; }

ul.volume-icon li::before {
  content: "\e8f0";
  font-family: "Feather"; }

ul.message-circle-icon li::before {
  content: "\e890";
  font-family: "Feather"; }

.label,
.label-blue {
  display: inline-block;
  padding-top: 0.16em;
  padding-right: 0.42em;
  padding-bottom: 0.16em;
  padding-left: 0.42em;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #2869e6;
  font-size: 11px !important; }
  @media (min-width: 31.25rem) {
    .label,
    .label-blue {
      font-size: 12px !important; } }

.label-green {
  background-color: #009c7b; }

.label-purple {
  background-color: #5e41d0; }

.label-red {
  background-color: #e94c4c; }

.label-yellow {
  color: #44434d;
  background-color: #f7d12e; }

.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.6em 1.4em;
  transition: .2s all ease;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: #7253ed;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  background-color: #f7f7f7;
  border-width: 0;
  border-radius: 500px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  appearance: none; }
  .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); }
  .btn:focus:hover, .btn.selected:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); }
  .btn:hover, .btn.zeroclipboard-is-hover {
    color: #6a4aec; }
  .btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active {
    text-decoration: none;
    background-color: #f4f4f4; }
  .btn:active, .btn.selected, .btn.zeroclipboard-is-active {
    background-color: #efefef;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn.selected:hover {
    background-color: #cfcfcf; }
  .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
    color: rgba(102, 102, 102, 0.5);
    cursor: default;
    background-color: rgba(229, 229, 229, 0.5);
    background-image: none;
    box-shadow: none; }

.btn-outline {
  color: #7253ed;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e6e1e8; }
  .btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active {
    color: #6341eb;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #e6e1e8; }
  .btn-outline:focus {
    text-decoration: none;
    outline: none;
    box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); }
  .btn-outline:focus:hover, .btn-outline.selected:focus {
    box-shadow: inset 0 0 0 2px #5c5962; }

.btn-primary {
  color: #fff;
  background-color: #5739ce;
  background-image: linear-gradient(#6f55d5, #5739ce);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
  .btn-primary:hover, .btn-primary.zeroclipboard-is-hover {
    color: #fff;
    background-color: #5132cb;
    background-image: linear-gradient(#6549d2, #5132cb); }
  .btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active {
    background-color: #4f31c6;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn-primary.selected:hover {
    background-color: #472cb2; }

.btn-purple {
  color: #fff;
  background-color: #5739ce;
  background-image: linear-gradient(#6f55d5, #5739ce);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
  .btn-purple:hover, .btn-purple.zeroclipboard-is-hover {
    color: #fff;
    background-color: #5132cb;
    background-image: linear-gradient(#6549d2, #5132cb); }
  .btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active {
    background-color: #4f31c6;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn-purple.selected:hover {
    background-color: #472cb2; }

.btn-blue {
  color: #fff;
  background-color: #227efa;
  background-image: linear-gradient(#4593fb, #227efa);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
  .btn-blue:hover, .btn-blue.zeroclipboard-is-hover {
    color: #fff;
    background-color: #1878fa;
    background-image: linear-gradient(#368afa, #1878fa); }
  .btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active {
    background-color: #1375f9;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn-blue.selected:hover {
    background-color: #0669ed; }

.btn-green {
  color: #fff;
  background-color: #10ac7d;
  background-image: linear-gradient(#13cc95, #10ac7d);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
  .btn-green:hover, .btn-green.zeroclipboard-is-hover {
    color: #fff;
    background-color: #0fa276;
    background-image: linear-gradient(#12be8b, #0fa276); }
  .btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active {
    background-color: #0f9e73;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn-green.selected:hover {
    background-color: #0d8662; }

.btn-base__border {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff; }
  .btn-base__border:hover, .btn-base__border:active, .btn-base__border.zeroclipboard-is-hover, .btn-base__border.zeroclipboard-is-active {
    box-shadow: inset 0 0 0 2px #fff;
    color: #11063B;
    text-decoration: none;
    background-color: #fff; }
  .btn-base__border:focus {
    text-decoration: none;
    outline: none;
    box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); }
  .btn-base__border:focus:hover, .btn-base__border.selected:focus {
    box-shadow: inset 0 0 0 2px #5c5962; }

.btn-home {
  background: #423571;
  font-weight: 500;
  color: white; }
  .btn-home:hover {
    color: #2F2554; }

.search {
  position: relative;
  z-index: 99;
  flex-grow: 1;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05); }
  @media (min-width: 46.25rem) {
    .search {
      display: block;
      padding-top: 0.25rem;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      margin-bottom: 0;
      background-color: transparent;
      box-shadow: none; } }
  .search.nav-open {
    display: block; }

.search-results-wrap {
  display: none; }
  .search-results-wrap.active {
    position: absolute;
    top: 0.25rem;
    z-index: 100;
    display: block;
    width: 300px;
    margin-top: 3rem;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
    max-height: 300px;
    overflow-y: scroll; }

.search-input-wrap {
  display: flex;
  background-color: #fff; }

.search-input {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #fff;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  order: 2;
  font-size: 16px !important; }
  .search-input:focus {
    outline: 0;
    box-shadow: none; }
    .search-input:focus + .icon-search {
      color: #7253ed; }
  @media (min-width: 31.25rem) {
    .search-input {
      font-size: 18px !important; } }
  @media (min-width: 31.25rem) {
    .search-input {
      font-size: 12px !important; } }
  @media (min-width: 31.25rem) and (min-width: 31.25rem) {
    .search-input {
      font-size: 14px !important; } }

  @media (min-width: 46.25rem) {
    .search-input {
      font-size: 11px !important; } }
  @media (min-width: 46.25rem) and (min-width: 31.25rem) {
    .search-input {
      font-size: 12px !important; } }

.icon-search {
  align-self: center;
  margin-right: 0.5rem;
  color: #959396;
  order: 1; }

.search-results-list {
  padding-left: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style: none;
  font-size: 12px !important; }
  @media (min-width: 31.25rem) {
    .search-results-list {
      font-size: 14px !important; } }

.search-results-list-item {
  padding: 0;
  margin: 0; }

.search-results-link {
  display: block;
  padding-top: 0.25rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem; }
  .search-results-link:hover {
    color: #424242;
    background-color: #fafafa; }

.search-noresults {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style: none;
  font-size: 12px !important;
  padding-top: 0.25rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem; }
  @media (min-width: 31.25rem) {
    .search-noresults {
      font-size: 14px !important; } }

table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  border-collapse: separate;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05); }
  @media (min-width: 31.25rem) {
    table {
      display: table; } }

th,
td {
  font-size: 12px !important;
  min-width: 120px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  background-color: white;
  border-bottom: 2px solid rgba(235, 227, 227, 0.5);
  border-left: 2px solid #EBE3E3; }
  @media (min-width: 31.25rem) {
    th,
    td {
      font-size: 14px !important; } }
  th:first-of-type,
  td:first-of-type {
    border-left: 0; }

thead tr:first-of-type th:first-of-type,
thead tr:first-of-type td:first-of-type,
tbody:first-child tr:first-of-type th:first-of-type,
tbody:first-child tr:first-of-type td:first-of-type {
  border-top-left-radius: 4px; }
thead tr:first-of-type th:last-of-type,
thead tr:first-of-type td:last-of-type,
tbody:first-child tr:first-of-type th:last-of-type,
tbody:first-child tr:first-of-type td:last-of-type {
  border-top-right-radius: 4px; }

tbody tr:last-of-type th,
tbody tr:last-of-type td {
  border-bottom: 0; }
  tbody tr:last-of-type th:first-of-type,
  tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 4px; }
  tbody tr:last-of-type th:last-of-type,
  tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 4px; }

thead th {
  border-bottom: 1px solid #EBE3E3; }

code {
  padding: 0.2em 0.15em;
  font-weight: 400;
  background-color: #f5f6fa;
  border: 2px solid #EBE3E3;
  border-radius: 4px; }

pre.highlight {
  padding: 0.75rem;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #f5f6fa; }
  pre.highlight code {
    padding: 0;
    border: 0; }

.highlighter-rouge {
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-radius: 4px; }

.highlight .c {
  color: #586e75; }

.highlight .err {
  color: #93a1a1; }

.highlight .g {
  color: #93a1a1; }

.highlight .k {
  color: #859900; }

.highlight .l {
  color: #93a1a1; }

.highlight .n {
  color: #93a1a1; }

.highlight .o {
  color: #859900; }

.highlight .x {
  color: #cb4b16; }

.highlight .p {
  color: #93a1a1; }

.highlight .cm {
  color: #586e75; }

.highlight .cp {
  color: #859900; }

.highlight .c1 {
  color: #586e75; }

.highlight .cs {
  color: #859900; }

.highlight .gd {
  color: #2aa198; }

.highlight .ge {
  font-style: italic;
  color: #93a1a1; }

.highlight .gr {
  color: #dc322f; }

.highlight .gh {
  color: #cb4b16; }

.highlight .gi {
  color: #859900; }

.highlight .go {
  color: #93a1a1; }

.highlight .gp {
  color: #93a1a1; }

.highlight .gs {
  font-weight: bold;
  color: #93a1a1; }

.highlight .gu {
  color: #cb4b16; }

.highlight .gt {
  color: #93a1a1; }

.highlight .kc {
  color: #cb4b16; }

.highlight .kd {
  color: #268bd2; }

.highlight .kn {
  color: #859900; }

.highlight .kp {
  color: #859900; }

.highlight .kr {
  color: #268bd2; }

.highlight .kt {
  color: #dc322f; }

.highlight .ld {
  color: #93a1a1; }

.highlight .m {
  color: #2aa198; }

.highlight .s {
  color: #2aa198; }

.highlight .na {
  color: #93a1a1; }

.highlight .nb {
  color: #b58900; }

.highlight .nc {
  color: #268bd2; }

.highlight .no {
  color: #cb4b16; }

.highlight .nd {
  color: #268bd2; }

.highlight .ni {
  color: #cb4b16; }

.highlight .ne {
  color: #cb4b16; }

.highlight .nf {
  color: #268bd2; }

.highlight .nl {
  color: #93a1a1; }

.highlight .nn {
  color: #93a1a1; }

.highlight .nx {
  color: #555; }

.highlight .py {
  color: #93a1a1; }

.highlight .nt {
  color: #268bd2; }

.highlight .nv {
  color: #268bd2; }

.highlight .ow {
  color: #859900; }

.highlight .w {
  color: #93a1a1; }

.highlight .mf {
  color: #2aa198; }

.highlight .mh {
  color: #2aa198; }

.highlight .mi {
  color: #2aa198; }

.highlight .mo {
  color: #2aa198; }

.highlight .sb {
  color: #586e75; }

.highlight .sc {
  color: #2aa198; }

.highlight .sd {
  color: #93a1a1; }

.highlight .s2 {
  color: #2aa198; }

.highlight .se {
  color: #cb4b16; }

.highlight .sh {
  color: #93a1a1; }

.highlight .si {
  color: #2aa198; }

.highlight .sx {
  color: #2aa198; }

.highlight .sr {
  color: #dc322f; }

.highlight .s1 {
  color: #2aa198; }

.highlight .ss {
  color: #2aa198; }

.highlight .bp {
  color: #268bd2; }

.highlight .vc {
  color: #268bd2; }

.highlight .vg {
  color: #268bd2; }

.highlight .vi {
  color: #268bd2; }

.highlight .il {
  color: #2aa198; }

.code-example {
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: auto;
  border: 1px solid #EBE3E3;
  border-radius: 4px; }
  .code-example + .highlighter-rouge,
  .code-example + figure.highlight {
    position: relative;
    margin-top: -1rem;
    border-right: 1px solid #EBE3E3;
    border-bottom: 1px solid #EBE3E3;
    border-left: 1px solid #EBE3E3;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.text-white {
  color: #fff !important; }

.text-grey-dk-000 {
  color: #959396 !important; }

.text-grey-dk-100 {
  color: #5c5962 !important; }

.text-grey-dk-200 {
  color: #44434d !important; }

.text-grey-dk-250 {
  color: #302d36 !important; }

.text-grey-dk-300 {
  color: #27262b !important; }

.text-grey-lt-000 {
  color: #f5f6fa !important; }

.text-grey-lt-100 {
  color: #EBE3E3 !important; }

.text-grey-lt-200 {
  color: #ecebed !important; }

.text-grey-lt-300 {
  color: #e6e1e8 !important; }

.text-blue-000 {
  color: #2c84fa !important; }

.text-blue-100 {
  color: #2869e6 !important; }

.text-blue-200 {
  color: #264caf !important; }

.text-blue-300 {
  color: #183385 !important; }

.text-green-000 {
  color: #41d693 !important; }

.text-green-100 {
  color: #11b584 !important; }

.text-green-200 {
  color: #009c7b !important; }

.text-green-300 {
  color: #026e57 !important; }

.text-purple-000 {
  color: #7253ed !important; }

.text-purple-100 {
  color: #5e41d0 !important; }

.text-purple-200 {
  color: #4e26af !important; }

.text-purple-300 {
  color: #381885 !important; }

.text-yellow-000 {
  color: #ffeb82 !important; }

.text-yellow-100 {
  color: #fadf50 !important; }

.text-yellow-200 {
  color: #f7d12e !important; }

.text-yellow-300 {
  color: #e7af06 !important; }

.text-red-000 {
  color: #f77e7e !important; }

.text-red-100 {
  color: #f96e65 !important; }

.text-red-200 {
  color: #e94c4c !important; }

.text-red-300 {
  color: #dd2e2e !important; }

.bg-grey-dk-000 {
  background-color: #959396 !important; }

.bg-grey-dk-100 {
  background-color: #5c5962 !important; }

.bg-grey-dk-200 {
  background-color: #44434d !important; }

.bg-grey-dk-250 {
  background-color: #302d36 !important; }

.bg-grey-dk-300 {
  background-color: #27262b !important; }

.bg-grey-lt-000 {
  background-color: #f5f6fa !important; }

.bg-grey-lt-100 {
  background-color: #EBE3E3 !important; }

.bg-grey-lt-200 {
  background-color: #ecebed !important; }

.bg-grey-lt-300 {
  background-color: #e6e1e8 !important; }

.bg-blue-000 {
  background-color: #2c84fa !important; }

.bg-blue-100 {
  background-color: #2869e6 !important; }

.bg-blue-200 {
  background-color: #264caf !important; }

.bg-blue-300 {
  background-color: #183385 !important; }

.bg-green-000 {
  background-color: #41d693 !important; }

.bg-green-100 {
  background-color: #11b584 !important; }

.bg-green-200 {
  background-color: #009c7b !important; }

.bg-green-300 {
  background-color: #026e57 !important; }

.bg-purple-000 {
  background-color: #7253ed !important; }

.bg-purple-100 {
  background-color: #5e41d0 !important; }

.bg-purple-200 {
  background-color: #4e26af !important; }

.bg-purple-300 {
  background-color: #381885 !important; }

.bg-yellow-000 {
  background-color: #ffeb82 !important; }

.bg-yellow-100 {
  background-color: #fadf50 !important; }

.bg-yellow-200 {
  background-color: #f7d12e !important; }

.bg-yellow-300 {
  background-color: #e7af06 !important; }

.bg-red-000 {
  background-color: #f77e7e !important; }

.bg-red-100 {
  background-color: #f96e65 !important; }

.bg-red-200 {
  background-color: #e94c4c !important; }

.bg-red-300 {
  background-color: #dd2e2e !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-none {
  display: none !important; }

@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 20rem) {
  .d-xs-block {
    display: block !important; }

  .d-xs-flex {
    display: flex !important; }

  .d-xs-inline {
    display: inline !important; }

  .d-xs-inline-block {
    display: inline-block !important; }

  .d-xs-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 31.25rem) {
  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 46.25rem) {
  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 70rem) {
  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
@media (min-width: 87.5rem) {
  .d-xl-block {
    display: block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-none {
    display: none !important; } }
.v-align-baseline {
  vertical-align: baseline !important; }

.v-align-bottom {
  vertical-align: bottom !important; }

.v-align-middle {
  vertical-align: middle !important; }

.v-align-text-bottom {
  vertical-align: text-bottom !important; }

.v-align-text-top {
  vertical-align: text-top !important; }

.v-align-top {
  vertical-align: top !important; }

.fs-1 {
  font-size: 9px !important; }
  @media (min-width: 31.25rem) {
    .fs-1 {
      font-size: 10px !important; } }

.fs-2 {
  font-size: 11px !important; }
  @media (min-width: 31.25rem) {
    .fs-2 {
      font-size: 12px !important; } }

.fs-3 {
  font-size: 12px !important; }
  @media (min-width: 31.25rem) {
    .fs-3 {
      font-size: 14px !important; } }

.fs-4 {
  font-size: 14px !important; }
  @media (min-width: 31.25rem) {
    .fs-4 {
      font-size: 16px !important; } }

.fs-5 {
  font-size: 16px !important; }
  @media (min-width: 31.25rem) {
    .fs-5 {
      font-size: 18px !important; } }

.fs-6 {
  font-size: 18px !important; }
  @media (min-width: 31.25rem) {
    .fs-6 {
      font-size: 24px !important; } }

.fs-7 {
  font-size: 24px !important; }
  @media (min-width: 31.25rem) {
    .fs-7 {
      font-size: 32px !important; } }

.fs-8 {
  font-size: 32px !important; }
  @media (min-width: 31.25rem) {
    .fs-8 {
      font-size: 36px !important; } }

.fs-9 {
  font-size: 36px !important; }
  @media (min-width: 31.25rem) {
    .fs-9 {
      font-size: 42px !important; } }

.fs-10 {
  font-size: 42px !important; }
  @media (min-width: 31.25rem) {
    .fs-10 {
      font-size: 48px !important; } }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-700 {
  font-weight: 700 !important; }

.lh-0 {
  line-height: 0 !important; }

.lh-default {
  line-height: 2; }

.lh-tight {
  line-height: 1.15; }

.ls-5 {
  letter-spacing: 0.05em !important; }

.ls-10 {
  letter-spacing: 0.1em !important; }

.ls-0 {
  letter-spacing: 0 !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.list-style-none {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mxn-0 {
  margin-right: -0 !important;
  margin-left: -0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.mxn-1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mxn-2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important; }

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.mxn-3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important; }

.m-4 {
  margin: 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mxn-4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important; }

.m-5 {
  margin: 1.5rem !important; }

.mt-5 {
  margin-top: 1.5rem !important; }

.mr-5 {
  margin-right: 1.5rem !important; }

.mb-5 {
  margin-bottom: 1.5rem !important; }

.ml-5 {
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mxn-5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important; }

.m-6 {
  margin: 2rem !important; }

.mt-6 {
  margin-top: 2rem !important; }

.mr-6 {
  margin-right: 2rem !important; }

.mb-6 {
  margin-bottom: 2rem !important; }

.ml-6 {
  margin-left: 2rem !important; }

.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mxn-6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important; }

.m-7 {
  margin: 2.5rem !important; }

.mt-7 {
  margin-top: 2.5rem !important; }

.mr-7 {
  margin-right: 2.5rem !important; }

.mb-7 {
  margin-bottom: 2.5rem !important; }

.ml-7 {
  margin-left: 2.5rem !important; }

.mx-7 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.mxn-7 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important; }

.m-8 {
  margin: 3rem !important; }

.mt-8 {
  margin-top: 3rem !important; }

.mr-8 {
  margin-right: 3rem !important; }

.mb-8 {
  margin-bottom: 3rem !important; }

.ml-8 {
  margin-left: 3rem !important; }

.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mxn-8 {
  margin-right: -3rem !important;
  margin-left: -3rem !important; }

.m-9 {
  margin: 3.5rem !important; }

.mt-9 {
  margin-top: 3.5rem !important; }

.mr-9 {
  margin-right: 3.5rem !important; }

.mb-9 {
  margin-bottom: 3.5rem !important; }

.ml-9 {
  margin-left: 3.5rem !important; }

.mx-9 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important; }

.my-9 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.mxn-9 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important; }

.m-10 {
  margin: 4rem !important; }

.mt-10 {
  margin-top: 4rem !important; }

.mr-10 {
  margin-right: 4rem !important; }

.mb-10 {
  margin-bottom: 4rem !important; }

.ml-10 {
  margin-left: 4rem !important; }

.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mxn-10 {
  margin-right: -4rem !important;
  margin-left: -4rem !important; }

.m-11 {
  margin:  !important; }

.mt-11 {
  margin-top:  !important; }

.mr-11 {
  margin-right:  !important; }

.mb-11 {
  margin-bottom:  !important; }

.ml-11 {
  margin-left:  !important; }

.mx-11 {
  margin-right:  !important;
  margin-left:  !important; }

.my-11 {
  margin-top:  !important;
  margin-bottom:  !important; }

.mxn-11 {
  margin-right: - !important;
  margin-left: - !important; }

.m-12 {
  margin:  !important; }

.mt-12 {
  margin-top:  !important; }

.mr-12 {
  margin-right:  !important; }

.mb-12 {
  margin-bottom:  !important; }

.ml-12 {
  margin-left:  !important; }

.mx-12 {
  margin-right:  !important;
  margin-left:  !important; }

.my-12 {
  margin-top:  !important;
  margin-bottom:  !important; }

.mxn-12 {
  margin-right: - !important;
  margin-left: - !important; }

.m-13 {
  margin:  !important; }

.mt-13 {
  margin-top:  !important; }

.mr-13 {
  margin-right:  !important; }

.mb-13 {
  margin-bottom:  !important; }

.ml-13 {
  margin-left:  !important; }

.mx-13 {
  margin-right:  !important;
  margin-left:  !important; }

.my-13 {
  margin-top:  !important;
  margin-bottom:  !important; }

.mxn-13 {
  margin-right: - !important;
  margin-left: - !important; }

.m-14 {
  margin:  !important; }

.mt-14 {
  margin-top:  !important; }

.mr-14 {
  margin-right:  !important; }

.mb-14 {
  margin-bottom:  !important; }

.ml-14 {
  margin-left:  !important; }

.mx-14 {
  margin-right:  !important;
  margin-left:  !important; }

.my-14 {
  margin-top:  !important;
  margin-bottom:  !important; }

.mxn-14 {
  margin-right: - !important;
  margin-left: - !important; }

.m-15 {
  margin:  !important; }

.mt-15 {
  margin-top:  !important; }

.mr-15 {
  margin-right:  !important; }

.mb-15 {
  margin-bottom:  !important; }

.ml-15 {
  margin-left:  !important; }

.mx-15 {
  margin-right:  !important;
  margin-left:  !important; }

.my-15 {
  margin-top:  !important;
  margin-bottom:  !important; }

.mxn-15 {
  margin-right: - !important;
  margin-left: - !important; }

.m-16 {
  margin:  !important; }

.mt-16 {
  margin-top:  !important; }

.mr-16 {
  margin-right:  !important; }

.mb-16 {
  margin-bottom:  !important; }

.ml-16 {
  margin-left:  !important; }

.mx-16 {
  margin-right:  !important;
  margin-left:  !important; }

.my-16 {
  margin-top:  !important;
  margin-bottom:  !important; }

.mxn-16 {
  margin-right: - !important;
  margin-left: - !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

@media (min-width: 20rem) {
  .m-xs-0 {
    margin: 0 !important; }

  .mt-xs-0 {
    margin-top: 0 !important; }

  .mr-xs-0 {
    margin-right: 0 !important; }

  .mb-xs-0 {
    margin-bottom: 0 !important; }

  .ml-xs-0 {
    margin-left: 0 !important; }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mxn-xs-0 {
    margin-right: -0 !important;
    margin-left: -0 !important; } }
@media (min-width: 20rem) {
  .m-xs-1 {
    margin: 0.25rem !important; }

  .mt-xs-1 {
    margin-top: 0.25rem !important; }

  .mr-xs-1 {
    margin-right: 0.25rem !important; }

  .mb-xs-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xs-1 {
    margin-left: 0.25rem !important; }

  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .mxn-xs-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; } }
@media (min-width: 20rem) {
  .m-xs-2 {
    margin: 0.5rem !important; }

  .mt-xs-2 {
    margin-top: 0.5rem !important; }

  .mr-xs-2 {
    margin-right: 0.5rem !important; }

  .mb-xs-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xs-2 {
    margin-left: 0.5rem !important; }

  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mxn-xs-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; } }
@media (min-width: 20rem) {
  .m-xs-3 {
    margin: 0.75rem !important; }

  .mt-xs-3 {
    margin-top: 0.75rem !important; }

  .mr-xs-3 {
    margin-right: 0.75rem !important; }

  .mb-xs-3 {
    margin-bottom: 0.75rem !important; }

  .ml-xs-3 {
    margin-left: 0.75rem !important; }

  .mx-xs-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

  .my-xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

  .mxn-xs-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; } }
@media (min-width: 20rem) {
  .m-xs-4 {
    margin: 1rem !important; }

  .mt-xs-4 {
    margin-top: 1rem !important; }

  .mr-xs-4 {
    margin-right: 1rem !important; }

  .mb-xs-4 {
    margin-bottom: 1rem !important; }

  .ml-xs-4 {
    margin-left: 1rem !important; }

  .mx-xs-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mxn-xs-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; } }
@media (min-width: 20rem) {
  .m-xs-5 {
    margin: 1.5rem !important; }

  .mt-xs-5 {
    margin-top: 1.5rem !important; }

  .mr-xs-5 {
    margin-right: 1.5rem !important; }

  .mb-xs-5 {
    margin-bottom: 1.5rem !important; }

  .ml-xs-5 {
    margin-left: 1.5rem !important; }

  .mx-xs-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-xs-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mxn-xs-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; } }
@media (min-width: 20rem) {
  .m-xs-6 {
    margin: 2rem !important; }

  .mt-xs-6 {
    margin-top: 2rem !important; }

  .mr-xs-6 {
    margin-right: 2rem !important; }

  .mb-xs-6 {
    margin-bottom: 2rem !important; }

  .ml-xs-6 {
    margin-left: 2rem !important; }

  .mx-xs-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .my-xs-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mxn-xs-6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; } }
@media (min-width: 20rem) {
  .m-xs-7 {
    margin: 2.5rem !important; }

  .mt-xs-7 {
    margin-top: 2.5rem !important; }

  .mr-xs-7 {
    margin-right: 2.5rem !important; }

  .mb-xs-7 {
    margin-bottom: 2.5rem !important; }

  .ml-xs-7 {
    margin-left: 2.5rem !important; }

  .mx-xs-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-xs-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mxn-xs-7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; } }
@media (min-width: 20rem) {
  .m-xs-8 {
    margin: 3rem !important; }

  .mt-xs-8 {
    margin-top: 3rem !important; }

  .mr-xs-8 {
    margin-right: 3rem !important; }

  .mb-xs-8 {
    margin-bottom: 3rem !important; }

  .ml-xs-8 {
    margin-left: 3rem !important; }

  .mx-xs-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-xs-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mxn-xs-8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; } }
@media (min-width: 20rem) {
  .m-xs-9 {
    margin: 3.5rem !important; }

  .mt-xs-9 {
    margin-top: 3.5rem !important; }

  .mr-xs-9 {
    margin-right: 3.5rem !important; }

  .mb-xs-9 {
    margin-bottom: 3.5rem !important; }

  .ml-xs-9 {
    margin-left: 3.5rem !important; }

  .mx-xs-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .my-xs-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mxn-xs-9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; } }
@media (min-width: 20rem) {
  .m-xs-10 {
    margin: 4rem !important; }

  .mt-xs-10 {
    margin-top: 4rem !important; }

  .mr-xs-10 {
    margin-right: 4rem !important; }

  .mb-xs-10 {
    margin-bottom: 4rem !important; }

  .ml-xs-10 {
    margin-left: 4rem !important; }

  .mx-xs-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .my-xs-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mxn-xs-10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; } }
@media (min-width: 20rem) {
  .m-xs-11 {
    margin:  !important; }

  .mt-xs-11 {
    margin-top:  !important; }

  .mr-xs-11 {
    margin-right:  !important; }

  .mb-xs-11 {
    margin-bottom:  !important; }

  .ml-xs-11 {
    margin-left:  !important; }

  .mx-xs-11 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xs-11 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xs-11 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 20rem) {
  .m-xs-12 {
    margin:  !important; }

  .mt-xs-12 {
    margin-top:  !important; }

  .mr-xs-12 {
    margin-right:  !important; }

  .mb-xs-12 {
    margin-bottom:  !important; }

  .ml-xs-12 {
    margin-left:  !important; }

  .mx-xs-12 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xs-12 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xs-12 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 20rem) {
  .m-xs-13 {
    margin:  !important; }

  .mt-xs-13 {
    margin-top:  !important; }

  .mr-xs-13 {
    margin-right:  !important; }

  .mb-xs-13 {
    margin-bottom:  !important; }

  .ml-xs-13 {
    margin-left:  !important; }

  .mx-xs-13 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xs-13 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xs-13 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 20rem) {
  .m-xs-14 {
    margin:  !important; }

  .mt-xs-14 {
    margin-top:  !important; }

  .mr-xs-14 {
    margin-right:  !important; }

  .mb-xs-14 {
    margin-bottom:  !important; }

  .ml-xs-14 {
    margin-left:  !important; }

  .mx-xs-14 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xs-14 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xs-14 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 20rem) {
  .m-xs-15 {
    margin:  !important; }

  .mt-xs-15 {
    margin-top:  !important; }

  .mr-xs-15 {
    margin-right:  !important; }

  .mb-xs-15 {
    margin-bottom:  !important; }

  .ml-xs-15 {
    margin-left:  !important; }

  .mx-xs-15 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xs-15 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xs-15 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 20rem) {
  .m-xs-16 {
    margin:  !important; }

  .mt-xs-16 {
    margin-top:  !important; }

  .mr-xs-16 {
    margin-right:  !important; }

  .mb-xs-16 {
    margin-bottom:  !important; }

  .ml-xs-16 {
    margin-left:  !important; }

  .mx-xs-16 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xs-16 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xs-16 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 31.25rem) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mxn-sm-0 {
    margin-right: -0 !important;
    margin-left: -0 !important; } }
@media (min-width: 31.25rem) {
  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1 {
    margin-left: 0.25rem !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .mxn-sm-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2 {
    margin-left: 0.5rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mxn-sm-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-3 {
    margin: 0.75rem !important; }

  .mt-sm-3 {
    margin-top: 0.75rem !important; }

  .mr-sm-3 {
    margin-right: 0.75rem !important; }

  .mb-sm-3 {
    margin-bottom: 0.75rem !important; }

  .ml-sm-3 {
    margin-left: 0.75rem !important; }

  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

  .mxn-sm-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-4 {
    margin: 1rem !important; }

  .mt-sm-4 {
    margin-top: 1rem !important; }

  .mr-sm-4 {
    margin-right: 1rem !important; }

  .mb-sm-4 {
    margin-bottom: 1rem !important; }

  .ml-sm-4 {
    margin-left: 1rem !important; }

  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mxn-sm-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-5 {
    margin: 1.5rem !important; }

  .mt-sm-5 {
    margin-top: 1.5rem !important; }

  .mr-sm-5 {
    margin-right: 1.5rem !important; }

  .mb-sm-5 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-5 {
    margin-left: 1.5rem !important; }

  .mx-sm-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-sm-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mxn-sm-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-6 {
    margin: 2rem !important; }

  .mt-sm-6 {
    margin-top: 2rem !important; }

  .mr-sm-6 {
    margin-right: 2rem !important; }

  .mb-sm-6 {
    margin-bottom: 2rem !important; }

  .ml-sm-6 {
    margin-left: 2rem !important; }

  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mxn-sm-6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-7 {
    margin: 2.5rem !important; }

  .mt-sm-7 {
    margin-top: 2.5rem !important; }

  .mr-sm-7 {
    margin-right: 2.5rem !important; }

  .mb-sm-7 {
    margin-bottom: 2.5rem !important; }

  .ml-sm-7 {
    margin-left: 2.5rem !important; }

  .mx-sm-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-sm-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mxn-sm-7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-8 {
    margin: 3rem !important; }

  .mt-sm-8 {
    margin-top: 3rem !important; }

  .mr-sm-8 {
    margin-right: 3rem !important; }

  .mb-sm-8 {
    margin-bottom: 3rem !important; }

  .ml-sm-8 {
    margin-left: 3rem !important; }

  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mxn-sm-8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-9 {
    margin: 3.5rem !important; }

  .mt-sm-9 {
    margin-top: 3.5rem !important; }

  .mr-sm-9 {
    margin-right: 3.5rem !important; }

  .mb-sm-9 {
    margin-bottom: 3.5rem !important; }

  .ml-sm-9 {
    margin-left: 3.5rem !important; }

  .mx-sm-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .my-sm-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mxn-sm-9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-10 {
    margin: 4rem !important; }

  .mt-sm-10 {
    margin-top: 4rem !important; }

  .mr-sm-10 {
    margin-right: 4rem !important; }

  .mb-sm-10 {
    margin-bottom: 4rem !important; }

  .ml-sm-10 {
    margin-left: 4rem !important; }

  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mxn-sm-10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; } }
@media (min-width: 31.25rem) {
  .m-sm-11 {
    margin:  !important; }

  .mt-sm-11 {
    margin-top:  !important; }

  .mr-sm-11 {
    margin-right:  !important; }

  .mb-sm-11 {
    margin-bottom:  !important; }

  .ml-sm-11 {
    margin-left:  !important; }

  .mx-sm-11 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-sm-11 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-sm-11 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 31.25rem) {
  .m-sm-12 {
    margin:  !important; }

  .mt-sm-12 {
    margin-top:  !important; }

  .mr-sm-12 {
    margin-right:  !important; }

  .mb-sm-12 {
    margin-bottom:  !important; }

  .ml-sm-12 {
    margin-left:  !important; }

  .mx-sm-12 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-sm-12 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-sm-12 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 31.25rem) {
  .m-sm-13 {
    margin:  !important; }

  .mt-sm-13 {
    margin-top:  !important; }

  .mr-sm-13 {
    margin-right:  !important; }

  .mb-sm-13 {
    margin-bottom:  !important; }

  .ml-sm-13 {
    margin-left:  !important; }

  .mx-sm-13 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-sm-13 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-sm-13 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 31.25rem) {
  .m-sm-14 {
    margin:  !important; }

  .mt-sm-14 {
    margin-top:  !important; }

  .mr-sm-14 {
    margin-right:  !important; }

  .mb-sm-14 {
    margin-bottom:  !important; }

  .ml-sm-14 {
    margin-left:  !important; }

  .mx-sm-14 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-sm-14 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-sm-14 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 31.25rem) {
  .m-sm-15 {
    margin:  !important; }

  .mt-sm-15 {
    margin-top:  !important; }

  .mr-sm-15 {
    margin-right:  !important; }

  .mb-sm-15 {
    margin-bottom:  !important; }

  .ml-sm-15 {
    margin-left:  !important; }

  .mx-sm-15 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-sm-15 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-sm-15 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 31.25rem) {
  .m-sm-16 {
    margin:  !important; }

  .mt-sm-16 {
    margin-top:  !important; }

  .mr-sm-16 {
    margin-right:  !important; }

  .mb-sm-16 {
    margin-bottom:  !important; }

  .ml-sm-16 {
    margin-left:  !important; }

  .mx-sm-16 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-sm-16 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-sm-16 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 46.25rem) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mxn-md-0 {
    margin-right: -0 !important;
    margin-left: -0 !important; } }
@media (min-width: 46.25rem) {
  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1 {
    margin-left: 0.25rem !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .mxn-md-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2 {
    margin-left: 0.5rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mxn-md-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-3 {
    margin: 0.75rem !important; }

  .mt-md-3 {
    margin-top: 0.75rem !important; }

  .mr-md-3 {
    margin-right: 0.75rem !important; }

  .mb-md-3 {
    margin-bottom: 0.75rem !important; }

  .ml-md-3 {
    margin-left: 0.75rem !important; }

  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

  .mxn-md-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-4 {
    margin: 1rem !important; }

  .mt-md-4 {
    margin-top: 1rem !important; }

  .mr-md-4 {
    margin-right: 1rem !important; }

  .mb-md-4 {
    margin-bottom: 1rem !important; }

  .ml-md-4 {
    margin-left: 1rem !important; }

  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mxn-md-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-5 {
    margin: 1.5rem !important; }

  .mt-md-5 {
    margin-top: 1.5rem !important; }

  .mr-md-5 {
    margin-right: 1.5rem !important; }

  .mb-md-5 {
    margin-bottom: 1.5rem !important; }

  .ml-md-5 {
    margin-left: 1.5rem !important; }

  .mx-md-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-md-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mxn-md-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-6 {
    margin: 2rem !important; }

  .mt-md-6 {
    margin-top: 2rem !important; }

  .mr-md-6 {
    margin-right: 2rem !important; }

  .mb-md-6 {
    margin-bottom: 2rem !important; }

  .ml-md-6 {
    margin-left: 2rem !important; }

  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mxn-md-6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-7 {
    margin: 2.5rem !important; }

  .mt-md-7 {
    margin-top: 2.5rem !important; }

  .mr-md-7 {
    margin-right: 2.5rem !important; }

  .mb-md-7 {
    margin-bottom: 2.5rem !important; }

  .ml-md-7 {
    margin-left: 2.5rem !important; }

  .mx-md-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-md-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mxn-md-7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-8 {
    margin: 3rem !important; }

  .mt-md-8 {
    margin-top: 3rem !important; }

  .mr-md-8 {
    margin-right: 3rem !important; }

  .mb-md-8 {
    margin-bottom: 3rem !important; }

  .ml-md-8 {
    margin-left: 3rem !important; }

  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mxn-md-8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-9 {
    margin: 3.5rem !important; }

  .mt-md-9 {
    margin-top: 3.5rem !important; }

  .mr-md-9 {
    margin-right: 3.5rem !important; }

  .mb-md-9 {
    margin-bottom: 3.5rem !important; }

  .ml-md-9 {
    margin-left: 3.5rem !important; }

  .mx-md-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .my-md-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mxn-md-9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-10 {
    margin: 4rem !important; }

  .mt-md-10 {
    margin-top: 4rem !important; }

  .mr-md-10 {
    margin-right: 4rem !important; }

  .mb-md-10 {
    margin-bottom: 4rem !important; }

  .ml-md-10 {
    margin-left: 4rem !important; }

  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mxn-md-10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; } }
@media (min-width: 46.25rem) {
  .m-md-11 {
    margin:  !important; }

  .mt-md-11 {
    margin-top:  !important; }

  .mr-md-11 {
    margin-right:  !important; }

  .mb-md-11 {
    margin-bottom:  !important; }

  .ml-md-11 {
    margin-left:  !important; }

  .mx-md-11 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-md-11 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-md-11 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 46.25rem) {
  .m-md-12 {
    margin:  !important; }

  .mt-md-12 {
    margin-top:  !important; }

  .mr-md-12 {
    margin-right:  !important; }

  .mb-md-12 {
    margin-bottom:  !important; }

  .ml-md-12 {
    margin-left:  !important; }

  .mx-md-12 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-md-12 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-md-12 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 46.25rem) {
  .m-md-13 {
    margin:  !important; }

  .mt-md-13 {
    margin-top:  !important; }

  .mr-md-13 {
    margin-right:  !important; }

  .mb-md-13 {
    margin-bottom:  !important; }

  .ml-md-13 {
    margin-left:  !important; }

  .mx-md-13 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-md-13 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-md-13 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 46.25rem) {
  .m-md-14 {
    margin:  !important; }

  .mt-md-14 {
    margin-top:  !important; }

  .mr-md-14 {
    margin-right:  !important; }

  .mb-md-14 {
    margin-bottom:  !important; }

  .ml-md-14 {
    margin-left:  !important; }

  .mx-md-14 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-md-14 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-md-14 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 46.25rem) {
  .m-md-15 {
    margin:  !important; }

  .mt-md-15 {
    margin-top:  !important; }

  .mr-md-15 {
    margin-right:  !important; }

  .mb-md-15 {
    margin-bottom:  !important; }

  .ml-md-15 {
    margin-left:  !important; }

  .mx-md-15 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-md-15 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-md-15 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 46.25rem) {
  .m-md-16 {
    margin:  !important; }

  .mt-md-16 {
    margin-top:  !important; }

  .mr-md-16 {
    margin-right:  !important; }

  .mb-md-16 {
    margin-bottom:  !important; }

  .ml-md-16 {
    margin-left:  !important; }

  .mx-md-16 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-md-16 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-md-16 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 70rem) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mxn-lg-0 {
    margin-right: -0 !important;
    margin-left: -0 !important; } }
@media (min-width: 70rem) {
  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1 {
    margin-left: 0.25rem !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .mxn-lg-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; } }
@media (min-width: 70rem) {
  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2 {
    margin-left: 0.5rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mxn-lg-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; } }
@media (min-width: 70rem) {
  .m-lg-3 {
    margin: 0.75rem !important; }

  .mt-lg-3 {
    margin-top: 0.75rem !important; }

  .mr-lg-3 {
    margin-right: 0.75rem !important; }

  .mb-lg-3 {
    margin-bottom: 0.75rem !important; }

  .ml-lg-3 {
    margin-left: 0.75rem !important; }

  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

  .mxn-lg-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; } }
@media (min-width: 70rem) {
  .m-lg-4 {
    margin: 1rem !important; }

  .mt-lg-4 {
    margin-top: 1rem !important; }

  .mr-lg-4 {
    margin-right: 1rem !important; }

  .mb-lg-4 {
    margin-bottom: 1rem !important; }

  .ml-lg-4 {
    margin-left: 1rem !important; }

  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mxn-lg-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; } }
@media (min-width: 70rem) {
  .m-lg-5 {
    margin: 1.5rem !important; }

  .mt-lg-5 {
    margin-top: 1.5rem !important; }

  .mr-lg-5 {
    margin-right: 1.5rem !important; }

  .mb-lg-5 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-5 {
    margin-left: 1.5rem !important; }

  .mx-lg-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-lg-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mxn-lg-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; } }
@media (min-width: 70rem) {
  .m-lg-6 {
    margin: 2rem !important; }

  .mt-lg-6 {
    margin-top: 2rem !important; }

  .mr-lg-6 {
    margin-right: 2rem !important; }

  .mb-lg-6 {
    margin-bottom: 2rem !important; }

  .ml-lg-6 {
    margin-left: 2rem !important; }

  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mxn-lg-6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; } }
@media (min-width: 70rem) {
  .m-lg-7 {
    margin: 2.5rem !important; }

  .mt-lg-7 {
    margin-top: 2.5rem !important; }

  .mr-lg-7 {
    margin-right: 2.5rem !important; }

  .mb-lg-7 {
    margin-bottom: 2.5rem !important; }

  .ml-lg-7 {
    margin-left: 2.5rem !important; }

  .mx-lg-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-lg-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mxn-lg-7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; } }
@media (min-width: 70rem) {
  .m-lg-8 {
    margin: 3rem !important; }

  .mt-lg-8 {
    margin-top: 3rem !important; }

  .mr-lg-8 {
    margin-right: 3rem !important; }

  .mb-lg-8 {
    margin-bottom: 3rem !important; }

  .ml-lg-8 {
    margin-left: 3rem !important; }

  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mxn-lg-8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; } }
@media (min-width: 70rem) {
  .m-lg-9 {
    margin: 3.5rem !important; }

  .mt-lg-9 {
    margin-top: 3.5rem !important; }

  .mr-lg-9 {
    margin-right: 3.5rem !important; }

  .mb-lg-9 {
    margin-bottom: 3.5rem !important; }

  .ml-lg-9 {
    margin-left: 3.5rem !important; }

  .mx-lg-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .my-lg-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mxn-lg-9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; } }
@media (min-width: 70rem) {
  .m-lg-10 {
    margin: 4rem !important; }

  .mt-lg-10 {
    margin-top: 4rem !important; }

  .mr-lg-10 {
    margin-right: 4rem !important; }

  .mb-lg-10 {
    margin-bottom: 4rem !important; }

  .ml-lg-10 {
    margin-left: 4rem !important; }

  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mxn-lg-10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; } }
@media (min-width: 70rem) {
  .m-lg-11 {
    margin:  !important; }

  .mt-lg-11 {
    margin-top:  !important; }

  .mr-lg-11 {
    margin-right:  !important; }

  .mb-lg-11 {
    margin-bottom:  !important; }

  .ml-lg-11 {
    margin-left:  !important; }

  .mx-lg-11 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-lg-11 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-lg-11 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 70rem) {
  .m-lg-12 {
    margin:  !important; }

  .mt-lg-12 {
    margin-top:  !important; }

  .mr-lg-12 {
    margin-right:  !important; }

  .mb-lg-12 {
    margin-bottom:  !important; }

  .ml-lg-12 {
    margin-left:  !important; }

  .mx-lg-12 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-lg-12 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-lg-12 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 70rem) {
  .m-lg-13 {
    margin:  !important; }

  .mt-lg-13 {
    margin-top:  !important; }

  .mr-lg-13 {
    margin-right:  !important; }

  .mb-lg-13 {
    margin-bottom:  !important; }

  .ml-lg-13 {
    margin-left:  !important; }

  .mx-lg-13 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-lg-13 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-lg-13 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 70rem) {
  .m-lg-14 {
    margin:  !important; }

  .mt-lg-14 {
    margin-top:  !important; }

  .mr-lg-14 {
    margin-right:  !important; }

  .mb-lg-14 {
    margin-bottom:  !important; }

  .ml-lg-14 {
    margin-left:  !important; }

  .mx-lg-14 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-lg-14 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-lg-14 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 70rem) {
  .m-lg-15 {
    margin:  !important; }

  .mt-lg-15 {
    margin-top:  !important; }

  .mr-lg-15 {
    margin-right:  !important; }

  .mb-lg-15 {
    margin-bottom:  !important; }

  .ml-lg-15 {
    margin-left:  !important; }

  .mx-lg-15 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-lg-15 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-lg-15 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 70rem) {
  .m-lg-16 {
    margin:  !important; }

  .mt-lg-16 {
    margin-top:  !important; }

  .mr-lg-16 {
    margin-right:  !important; }

  .mb-lg-16 {
    margin-bottom:  !important; }

  .ml-lg-16 {
    margin-left:  !important; }

  .mx-lg-16 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-lg-16 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-lg-16 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 87.5rem) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mxn-xl-0 {
    margin-right: -0 !important;
    margin-left: -0 !important; } }
@media (min-width: 87.5rem) {
  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1 {
    margin-left: 0.25rem !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .mxn-xl-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2 {
    margin-left: 0.5rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mxn-xl-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-3 {
    margin: 0.75rem !important; }

  .mt-xl-3 {
    margin-top: 0.75rem !important; }

  .mr-xl-3 {
    margin-right: 0.75rem !important; }

  .mb-xl-3 {
    margin-bottom: 0.75rem !important; }

  .ml-xl-3 {
    margin-left: 0.75rem !important; }

  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

  .mxn-xl-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-4 {
    margin: 1rem !important; }

  .mt-xl-4 {
    margin-top: 1rem !important; }

  .mr-xl-4 {
    margin-right: 1rem !important; }

  .mb-xl-4 {
    margin-bottom: 1rem !important; }

  .ml-xl-4 {
    margin-left: 1rem !important; }

  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mxn-xl-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-5 {
    margin: 1.5rem !important; }

  .mt-xl-5 {
    margin-top: 1.5rem !important; }

  .mr-xl-5 {
    margin-right: 1.5rem !important; }

  .mb-xl-5 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-5 {
    margin-left: 1.5rem !important; }

  .mx-xl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-xl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mxn-xl-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-6 {
    margin: 2rem !important; }

  .mt-xl-6 {
    margin-top: 2rem !important; }

  .mr-xl-6 {
    margin-right: 2rem !important; }

  .mb-xl-6 {
    margin-bottom: 2rem !important; }

  .ml-xl-6 {
    margin-left: 2rem !important; }

  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mxn-xl-6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-7 {
    margin: 2.5rem !important; }

  .mt-xl-7 {
    margin-top: 2.5rem !important; }

  .mr-xl-7 {
    margin-right: 2.5rem !important; }

  .mb-xl-7 {
    margin-bottom: 2.5rem !important; }

  .ml-xl-7 {
    margin-left: 2.5rem !important; }

  .mx-xl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-xl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mxn-xl-7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-8 {
    margin: 3rem !important; }

  .mt-xl-8 {
    margin-top: 3rem !important; }

  .mr-xl-8 {
    margin-right: 3rem !important; }

  .mb-xl-8 {
    margin-bottom: 3rem !important; }

  .ml-xl-8 {
    margin-left: 3rem !important; }

  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mxn-xl-8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-9 {
    margin: 3.5rem !important; }

  .mt-xl-9 {
    margin-top: 3.5rem !important; }

  .mr-xl-9 {
    margin-right: 3.5rem !important; }

  .mb-xl-9 {
    margin-bottom: 3.5rem !important; }

  .ml-xl-9 {
    margin-left: 3.5rem !important; }

  .mx-xl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .my-xl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mxn-xl-9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-10 {
    margin: 4rem !important; }

  .mt-xl-10 {
    margin-top: 4rem !important; }

  .mr-xl-10 {
    margin-right: 4rem !important; }

  .mb-xl-10 {
    margin-bottom: 4rem !important; }

  .ml-xl-10 {
    margin-left: 4rem !important; }

  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mxn-xl-10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; } }
@media (min-width: 87.5rem) {
  .m-xl-11 {
    margin:  !important; }

  .mt-xl-11 {
    margin-top:  !important; }

  .mr-xl-11 {
    margin-right:  !important; }

  .mb-xl-11 {
    margin-bottom:  !important; }

  .ml-xl-11 {
    margin-left:  !important; }

  .mx-xl-11 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xl-11 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xl-11 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 87.5rem) {
  .m-xl-12 {
    margin:  !important; }

  .mt-xl-12 {
    margin-top:  !important; }

  .mr-xl-12 {
    margin-right:  !important; }

  .mb-xl-12 {
    margin-bottom:  !important; }

  .ml-xl-12 {
    margin-left:  !important; }

  .mx-xl-12 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xl-12 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xl-12 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 87.5rem) {
  .m-xl-13 {
    margin:  !important; }

  .mt-xl-13 {
    margin-top:  !important; }

  .mr-xl-13 {
    margin-right:  !important; }

  .mb-xl-13 {
    margin-bottom:  !important; }

  .ml-xl-13 {
    margin-left:  !important; }

  .mx-xl-13 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xl-13 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xl-13 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 87.5rem) {
  .m-xl-14 {
    margin:  !important; }

  .mt-xl-14 {
    margin-top:  !important; }

  .mr-xl-14 {
    margin-right:  !important; }

  .mb-xl-14 {
    margin-bottom:  !important; }

  .ml-xl-14 {
    margin-left:  !important; }

  .mx-xl-14 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xl-14 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xl-14 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 87.5rem) {
  .m-xl-15 {
    margin:  !important; }

  .mt-xl-15 {
    margin-top:  !important; }

  .mr-xl-15 {
    margin-right:  !important; }

  .mb-xl-15 {
    margin-bottom:  !important; }

  .ml-xl-15 {
    margin-left:  !important; }

  .mx-xl-15 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xl-15 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xl-15 {
    margin-right: - !important;
    margin-left: - !important; } }
@media (min-width: 87.5rem) {
  .m-xl-16 {
    margin:  !important; }

  .mt-xl-16 {
    margin-top:  !important; }

  .mr-xl-16 {
    margin-right:  !important; }

  .mb-xl-16 {
    margin-bottom:  !important; }

  .ml-xl-16 {
    margin-left:  !important; }

  .mx-xl-16 {
    margin-right:  !important;
    margin-left:  !important; }

  .my-xl-16 {
    margin-top:  !important;
    margin-bottom:  !important; }

  .mxn-xl-16 {
    margin-right: - !important;
    margin-left: - !important; } }
.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-5 {
  padding: 1.5rem !important; }

.pt-5 {
  padding-top: 1.5rem !important; }

.pr-5 {
  padding-right: 1.5rem !important; }

.pb-5 {
  padding-bottom: 1.5rem !important; }

.pl-5 {
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-6 {
  padding: 2rem !important; }

.pt-6 {
  padding-top: 2rem !important; }

.pr-6 {
  padding-right: 2rem !important; }

.pb-6 {
  padding-bottom: 2rem !important; }

.pl-6 {
  padding-left: 2rem !important; }

.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-7 {
  padding: 2.5rem !important; }

.pt-7 {
  padding-top: 2.5rem !important; }

.pr-7 {
  padding-right: 2.5rem !important; }

.pb-7 {
  padding-bottom: 2.5rem !important; }

.pl-7 {
  padding-left: 2.5rem !important; }

.px-7 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.p-8 {
  padding: 3rem !important; }

.pt-8 {
  padding-top: 3rem !important; }

.pr-8 {
  padding-right: 3rem !important; }

.pb-8 {
  padding-bottom: 3rem !important; }

.pl-8 {
  padding-left: 3rem !important; }

.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-9 {
  padding: 3.5rem !important; }

.pt-9 {
  padding-top: 3.5rem !important; }

.pr-9 {
  padding-right: 3.5rem !important; }

.pb-9 {
  padding-bottom: 3.5rem !important; }

.pl-9 {
  padding-left: 3.5rem !important; }

.px-9 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important; }

.py-9 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.p-10 {
  padding: 4rem !important; }

.pt-10 {
  padding-top: 4rem !important; }

.pr-10 {
  padding-right: 4rem !important; }

.pb-10 {
  padding-bottom: 4rem !important; }

.pl-10 {
  padding-left: 4rem !important; }

.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.p-11 {
  padding:  !important; }

.pt-11 {
  padding-top:  !important; }

.pr-11 {
  padding-right:  !important; }

.pb-11 {
  padding-bottom:  !important; }

.pl-11 {
  padding-left:  !important; }

.px-11 {
  padding-right:  !important;
  padding-left:  !important; }

.py-11 {
  padding-top:  !important;
  padding-bottom:  !important; }

.p-12 {
  padding:  !important; }

.pt-12 {
  padding-top:  !important; }

.pr-12 {
  padding-right:  !important; }

.pb-12 {
  padding-bottom:  !important; }

.pl-12 {
  padding-left:  !important; }

.px-12 {
  padding-right:  !important;
  padding-left:  !important; }

.py-12 {
  padding-top:  !important;
  padding-bottom:  !important; }

.p-13 {
  padding:  !important; }

.pt-13 {
  padding-top:  !important; }

.pr-13 {
  padding-right:  !important; }

.pb-13 {
  padding-bottom:  !important; }

.pl-13 {
  padding-left:  !important; }

.px-13 {
  padding-right:  !important;
  padding-left:  !important; }

.py-13 {
  padding-top:  !important;
  padding-bottom:  !important; }

.p-14 {
  padding:  !important; }

.pt-14 {
  padding-top:  !important; }

.pr-14 {
  padding-right:  !important; }

.pb-14 {
  padding-bottom:  !important; }

.pl-14 {
  padding-left:  !important; }

.px-14 {
  padding-right:  !important;
  padding-left:  !important; }

.py-14 {
  padding-top:  !important;
  padding-bottom:  !important; }

.p-15 {
  padding:  !important; }

.pt-15 {
  padding-top:  !important; }

.pr-15 {
  padding-right:  !important; }

.pb-15 {
  padding-bottom:  !important; }

.pl-15 {
  padding-left:  !important; }

.px-15 {
  padding-right:  !important;
  padding-left:  !important; }

.py-15 {
  padding-top:  !important;
  padding-bottom:  !important; }

.p-16 {
  padding:  !important; }

.pt-16 {
  padding-top:  !important; }

.pr-16 {
  padding-right:  !important; }

.pb-16 {
  padding-bottom:  !important; }

.pl-16 {
  padding-left:  !important; }

.px-16 {
  padding-right:  !important;
  padding-left:  !important; }

.py-16 {
  padding-top:  !important;
  padding-bottom:  !important; }

@media (min-width: 20rem) {
  .p-xs-0 {
    padding: 0 !important; }

  .pt-xs-0 {
    padding-top: 0 !important; }

  .pr-xs-0 {
    padding-right: 0 !important; }

  .pb-xs-0 {
    padding-bottom: 0 !important; }

  .pl-xs-0 {
    padding-left: 0 !important; }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xs-1 {
    padding: 0.25rem !important; }

  .pt-xs-1 {
    padding-top: 0.25rem !important; }

  .pr-xs-1 {
    padding-right: 0.25rem !important; }

  .pb-xs-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xs-1 {
    padding-left: 0.25rem !important; }

  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-xs-2 {
    padding: 0.5rem !important; }

  .pt-xs-2 {
    padding-top: 0.5rem !important; }

  .pr-xs-2 {
    padding-right: 0.5rem !important; }

  .pb-xs-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xs-2 {
    padding-left: 0.5rem !important; }

  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-xs-3 {
    padding: 0.75rem !important; }

  .pt-xs-3 {
    padding-top: 0.75rem !important; }

  .pr-xs-3 {
    padding-right: 0.75rem !important; }

  .pb-xs-3 {
    padding-bottom: 0.75rem !important; }

  .pl-xs-3 {
    padding-left: 0.75rem !important; }

  .px-xs-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .py-xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .p-xs-4 {
    padding: 1rem !important; }

  .pt-xs-4 {
    padding-top: 1rem !important; }

  .pr-xs-4 {
    padding-right: 1rem !important; }

  .pb-xs-4 {
    padding-bottom: 1rem !important; }

  .pl-xs-4 {
    padding-left: 1rem !important; }

  .px-xs-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-xs-5 {
    padding: 1.5rem !important; }

  .pt-xs-5 {
    padding-top: 1.5rem !important; }

  .pr-xs-5 {
    padding-right: 1.5rem !important; }

  .pb-xs-5 {
    padding-bottom: 1.5rem !important; }

  .pl-xs-5 {
    padding-left: 1.5rem !important; }

  .px-xs-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-xs-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-xs-6 {
    padding: 2rem !important; }

  .pt-xs-6 {
    padding-top: 2rem !important; }

  .pr-xs-6 {
    padding-right: 2rem !important; }

  .pb-xs-6 {
    padding-bottom: 2rem !important; }

  .pl-xs-6 {
    padding-left: 2rem !important; }

  .px-xs-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .py-xs-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .p-xs-7 {
    padding: 2.5rem !important; }

  .pt-xs-7 {
    padding-top: 2.5rem !important; }

  .pr-xs-7 {
    padding-right: 2.5rem !important; }

  .pb-xs-7 {
    padding-bottom: 2.5rem !important; }

  .pl-xs-7 {
    padding-left: 2.5rem !important; }

  .px-xs-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-xs-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .p-xs-8 {
    padding: 3rem !important; }

  .pt-xs-8 {
    padding-top: 3rem !important; }

  .pr-xs-8 {
    padding-right: 3rem !important; }

  .pb-xs-8 {
    padding-bottom: 3rem !important; }

  .pl-xs-8 {
    padding-left: 3rem !important; }

  .px-xs-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xs-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .p-xs-9 {
    padding: 3.5rem !important; }

  .pt-xs-9 {
    padding-top: 3.5rem !important; }

  .pr-xs-9 {
    padding-right: 3.5rem !important; }

  .pb-xs-9 {
    padding-bottom: 3.5rem !important; }

  .pl-xs-9 {
    padding-left: 3.5rem !important; }

  .px-xs-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .py-xs-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .p-xs-10 {
    padding: 4rem !important; }

  .pt-xs-10 {
    padding-top: 4rem !important; }

  .pr-xs-10 {
    padding-right: 4rem !important; }

  .pb-xs-10 {
    padding-bottom: 4rem !important; }

  .pl-xs-10 {
    padding-left: 4rem !important; }

  .px-xs-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .py-xs-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .p-xs-11 {
    padding:  !important; }

  .pt-xs-11 {
    padding-top:  !important; }

  .pr-xs-11 {
    padding-right:  !important; }

  .pb-xs-11 {
    padding-bottom:  !important; }

  .pl-xs-11 {
    padding-left:  !important; }

  .px-xs-11 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xs-11 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xs-12 {
    padding:  !important; }

  .pt-xs-12 {
    padding-top:  !important; }

  .pr-xs-12 {
    padding-right:  !important; }

  .pb-xs-12 {
    padding-bottom:  !important; }

  .pl-xs-12 {
    padding-left:  !important; }

  .px-xs-12 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xs-12 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xs-13 {
    padding:  !important; }

  .pt-xs-13 {
    padding-top:  !important; }

  .pr-xs-13 {
    padding-right:  !important; }

  .pb-xs-13 {
    padding-bottom:  !important; }

  .pl-xs-13 {
    padding-left:  !important; }

  .px-xs-13 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xs-13 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xs-14 {
    padding:  !important; }

  .pt-xs-14 {
    padding-top:  !important; }

  .pr-xs-14 {
    padding-right:  !important; }

  .pb-xs-14 {
    padding-bottom:  !important; }

  .pl-xs-14 {
    padding-left:  !important; }

  .px-xs-14 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xs-14 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xs-15 {
    padding:  !important; }

  .pt-xs-15 {
    padding-top:  !important; }

  .pr-xs-15 {
    padding-right:  !important; }

  .pb-xs-15 {
    padding-bottom:  !important; }

  .pl-xs-15 {
    padding-left:  !important; }

  .px-xs-15 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xs-15 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xs-16 {
    padding:  !important; }

  .pt-xs-16 {
    padding-top:  !important; }

  .pr-xs-16 {
    padding-right:  !important; }

  .pb-xs-16 {
    padding-bottom:  !important; }

  .pl-xs-16 {
    padding-left:  !important; }

  .px-xs-16 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xs-16 {
    padding-top:  !important;
    padding-bottom:  !important; } }
@media (min-width: 31.25rem) {
  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1 {
    padding-left: 0.25rem !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2 {
    padding-left: 0.5rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-sm-3 {
    padding: 0.75rem !important; }

  .pt-sm-3 {
    padding-top: 0.75rem !important; }

  .pr-sm-3 {
    padding-right: 0.75rem !important; }

  .pb-sm-3 {
    padding-bottom: 0.75rem !important; }

  .pl-sm-3 {
    padding-left: 0.75rem !important; }

  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .p-sm-4 {
    padding: 1rem !important; }

  .pt-sm-4 {
    padding-top: 1rem !important; }

  .pr-sm-4 {
    padding-right: 1rem !important; }

  .pb-sm-4 {
    padding-bottom: 1rem !important; }

  .pl-sm-4 {
    padding-left: 1rem !important; }

  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-sm-5 {
    padding: 1.5rem !important; }

  .pt-sm-5 {
    padding-top: 1.5rem !important; }

  .pr-sm-5 {
    padding-right: 1.5rem !important; }

  .pb-sm-5 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-5 {
    padding-left: 1.5rem !important; }

  .px-sm-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-sm-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-sm-6 {
    padding: 2rem !important; }

  .pt-sm-6 {
    padding-top: 2rem !important; }

  .pr-sm-6 {
    padding-right: 2rem !important; }

  .pb-sm-6 {
    padding-bottom: 2rem !important; }

  .pl-sm-6 {
    padding-left: 2rem !important; }

  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .p-sm-7 {
    padding: 2.5rem !important; }

  .pt-sm-7 {
    padding-top: 2.5rem !important; }

  .pr-sm-7 {
    padding-right: 2.5rem !important; }

  .pb-sm-7 {
    padding-bottom: 2.5rem !important; }

  .pl-sm-7 {
    padding-left: 2.5rem !important; }

  .px-sm-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-sm-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .p-sm-8 {
    padding: 3rem !important; }

  .pt-sm-8 {
    padding-top: 3rem !important; }

  .pr-sm-8 {
    padding-right: 3rem !important; }

  .pb-sm-8 {
    padding-bottom: 3rem !important; }

  .pl-sm-8 {
    padding-left: 3rem !important; }

  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .p-sm-9 {
    padding: 3.5rem !important; }

  .pt-sm-9 {
    padding-top: 3.5rem !important; }

  .pr-sm-9 {
    padding-right: 3.5rem !important; }

  .pb-sm-9 {
    padding-bottom: 3.5rem !important; }

  .pl-sm-9 {
    padding-left: 3.5rem !important; }

  .px-sm-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .py-sm-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .p-sm-10 {
    padding: 4rem !important; }

  .pt-sm-10 {
    padding-top: 4rem !important; }

  .pr-sm-10 {
    padding-right: 4rem !important; }

  .pb-sm-10 {
    padding-bottom: 4rem !important; }

  .pl-sm-10 {
    padding-left: 4rem !important; }

  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .p-sm-11 {
    padding:  !important; }

  .pt-sm-11 {
    padding-top:  !important; }

  .pr-sm-11 {
    padding-right:  !important; }

  .pb-sm-11 {
    padding-bottom:  !important; }

  .pl-sm-11 {
    padding-left:  !important; }

  .px-sm-11 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-sm-11 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-sm-12 {
    padding:  !important; }

  .pt-sm-12 {
    padding-top:  !important; }

  .pr-sm-12 {
    padding-right:  !important; }

  .pb-sm-12 {
    padding-bottom:  !important; }

  .pl-sm-12 {
    padding-left:  !important; }

  .px-sm-12 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-sm-12 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-sm-13 {
    padding:  !important; }

  .pt-sm-13 {
    padding-top:  !important; }

  .pr-sm-13 {
    padding-right:  !important; }

  .pb-sm-13 {
    padding-bottom:  !important; }

  .pl-sm-13 {
    padding-left:  !important; }

  .px-sm-13 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-sm-13 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-sm-14 {
    padding:  !important; }

  .pt-sm-14 {
    padding-top:  !important; }

  .pr-sm-14 {
    padding-right:  !important; }

  .pb-sm-14 {
    padding-bottom:  !important; }

  .pl-sm-14 {
    padding-left:  !important; }

  .px-sm-14 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-sm-14 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-sm-15 {
    padding:  !important; }

  .pt-sm-15 {
    padding-top:  !important; }

  .pr-sm-15 {
    padding-right:  !important; }

  .pb-sm-15 {
    padding-bottom:  !important; }

  .pl-sm-15 {
    padding-left:  !important; }

  .px-sm-15 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-sm-15 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-sm-16 {
    padding:  !important; }

  .pt-sm-16 {
    padding-top:  !important; }

  .pr-sm-16 {
    padding-right:  !important; }

  .pb-sm-16 {
    padding-bottom:  !important; }

  .pl-sm-16 {
    padding-left:  !important; }

  .px-sm-16 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-sm-16 {
    padding-top:  !important;
    padding-bottom:  !important; } }
@media (min-width: 46.25rem) {
  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1 {
    padding-left: 0.25rem !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2 {
    padding-left: 0.5rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-md-3 {
    padding: 0.75rem !important; }

  .pt-md-3 {
    padding-top: 0.75rem !important; }

  .pr-md-3 {
    padding-right: 0.75rem !important; }

  .pb-md-3 {
    padding-bottom: 0.75rem !important; }

  .pl-md-3 {
    padding-left: 0.75rem !important; }

  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .p-md-4 {
    padding: 1rem !important; }

  .pt-md-4 {
    padding-top: 1rem !important; }

  .pr-md-4 {
    padding-right: 1rem !important; }

  .pb-md-4 {
    padding-bottom: 1rem !important; }

  .pl-md-4 {
    padding-left: 1rem !important; }

  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-md-5 {
    padding: 1.5rem !important; }

  .pt-md-5 {
    padding-top: 1.5rem !important; }

  .pr-md-5 {
    padding-right: 1.5rem !important; }

  .pb-md-5 {
    padding-bottom: 1.5rem !important; }

  .pl-md-5 {
    padding-left: 1.5rem !important; }

  .px-md-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-md-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-md-6 {
    padding: 2rem !important; }

  .pt-md-6 {
    padding-top: 2rem !important; }

  .pr-md-6 {
    padding-right: 2rem !important; }

  .pb-md-6 {
    padding-bottom: 2rem !important; }

  .pl-md-6 {
    padding-left: 2rem !important; }

  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .p-md-7 {
    padding: 2.5rem !important; }

  .pt-md-7 {
    padding-top: 2.5rem !important; }

  .pr-md-7 {
    padding-right: 2.5rem !important; }

  .pb-md-7 {
    padding-bottom: 2.5rem !important; }

  .pl-md-7 {
    padding-left: 2.5rem !important; }

  .px-md-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-md-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .p-md-8 {
    padding: 3rem !important; }

  .pt-md-8 {
    padding-top: 3rem !important; }

  .pr-md-8 {
    padding-right: 3rem !important; }

  .pb-md-8 {
    padding-bottom: 3rem !important; }

  .pl-md-8 {
    padding-left: 3rem !important; }

  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .p-md-9 {
    padding: 3.5rem !important; }

  .pt-md-9 {
    padding-top: 3.5rem !important; }

  .pr-md-9 {
    padding-right: 3.5rem !important; }

  .pb-md-9 {
    padding-bottom: 3.5rem !important; }

  .pl-md-9 {
    padding-left: 3.5rem !important; }

  .px-md-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .py-md-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .p-md-10 {
    padding: 4rem !important; }

  .pt-md-10 {
    padding-top: 4rem !important; }

  .pr-md-10 {
    padding-right: 4rem !important; }

  .pb-md-10 {
    padding-bottom: 4rem !important; }

  .pl-md-10 {
    padding-left: 4rem !important; }

  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .p-md-11 {
    padding:  !important; }

  .pt-md-11 {
    padding-top:  !important; }

  .pr-md-11 {
    padding-right:  !important; }

  .pb-md-11 {
    padding-bottom:  !important; }

  .pl-md-11 {
    padding-left:  !important; }

  .px-md-11 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-md-11 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-md-12 {
    padding:  !important; }

  .pt-md-12 {
    padding-top:  !important; }

  .pr-md-12 {
    padding-right:  !important; }

  .pb-md-12 {
    padding-bottom:  !important; }

  .pl-md-12 {
    padding-left:  !important; }

  .px-md-12 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-md-12 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-md-13 {
    padding:  !important; }

  .pt-md-13 {
    padding-top:  !important; }

  .pr-md-13 {
    padding-right:  !important; }

  .pb-md-13 {
    padding-bottom:  !important; }

  .pl-md-13 {
    padding-left:  !important; }

  .px-md-13 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-md-13 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-md-14 {
    padding:  !important; }

  .pt-md-14 {
    padding-top:  !important; }

  .pr-md-14 {
    padding-right:  !important; }

  .pb-md-14 {
    padding-bottom:  !important; }

  .pl-md-14 {
    padding-left:  !important; }

  .px-md-14 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-md-14 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-md-15 {
    padding:  !important; }

  .pt-md-15 {
    padding-top:  !important; }

  .pr-md-15 {
    padding-right:  !important; }

  .pb-md-15 {
    padding-bottom:  !important; }

  .pl-md-15 {
    padding-left:  !important; }

  .px-md-15 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-md-15 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-md-16 {
    padding:  !important; }

  .pt-md-16 {
    padding-top:  !important; }

  .pr-md-16 {
    padding-right:  !important; }

  .pb-md-16 {
    padding-bottom:  !important; }

  .pl-md-16 {
    padding-left:  !important; }

  .px-md-16 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-md-16 {
    padding-top:  !important;
    padding-bottom:  !important; } }
@media (min-width: 70rem) {
  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1 {
    padding-left: 0.25rem !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2 {
    padding-left: 0.5rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-lg-3 {
    padding: 0.75rem !important; }

  .pt-lg-3 {
    padding-top: 0.75rem !important; }

  .pr-lg-3 {
    padding-right: 0.75rem !important; }

  .pb-lg-3 {
    padding-bottom: 0.75rem !important; }

  .pl-lg-3 {
    padding-left: 0.75rem !important; }

  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .p-lg-4 {
    padding: 1rem !important; }

  .pt-lg-4 {
    padding-top: 1rem !important; }

  .pr-lg-4 {
    padding-right: 1rem !important; }

  .pb-lg-4 {
    padding-bottom: 1rem !important; }

  .pl-lg-4 {
    padding-left: 1rem !important; }

  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-lg-5 {
    padding: 1.5rem !important; }

  .pt-lg-5 {
    padding-top: 1.5rem !important; }

  .pr-lg-5 {
    padding-right: 1.5rem !important; }

  .pb-lg-5 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-5 {
    padding-left: 1.5rem !important; }

  .px-lg-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-lg-6 {
    padding: 2rem !important; }

  .pt-lg-6 {
    padding-top: 2rem !important; }

  .pr-lg-6 {
    padding-right: 2rem !important; }

  .pb-lg-6 {
    padding-bottom: 2rem !important; }

  .pl-lg-6 {
    padding-left: 2rem !important; }

  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .p-lg-7 {
    padding: 2.5rem !important; }

  .pt-lg-7 {
    padding-top: 2.5rem !important; }

  .pr-lg-7 {
    padding-right: 2.5rem !important; }

  .pb-lg-7 {
    padding-bottom: 2.5rem !important; }

  .pl-lg-7 {
    padding-left: 2.5rem !important; }

  .px-lg-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-lg-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .p-lg-8 {
    padding: 3rem !important; }

  .pt-lg-8 {
    padding-top: 3rem !important; }

  .pr-lg-8 {
    padding-right: 3rem !important; }

  .pb-lg-8 {
    padding-bottom: 3rem !important; }

  .pl-lg-8 {
    padding-left: 3rem !important; }

  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .p-lg-9 {
    padding: 3.5rem !important; }

  .pt-lg-9 {
    padding-top: 3.5rem !important; }

  .pr-lg-9 {
    padding-right: 3.5rem !important; }

  .pb-lg-9 {
    padding-bottom: 3.5rem !important; }

  .pl-lg-9 {
    padding-left: 3.5rem !important; }

  .px-lg-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .py-lg-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .p-lg-10 {
    padding: 4rem !important; }

  .pt-lg-10 {
    padding-top: 4rem !important; }

  .pr-lg-10 {
    padding-right: 4rem !important; }

  .pb-lg-10 {
    padding-bottom: 4rem !important; }

  .pl-lg-10 {
    padding-left: 4rem !important; }

  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .p-lg-11 {
    padding:  !important; }

  .pt-lg-11 {
    padding-top:  !important; }

  .pr-lg-11 {
    padding-right:  !important; }

  .pb-lg-11 {
    padding-bottom:  !important; }

  .pl-lg-11 {
    padding-left:  !important; }

  .px-lg-11 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-lg-11 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-lg-12 {
    padding:  !important; }

  .pt-lg-12 {
    padding-top:  !important; }

  .pr-lg-12 {
    padding-right:  !important; }

  .pb-lg-12 {
    padding-bottom:  !important; }

  .pl-lg-12 {
    padding-left:  !important; }

  .px-lg-12 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-lg-12 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-lg-13 {
    padding:  !important; }

  .pt-lg-13 {
    padding-top:  !important; }

  .pr-lg-13 {
    padding-right:  !important; }

  .pb-lg-13 {
    padding-bottom:  !important; }

  .pl-lg-13 {
    padding-left:  !important; }

  .px-lg-13 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-lg-13 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-lg-14 {
    padding:  !important; }

  .pt-lg-14 {
    padding-top:  !important; }

  .pr-lg-14 {
    padding-right:  !important; }

  .pb-lg-14 {
    padding-bottom:  !important; }

  .pl-lg-14 {
    padding-left:  !important; }

  .px-lg-14 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-lg-14 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-lg-15 {
    padding:  !important; }

  .pt-lg-15 {
    padding-top:  !important; }

  .pr-lg-15 {
    padding-right:  !important; }

  .pb-lg-15 {
    padding-bottom:  !important; }

  .pl-lg-15 {
    padding-left:  !important; }

  .px-lg-15 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-lg-15 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-lg-16 {
    padding:  !important; }

  .pt-lg-16 {
    padding-top:  !important; }

  .pr-lg-16 {
    padding-right:  !important; }

  .pb-lg-16 {
    padding-bottom:  !important; }

  .pl-lg-16 {
    padding-left:  !important; }

  .px-lg-16 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-lg-16 {
    padding-top:  !important;
    padding-bottom:  !important; } }
@media (min-width: 87.5rem) {
  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1 {
    padding-left: 0.25rem !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2 {
    padding-left: 0.5rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-xl-3 {
    padding: 0.75rem !important; }

  .pt-xl-3 {
    padding-top: 0.75rem !important; }

  .pr-xl-3 {
    padding-right: 0.75rem !important; }

  .pb-xl-3 {
    padding-bottom: 0.75rem !important; }

  .pl-xl-3 {
    padding-left: 0.75rem !important; }

  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .p-xl-4 {
    padding: 1rem !important; }

  .pt-xl-4 {
    padding-top: 1rem !important; }

  .pr-xl-4 {
    padding-right: 1rem !important; }

  .pb-xl-4 {
    padding-bottom: 1rem !important; }

  .pl-xl-4 {
    padding-left: 1rem !important; }

  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-xl-5 {
    padding: 1.5rem !important; }

  .pt-xl-5 {
    padding-top: 1.5rem !important; }

  .pr-xl-5 {
    padding-right: 1.5rem !important; }

  .pb-xl-5 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-5 {
    padding-left: 1.5rem !important; }

  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-xl-6 {
    padding: 2rem !important; }

  .pt-xl-6 {
    padding-top: 2rem !important; }

  .pr-xl-6 {
    padding-right: 2rem !important; }

  .pb-xl-6 {
    padding-bottom: 2rem !important; }

  .pl-xl-6 {
    padding-left: 2rem !important; }

  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .p-xl-7 {
    padding: 2.5rem !important; }

  .pt-xl-7 {
    padding-top: 2.5rem !important; }

  .pr-xl-7 {
    padding-right: 2.5rem !important; }

  .pb-xl-7 {
    padding-bottom: 2.5rem !important; }

  .pl-xl-7 {
    padding-left: 2.5rem !important; }

  .px-xl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-xl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .p-xl-8 {
    padding: 3rem !important; }

  .pt-xl-8 {
    padding-top: 3rem !important; }

  .pr-xl-8 {
    padding-right: 3rem !important; }

  .pb-xl-8 {
    padding-bottom: 3rem !important; }

  .pl-xl-8 {
    padding-left: 3rem !important; }

  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .p-xl-9 {
    padding: 3.5rem !important; }

  .pt-xl-9 {
    padding-top: 3.5rem !important; }

  .pr-xl-9 {
    padding-right: 3.5rem !important; }

  .pb-xl-9 {
    padding-bottom: 3.5rem !important; }

  .pl-xl-9 {
    padding-left: 3.5rem !important; }

  .px-xl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .py-xl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .p-xl-10 {
    padding: 4rem !important; }

  .pt-xl-10 {
    padding-top: 4rem !important; }

  .pr-xl-10 {
    padding-right: 4rem !important; }

  .pb-xl-10 {
    padding-bottom: 4rem !important; }

  .pl-xl-10 {
    padding-left: 4rem !important; }

  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .p-xl-11 {
    padding:  !important; }

  .pt-xl-11 {
    padding-top:  !important; }

  .pr-xl-11 {
    padding-right:  !important; }

  .pb-xl-11 {
    padding-bottom:  !important; }

  .pl-xl-11 {
    padding-left:  !important; }

  .px-xl-11 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xl-11 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xl-12 {
    padding:  !important; }

  .pt-xl-12 {
    padding-top:  !important; }

  .pr-xl-12 {
    padding-right:  !important; }

  .pb-xl-12 {
    padding-bottom:  !important; }

  .pl-xl-12 {
    padding-left:  !important; }

  .px-xl-12 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xl-12 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xl-13 {
    padding:  !important; }

  .pt-xl-13 {
    padding-top:  !important; }

  .pr-xl-13 {
    padding-right:  !important; }

  .pb-xl-13 {
    padding-bottom:  !important; }

  .pl-xl-13 {
    padding-left:  !important; }

  .px-xl-13 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xl-13 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xl-14 {
    padding:  !important; }

  .pt-xl-14 {
    padding-top:  !important; }

  .pr-xl-14 {
    padding-right:  !important; }

  .pb-xl-14 {
    padding-bottom:  !important; }

  .pl-xl-14 {
    padding-left:  !important; }

  .px-xl-14 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xl-14 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xl-15 {
    padding:  !important; }

  .pt-xl-15 {
    padding-top:  !important; }

  .pr-xl-15 {
    padding-right:  !important; }

  .pb-xl-15 {
    padding-bottom:  !important; }

  .pl-xl-15 {
    padding-left:  !important; }

  .px-xl-15 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xl-15 {
    padding-top:  !important;
    padding-bottom:  !important; }

  .p-xl-16 {
    padding:  !important; }

  .pt-xl-16 {
    padding-top:  !important; }

  .pr-xl-16 {
    padding-right:  !important; }

  .pb-xl-16 {
    padding-bottom:  !important; }

  .pl-xl-16 {
    padding-left:  !important; }

  .px-xl-16 {
    padding-right:  !important;
    padding-left:  !important; }

  .py-xl-16 {
    padding-top:  !important;
    padding-bottom:  !important; } }
